From 9535a53414e0bbf8e0036b1f112bbf4fa5b9b6cd Mon Sep 17 00:00:00 2001 From: Gaxeer <44334376+Gaxeer@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:00:10 +0200 Subject: [PATCH] =?UTF-8?q?[Feat]=20=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B8=20=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D0=B5=D0=BF=D0=BB=D0=B5=D0=B9=D0=BD=D0=BE=D0=B9=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B8=20(#833)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request Добавляет новые работки, пока что включены: - [x] Магистрат - [x] Карточка - [x] ПДА и программы на него по умолчанию - [x] Стандартное снаряжение - [x] Одежда (В том числе для плазмамена) - [x] Кабинет и его наполнение - [ ] Бюрократические формы - [x] Придумать зарплату - [x] Предметы в почту - [x] Список возможных семейных реликвий (список family_heirlooms) - [x] Обдумать требуемый возраст куклы - [x] Представитель NanoTrasen - [x] Карточка - [x] ПДА и программы на него по умолчанию - [x] Стандартное снаряжение - [x] Одежда (В том числе для плазмамена) - [x] Кабинет и его наполнение - [ ] Бюрократические формы - [x] Придумать зарплату - [x] Предметы в почту - [x] Список возможных семейных реликвий (список family_heirlooms) - [ ] Обдумать требуемый возраст куклы - [x] Офицер "Синий щит" - [x] Карточка - [x] ПДА и программы на него по умолчанию - [x] Стандартное снаряжение - [ ] Стан посох - [x] Одежда (В том числе для плазмамена) - [x] Кабинет и его наполнение - [x] Придумать зарплату - [x] Предметы в почту - [x] Список возможных семейных реликвий (список family_heirlooms) - [x] Обдумать требуемый возраст куклы Примечание от @dj-34 > На данный момент офисы реализованы на: > MetaStation, DeltaStation, IceBoxStation, TramStation, Cyberiad. На других картах введение офисов для новых работок не планируется за нерентабельностью и моей лени. > Спасибо мапперам Ark-Station за реализацию офисов НТРа и БЩ на TramStation, это мне сильно сэкономило время. > > Для разрабов: С TramStation вышел особый случай, из-за которого мне пришлось переносить все модульные техи в "модуль". Из-за этого в будущем могут быть проблемы, если офисы близь которых находятся теха будут изменены на апстриме - это нужно будет править. ## Why It's Good For The Game Некоторые люди без них жить не могут. В целом больше работок - больше вариантов ролеплея :clueless: ## Changelog :cl: add: Добавлены новые професии: Магистрат, Представитель NanoTrasen, Офицер "Синий щит" /:cl: --------- Co-authored-by: dj-34 --- .../automapper/automapper_config.toml | 83 +- .../deltastation_lawyer_office.dmm | 407 ++ .../deltastation_magistrate_office.dmm | 336 ++ .../deltastation_ntr_blueshield_office.dmm | 748 +++ .../iceboxstation_blueshield_office.dmm | 337 ++ .../iceboxstation_magistrate_office.dmm | 667 +++ .../iceboxstation_ntr_office.dmm | 389 ++ .../metastation/metastation_lawyer_office.dmm | 356 ++ .../metastation_magistrate_office.dmm | 330 ++ .../metastation_ntr_blueshield_office.dmm | 915 ++++ .../arrivallibraryupper_1.dmm | 629 +++ .../arrivallibraryupper_2.dmm | 498 ++ .../arrivallibraryupper_3.dmm | 508 +++ .../maintenance_modules/arrivalsecupper_1.dmm | 368 ++ .../maintenance_modules/arrivalsecupper_2.dmm | 347 ++ .../maintenance_modules/arrivalsecupper_3.dmm | 377 ++ .../maintenance_modules/atmoscilower_1.dmm | 1004 +++++ .../maintenance_modules/atmoscilower_2.dmm | 1159 +++++ .../maintenance_modules/atmoscilower_3.dmm | 994 ++++ .../atmoscilower_attachment_a_1.dmm | 404 ++ .../atmoscilower_attachment_a_2.dmm | 355 ++ .../atmoscilower_attachment_a_3.dmm | 382 ++ .../maintenance_modules/barcargoupper_1.dmm | 1982 ++++++++ .../maintenance_modules/barcargoupper_2.dmm | 2137 +++++++++ .../maintenance_modules/barcargoupper_3.dmm | 2055 +++++++++ .../barcargoupper_attachment_a_1.dmm | 213 + .../barcargoupper_attachment_a_2.dmm | 235 + .../barcargoupper_attachment_a_3.dmm | 151 + .../barcargoupper_attachment_b_1.dmm | 74 + .../barcargoupper_attachment_b_2.dmm | 89 + .../barcargoupper_attachment_b_3.dmm | 94 + .../barcargoupper_cave_1.dmm | 1120 +++++ .../barcargoupper_cave_2.dmm | 1054 +++++ .../barcargoupper_cave_3.dmm | 1141 +++++ .../maintenance_modules/cargoscilower_1.dmm | 2455 ++++++++++ .../maintenance_modules/cargoscilower_2.dmm | 2338 ++++++++++ .../maintenance_modules/cargoscilower_3.dmm | 2444 ++++++++++ .../cargoscilower_attachment_a_1.dmm | 196 + .../cargoscilower_attachment_a_2.dmm | 186 + .../cargoscilower_attachment_a_3.dmm | 209 + .../cargoscilower_attachment_b_1.dmm | 143 + .../cargoscilower_attachment_b_2.dmm | 158 + .../cargoscilower_attachment_b_3.dmm | 148 + .../maintenance_modules/dormenginelower_1.dmm | 3819 ++++++++++++++++ .../maintenance_modules/dormenginelower_2.dmm | 3991 +++++++++++++++++ .../maintenance_modules/dormenginelower_3.dmm | 3722 +++++++++++++++ .../dormenginelower_attachment_a_1.dmm | 213 + .../dormenginelower_attachment_a_2.dmm | 247 + .../dormenginelower_attachment_a_3.dmm | 280 ++ .../dormenginelower_attachment_b_1.dmm | 367 ++ .../dormenginelower_attachment_b_2.dmm | 219 + .../dormenginelower_attachment_b_3.dmm | 250 ++ .../maintenance_modules/dormmedupper_1.dmm | 1680 +++++++ .../maintenance_modules/dormmedupper_2.dmm | 1723 +++++++ .../maintenance_modules/dormmedupper_3.dmm | 1742 +++++++ .../dormmedupper_attachment_a_1.dmm | 106 + .../dormmedupper_attachment_a_2.dmm | 146 + .../dormmedupper_attachment_a_3.dmm | 167 + .../dormmedupper_attachment_b_1.dmm | 217 + .../dormmedupper_attachment_b_2.dmm | 253 ++ .../dormmedupper_attachment_b_3.dmm | 284 ++ .../maintenance_modules/map legend.txt | 191 + .../maintenance_modules/map_legend.txt | 191 + .../maintenance_modules/medsciupper_1.dmm | 2171 +++++++++ .../maintenance_modules/medsciupper_2.dmm | 2198 +++++++++ .../maintenance_modules/medsciupper_3.dmm | 2364 ++++++++++ .../medsciupper_attachment_a_1.dmm | 276 ++ .../medsciupper_attachment_a_2.dmm | 288 ++ .../medsciupper_attachment_a_3.dmm | 344 ++ .../medsciupper_attachment_b_1.dmm | 97 + .../medsciupper_attachment_b_2.dmm | 94 + .../medsciupper_attachment_b_3.dmm | 102 + .../maintenance_modules/secbarupper_1.dmm | 1949 ++++++++ .../maintenance_modules/secbarupper_2.dmm | 1988 ++++++++ .../maintenance_modules/secbarupper_3.dmm | 1978 ++++++++ .../secbarupper_attachment_a_1.dmm | 175 + .../secbarupper_attachment_a_2.dmm | 201 + .../secbarupper_attachment_a_3.dmm | 201 + .../secbarupper_attachment_b_1.dmm | 170 + .../secbarupper_attachment_b_2.dmm | 188 + .../secbarupper_attachment_b_3.dmm | 170 + .../secbarupper_cave_1.dmm | 249 + .../secbarupper_cave_2.dmm | 251 ++ .../secbarupper_cave_3.dmm | 318 ++ .../maintenance_modules/secservicelower_1.dmm | 3963 ++++++++++++++++ .../maintenance_modules/secservicelower_2.dmm | 3933 ++++++++++++++++ .../maintenance_modules/secservicelower_3.dmm | 3742 ++++++++++++++++ .../secservicelower_attachment_a_1.dmm | 155 + .../secservicelower_attachment_a_2.dmm | 264 ++ .../secservicelower_attachment_a_3.dmm | 170 + .../secservicelower_attachment_b_1.dmm | 99 + .../secservicelower_attachment_b_2.dmm | 116 + .../secservicelower_attachment_b_3.dmm | 103 + .../secservicelower_attachment_c_1.dmm | 281 ++ .../secservicelower_attachment_c_2.dmm | 321 ++ .../secservicelower_attachment_c_3.dmm | 269 ++ .../servicecargolower_1.dmm | 1476 ++++++ .../servicecargolower_2.dmm | 1547 +++++++ .../servicecargolower_3.dmm | 1387 ++++++ .../servicecargolower_attachment_a_1.dmm | 346 ++ .../servicecargolower_attachment_a_2.dmm | 226 + .../servicecargolower_attachment_a_3.dmm | 301 ++ .../servicecargolower_attachment_b_1.dmm | 110 + .../servicecargolower_attachment_b_2.dmm | 182 + .../servicecargolower_attachment_b_3.dmm | 127 + .../tramstation_magistrate_lawyer_office.dmm | 1097 +++++ .../tramstation_ntr_blueshield_office.dmm | 2043 +++++++++ _maps/cyberiad.json | 11 +- _maps/deltastation.json | 11 +- _maps/icebox.json | 11 +- _maps/map_files/Cyberiad/Cyberiad.dmm | 3929 +++++++++------- _maps/metastation.json | 11 +- code/__DEFINES/access.dm | 12 + code/__DEFINES/bandastation/ru_jobs.dm | 14 +- code/__DEFINES/jobs.dm | 8 + code/__DEFINES/radio.dm | 6 + code/_globalvars/admin.dm | 1 + code/datums/station_traits/positive_traits.dm | 5 + code/game/communications.dm | 3 + code/game/machinery/telecomms/machines/bus.dm | 4 +- .../machinery/telecomms/machines/receiver.dm | 2 +- .../machinery/telecomms/machines/server.dm | 4 +- .../items/devices/radio/encryptionkey.dm | 4 +- .../objects/items/devices/radio/headset.dm | 1 + code/game/say.dm | 1 + code/modules/asset_cache/assets/paper.dm | 6 +- code/modules/mob/living/living_say.dm | 2 + html/admin/banpanel.css | 62 +- icons/mob/huds/hud.dmi | Bin 11016 -> 11399 bytes icons/obj/service/bureaucracy.dmi | Bin 27345 -> 32127 bytes interface/stylesheet.dm | 1 + .../_defines220/_defines220.dme | 3 + .../_defines220/code/defines/atom_hud.dm | 3 + .../_defines220/code/defines/jobs.dm | 7 + .../_defines220/code/defines/preferences.dm | 2 + .../aesthetics/_aesthetics.dme | 1 - .../aesthetics/radio/icons/mob/ears.dmi | Bin 2706 -> 7046 bytes .../aesthetics/radio/icons/obj/headsets.dmi | Bin 5377 -> 5458 bytes .../aesthetics/vending/code/vending.dm | 33 + .../aesthetics/vending/icons/vending.dmi | Bin 2186 -> 4054 bytes modular_bandastation/jobs/_jobs.dm | 2 +- modular_bandastation/jobs/_jobs.dme | 51 +- .../jobs/code/departments/justice.dm | 9 + .../code/departments/nt_representation.dm | 9 + .../job_types/blueshield/access_helpers.dm | 9 + .../jobs/code/job_types/blueshield/areas.dm | 4 + .../jobs/code/job_types/blueshield/job.dm | 42 + .../code/job_types/blueshield/landmarks.dm | 4 + .../jobs/code/job_types/blueshield/pda.dm | 10 + .../jobs/code/job_types/blueshield/trim.dm | 33 + .../jobs/code/job_types/captain/trim.dm | 2 + .../{ => job_types}/detective/detective.dm | 0 .../{ => job_types}/detective/forensics.dm | 0 .../code/job_types/head_of_security/trim.dm | 3 + .../jobs/code/job_types/lawyer/job.dm | 8 + .../jobs/code/job_types/lawyer/trim.dm | 10 + .../job_types/magistrate/access_helpers.dm | 9 + .../jobs/code/job_types/magistrate/areas.dm | 4 + .../jobs/code/job_types/magistrate/job.dm | 34 + .../code/job_types/magistrate/landmarks.dm | 4 + .../jobs/code/job_types/magistrate/pda.dm | 8 + .../jobs/code/job_types/magistrate/trim.dm | 49 + .../access_helpers.dm | 9 + .../nanotrasen_representative/areas.dm | 4 + .../nanotrasen_representative/job.dm | 44 + .../nanotrasen_representative/landmarks.dm | 4 + .../nanotrasen_representative/pda.dm | 7 + .../nanotrasen_representative/trim.dm | 49 + .../code/job_types/research_director/trim.dm | 2 + .../jobs/code/job_types/scientist/trim.dm | 2 + .../jobs/icons/areas/areas_station.dmi | Bin 0 -> 739 bytes .../jobs/icons/mob/landmarks.dmi | Bin 0 -> 2762 bytes modular_bandastation/jobs/icons/obj/card.dmi | Bin 0 -> 645 bytes modular_bandastation/jobs/readme.md | 0 .../mapping/code/areas/station.dm | 8 - modular_bandastation/objects/_objects.dme | 40 +- .../objects/code/items/cards_ids.dm | 6 + .../objects/code/items/clothing/head/jobs.dm | 24 + .../clothing/mod/modules/monitor_module.dm | 20 + .../mod/types/praetorian/mod_theme.dm | 62 + .../mod/types/praetorian/mod_types.dm | 11 + .../items/clothing/spacesuits/plasmaman.dm | 7 + .../code/items/clothing/suits/armor.dm | 26 + .../code/items/clothing/suits/cloaks.dm | 7 + .../clothing/suits/{jacket.dm => jobs.dm} | 18 +- .../code/items/clothing/suits/wintercoats.dm | 21 + .../items/clothing/under/jobs/blueshield.dm | 63 + .../items/clothing/under/jobs/magistrate.dm | 23 + .../under/jobs/nanotrasen_representative.dm | 27 + .../under/jobs/plasmaman/blueshield.dm | 15 + .../objects/code/items/devices/radio.dm | 83 + .../code/items/implants/death_alarm.dm | 83 + .../objects/code/items/melee/baton.dm | 8 + .../objects/code/items/stamp.dm | 9 + .../objects/code/items/storage/backpack.dm | 29 + .../code/items/storage/death_implant_box.dm | 9 + .../objects/code/items/storage/garment.dm | 52 + .../objects/code/items/storage/tape_box.dm | 7 + .../code/items/weapons/ranged/energy/eg_14.dm | 28 + .../code/machinery/suit_storage_unit.dm | 3 + .../closets/secure/blueshield.dm | 15 + .../crates_lockers/closets/secure/lawyer.dm | 33 + .../closets/secure/magistrate.dm | 17 + .../secure/nanotrasen_representative.dm | 15 + .../objects/icons/mob/clothing/back.dmi | Bin 0 -> 1097 bytes .../objects/icons/mob/clothing/cloaks.dmi | Bin 0 -> 962 bytes .../objects/icons/mob/clothing/head/hats.dmi | Bin 0 -> 1111 bytes .../mob/clothing/head/plasmaman_head.dmi | Bin 0 -> 1256 bytes .../icons/mob/clothing/head/winterhood.dmi | Bin 0 -> 2401 bytes .../mob/clothing/modsuit/mod_clothing.dmi | Bin 0 -> 2709 bytes .../icons/mob/clothing/suits/armor.dmi | Bin 0 -> 2217 bytes .../icons/mob/clothing/suits/jacket.dmi | Bin 2491 -> 3855 bytes .../icons/mob/clothing/suits/magistrate.dmi | Bin 0 -> 1381 bytes .../icons/mob/clothing/suits/wintercoat.dmi | Bin 2711 -> 5615 bytes .../icons/mob/clothing/under/blueshield.dmi | Bin 0 -> 4005 bytes .../icons/mob/clothing/under/magistrate.dmi | Bin 0 -> 3343 bytes .../under/nanotrasen_representative.dmi | Bin 0 -> 2444 bytes .../icons/mob/clothing/under/plasmaman.dmi | Bin 0 -> 1583 bytes .../objects/icons/mob/clothing/under/rnd.dmi | Bin 6760 -> 2809 bytes .../icons/mob/inhands/backpack_lefthand.dmi | Bin 0 -> 1056 bytes .../icons/mob/inhands/backpack_righthand.dmi | Bin 0 -> 1044 bytes .../inhands/equipment/security_lefthand.dmi | Bin 0 -> 291 bytes .../inhands/equipment/security_righthand.dmi | Bin 0 -> 289 bytes .../icons/mob/inhands/guns_lefthand.dmi | Bin 2367 -> 4883 bytes .../icons/mob/inhands/guns_righthand.dmi | Bin 2470 -> 5039 bytes .../objects/icons/obj/clothing/cloak.dmi | Bin 0 -> 490 bytes .../objects/icons/obj/clothing/cloaks.dmi | Bin 0 -> 490 bytes .../objects/icons/obj/clothing/head/hats.dmi | Bin 1679 -> 1151 bytes .../obj/clothing/head/plasmaman_hats.dmi | Bin 0 -> 1116 bytes .../icons/obj/clothing/head/winterhood.dmi | Bin 0 -> 1024 bytes .../obj/clothing/modsuit/mod_clothing.dmi | Bin 0 -> 2072 bytes .../objects/icons/obj/clothing/suits/amor.dmi | Bin 0 -> 707 bytes .../icons/obj/clothing/suits/jacket.dmi | Bin 1924 -> 1440 bytes .../icons/obj/clothing/suits/magistrate.dmi | Bin 0 -> 366 bytes .../icons/obj/clothing/suits/wintercoat.dmi | Bin 1919 -> 1387 bytes .../icons/obj/clothing/under/blueshield.dmi | Bin 0 -> 1847 bytes .../icons/obj/clothing/under/magistrate.dmi | Bin 0 -> 1301 bytes .../under/nanotrasen_representative.dmi | Bin 0 -> 1471 bytes .../icons/obj/clothing/under/plasmaman.dmi | Bin 0 -> 1102 bytes .../objects/icons/obj/storage/backpack.dmi | Bin 0 -> 879 bytes .../objects/icons/obj/storage/closet.dmi | Bin 0 -> 1668 bytes .../objects/icons/obj/weapons/baton.dmi | Bin 0 -> 301 bytes .../objects/icons/obj/weapons/guns/energy.dmi | Bin 3026 -> 2045 bytes .../stamp_icons/large_stamp-magistrate.png | Bin 0 -> 938 bytes .../large_stamp-nanotrasen_representative.png | Bin 0 -> 1632 bytes modular_bandastation/outfits/_outfits.dme | 5 +- .../outfits/code/blueshield.dm | 39 + modular_bandastation/outfits/code/lawyer.dm | 16 + .../outfits/code/magistrate.dm | 30 + .../outfits/code/nanotrasen_representative.dm | 20 + .../ru_jobs/code/ru_id_cards.dm | 9 + modular_bandastation/ru_jobs/code/ru_jobs.dm | 12 + strings/modular_maps/Tramstation.toml | 2 +- tgui/packages/tgui-panel/chat/constants.ts | 2 +- .../tgui-panel/styles/tgchat/chat-dark.scss | 6 + .../tgui-panel/styles/tgchat/chat-light.scss | 6 + tgui/packages/tgui-say/constants.ts | 2 + tgui/packages/tgui-say/styles/colors.scss | 1 + tgui/packages/tgui/bandastation/ru_jobs.tsx | 7 +- .../packages/tgui/interfaces/JobSelection.tsx | 12 +- .../tgui/interfaces/NtosCrewManifest.jsx | 6 +- .../tgui/interfaces/Orbit/constants.ts | 12 +- .../interfaces/PreferencesMenu/JobsPage.tsx | 10 +- .../tgui/interfaces/common/JobToIcon.ts | 3 + .../tgui/styles/interfaces/CrewManifest.scss | 2 + .../styles/interfaces/PreferencesMenu.scss | 2 + 266 files changed, 91804 insertions(+), 1805 deletions(-) create mode 100644 _maps/bandastation/automapper/templates/deltastation/deltastation_lawyer_office.dmm create mode 100644 _maps/bandastation/automapper/templates/deltastation/deltastation_magistrate_office.dmm create mode 100644 _maps/bandastation/automapper/templates/deltastation/deltastation_ntr_blueshield_office.dmm create mode 100644 _maps/bandastation/automapper/templates/iceboxstation/iceboxstation_blueshield_office.dmm create mode 100644 _maps/bandastation/automapper/templates/iceboxstation/iceboxstation_magistrate_office.dmm create mode 100644 _maps/bandastation/automapper/templates/iceboxstation/iceboxstation_ntr_office.dmm create mode 100644 _maps/bandastation/automapper/templates/metastation/metastation_lawyer_office.dmm create mode 100644 _maps/bandastation/automapper/templates/metastation/metastation_magistrate_office.dmm create mode 100644 _maps/bandastation/automapper/templates/metastation/metastation_ntr_blueshield_office.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/map legend.txt create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/map_legend.txt create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_1.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_2.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_3.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/tramstation_magistrate_lawyer_office.dmm create mode 100644 _maps/bandastation/automapper/templates/tramstation/tramstation_ntr_blueshield_office.dmm create mode 100644 modular_bandastation/_defines220/code/defines/atom_hud.dm create mode 100644 modular_bandastation/_defines220/code/defines/jobs.dm create mode 100644 modular_bandastation/_defines220/code/defines/preferences.dm create mode 100644 modular_bandastation/jobs/code/departments/justice.dm create mode 100644 modular_bandastation/jobs/code/departments/nt_representation.dm create mode 100644 modular_bandastation/jobs/code/job_types/blueshield/access_helpers.dm create mode 100644 modular_bandastation/jobs/code/job_types/blueshield/areas.dm create mode 100644 modular_bandastation/jobs/code/job_types/blueshield/job.dm create mode 100644 modular_bandastation/jobs/code/job_types/blueshield/landmarks.dm create mode 100644 modular_bandastation/jobs/code/job_types/blueshield/pda.dm create mode 100644 modular_bandastation/jobs/code/job_types/blueshield/trim.dm create mode 100644 modular_bandastation/jobs/code/job_types/captain/trim.dm rename modular_bandastation/jobs/code/{ => job_types}/detective/detective.dm (100%) rename modular_bandastation/jobs/code/{ => job_types}/detective/forensics.dm (100%) create mode 100644 modular_bandastation/jobs/code/job_types/head_of_security/trim.dm create mode 100644 modular_bandastation/jobs/code/job_types/lawyer/job.dm create mode 100644 modular_bandastation/jobs/code/job_types/lawyer/trim.dm create mode 100644 modular_bandastation/jobs/code/job_types/magistrate/access_helpers.dm create mode 100644 modular_bandastation/jobs/code/job_types/magistrate/areas.dm create mode 100644 modular_bandastation/jobs/code/job_types/magistrate/job.dm create mode 100644 modular_bandastation/jobs/code/job_types/magistrate/landmarks.dm create mode 100644 modular_bandastation/jobs/code/job_types/magistrate/pda.dm create mode 100644 modular_bandastation/jobs/code/job_types/magistrate/trim.dm create mode 100644 modular_bandastation/jobs/code/job_types/nanotrasen_representative/access_helpers.dm create mode 100644 modular_bandastation/jobs/code/job_types/nanotrasen_representative/areas.dm create mode 100644 modular_bandastation/jobs/code/job_types/nanotrasen_representative/job.dm create mode 100644 modular_bandastation/jobs/code/job_types/nanotrasen_representative/landmarks.dm create mode 100644 modular_bandastation/jobs/code/job_types/nanotrasen_representative/pda.dm create mode 100644 modular_bandastation/jobs/code/job_types/nanotrasen_representative/trim.dm create mode 100644 modular_bandastation/jobs/code/job_types/research_director/trim.dm create mode 100644 modular_bandastation/jobs/code/job_types/scientist/trim.dm create mode 100644 modular_bandastation/jobs/icons/areas/areas_station.dmi create mode 100644 modular_bandastation/jobs/icons/mob/landmarks.dmi create mode 100644 modular_bandastation/jobs/icons/obj/card.dmi create mode 100644 modular_bandastation/jobs/readme.md create mode 100644 modular_bandastation/objects/code/items/cards_ids.dm create mode 100644 modular_bandastation/objects/code/items/clothing/head/jobs.dm create mode 100644 modular_bandastation/objects/code/items/clothing/mod/modules/monitor_module.dm create mode 100644 modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_theme.dm create mode 100644 modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_types.dm create mode 100644 modular_bandastation/objects/code/items/clothing/spacesuits/plasmaman.dm rename modular_bandastation/objects/code/items/clothing/suits/{jacket.dm => jobs.dm} (65%) create mode 100644 modular_bandastation/objects/code/items/clothing/under/jobs/blueshield.dm create mode 100644 modular_bandastation/objects/code/items/clothing/under/jobs/magistrate.dm create mode 100644 modular_bandastation/objects/code/items/clothing/under/jobs/nanotrasen_representative.dm create mode 100644 modular_bandastation/objects/code/items/clothing/under/jobs/plasmaman/blueshield.dm create mode 100644 modular_bandastation/objects/code/items/devices/radio.dm create mode 100644 modular_bandastation/objects/code/items/implants/death_alarm.dm create mode 100644 modular_bandastation/objects/code/items/melee/baton.dm create mode 100644 modular_bandastation/objects/code/items/stamp.dm create mode 100644 modular_bandastation/objects/code/items/storage/backpack.dm create mode 100644 modular_bandastation/objects/code/items/storage/death_implant_box.dm create mode 100644 modular_bandastation/objects/code/items/storage/garment.dm create mode 100644 modular_bandastation/objects/code/items/storage/tape_box.dm create mode 100644 modular_bandastation/objects/code/items/weapons/ranged/energy/eg_14.dm create mode 100644 modular_bandastation/objects/code/machinery/suit_storage_unit.dm create mode 100644 modular_bandastation/objects/code/structures/crates_lockers/closets/secure/blueshield.dm create mode 100644 modular_bandastation/objects/code/structures/crates_lockers/closets/secure/lawyer.dm create mode 100644 modular_bandastation/objects/code/structures/crates_lockers/closets/secure/magistrate.dm create mode 100644 modular_bandastation/objects/code/structures/crates_lockers/closets/secure/nanotrasen_representative.dm create mode 100644 modular_bandastation/objects/icons/mob/clothing/back.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/cloaks.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/head/hats.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/head/plasmaman_head.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/head/winterhood.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/modsuit/mod_clothing.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/suits/armor.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/suits/magistrate.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/under/blueshield.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/under/magistrate.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/under/nanotrasen_representative.dmi create mode 100644 modular_bandastation/objects/icons/mob/clothing/under/plasmaman.dmi create mode 100644 modular_bandastation/objects/icons/mob/inhands/backpack_lefthand.dmi create mode 100644 modular_bandastation/objects/icons/mob/inhands/backpack_righthand.dmi create mode 100644 modular_bandastation/objects/icons/mob/inhands/equipment/security_lefthand.dmi create mode 100644 modular_bandastation/objects/icons/mob/inhands/equipment/security_righthand.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/cloak.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/cloaks.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/head/plasmaman_hats.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/head/winterhood.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/modsuit/mod_clothing.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/suits/amor.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/suits/magistrate.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/under/blueshield.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/under/magistrate.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/under/nanotrasen_representative.dmi create mode 100644 modular_bandastation/objects/icons/obj/clothing/under/plasmaman.dmi create mode 100644 modular_bandastation/objects/icons/obj/storage/backpack.dmi create mode 100644 modular_bandastation/objects/icons/obj/storage/closet.dmi create mode 100644 modular_bandastation/objects/icons/obj/weapons/baton.dmi create mode 100644 modular_bandastation/objects/icons/stamp_icons/large_stamp-magistrate.png create mode 100644 modular_bandastation/objects/icons/stamp_icons/large_stamp-nanotrasen_representative.png create mode 100644 modular_bandastation/outfits/code/blueshield.dm create mode 100644 modular_bandastation/outfits/code/lawyer.dm create mode 100644 modular_bandastation/outfits/code/magistrate.dm create mode 100644 modular_bandastation/outfits/code/nanotrasen_representative.dm diff --git a/_maps/bandastation/automapper/automapper_config.toml b/_maps/bandastation/automapper/automapper_config.toml index 36e794f0ac8d8..7a9c4e6a722b4 100644 --- a/_maps/bandastation/automapper/automapper_config.toml +++ b/_maps/bandastation/automapper/automapper_config.toml @@ -25,7 +25,58 @@ required_map = "builtin" coordinates = [12, 53, 1] trait_name = "CentCom" -# IceBoxStation Detective's Office +# DeltaStation +[templates.deltastation_lawyer_office] +map_files = ["deltastation_lawyer_office.dmm"] +directory = "_maps/bandastation/automapper/templates/deltastation/" +required_map = "DeltaStation2.dmm" +coordinates = [123, 143, 1] +trait_name = "Station" + +[templates.deltastation_magistrate_office] +map_files = ["deltastation_magistrate_office.dmm"] +directory = "_maps/bandastation/automapper/templates/deltastation/" +required_map = "DeltaStation2.dmm" +coordinates = [185, 122, 1] +trait_name = "Station" + +[templates.deltastation_ntr_blueshield_office] +map_files = ["deltastation_ntr_blueshield_office.dmm"] +directory = "_maps/bandastation/automapper/templates/deltastation/" +required_map = "DeltaStation2.dmm" +coordinates = [146, 108, 1] +trait_name = "Station" + +# MetaStation +[templates.metastation_lawyer_office] +map_files = ["metastation_lawyer_office.dmm"] +directory = "_maps/bandastation/automapper/templates/metastation/" +required_map = "MetaStation.dmm" +coordinates = [57, 119, 1] +trait_name = "Station" + +[templates.metastation_magistrate_office] +map_files = ["metastation_magistrate_office.dmm"] +directory = "_maps/bandastation/automapper/templates/metastation/" +required_map = "MetaStation.dmm" +coordinates = [119, 151, 1] +trait_name = "Station" + +[templates.metastation_ntr_blueshield_office] +map_files = ["metastation_ntr_blueshield_office.dmm"] +directory = "_maps/bandastation/automapper/templates/metastation/" +required_map = "MetaStation.dmm" +coordinates = [101, 115, 1] +trait_name = "Station" + +# IceBoxStation +[templates.iceboxstation_blueshield_office] +map_files = ["iceboxstation_blueshield_office.dmm"] +directory = "_maps/bandastation/automapper/templates/iceboxstation/" +required_map = "IceBoxStation.dmm" +coordinates = [99, 154, 3] +trait_name = "Station" + [templates.iceboxstation_detective_office] map_files = ["iceboxstation_detective_office.dmm"] directory = "_maps/bandastation/automapper/templates/iceboxstation/" @@ -33,10 +84,38 @@ required_map = "IceBoxStation.dmm" coordinates = [86, 161, 2] trait_name = "Station" -# TramStation Detective's Office +[templates.iceboxstation_magistrate_office] +map_files = ["iceboxstation_magistrate_office.dmm"] +directory = "_maps/bandastation/automapper/templates/iceboxstation/" +required_map = "IceBoxStation.dmm" +coordinates = [99, 150, 2] +trait_name = "Station" + +[templates.iceboxstation_ntr_office] +map_files = ["iceboxstation_ntr_office.dmm"] +directory = "_maps/bandastation/automapper/templates/iceboxstation/" +required_map = "IceBoxStation.dmm" +coordinates = [92, 147, 2] +trait_name = "Station" + +# TramStation [templates.tramstation_detective_office] map_files = ["tramstation_detective_office.dmm"] directory = "_maps/bandastation/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [82, 126, 2] trait_name = "Station" + +[templates.tramstation_magistrate_lawyer_office] +map_files = ["tramstation_magistrate_lawyer_office.dmm"] +directory = "_maps/bandastation/automapper/templates/tramstation/" +required_map = "tramstation.dmm" +coordinates = [107, 142, 1] +trait_name = "Station" + +[templates.tramstation_ntr_blueshield_office] +map_files = ["tramstation_ntr_blueshield_office.dmm"] +directory = "_maps/bandastation/automapper/templates/tramstation/" +required_map = "tramstation.dmm" +coordinates = [79, 130, 2] +trait_name = "Station" diff --git a/_maps/bandastation/automapper/templates/deltastation/deltastation_lawyer_office.dmm b/_maps/bandastation/automapper/templates/deltastation/deltastation_lawyer_office.dmm new file mode 100644 index 0000000000000..95839a9549c39 --- /dev/null +++ b/_maps/bandastation/automapper/templates/deltastation/deltastation_lawyer_office.dmm @@ -0,0 +1,407 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/r_wall, +/area/station/service/lawoffice) +"b" = ( +/obj/structure/table/wood, +/obj/item/stamp/law{ + pixel_y = 10 + }, +/obj/item/pen/fountain{ + pixel_y = -8 + }, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"c" = ( +/obj/structure/sign/directions/engineering, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/science{ + pixel_y = 8 + }, +/turf/closed/wall/r_wall, +/area/station/service/lawoffice) +"f" = ( +/obj/structure/table/wood, +/obj/item/camera_film{ + pixel_x = 6 + }, +/obj/item/camera_film{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/taperecorder{ + pixel_x = -6 + }, +/obj/item/camera{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"h" = ( +/obj/machinery/light/directional/west, +/turf/template_noop, +/area/template_noop) +"i" = ( +/turf/template_noop, +/area/template_noop) +"j" = ( +/obj/machinery/light/directional/east, +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"k" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"m" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"n" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"o" = ( +/obj/machinery/button/door/directional/south{ + id = "lawyerprivacy"; + name = "Privacy Shutters Control" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"q" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"s" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/turf/open/floor/iron, +/area/station/service/lawoffice) +"t" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/machinery/computer/security/telescreen/prison/directional/north, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"u" = ( +/obj/structure/cable, +/obj/structure/filingcabinet/employment, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"v" = ( +/obj/machinery/newscaster/directional/west, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"w" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "lawyerprivacy"; + name = "Lawyer's Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"x" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/sunglasses/big, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"y" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"z" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"B" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"C" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"D" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"E" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"F" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"H" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"I" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"J" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/folder/white, +/obj/item/folder/red{ + pixel_x = -4 + }, +/obj/item/folder/blue{ + pixel_x = -8 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"K" = ( +/obj/machinery/light_switch/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"L" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer{ + name = "Lawyer's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/turf/open/floor/iron, +/area/station/service/lawoffice) +"M" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/machinery/requests_console/directional/west{ + name = "Lawyer's Office Requests Console"; + department = "Lawyer's Office" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/turf/open/floor/carpet, +/area/station/service/lawoffice) +"P" = ( +/obj/machinery/airalarm/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/camera/directional/south{ + c_tag = "Lawyer's Office" + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"Q" = ( +/obj/structure/closet/secure_closet/lawyer, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"S" = ( +/obj/machinery/firealarm/directional/south, +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"U" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/item/storage/briefcase{ + pixel_y = 12 + }, +/obj/item/toy/figure/lawyer, +/turf/open/floor/iron/dark, +/area/station/service/lawoffice) +"V" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"W" = ( +/turf/open/floor/wood, +/area/station/service/lawoffice) +"Y" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/service/lawoffice) + +(1,1,1) = {" +i +i +a +a +a +a +a +"} +(2,1,1) = {" +i +i +a +t +v +M +a +"} +(3,1,1) = {" +a +a +a +m +b +J +a +"} +(4,1,1) = {" +a +u +E +Y +q +q +a +"} +(5,1,1) = {" +a +z +V +F +C +P +a +"} +(6,1,1) = {" +a +D +k +W +n +y +s +"} +(7,1,1) = {" +a +U +I +B +B +S +a +"} +(8,1,1) = {" +a +f +Q +j +W +x +a +"} +(9,1,1) = {" +a +a +a +a +K +o +a +"} +(10,1,1) = {" +i +i +i +c +L +w +a +"} +(11,1,1) = {" +i +i +i +i +H +i +h +"} diff --git a/_maps/bandastation/automapper/templates/deltastation/deltastation_magistrate_office.dmm b/_maps/bandastation/automapper/templates/deltastation/deltastation_magistrate_office.dmm new file mode 100644 index 0000000000000..2331a2f5f564f --- /dev/null +++ b/_maps/bandastation/automapper/templates/deltastation/deltastation_magistrate_office.dmm @@ -0,0 +1,336 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Magistrate Office Maintenance" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/turf/open/floor/iron, +/area/station/command/heads_quarters/magistrate) +"c" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"d" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"e" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder{ + pixel_x = 3 + }, +/obj/item/clothing/glasses/sunglasses, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/button/door/directional/north{ + id = "magistrateprivacy"; + name = "Lawyer's Privacy Control" + }, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"f" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"g" = ( +/obj/structure/filingcabinet/employment, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"j" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"m" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"p" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + name = "Magistrate's Office" + }, +/obj/structure/cable, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/turf/open/floor/iron, +/area/station/command/heads_quarters/magistrate) +"q" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen/fountain{ + pixel_y = -8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"r" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch/directional/north, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"u" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"v" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"w" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/stamp/magistrate, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"x" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/magistrate) +"y" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/machinery/requests_console/directional/south{ + department = "Magistrate's Office"; + name = "Magistrate's Requests Console" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"z" = ( +/obj/machinery/photocopier, +/obj/machinery/status_display/evac/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Magistrate's Office" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"A" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"F" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + name = "Magistrate's Office" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/navigate_destination, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/turf/open/floor/iron, +/area/station/command/heads_quarters/magistrate) +"G" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "magistrateprivacy"; + name = "Magistrate's Privacy Shutter" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/magistrate) +"H" = ( +/obj/structure/sign/poster/official/report_crimes/directional/south, +/obj/item/fish_tank/lawyer, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"K" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"L" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"N" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"O" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/west, +/obj/machinery/fax{ + fax_name = "Magistrate's Office"; + name = "Magistrate's Fax Machine" + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"P" = ( +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/closet/secure_closet/magistrate, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"R" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/security) +"T" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"U" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/red, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"V" = ( +/obj/structure/cable, +/obj/machinery/light/warm/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/prison/directional/west, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"W" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/magistrate) +"Y" = ( +/obj/structure/chair/comfy/corp{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) + +(1,1,1) = {" +x +x +p +x +x +x +f +"} +(2,1,1) = {" +x +e +T +V +Y +O +f +"} +(3,1,1) = {" +G +w +L +q +U +y +f +"} +(4,1,1) = {" +F +A +v +N +u +H +f +"} +(5,1,1) = {" +G +A +j +K +c +m +a +"} +(6,1,1) = {" +x +r +g +d +z +P +f +"} +(7,1,1) = {" +x +W +W +W +W +R +f +"} diff --git a/_maps/bandastation/automapper/templates/deltastation/deltastation_ntr_blueshield_office.dmm b/_maps/bandastation/automapper/templates/deltastation/deltastation_ntr_blueshield_office.dmm new file mode 100644 index 0000000000000..7d5e22486d219 --- /dev/null +++ b/_maps/bandastation/automapper/templates/deltastation/deltastation_ntr_blueshield_office.dmm @@ -0,0 +1,748 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"gC" = ( +/turf/closed/wall/r_wall, +/area/station/command/gateway) +"gR" = ( +/obj/structure/closet/secure_closet/nanotrasen_representative, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/nanotrasen_representative) +"hm" = ( +/obj/machinery/holopad, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"hD" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ip" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/blueshield, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"iM" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"iQ" = ( +/obj/structure/table/wood, +/obj/machinery/requests_console/directional/west{ + name = "Blueshield's Office Requests Console"; + department = "Blueshield's Office" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"jx" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"kI" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/landmark/start/hangover, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"mg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"mH" = ( +/obj/structure/table/wood, +/obj/item/cigarette/cigar/cohiba{ + pixel_x = -12 + }, +/obj/item/clipboard{ + pixel_y = 2 + }, +/obj/item/pen/blue, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"nt" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"nz" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"nI" = ( +/obj/structure/sign/warning/electric_shock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"oe" = ( +/obj/machinery/papershredder, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/nanotrasen_representative) +"oK" = ( +/obj/machinery/suit_storage_unit/blueshield, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"qn" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"qr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"qs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/spawner/random/vending/colavend, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"qJ" = ( +/turf/template_noop, +/area/template_noop) +"rw" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"rF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"sr" = ( +/obj/structure/table, +/obj/item/paper{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/radio{ + pixel_y = 4 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"sD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"sG" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = -5 + }, +/obj/item/pen/fountain{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stamp/nanotrasen_representative{ + pixel_x = 6 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"td" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "blueshield_privacy"; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/blueshield) +"tQ" = ( +/obj/machinery/holopad, +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"ub" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/effect/landmark/start/nanotrasen_representative, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"uC" = ( +/obj/machinery/light_switch/directional/east, +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_y = 4 + }, +/obj/effect/spawner/random/special_lighter{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"wQ" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"wY" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ze" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/newscaster/directional/south, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"AA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + id_tag = "blueshield_door"; + name = "Blueshield's Office" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/effect/landmark/navigate_destination, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"BK" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"Co" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + id_tag = "ntr_door"; + name = "Nanotrasen Representative's Office" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative, +/obj/effect/landmark/navigate_destination, +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/nanotrasen_representative) +"CH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/obj/item/folder/blue{ + pixel_x = 12 + }, +/obj/item/folder/blue{ + pixel_y = 2; + pixel_x = 12 + }, +/obj/item/folder/blue{ + pixel_y = 4; + pixel_x = 12 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"CK" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/structure/table, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"CQ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Db" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"Fv" = ( +/obj/structure/table/wood, +/obj/machinery/requests_console/directional/east{ + name = "Nanotrasen Representative's Requests Console"; + department = "Nanotrasen Representative's Office" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"FM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/nanotrasen_representative) +"FN" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/nanotrasen_representative) +"FW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/template_noop, +/area/template_noop) +"HO" = ( +/obj/machinery/fax{ + fax_name = "Nanotrasen Representative's Office"; + name = "Nanotrasen Representative's Fax Machine" + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/camera/directional/west{ + c_tag = "Nanotrasen Representative's Office" + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/nanotrasen_representative) +"HS" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"IJ" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"IO" = ( +/obj/machinery/photocopier, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"Kv" = ( +/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"Oi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/spawner/random/vending/snackvend, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"OH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"OI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Ps" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/button/door/directional/west{ + pixel_y = -6; + id = "blueshield_privacy"; + name = "Privacy Shutters Control"; + req_access = list("blueshield") + }, +/obj/machinery/button/door/directional/west{ + pixel_y = 6; + id = "blueshield_door"; + name = "Door Control"; + req_access = list("blueshield"); + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"PK" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/nanotrasen_representative) +"PN" = ( +/turf/closed/wall/r_wall, +/area/station/ai_monitored/command/storage/eva) +"QL" = ( +/obj/structure/closet/cabinet, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/item/reagent_containers/cup/glass/bottle/whiskey, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/machinery/digital_clock/directional/north, +/obj/machinery/camera/directional/east{ + c_tag = "Blueshield's Office" + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"Rm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"Se" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/template_noop, +/area/template_noop) +"SA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "ntr_privacy"; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/nanotrasen_representative) +"SH" = ( +/obj/structure/chair, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"SK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/nanotrasen_representative) +"TQ" = ( +/obj/machinery/photocopier, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"TX" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"Uc" = ( +/obj/machinery/modular_computer/preset/command{ + dir = 8 + }, +/obj/machinery/button/door/directional/east{ + pixel_y = -6; + name = "Privacy Shutters Control"; + id = "ntr_privacy"; + req_access = list("nanotrasen_representative") + }, +/obj/machinery/button/door/directional/east{ + pixel_y = 6; + name = "Door Control"; + id = "ntr_door"; + req_access = list("nanotrasen_representative"); + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Uj" = ( +/obj/structure/sign/warning/electric_shock{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Ux" = ( +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"UZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"WZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"Xk" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Xw" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral/opposingcorners{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) +"YD" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/blueshield) +"ZF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) + +(1,1,1) = {" +qJ +nI +PN +PN +PN +PN +PN +PN +PN +PN +"} +(2,1,1) = {" +qJ +OH +td +HS +hm +iQ +Ps +YD +Xw +sr +"} +(3,1,1) = {" +qJ +OH +td +IO +SH +mH +ip +td +sD +BK +"} +(4,1,1) = {" +FW +Xk +AA +UZ +TX +Db +mg +td +sD +IJ +"} +(5,1,1) = {" +FW +OI +YD +YD +wQ +ZF +WZ +td +sD +Ux +"} +(6,1,1) = {" +FW +OH +iM +YD +QL +oK +ze +YD +qs +IJ +"} +(7,1,1) = {" +qJ +qn +kI +YD +YD +YD +PK +PK +CK +Ux +"} +(8,1,1) = {" +Se +jx +CQ +PK +HO +oe +gR +PK +Oi +Ux +"} +(9,1,1) = {" +Se +wY +PK +PK +FN +SK +FM +SA +Rm +Ux +"} +(10,1,1) = {" +Se +hD +Co +rF +rF +CH +qr +SA +Rm +IJ +"} +(11,1,1) = {" +qJ +jx +SA +TQ +nz +sG +ub +SA +Rm +Kv +"} +(12,1,1) = {" +qJ +jx +SA +uC +tQ +Fv +Uc +PK +nt +rw +"} +(13,1,1) = {" +qJ +Uj +gC +gC +gC +gC +gC +gC +gC +gC +"} diff --git a/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_blueshield_office.dmm b/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_blueshield_office.dmm new file mode 100644 index 0000000000000..80721081bec2a --- /dev/null +++ b/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_blueshield_office.dmm @@ -0,0 +1,337 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"c" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/blueshield) +"d" = ( +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"g" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"h" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"k" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"m" = ( +/obj/machinery/computer/crew, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"n" = ( +/obj/machinery/door/airlock/corporate{ + id_tag = "blueshield_door"; + name = "Blueshield's Office" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/effect/landmark/navigate_destination, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"p" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/blueshield, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"q" = ( +/obj/machinery/button/door/directional/west{ + pixel_y = -6; + id = "blueshield_privacy"; + name = "Privacy Shutters Control"; + req_access = list("blueshield") + }, +/obj/machinery/button/door/directional/west{ + pixel_y = 6; + id = "blueshield_door"; + name = "Door Control"; + req_access = list("blueshield"); + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"r" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"w" = ( +/obj/machinery/papershredder, +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"y" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "blueshield_privacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/blueshield) +"z" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"B" = ( +/obj/machinery/suit_storage_unit/blueshield, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"C" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/blue{ + pixel_x = 4 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"D" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"F" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/worn_out/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"G" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_containers/cup/glass/bottle/whiskey, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/machinery/camera/directional/east{ + c_tag = "Blueshield's Office" + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"I" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"K" = ( +/obj/machinery/requests_console/directional/west{ + name = "Blueshield's Office Requests Console"; + department = "Blueshield's Office" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"L" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"P" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"Q" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) +"S" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"T" = ( +/obj/structure/closet/secure_closet/blueshield, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"U" = ( +/obj/machinery/photocopier, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"V" = ( +/obj/structure/table/wood, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/item/flashlight/lamp, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"X" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"Y" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/blueshield) +"Z" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 4 + }, +/obj/item/cigarette/cigar/cohiba, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) + +(1,1,1) = {" +c +c +c +c +c +c +a +a +"} +(2,1,1) = {" +c +B +K +q +F +c +a +a +"} +(3,1,1) = {" +y +T +d +P +k +y +a +a +"} +(4,1,1) = {" +y +m +p +Z +k +y +a +a +"} +(5,1,1) = {" +c +V +r +C +k +y +a +a +"} +(6,1,1) = {" +y +h +X +z +Y +c +a +a +"} +(7,1,1) = {" +y +L +D +g +I +n +b +a +"} +(8,1,1) = {" +c +U +w +G +S +c +Q +a +"} +(9,1,1) = {" +c +c +c +c +c +c +Q +a +"} +(10,1,1) = {" +a +a +a +a +a +a +Q +a +"} diff --git a/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_magistrate_office.dmm b/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_magistrate_office.dmm new file mode 100644 index 0000000000000..7113a3a637001 --- /dev/null +++ b/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_magistrate_office.dmm @@ -0,0 +1,667 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ad" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/security/courtroom) +"as" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Trial Transfer" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/security/general, +/obj/structure/cable, +/turf/open/floor/iron/textured, +/area/station/security/courtroom) +"bs" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/iron, +/area/station/security/courtroom) +"bQ" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Courtroom" + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"bX" = ( +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"cc" = ( +/obj/machinery/door/window/brigdoor/right/directional/west{ + req_access = list("magistrate") + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/magistrate) +"cl" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood, +/area/station/security/courtroom) +"cq" = ( +/obj/machinery/airalarm/directional/south, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"dA" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"em" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/magistrate) +"eu" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/security/courtroom) +"eB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"eF" = ( +/obj/structure/window/reinforced/spawner/directional/north, +/obj/machinery/door/window/brigdoor/left/directional/south{ + req_access = list("brig") + }, +/obj/effect/mapping_helpers/trapdoor_placer, +/turf/open/floor/glass/reinforced, +/area/station/security/courtroom) +"fl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood, +/area/station/security/courtroom) +"gL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"ks" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/security/courtroom) +"lo" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/office, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"lr" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/security/courtroom) +"ma" = ( +/obj/machinery/computer/records/security{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"ms" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"nc" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/skull{ + desc = "Бедный Йорик..."; + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"no" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/middle, +/turf/open/floor/plating, +/area/station/security/courtroom) +"nv" = ( +/obj/machinery/papershredder, +/obj/machinery/light_switch/directional/north, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"oq" = ( +/obj/machinery/light/directional/east, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/magistrate) +"ox" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/end{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/security/courtroom) +"pm" = ( +/turf/template_noop, +/area/template_noop) +"pK" = ( +/obj/structure/table/wood, +/obj/item/gavelblock{ + pixel_x = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/gavelhammer, +/obj/item/trapdoor_remote/preloaded{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"ri" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"rn" = ( +/turf/open/floor/iron, +/area/station/security/courtroom) +"rG" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"rJ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"se" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/security/courtroom) +"sr" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vt" = ( +/turf/closed/wall, +/area/station/security/courtroom) +"yH" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"yU" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"zk" = ( +/obj/effect/turf_decal/siding/wood, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"zt" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"AO" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/security/courtroom) +"Bo" = ( +/obj/machinery/door/airlock/corporate{ + name = "Magistrate's Office" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/firedoor, +/turf/open/floor/wood, +/area/station/command/heads_quarters/magistrate) +"Ge" = ( +/obj/structure/chair{ + name = "Defense" + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"GO" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/magistrate) +"Io" = ( +/obj/machinery/computer/prisoner/management{ + dir = 4; + req_access = list("magistrate") + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"Ir" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"IK" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/court, +/turf/open/floor/iron, +/area/station/security/courtroom) +"IW" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood, +/area/station/security/courtroom) +"IY" = ( +/obj/effect/spawner/structure/window/hollow/reinforced/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/security/courtroom) +"JF" = ( +/obj/structure/filingcabinet/employment, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/magistrate) +"KW" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/security/courtroom) +"Lh" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"LB" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/pen/fountain{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/stamp/magistrate, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"LO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"Mc" = ( +/turf/closed/wall/r_wall, +/area/station/security/courtroom) +"MN" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/fax{ + fax_name = "Magistrate's Office"; + name = "Magistrate's Fax Machine"; + pixel_y = 4 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Magistrate's Office" + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"Nr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/security/courtroom) +"OD" = ( +/obj/machinery/photocopier, +/obj/machinery/computer/security/telescreen/prison/directional/south, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"Pf" = ( +/obj/machinery/light/directional/south, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"PV" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood, +/area/station/security/courtroom) +"QZ" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/megaphone{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"Ro" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"RA" = ( +/obj/machinery/requests_console/directional/south{ + department = "Magistrate's Office"; + name = "Magistrate's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"RE" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/magistrate) +"Te" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"Th" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"TD" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_x = 7 + }, +/obj/item/folder/red{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/folder{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/open/floor/iron/dark/small, +/area/station/command/heads_quarters/magistrate) +"VH" = ( +/turf/open/floor/wood, +/area/station/security/courtroom) +"Wc" = ( +/obj/structure/chair{ + dir = 8; + name = "Judge" + }, +/obj/machinery/light/directional/east, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/wood, +/area/station/security/courtroom) +"WC" = ( +/obj/structure/closet/secure_closet/courtroom, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/security/courtroom) + +(1,1,1) = {" +Mc +Nr +Nr +IK +Nr +vt +pm +pm +pm +pm +pm +pm +"} +(2,1,1) = {" +Mc +WC +rn +ms +sr +vt +vt +pm +pm +pm +pm +pm +"} +(3,1,1) = {" +as +Lh +Lh +bX +rn +bs +vt +pm +pm +pm +pm +pm +"} +(4,1,1) = {" +Mc +bQ +dA +LO +PV +zt +em +em +em +em +em +em +"} +(5,1,1) = {" +IY +Ge +IW +LO +Ir +se +em +zk +MN +ma +Io +em +"} +(6,1,1) = {" +eF +VH +ks +rG +yH +cl +em +lo +LB +yU +RA +em +"} +(7,1,1) = {" +ox +VH +AO +pK +lr +ad +Bo +rJ +QZ +nc +Pf +em +"} +(8,1,1) = {" +no +fl +eu +Wc +KW +cq +em +Ro +Th +ri +eB +em +"} +(9,1,1) = {" +Mc +vt +vt +vt +vt +vt +em +nv +Te +gL +OD +em +"} +(10,1,1) = {" +pm +pm +pm +pm +pm +pm +em +em +GO +cc +JF +em +"} +(11,1,1) = {" +pm +pm +pm +pm +pm +pm +pm +em +RE +oq +TD +em +"} +(12,1,1) = {" +pm +pm +pm +pm +pm +pm +pm +em +em +em +em +em +"} diff --git a/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_ntr_office.dmm b/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_ntr_office.dmm new file mode 100644 index 0000000000000..a65fd689fc563 --- /dev/null +++ b/_maps/bandastation/automapper/templates/iceboxstation/iceboxstation_ntr_office.dmm @@ -0,0 +1,389 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"b" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/nanotrasen_representative) +"c" = ( +/obj/machinery/door/airlock/corporate{ + id_tag = "ntr_door"; + name = "Nanotrasen Representative's Office" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative, +/obj/effect/landmark/navigate_destination, +/obj/machinery/door/firedoor, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"d" = ( +/obj/structure/chair/comfy/corp{ + dir = 4 + }, +/obj/effect/landmark/start/nanotrasen_representative, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"e" = ( +/obj/structure/closet/secure_closet/nanotrasen_representative, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"f" = ( +/obj/machinery/holopad, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"g" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red/opposingcorners, +/obj/machinery/light/directional/south, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"i" = ( +/obj/structure/stairs/east, +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"j" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_y = 2 + }, +/obj/item/folder/blue, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"k" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"o" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/requests_console/directional/west{ + name = "Nanotrasen Representative's Office Requests Console"; + department = "Nanotrasen Representative's Office" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"p" = ( +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"r" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"s" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/station/maintenance/fore/lesser) +"t" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/item/pen/fountain{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/stamp/nanotrasen_representative{ + pixel_x = -5 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"w" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Nanotrasen Representative's Office"; + name = "Nanotrasen Representative's Fax Machine" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"x" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"y" = ( +/obj/machinery/power/apc/worn_out/directional/east, +/obj/structure/cable, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"A" = ( +/obj/structure/filingcabinet/employment, +/obj/machinery/light/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Nanotrasen Representative's Office" + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"B" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"C" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"D" = ( +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"E" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "ntr_privacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/nanotrasen_representative) +"F" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"G" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"H" = ( +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_y = 4 + }, +/obj/effect/spawner/random/special_lighter{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"I" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"J" = ( +/obj/machinery/modular_computer/preset/command{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/button/door/directional/west{ + pixel_y = -6; + id = "ntr_door"; + name = "Door Control"; + req_access = list("nanotrasen_representative"); + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/obj/machinery/button/door/directional/west{ + pixel_y = 6; + id = "ntr_privacy"; + name = "Privacy Shutters Control"; + req_access = list("nanotrasen_representative") + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"K" = ( +/turf/template_noop, +/area/template_noop) +"L" = ( +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/fore) +"O" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"Q" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light_switch/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"S" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"T" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/station/hallway/primary/central/fore) +"U" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"X" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) +"Z" = ( +/obj/machinery/papershredder, +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/iron/dark/diagonal, +/area/station/command/heads_quarters/nanotrasen_representative) + +(1,1,1) = {" +s +b +b +b +b +b +b +K +"} +(2,1,1) = {" +g +b +w +J +o +e +b +K +"} +(3,1,1) = {" +I +E +H +d +C +Q +b +K +"} +(4,1,1) = {" +x +E +B +t +U +F +b +b +"} +(5,1,1) = {" +D +c +k +O +O +p +a +b +"} +(6,1,1) = {" +L +E +X +f +G +p +r +b +"} +(7,1,1) = {" +T +b +S +A +Z +y +j +b +"} +(8,1,1) = {" +i +b +b +b +b +b +b +b +"} diff --git a/_maps/bandastation/automapper/templates/metastation/metastation_lawyer_office.dmm b/_maps/bandastation/automapper/templates/metastation/metastation_lawyer_office.dmm new file mode 100644 index 0000000000000..b7581c89ef8de --- /dev/null +++ b/_maps/bandastation/automapper/templates/metastation/metastation_lawyer_office.dmm @@ -0,0 +1,356 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "lawyer_shutters"; + name = "Law Office Shutters" + }, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"b" = ( +/obj/structure/table/wood, +/obj/item/fish_tank/lawyer, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"d" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/port) +"e" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"f" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/folder/red{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/folder/blue{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/machinery/button/door/directional/west{ + id = "lawyer_shutters"; + name = "Privacy Shutters" + }, +/obj/item/taperecorder, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"g" = ( +/turf/open/floor/wood, +/area/station/service/lawoffice) +"i" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"j" = ( +/obj/structure/sign/poster/official/random/directional/south, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"k" = ( +/obj/structure/sign/departments/lawyer/directional/south, +/turf/template_noop, +/area/template_noop) +"l" = ( +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"p" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/port) +"q" = ( +/turf/closed/wall, +/area/station/service/lawoffice) +"r" = ( +/obj/effect/landmark/navigate_destination/lawyer, +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/machinery/status_display/ai/directional/west, +/obj/structure/table/wood, +/obj/item/camera{ + pixel_x = -6 + }, +/obj/item/camera_film{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/camera_film{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"u" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"v" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Lawyer's Office"; + name = "command camera" + }, +/obj/machinery/newscaster/directional/west, +/obj/item/kirbyplants/random, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"w" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses/big{ + pixel_y = 14 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 10 + }, +/obj/item/pen, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"x" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"y" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/directional/east, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"z" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"A" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/computer/security/telescreen/prison/directional/north, +/obj/structure/closet/secure_closet/lawyer, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"B" = ( +/obj/structure/filingcabinet/employment, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"C" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"D" = ( +/turf/template_noop, +/area/template_noop) +"E" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"F" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light_switch/directional/east, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"I" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Lawyer's Office"; + name = "Lawyer's Office Fax Machine" + }, +/obj/machinery/light/directional/west, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"L" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"M" = ( +/obj/machinery/status_display/ai/directional/east, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"N" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"O" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"P" = ( +/obj/structure/table/wood, +/obj/item/stamp/law{ + pixel_x = -6 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 6 + }, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"Q" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer{ + name = "Lawyer's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/turf/open/floor/iron, +/area/station/service/lawoffice) +"S" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/flashlight/lamp/green{ + pixel_y = 13 + }, +/obj/machinery/requests_console/directional/north{ + department = "Lawyer's Office"; + name = "Lawyer's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/turf/open/floor/carpet/red, +/area/station/service/lawoffice) +"T" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"V" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/turf/open/floor/plating, +/area/station/maintenance/port) +"X" = ( +/obj/machinery/holopad, +/turf/open/floor/wood, +/area/station/service/lawoffice) +"Y" = ( +/turf/closed/wall/r_wall, +/area/station/service/lawoffice) +"Z" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/station/service/lawoffice) + +(1,1,1) = {" +D +d +d +d +d +d +d +d +d +"} +(2,1,1) = {" +p +a +f +s +v +Z +I +x +d +"} +(3,1,1) = {" +p +a +i +g +X +l +g +j +d +"} +(4,1,1) = {" +r +Q +F +C +N +N +e +O +d +"} +(5,1,1) = {" +k +Y +Y +b +w +z +T +u +V +"} +(6,1,1) = {" +D +D +Y +S +L +P +T +E +d +"} +(7,1,1) = {" +D +D +Y +A +y +M +T +B +d +"} +(8,1,1) = {" +D +q +Y +Y +d +d +d +d +d +"} diff --git a/_maps/bandastation/automapper/templates/metastation/metastation_magistrate_office.dmm b/_maps/bandastation/automapper/templates/metastation/metastation_magistrate_office.dmm new file mode 100644 index 0000000000000..4951f8cacf8fd --- /dev/null +++ b/_maps/bandastation/automapper/templates/metastation/metastation_magistrate_office.dmm @@ -0,0 +1,330 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/magistrate) +"b" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"e" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Magistrate's Office"; + name = "Magistrate's Fax Machine" + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"i" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + name = "Magistrate's Office" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"k" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/prison/directional/north, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"m" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"n" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"q" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"s" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + name = "Magistrate's Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) +"u" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "magistrate_shutters"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/magistrate) +"x" = ( +/obj/machinery/photocopier, +/obj/machinery/camera/directional/east{ + c_tag = "Law Office" + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"A" = ( +/turf/closed/wall, +/area/station/maintenance/fore) +"B" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"C" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"E" = ( +/obj/structure/closet/secure_closet/magistrate, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"F" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"H" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"K" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"L" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"M" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"N" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"O" = ( +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"P" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"Q" = ( +/obj/structure/table/wood, +/obj/item/pen/fountain{ + pixel_y = 8 + }, +/obj/item/stamp/magistrate, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"R" = ( +/turf/closed/wall, +/area/station/security/courtroom) +"U" = ( +/obj/machinery/requests_console/directional/north{ + department = "Magistrate's Office"; + name = "Magistrate's Requests Console" + }, +/obj/machinery/newscaster/directional/west, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"V" = ( +/obj/structure/chair/comfy/corp{ + dir = 4 + }, +/obj/machinery/button/door/directional/west{ + id = "lawyer_shutters"; + name = "Privacy Shutters" + }, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) +"X" = ( +/obj/structure/filingcabinet/employment, +/obj/machinery/airalarm/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"Y" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/open/floor/wood/parquet, +/area/station/command/heads_quarters/magistrate) +"Z" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Magistrate's Office Maintenance" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/turf/open/floor/plating, +/area/station/maintenance/fore) + +(1,1,1) = {" +R +R +R +R +s +R +R +"} +(2,1,1) = {" +a +U +V +O +Y +e +a +"} +(3,1,1) = {" +a +k +Q +C +m +n +u +"} +(4,1,1) = {" +A +E +K +K +F +M +i +"} +(5,1,1) = {" +A +b +L +L +B +q +u +"} +(6,1,1) = {" +Z +H +N +x +X +P +a +"} +(7,1,1) = {" +A +A +A +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/metastation/metastation_ntr_blueshield_office.dmm b/_maps/bandastation/automapper/templates/metastation/metastation_ntr_blueshield_office.dmm new file mode 100644 index 0000000000000..622a31e859ff4 --- /dev/null +++ b/_maps/bandastation/automapper/templates/metastation/metastation_ntr_blueshield_office.dmm @@ -0,0 +1,915 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"al" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/structure/sign/poster/official/random/directional/south, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"an" = ( +/obj/machinery/camera/directional/west{ + c_tag = "Nanotrasen Representative's Office" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"aE" = ( +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"aU" = ( +/obj/item/banner/command, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"bQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "blueshield_privacy"; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/blueshield) +"bV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"bZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"cD" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"cI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ee" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"eg" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"fo" = ( +/obj/machinery/modular_computer/preset/command{ + dir = 8 + }, +/obj/machinery/button/door/directional/east{ + pixel_y = 6; + name = "Privacy Shutters Control"; + id = "ntr_privacy"; + req_access = list("nanotrasen_representative") + }, +/obj/machinery/button/door/directional/east{ + pixel_y = -6; + name = "Door Control"; + id = "ntr_door"; + req_access = list("nanotrasen_representative"); + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"gu" = ( +/obj/machinery/papershredder, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"gA" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/ash, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"gC" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"ha" = ( +/obj/machinery/camera/directional/east{ + c_tag = "Blueshield's Office" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"hm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"hr" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"hy" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"hE" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_y = 2 + }, +/obj/item/folder/blue, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 4 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"hI" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"iu" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"iS" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"jd" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"jH" = ( +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"kI" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"lZ" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"mz" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/blueshield) +"ox" = ( +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"oP" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"pG" = ( +/obj/item/banner/command, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"qa" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"qD" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"sJ" = ( +/obj/structure/chair, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"te" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"tm" = ( +/obj/structure/closet/secure_closet/nanotrasen_representative, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"tA" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"tL" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"uT" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"vY" = ( +/obj/structure/plaque/static_plaque/golden/commission/meta, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"xy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"xK" = ( +/obj/machinery/suit_storage_unit/blueshield, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"xY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"yw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"yx" = ( +/obj/machinery/holopad, +/turf/template_noop, +/area/template_noop) +"zz" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/nanotrasen_representative) +"zW" = ( +/obj/structure/cable, +/obj/effect/spawner/random/engineering/tracking_beacon, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Aj" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"Au" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/fax{ + fax_name = "Nanotrasen Representative's Office"; + name = "Nanotrasen Representative's Fax Machine" + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"AB" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/blueshield, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"CE" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"CM" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"DP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"EX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"GK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"GS" = ( +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"Hu" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"IE" = ( +/obj/structure/table/wood, +/obj/item/pen/blue{ + pixel_x = -6 + }, +/obj/item/cigarette/cigar/cohiba{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"IO" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/obj/effect/spawner/random/special_lighter{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Jk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "ntr_privacy"; + name = "Privacy Shutters" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/nanotrasen_representative) +"Jy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 1 + }, +/obj/machinery/bluespace_vendor/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"JC" = ( +/obj/machinery/holopad, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"JM" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/structure/cable, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Kj" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/button/door/directional/west{ + pixel_y = 6; + id = "blueshield_privacy"; + name = "Privacy Shutters Control"; + req_access = list("blueshield") + }, +/obj/machinery/button/door/directional/west{ + pixel_y = -6; + id = "blueshield_door"; + name = "Door Control"; + req_access = list("blueshield"); + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"Ks" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + id_tag = "ntr_door"; + name = "Nanotrasen Representative's Office" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"Kx" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console/directional/south{ + name = "Blueshield's Requests Console"; + department = "Blueshield's Office" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"KB" = ( +/obj/structure/closet/crate/bin, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"KC" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"KX" = ( +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"LY" = ( +/turf/template_noop, +/area/template_noop) +"LZ" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console/directional/south{ + name = "Nanotrasen Representative's Requests Console"; + department = "Nanotrasen Representative's Office" + }, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Md" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Mp" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Np" = ( +/obj/structure/closet/crate/bin, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"Op" = ( +/obj/machinery/power/apc/worn_out/directional/east, +/obj/structure/cable, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Ow" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/effect/landmark/start/nanotrasen_representative, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Oy" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"Pe" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/effect/turf_decal/siding/wood, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"PX" = ( +/obj/machinery/power/apc/worn_out/directional/west, +/obj/structure/cable, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"QY" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=8.1-Aft-to-Escape"; + location = "8-Central-to-Aft" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"Rp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + id_tag = "blueshield_door"; + name = "Blueshield's Office" + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"RN" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/west, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"Sa" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"SG" = ( +/obj/structure/cable, +/obj/effect/landmark/start/hangover, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"SL" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Tn" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"TR" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = -12 + }, +/obj/item/pen/fountain{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/taperecorder{ + pixel_y = 4; + pixel_x = 16 + }, +/obj/item/stamp/nanotrasen_representative{ + pixel_x = 6 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"UQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"UT" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/sign/poster/official/random/directional/east, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"Vl" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"VT" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10.2-Aft-Port-Corner"; + location = "10.1-Central-from-Aft" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"Wf" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/primary/central) +"WS" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/north, +/obj/structure/closet/cabinet, +/obj/item/reagent_containers/cup/glass/bottle/whiskey, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"Xr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/east, +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"Yg" = ( +/obj/structure/chair/office, +/obj/structure/cable, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Yp" = ( +/obj/structure/hedge, +/obj/machinery/light/directional/south, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"YM" = ( +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"ZP" = ( +/obj/structure/cable, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) + +(1,1,1) = {" +LY +Mp +zz +zz +zz +zz +zz +zz +zz +zz +zz +CE +eg +"} +(2,1,1) = {" +LY +Tn +oP +Ks +UQ +RN +an +aU +hy +gu +zz +bV +eg +"} +(3,1,1) = {" +LY +hr +jH +Jk +KB +Vl +bZ +tA +xy +Au +Jk +bV +eg +"} +(4,1,1) = {" +LY +SL +jH +Jk +uT +Aj +kI +JM +ZP +ZP +Jk +hm +cD +"} +(5,1,1) = {" +LY +SL +Yp +zz +zz +hE +Yg +TR +Ow +ox +Jk +hm +lZ +"} +(6,1,1) = {" +LY +SG +DP +cI +zz +tm +Op +IO +fo +LZ +zz +hm +VT +"} +(7,1,1) = {" +yx +zW +vY +al +zz +zz +zz +mz +mz +mz +mz +Jy +gC +"} +(8,1,1) = {" +LY +aE +Hu +ee +mz +Pe +PX +iS +Kj +Kx +mz +jd +QY +"} +(9,1,1) = {" +LY +yw +Yp +mz +mz +WS +sJ +IE +AB +YM +bQ +GS +Wf +"} +(10,1,1) = {" +LY +yw +jH +bQ +CM +hI +JC +Oy +KX +KX +bQ +GS +KC +"} +(11,1,1) = {" +LY +yw +jH +bQ +Np +te +GK +EX +tL +gA +bQ +xY +eg +"} +(12,1,1) = {" +LY +Sa +Md +Rp +qa +Xr +ha +pG +UT +xK +mz +xY +eg +"} +(13,1,1) = {" +LY +qD +mz +mz +mz +mz +mz +mz +mz +mz +mz +iu +eg +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_1.dmm new file mode 100644 index 0000000000000..ff6ec0d0474c5 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_1.dmm @@ -0,0 +1,629 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "maintmememan" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"h" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"k" = ( +/turf/closed/wall, +/area/station/maintenance/port/aft) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/camera, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"s" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + id = "maintmememan" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/button/door{ + id = "maintmememan" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"C" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"F" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"Q" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/five, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +h +h +h +h +h +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +h +a +a +h +h +h +h +h +h +h +h +h +Q +a +a +a +a +a +a +"} +(3,1,1) = {" +k +k +k +k +k +k +k +k +k +k +Q +Q +Q +Q +Q +Q +h +h +h +h +h +a +a +"} +(4,1,1) = {" +p +f +f +k +B +G +r +R +U +k +k +Q +k +k +k +k +k +Q +h +h +h +h +a +"} +(5,1,1) = {" +a +a +f +k +y +y +y +y +y +X +k +k +k +Y +F +D +k +k +k +k +k +k +h +"} +(6,1,1) = {" +a +a +m +f +v +f +f +f +f +f +k +y +y +y +y +y +y +y +k +N +q +k +h +"} +(7,1,1) = {" +a +a +a +a +a +a +a +a +a +y +s +y +y +y +y +O +y +y +s +y +M +k +h +"} +(8,1,1) = {" +a +a +a +a +a +a +a +a +a +W +k +y +y +y +E +y +y +y +k +y +z +k +h +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a +b +k +k +y +o +A +w +y +k +k +y +k +k +h +"} +(10,1,1) = {" +a +a +a +a +a +a +a +a +a +t +V +k +k +C +C +C +k +k +y +g +k +Q +h +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +a +a +d +Z +H +H +H +H +H +C +y +k +k +Q +Q +"} +(12,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +n +u +C +y +k +Q +Q +Q +"} +(13,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +x +k +y +k +Q +Q +Q +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +y +k +y +k +Q +Q +Q +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +y +y +y +k +Q +Q +Q +"} +(16,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_2.dmm new file mode 100644 index 0000000000000..39cc80389ac53 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_2.dmm @@ -0,0 +1,498 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"h" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"n" = ( +/turf/closed/wall, +/area/station/maintenance/port/aft) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/clothing/gloves, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/six, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"Q" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +h +a +a +h +h +h +h +h +h +h +h +h +Q +a +a +a +a +a +a +"} +(3,1,1) = {" +n +n +n +n +h +h +h +h +h +h +h +h +h +h +h +h +h +h +a +a +a +a +a +"} +(4,1,1) = {" +p +B +B +n +n +n +n +n +n +n +h +h +Q +Q +Q +h +h +h +h +h +a +a +a +"} +(5,1,1) = {" +a +a +B +n +B +B +B +Z +D +n +n +h +Q +Q +Q +Q +h +h +h +h +h +a +a +"} +(6,1,1) = {" +a +a +B +B +B +Z +B +B +B +B +n +n +n +n +n +n +Q +Q +Q +Q +Q +Q +a +"} +(7,1,1) = {" +a +a +a +a +a +a +a +a +a +B +n +r +y +y +f +n +Q +Q +Q +Q +Q +Q +a +"} +(8,1,1) = {" +a +a +a +a +a +a +a +a +a +B +n +s +P +y +E +n +Q +Q +Q +Q +Q +Q +a +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a +B +n +n +y +y +y +n +Q +Q +Q +Q +Q +Q +a +"} +(10,1,1) = {" +a +a +a +a +a +a +a +a +a +B +O +n +n +n +W +n +n +Q +Q +Q +Q +Q +Q +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +a +a +y +y +y +y +y +y +n +n +Q +Q +Q +Q +Q +"} +(12,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +y +y +n +n +Q +Q +Q +Q +"} +(13,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +y +M +n +Q +Q +Q +Q +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +y +X +n +Q +Q +Q +Q +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +y +y +n +Q +Q +Q +Q +"} +(16,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_3.dmm new file mode 100644 index 0000000000000..cc3605027ed42 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivallibraryupper_3.dmm @@ -0,0 +1,508 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/external/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"h" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"k" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"l" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/six, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"y" = ( +/turf/closed/wall, +/area/station/maintenance/port/aft) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/aft) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"P" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "dabonthehatersdabdab" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"Q" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper_multi{ + cycle_id = "dabonthehatersdabdab" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"X" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/aft) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +a +a +a +h +a +a +h +h +h +h +h +h +h +h +h +Q +a +a +a +a +a +a +"} +(3,1,1) = {" +y +y +y +y +h +h +h +h +Q +Q +Q +h +h +h +h +h +h +h +a +a +a +a +a +"} +(4,1,1) = {" +p +A +A +y +Q +Q +Q +Q +Q +Q +Q +Q +h +h +h +h +h +h +h +h +a +a +a +"} +(5,1,1) = {" +a +a +A +y +y +y +y +y +y +y +y +y +h +h +h +h +h +h +h +h +h +a +a +"} +(6,1,1) = {" +a +a +A +A +A +A +A +A +A +A +k +X +h +h +h +h +h +h +h +h +Q +Q +a +"} +(7,1,1) = {" +a +a +a +a +a +a +a +a +a +E +r +X +h +h +h +h +h +h +h +h +h +Q +a +"} +(8,1,1) = {" +a +a +a +a +a +a +a +a +a +A +b +X +h +h +h +h +h +h +h +h +h +Q +a +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a +A +y +y +Q +h +h +h +h +h +h +h +h +Q +a +"} +(10,1,1) = {" +a +a +a +a +a +a +a +a +a +A +l +y +y +y +y +y +y +y +y +P +y +Q +Q +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +y +n +G +y +Q +Q +"} +(12,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +Z +f +y +w +G +y +Q +Q +"} +(13,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +Z +U +G +G +y +Q +Q +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +Z +y +y +y +y +Q +Q +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +Z +Z +y +Q +Q +Q +Q +"} +(16,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_1.dmm new file mode 100644 index 0000000000000..67bdf4f43e910 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_1.dmm @@ -0,0 +1,368 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"s" = ( +/turf/closed/wall, +/area/station/maintenance/department/eva) +"v" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"w" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/six, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) + +(1,1,1) = {" +a +a +a +a +a +a +w +w +w +w +w +a +a +"} +(2,1,1) = {" +a +a +a +a +a +a +w +w +w +w +w +a +a +"} +(3,1,1) = {" +a +a +a +a +a +a +w +w +w +w +w +a +a +"} +(4,1,1) = {" +a +a +a +a +w +w +w +w +w +w +w +a +a +"} +(5,1,1) = {" +a +a +w +w +w +w +w +w +w +w +w +s +M +"} +(6,1,1) = {" +a +a +s +s +s +s +s +w +w +w +w +s +M +"} +(7,1,1) = {" +a +w +s +D +j +b +s +s +s +s +s +s +V +"} +(8,1,1) = {" +w +w +s +z +Q +C +s +m +L +G +c +y +M +"} +(9,1,1) = {" +w +w +s +g +j +j +s +R +e +j +v +o +M +"} +(10,1,1) = {" +w +w +s +s +s +H +s +M +M +d +M +M +M +"} +(11,1,1) = {" +a +w +w +s +j +j +j +j +a +a +a +a +a +"} +(12,1,1) = {" +a +w +w +s +j +a +a +a +a +a +a +a +a +"} +(13,1,1) = {" +a +w +w +s +j +a +a +a +a +a +a +a +a +"} +(14,1,1) = {" +a +w +w +s +j +a +a +a +a +a +a +a +a +"} +(15,1,1) = {" +a +w +w +s +j +a +a +a +a +a +a +a +a +"} +(16,1,1) = {" +a +a +a +a +j +a +a +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_2.dmm new file mode 100644 index 0000000000000..ed00e590e9d2e --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_2.dmm @@ -0,0 +1,347 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"f" = ( +/obj/modular_map_connector, +/turf/closed/wall, +/area/station/maintenance/department/eva) +"g" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/eva) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"l" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/gambling, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"t" = ( +/turf/closed/wall, +/area/station/maintenance/department/eva) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/contraband/narcotics, +/obj/effect/spawner/random/contraband/cannabis, +/obj/effect/spawner/random/contraband/permabrig_gear, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"L" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"T" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) + +(1,1,1) = {" +a +a +a +a +a +a +L +L +T +T +T +a +a +"} +(2,1,1) = {" +a +a +a +a +a +a +L +L +L +T +T +a +a +"} +(3,1,1) = {" +a +a +a +a +a +a +L +L +L +T +T +a +a +"} +(4,1,1) = {" +a +a +a +a +L +L +L +L +L +L +T +a +a +"} +(5,1,1) = {" +a +a +L +L +L +L +L +L +L +L +T +t +R +"} +(6,1,1) = {" +a +a +L +L +L +L +L +L +L +L +T +t +R +"} +(7,1,1) = {" +a +L +L +t +g +g +g +g +g +t +T +t +l +"} +(8,1,1) = {" +L +L +L +t +e +Q +q +A +e +t +T +t +R +"} +(9,1,1) = {" +L +L +T +t +e +V +e +e +e +t +f +t +R +"} +(10,1,1) = {" +T +T +t +t +F +X +R +R +R +R +R +R +R +"} +(11,1,1) = {" +a +T +t +j +e +e +e +e +a +a +a +a +a +"} +(12,1,1) = {" +a +T +t +d +e +a +a +a +a +a +a +a +a +"} +(13,1,1) = {" +a +T +t +s +e +a +a +a +a +a +a +a +a +"} +(14,1,1) = {" +a +T +t +N +e +a +a +a +a +a +a +a +a +"} +(15,1,1) = {" +a +T +t +I +e +a +a +a +a +a +a +a +a +"} +(16,1,1) = {" +a +a +a +a +n +a +a +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_3.dmm new file mode 100644 index 0000000000000..085542568ac84 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/arrivalsecupper_3.dmm @@ -0,0 +1,377 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/window/spawner/directional/east, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"f" = ( +/obj/modular_map_connector, +/turf/closed/wall, +/area/station/maintenance/department/eva) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"h" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/eva) +"k" = ( +/obj/effect/turf_decal/sand, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/two, +/obj/item/clothing/suit/armor/vest/old, +/obj/item/clothing/head/helmet/old, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/mod/maint, +/obj/item/clothing/suit/armor/vest/old, +/obj/item/clothing/head/helmet/old, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"t" = ( +/turf/closed/wall, +/area/station/maintenance/department/eva) +"u" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"E" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"G" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"I" = ( +/turf/template_noop, +/area/station/maintenance/department/eva) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"L" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/department/eva) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"T" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/eva) +"X" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/eva) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/item/reagent_containers/spray/pepper/empty{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/restraints/handcuffs/cable/zipties, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/eva) + +(1,1,1) = {" +a +a +a +a +a +a +T +T +T +T +T +a +a +"} +(2,1,1) = {" +a +a +a +a +a +a +T +T +T +T +T +a +a +"} +(3,1,1) = {" +a +a +a +a +a +a +T +T +T +T +T +a +a +"} +(4,1,1) = {" +a +a +a +a +T +T +T +T +T +T +T +a +a +"} +(5,1,1) = {" +a +a +T +T +T +T +T +T +T +T +t +g +N +"} +(6,1,1) = {" +a +a +T +T +T +T +T +T +T +T +t +H +N +"} +(7,1,1) = {" +a +T +T +T +E +G +T +T +T +T +t +J +N +"} +(8,1,1) = {" +T +T +T +E +G +u +G +T +T +T +t +b +W +"} +(9,1,1) = {" +T +T +E +E +E +E +t +t +t +t +f +t +N +"} +(10,1,1) = {" +T +T +E +t +t +t +t +U +N +N +N +N +N +"} +(11,1,1) = {" +h +t +L +t +Z +e +e +e +a +a +a +a +a +"} +(12,1,1) = {" +h +r +k +t +e +a +a +a +a +a +a +a +a +"} +(13,1,1) = {" +h +d +d +t +e +a +a +a +a +a +a +a +a +"} +(14,1,1) = {" +X +e +e +K +e +a +a +a +a +a +a +a +a +"} +(15,1,1) = {" +h +Y +e +t +e +a +a +a +a +a +a +a +a +"} +(16,1,1) = {" +I +I +I +I +e +a +a +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_1.dmm new file mode 100644 index 0000000000000..0cafad1c28f9d --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_1.dmm @@ -0,0 +1,1004 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"c" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"g" = ( +/obj/modular_map_root/tramstation{ + key = "atmoscilower_attachment_a"; + name = "atmoscilower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"h" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"k" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"l" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"p" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"s" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"v" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/old{ + dir = 1 + }, +/area/station/maintenance/starboard/lesser) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/cigbutt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"y" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"B" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/item/assembly/mousetrap, +/obj/item/food/deadmouse, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"C" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"D" = ( +/obj/effect/turf_decal/trimline/dark_blue/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"E" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"I" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"L" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"U" = ( +/turf/template_noop, +/area/template_noop) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Z" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) + +(1,1,1) = {" +a +a +U +U +U +U +f +U +U +U +U +U +U +U +U +U +U +U +"} +(2,1,1) = {" +a +a +U +U +U +U +f +U +U +U +U +U +U +U +U +U +U +U +"} +(3,1,1) = {" +a +a +U +U +U +U +f +U +U +U +U +U +U +U +U +U +U +U +"} +(4,1,1) = {" +a +a +U +U +U +l +J +U +U +U +U +U +U +U +U +U +U +U +"} +(5,1,1) = {" +a +a +a +a +a +l +f +U +U +U +U +U +U +U +U +U +U +U +"} +(6,1,1) = {" +a +a +a +a +a +l +f +U +U +U +U +U +U +U +U +U +U +U +"} +(7,1,1) = {" +a +a +a +a +a +l +z +F +U +U +U +U +U +U +U +U +U +U +"} +(8,1,1) = {" +a +a +a +a +a +l +f +D +U +U +U +U +U +U +U +U +U +U +"} +(9,1,1) = {" +a +a +a +a +a +l +f +m +U +U +U +U +U +U +U +U +U +U +"} +(10,1,1) = {" +a +a +a +a +l +l +f +l +U +U +U +U +U +U +U +U +U +U +"} +(11,1,1) = {" +a +a +a +a +l +b +f +l +a +a +a +a +a +a +a +a +U +U +"} +(12,1,1) = {" +a +a +a +a +l +V +f +l +l +l +l +l +a +a +a +a +U +U +"} +(13,1,1) = {" +a +a +a +a +l +W +f +k +R +s +y +l +a +a +a +a +U +U +"} +(14,1,1) = {" +a +a +a +a +l +P +f +v +E +Z +p +l +a +a +a +a +U +U +"} +(15,1,1) = {" +a +a +a +a +l +d +u +k +L +n +c +l +a +a +l +l +U +U +"} +(16,1,1) = {" +a +a +a +a +l +W +u +I +o +h +B +l +l +l +l +O +U +U +"} +(17,1,1) = {" +a +a +a +a +l +q +u +r +r +r +r +r +r +r +x +r +U +U +"} +(18,1,1) = {" +a +a +a +a +l +Q +u +l +l +l +l +l +l +l +l +l +U +U +"} +(19,1,1) = {" +a +a +a +a +l +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(20,1,1) = {" +a +a +a +a +a +l +H +g +a +a +a +a +a +a +a +a +a +a +"} +(21,1,1) = {" +a +a +a +a +a +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(22,1,1) = {" +a +a +a +a +a +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(23,1,1) = {" +a +a +a +a +a +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(24,1,1) = {" +a +a +a +a +a +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(25,1,1) = {" +a +a +a +a +a +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(26,1,1) = {" +a +a +a +a +a +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(27,1,1) = {" +U +U +U +U +U +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(28,1,1) = {" +U +U +U +U +U +C +w +l +a +a +a +a +a +a +a +a +a +a +"} +(29,1,1) = {" +U +U +U +U +U +l +t +l +a +a +a +a +a +a +a +a +a +a +"} +(30,1,1) = {" +U +U +U +U +U +l +t +l +l +l +l +l +l +l +l +a +a +a +"} +(31,1,1) = {" +U +U +U +U +U +l +K +G +G +G +G +G +G +Y +l +a +a +a +"} +(32,1,1) = {" +U +U +U +U +U +U +U +U +U +U +U +U +U +C +U +U +U +U +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_2.dmm new file mode 100644 index 0000000000000..63b01e5ed5ad0 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_2.dmm @@ -0,0 +1,1159 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"ce" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"cq" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/lesser) +"dr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"dH" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"dK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"dU" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"dY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"eO" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"hk" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"hP" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/lesser) +"jx" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/starboard/lesser) +"ku" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/tile/catwalk_tile{ + amount = 15 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"kI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"lw" = ( +/obj/item/shovel, +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/lesser) +"lG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"nt" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"oU" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"oV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"qG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"rj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"sa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/corner, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"sx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"sJ" = ( +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"uF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"xD" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"xF" = ( +/obj/item/plate{ + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/food/sandwich/cheese/grilled{ + pixel_x = -5; + pixel_y = -9 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"yl" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"yY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"zB" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"Ar" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/asteroid) +"AY" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"Cj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"CI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"CX" = ( +/turf/template_noop, +/area/template_noop) +"Dw" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"DJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/modular_map_connector, +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Eb" = ( +/obj/item/storage/bag/ore, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"EA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"EY" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"Fh" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Gc" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"Gr" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"GQ" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"GW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/tile/iron/smooth{ + amount = 15 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"Hn" = ( +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/storage/bag/ore, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Hz" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/lesser) +"HJ" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/starboard/lesser) +"Iu" = ( +/obj/structure/rack, +/obj/item/stack/sheet/iron/twenty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/stack/rods/twentyfive, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"KP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Lu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"LS" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"MO" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"Ni" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"Nn" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"NV" = ( +/obj/structure/chair/stool/directional/east, +/mob/living/basic/lizard{ + dir = 4; + name = "Takes-Their-Mandated-Breaks" + }, +/obj/item/reagent_containers/cup/soda_cans/lemon_lime{ + pixel_x = 11; + pixel_y = 8 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"OK" = ( +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/lesser) +"Pl" = ( +/obj/item/flashlight/flare, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"Qz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"QF" = ( +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"Rw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"SB" = ( +/obj/structure/railing/corner, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"Tq" = ( +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"UB" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/lesser) +"VC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"VX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Ys" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) + +(1,1,1) = {" +CX +CX +CX +CX +CX +CX +qG +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(2,1,1) = {" +CX +CX +CX +CX +MO +MO +VX +MO +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(3,1,1) = {" +CX +CX +CX +CX +MO +bG +qG +MO +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(4,1,1) = {" +CX +CX +CX +CX +MO +GQ +DJ +MO +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(5,1,1) = {" +CX +CX +CX +CX +MO +AY +Cj +MO +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(6,1,1) = {" +Dw +Dw +Dw +Dw +MO +GQ +Lu +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(7,1,1) = {" +Dw +Fh +Dw +hk +MO +GQ +Lu +nt +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(8,1,1) = {" +hk +hk +hk +hk +GQ +nt +Lu +cq +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(9,1,1) = {" +hk +hk +hk +hk +LS +OK +Lu +nt +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(10,1,1) = {" +hk +hk +hk +hk +OK +cq +Lu +OK +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +"} +(11,1,1) = {" +Dw +Hn +hk +hk +OK +nt +Lu +OK +nt +nt +HJ +HJ +HJ +Dw +Dw +Dw +CX +CX +"} +(12,1,1) = {" +Dw +Ar +hk +hk +ce +uF +Lu +lw +nt +SB +dH +oU +HJ +HJ +HJ +Dw +CX +CX +"} +(13,1,1) = {" +Dw +Ar +hk +hk +ce +GQ +Lu +nt +SB +dU +sJ +xD +nt +nt +HJ +Dw +CX +CX +"} +(14,1,1) = {" +Dw +Dw +hk +hk +Gr +nt +sa +EY +EY +EY +dK +jx +HJ +HJ +HJ +Dw +CX +CX +"} +(15,1,1) = {" +Dw +Dw +Dw +hk +OK +OK +Lu +OK +hP +Hz +Gc +xD +HJ +MO +MO +MO +CX +CX +"} +(16,1,1) = {" +Dw +Dw +hk +hk +OK +cq +Lu +nt +nt +zB +eO +UB +nt +AY +lG +yY +CX +CX +"} +(17,1,1) = {" +Dw +hk +hk +hk +OK +uF +sa +Ni +Ni +sx +Ni +Ni +Ni +EA +yY +yY +CX +CX +"} +(18,1,1) = {" +Fh +hk +hk +hk +MO +GW +Lu +MO +MO +Gr +nt +nt +GQ +MO +MO +MO +CX +CX +"} +(19,1,1) = {" +Fh +hk +hk +hk +MO +ku +Lu +MO +HJ +HJ +HJ +HJ +nt +nt +HJ +Dw +Dw +Dw +"} +(20,1,1) = {" +Dw +hk +hk +hk +MO +AY +VX +MO +Dw +Dw +Dw +HJ +HJ +HJ +HJ +Dw +Dw +Dw +"} +(21,1,1) = {" +Dw +Dw +Dw +Dw +MO +CI +VC +MO +Dw +Dw +Dw +Dw +Dw +Dw +Dw +Dw +Dw +Dw +"} +(22,1,1) = {" +CX +CX +CX +CX +MO +CI +qG +MO +Dw +Dw +Dw +Dw +Dw +Dw +Dw +Dw +Dw +Dw +"} +(23,1,1) = {" +CX +CX +CX +CX +MO +MO +Rw +MO +HJ +HJ +HJ +HJ +HJ +HJ +Dw +Dw +Dw +Dw +"} +(24,1,1) = {" +CX +CX +CX +CX +CX +MO +Qz +MO +HJ +Iu +HJ +HJ +Nn +HJ +HJ +Dw +Dw +Dw +"} +(25,1,1) = {" +CX +CX +CX +CX +CX +MO +dY +MO +nt +nt +NV +HJ +nt +QF +HJ +Dw +Dw +Dw +"} +(26,1,1) = {" +CX +CX +CX +CX +CX +MO +Qz +Gr +nt +Pl +xF +nt +Nn +Eb +HJ +Dw +Dw +Dw +"} +(27,1,1) = {" +CX +CX +CX +CX +CX +MO +dr +GQ +cq +OK +nt +nt +nt +HJ +HJ +Dw +Dw +Dw +"} +(28,1,1) = {" +CX +CX +CX +CX +CX +yl +kI +GQ +OK +nt +Tq +HJ +HJ +HJ +Dw +Dw +Dw +Dw +"} +(29,1,1) = {" +CX +CX +CX +CX +CX +MO +oV +MO +HJ +HJ +HJ +HJ +Dw +Dw +Dw +Dw +Dw +Dw +"} +(30,1,1) = {" +CX +CX +CX +CX +CX +MO +oV +MO +MO +MO +MO +MO +MO +MO +MO +Dw +Dw +Dw +"} +(31,1,1) = {" +CX +CX +CX +CX +CX +MO +Ys +rj +rj +rj +rj +rj +rj +KP +MO +Dw +Dw +Dw +"} +(32,1,1) = {" +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +CX +yl +CX +CX +CX +CX +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_3.dmm new file mode 100644 index 0000000000000..1d810ed7e6bb1 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_3.dmm @@ -0,0 +1,994 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"c" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mirror/directional/east, +/obj/structure/sink/directional/west, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = -12; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"g" = ( +/obj/modular_map_root/tramstation{ + key = "atmoscilower_attachment_a"; + name = "atmoscilower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"h" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"k" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"l" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"p" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"s" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"v" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/old{ + dir = 1 + }, +/area/station/maintenance/starboard/lesser) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"y" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"z" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"C" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"E" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"I" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"L" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/soap, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"R" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"U" = ( +/turf/template_noop, +/area/template_noop) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Z" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) + +(1,1,1) = {" +a +a +U +U +U +U +f +U +U +U +U +U +U +U +U +U +U +U +"} +(2,1,1) = {" +a +a +U +U +U +U +f +U +U +U +U +U +U +U +U +U +U +U +"} +(3,1,1) = {" +a +a +U +U +U +U +f +U +U +U +U +U +U +U +U +U +U +U +"} +(4,1,1) = {" +a +a +U +U +U +l +J +U +U +U +U +U +U +U +U +U +U +U +"} +(5,1,1) = {" +l +l +l +n +n +n +f +U +U +U +U +U +U +U +U +U +U +U +"} +(6,1,1) = {" +d +O +z +n +n +n +f +U +U +U +U +U +U +U +U +U +U +U +"} +(7,1,1) = {" +l +l +l +n +n +n +f +F +U +U +U +U +U +U +U +U +U +U +"} +(8,1,1) = {" +U +U +l +V +n +n +f +F +U +U +U +U +U +U +U +U +U +U +"} +(9,1,1) = {" +U +U +l +B +n +n +f +m +U +U +U +U +U +U +U +U +U +U +"} +(10,1,1) = {" +U +U +l +x +D +n +f +l +U +U +U +U +U +U +U +U +U +U +"} +(11,1,1) = {" +U +U +l +H +n +n +f +l +a +a +a +a +a +a +a +a +U +U +"} +(12,1,1) = {" +U +U +l +l +l +n +f +l +l +l +l +l +a +a +a +a +U +U +"} +(13,1,1) = {" +U +U +U +U +l +n +f +k +R +s +y +l +a +a +a +a +U +U +"} +(14,1,1) = {" +U +U +U +U +l +n +f +v +E +Z +p +l +a +a +a +a +U +U +"} +(15,1,1) = {" +U +U +U +U +l +n +u +k +L +n +c +l +a +a +l +l +U +U +"} +(16,1,1) = {" +U +U +U +U +l +W +u +I +o +h +h +l +l +l +l +r +U +U +"} +(17,1,1) = {" +U +U +U +U +l +q +b +A +A +A +A +A +A +A +A +A +U +U +"} +(18,1,1) = {" +U +U +U +U +l +Q +u +l +l +l +l +l +l +l +l +l +U +U +"} +(19,1,1) = {" +U +U +U +U +l +n +u +l +a +a +a +a +a +a +a +a +a +a +"} +(20,1,1) = {" +U +U +U +U +l +n +u +g +a +a +a +a +a +a +a +a +a +a +"} +(21,1,1) = {" +U +U +U +U +l +n +u +l +a +a +a +a +a +a +a +a +a +a +"} +(22,1,1) = {" +U +U +U +U +l +n +u +l +a +a +a +a +a +a +a +a +a +a +"} +(23,1,1) = {" +U +U +U +U +l +P +u +l +a +a +a +a +a +a +a +a +a +a +"} +(24,1,1) = {" +U +U +U +U +l +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(25,1,1) = {" +U +U +U +U +U +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(26,1,1) = {" +U +U +U +U +U +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(27,1,1) = {" +U +U +U +U +U +l +X +l +a +a +a +a +a +a +a +a +a +a +"} +(28,1,1) = {" +U +U +U +U +U +C +w +l +a +a +a +a +a +a +a +a +a +a +"} +(29,1,1) = {" +U +U +U +U +U +l +t +l +a +a +a +a +a +a +a +a +a +a +"} +(30,1,1) = {" +U +U +U +U +U +l +t +l +l +l +l +l +l +l +l +a +a +a +"} +(31,1,1) = {" +U +U +U +U +U +l +K +G +G +G +G +G +G +Y +l +a +a +a +"} +(32,1,1) = {" +U +U +U +U +U +U +U +U +U +U +U +U +U +C +U +U +U +U +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_1.dmm new file mode 100644 index 0000000000000..b3959ec8463b1 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_1.dmm @@ -0,0 +1,404 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 37; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 22; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 27; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 32; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/x{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/folder/blue{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/folder/red{ + pixel_x = 8 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen/fourcolor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"k" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/trash/hobo_squat, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 37; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 22; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 27; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 32; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/x{ + pixel_x = 32 + }, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"u" = ( +/obj/item/weldingtool/empty, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"w" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 37; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 22; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 27; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/i/orange{ + pixel_x = 32; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/crayon/x{ + pixel_x = 32 + }, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/stool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/pen/fountain{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/paper{ + name = "my last will and testament"; + default_raw_text = "if you are reading this, that means i have died during the construction of this abomination against mankind. i leave behind all my material wealth to my dog brian and i part this plane of existence with these words of wisdom: do no take contract work from nanotrasen they don't give you health benefits" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/radio/off, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/cup/glass/waterbottle/empty, +/obj/item/reagent_containers/cup/glass/waterbottle/empty{ + pixel_x = -7; + pixel_y = -4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"Q" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat/orange, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"W" = ( +/turf/template_noop, +/area/template_noop) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) + +(1,1,1) = {" +W +a +a +a +a +a +W +W +W +W +W +W +W +W +W +W +"} +(2,1,1) = {" +W +k +F +F +E +a +a +W +W +W +W +W +W +W +W +W +"} +(3,1,1) = {" +w +F +F +C +R +L +a +W +W +W +W +W +W +W +W +W +"} +(4,1,1) = {" +W +N +E +E +s +h +a +W +W +W +W +W +W +W +W +W +"} +(5,1,1) = {" +W +u +A +d +I +M +a +W +W +W +W +W +W +W +W +W +"} +(6,1,1) = {" +W +O +x +g +t +a +a +W +W +W +W +W +W +W +W +W +"} +(7,1,1) = {" +W +Q +a +a +a +a +W +W +W +W +W +W +W +W +W +W +"} +(8,1,1) = {" +W +E +E +a +W +W +W +W +W +W +W +W +W +W +W +W +"} +(9,1,1) = {" +W +Y +Y +a +W +W +W +W +W +W +W +W +W +W +W +W +"} +(10,1,1) = {" +W +Y +Y +a +W +W +W +W +W +W +W +W +W +W +W +W +"} +(11,1,1) = {" +W +a +a +a +W +W +W +W +W +W +W +W +W +W +W +W +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_2.dmm new file mode 100644 index 0000000000000..3c1283e48c813 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_2.dmm @@ -0,0 +1,355 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"b" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/north{ + id = "weirdpodthing2" + }, +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/item/wallframe/button, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"i" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/east{ + id = "weirdpodthing1" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"o" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/maintenance/starboard/lesser) +"q" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"r" = ( +/obj/structure/grille, +/obj/structure/window/spawner/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"t" = ( +/obj/structure/grille, +/obj/structure/window/spawner/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"w" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"x" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"B" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/maintenance/starboard/lesser) +"C" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"D" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plating/airless, +/area/station/maintenance/starboard/lesser) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"H" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance/three, +/obj/machinery/button/door/directional/north{ + id = "weirdpodthing1" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"O" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"P" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "weirdpodthing1" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"R" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/sand, +/obj/machinery/door/poddoor/shutters{ + id = "weirdpodthing2" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"T" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/decoration/material, +/obj/effect/spawner/random/decoration/material, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/material, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"W" = ( +/turf/template_noop, +/area/template_noop) +"X" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + id = "weirdpodthing2" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) + +(1,1,1) = {" +W +W +C +C +C +C +C +W +W +W +C +C +C +C +C +W +"} +(2,1,1) = {" +W +C +C +H +r +O +C +C +i +C +C +e +r +v +C +C +"} +(3,1,1) = {" +w +F +x +M +M +M +P +m +b +f +X +M +M +M +X +D +"} +(4,1,1) = {" +j +F +P +M +M +M +P +m +b +F +X +M +M +M +R +D +"} +(5,1,1) = {" +W +C +C +T +t +q +C +C +i +C +C +A +t +A +C +o +"} +(6,1,1) = {" +W +W +C +C +C +C +C +W +W +W +C +C +C +C +C +B +"} +(7,1,1) = {" +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +"} +(8,1,1) = {" +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +"} +(9,1,1) = {" +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +"} +(10,1,1) = {" +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +"} +(11,1,1) = {" +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +W +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_3.dmm new file mode 100644 index 0000000000000..670386ca82910 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/atmoscilower_attachment_a_3.dmm @@ -0,0 +1,382 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_empty/crate, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"c" = ( +/turf/template_noop, +/area/template_noop) +"d" = ( +/obj/structure/shipping_container/nthi, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/turf_decal/trimline/neutral/warning, +/obj/effect/turf_decal/trimline/neutral/warning{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + name = "Storage Shutters"; + id = "defnotillegastuffinhereofficer" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/gloves/cargo_gauntlet, +/obj/item/clothing/gloves/cargo_gauntlet, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/corner, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/structure/noticeboard/directional/south, +/obj/item/paper{ + default_raw_text = "Please make sure all heavy equipment and tools are stored properly between sessions to prevent on-site accidents! All current workers comp filings will have a minimal delay of 3 months to be reviewed from date of entry. If you are unable to work during those months, we will NOT be paying compensation until legally required. This isn't a threat."; + name = "Storage Units" + }, +/obj/item/paper{ + default_raw_text = "Mark this room off as long-term storage, isn't worth trying to retrieve the containers before closing off the halls."; + name = "Equipment Notice" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"w" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/light/small/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/vehicle/sealed/mecha/ripley, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"C" = ( +/obj/structure/shipping_container, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/mining/glass{ + name = "Long-Term Shipping Storage" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"G" = ( +/obj/structure/shipping_container/nanotrasen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"J" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/lesser) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/mecha_parts/chassis/ripley, +/obj/item/mecha_parts/part/ripley_left_arm{ + pixel_y = -2; + pixel_x = -9 + }, +/obj/item/mecha_parts/part/ripley_right_leg{ + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"P" = ( +/obj/structure/shipping_container/nakamura, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/obj/item/stock_parts/power_store/cell/empty, +/obj/item/screwdriver{ + pixel_y = -10; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_empty/crate, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/lesser) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/lesser) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/north{ + id = "defnotillegastuffinhereofficer"; + name = "Storage Shutters Toggle" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/lesser) + +(1,1,1) = {" +J +J +J +J +J +J +J +J +J +J +c +"} +(2,1,1) = {" +J +A +I +I +I +v +I +D +o +J +c +"} +(3,1,1) = {" +F +I +I +n +u +J +S +I +j +J +c +"} +(4,1,1) = {" +J +Z +I +I +p +J +J +J +J +J +c +"} +(5,1,1) = {" +J +t +t +q +w +E +q +E +E +J +c +"} +(6,1,1) = {" +i +Y +C +V +Y +P +V +Y +a +J +c +"} +(7,1,1) = {" +i +Y +Y +V +Y +Y +V +H +Q +J +c +"} +(8,1,1) = {" +i +Y +Y +V +Y +Y +V +K +y +J +c +"} +(9,1,1) = {" +i +V +V +V +V +V +V +V +V +J +c +"} +(10,1,1) = {" +i +Y +G +V +Y +d +V +Y +G +J +c +"} +(11,1,1) = {" +i +Y +Y +V +Y +Y +V +Y +Y +J +c +"} +(12,1,1) = {" +i +Y +Y +U +Y +Y +x +Y +Y +J +c +"} +(13,1,1) = {" +J +J +J +J +J +J +J +J +J +J +c +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_1.dmm new file mode 100644 index 0000000000000..eab9280b8fa79 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_1.dmm @@ -0,0 +1,1982 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aI" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"aK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Cargo Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"dZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"ej" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"eJ" = ( +/turf/template_noop, +/area/template_noop) +"fG" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"gb" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"hM" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/cargo) +"iX" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"jo" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"kr" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"lf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"lG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"mJ" = ( +/obj/effect/landmark/blobstart, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"nb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ne" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"nK" = ( +/turf/open/openspace, +/area/station/asteroid) +"nV" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ox" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"oZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"pP" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end, +/obj/structure/sign/warning/electric_shock/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"qy" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"qF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"rw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/decoration/glowstick, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"rT" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"sk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/spawner/random/food_or_drink/booze, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"sY" = ( +/obj/structure/plasticflaps, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"tx" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"tW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"vh" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/cargo) +"vH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"wE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/tool, +/obj/item/relic, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"yB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"zr" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"zy" = ( +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"zQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"AP" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_cave" + }, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"Cx" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"CX" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Dm" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/cargo) +"FJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Gy" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"HP" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Ja" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"JM" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Ko" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Hydroponics"; + name = "navigation beacon (Hydroponics Delivery)" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "hydrodropoff" + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Mc" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"ME" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"MM" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"NJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"Px" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Qq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"QC" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"QS" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"RX" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/effect/spawner/random/decoration/glowstick, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/spawner/random/engineering/vending_restock, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Sw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Sy" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"SF" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/asteroid) +"TI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"UF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/conveyor{ + dir = 8; + id = "hydrodropoff" + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Xu" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Yk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"Zt" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"ZE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"ZN" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"ZS" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +Mc +hM +Dm +gb +gb +gb +gb +gb +gb +gb +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} +(2,1,1) = {" +Mc +kr +vh +gb +gb +gb +gb +gb +gb +gb +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} +(3,1,1) = {" +hM +zy +Mc +gb +gb +gb +gb +gb +gb +gb +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} +(4,1,1) = {" +Dm +Ko +Dm +Dm +hM +vh +Dm +vh +QC +QC +vh +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} +(5,1,1) = {" +QC +UF +Cx +QC +QC +QC +QC +rT +QC +QC +sY +Sw +lG +Cx +sY +QC +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} +(6,1,1) = {" +Mc +Mc +Dm +mJ +AP +hM +Mc +Mc +hM +Dm +vh +vh +hM +Mc +Mc +QC +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} +(7,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +nV +QC +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} +(8,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hM +ne +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +rT +Mc +eJ +eJ +"} +(9,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +vh +TI +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +ej +Mc +eJ +eJ +"} +(10,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hM +oZ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +rT +Mc +eJ +eJ +"} +(11,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +vh +yB +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +sY +Mc +eJ +eJ +"} +(12,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +vh +sY +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +QC +Mc +eJ +eJ +"} +(13,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +qy +QC +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +Gy +eJ +eJ +eJ +eJ +eJ +QC +QC +Mc +eJ +eJ +"} +(14,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Dm +QC +QC +QC +QC +QC +rT +rT +CX +Px +MM +tx +Qq +Qq +rT +rT +QC +Mc +Mc +eJ +eJ +"} +(15,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hM +Dm +QC +hM +Dm +Mc +vh +Mc +vh +Mc +MM +Mc +Mc +Mc +Mc +Mc +Mc +Mc +HP +eJ +eJ +"} +(16,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +MM +MM +Mc +gb +gb +jo +jo +gb +jo +eJ +eJ +"} +(17,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ME +ZE +Xu +Mc +gb +gb +jo +gb +gb +gb +eJ +eJ +"} +(18,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +gb +gb +jo +gb +jo +jo +eJ +eJ +"} +(19,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +gb +jo +HP +jo +jo +iX +eJ +eJ +"} +(20,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +gb +jo +HP +QS +HP +HP +eJ +eJ +"} +(21,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +Mc +SF +jo +iX +iX +jo +eJ +eJ +"} +(22,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +Mc +Mc +Mc +zy +vH +FJ +Mc +HP +HP +iX +iX +QS +eJ +eJ +"} +(23,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +zy +zy +zy +vH +Qq +nb +jo +jo +jo +jo +nK +eJ +eJ +"} +(24,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zr +zy +zy +zy +vH +dZ +nb +iX +HP +HP +HP +jo +eJ +eJ +"} +(25,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +NJ +Yk +Yk +Yk +ZS +sk +nb +iX +HP +HP +HP +jo +eJ +eJ +"} +(26,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +pP +zy +zy +zy +vH +zQ +nb +jo +jo +jo +jo +HP +eJ +eJ +"} +(27,1,1) = {" +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +zy +zy +zy +vH +Qq +nb +HP +HP +HP +jo +jo +eJ +eJ +"} +(28,1,1) = {" +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +Mc +Mc +Mc +zy +vH +rw +Mc +HP +QS +jo +iX +Zt +eJ +eJ +"} +(29,1,1) = {" +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +Mc +SF +QS +jo +jo +jo +eJ +eJ +"} +(30,1,1) = {" +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +gb +jo +gb +jo +HP +jo +eJ +eJ +"} +(31,1,1) = {" +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +gb +jo +gb +gb +jo +jo +eJ +eJ +"} +(32,1,1) = {" +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +gb +ZN +jo +jo +jo +Zt +eJ +eJ +"} +(33,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +ZN +ZN +jo +jo +gb +jo +eJ +eJ +"} +(34,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +ZN +ZN +gb +ZN +gb +gb +eJ +eJ +"} +(35,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +aI +Mc +gb +gb +gb +gb +eJ +eJ +"} +(36,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +zy +vH +Mc +tW +Mc +gb +gb +gb +gb +eJ +eJ +"} +(37,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +lf +Sy +Mc +fG +Mc +JM +Mc +Mc +Mc +Mc +eJ +"} +(38,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Mc +Ja +MM +Mc +qF +Qq +Qq +Qq +Qq +Qq +Qq +eJ +"} +(39,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +gb +gb +gb +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +gb +gb +Mc +MM +MM +Mc +qF +RX +eJ +eJ +eJ +eJ +Qq +eJ +"} +(40,1,1) = {" +eJ +eJ +eJ +eJ +eJ +gb +eJ +gb +gb +gb +gb +gb +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +Mc +Mc +Mc +aK +Mc +Mc +qF +ox +eJ +eJ +eJ +eJ +Qq +eJ +"} +(41,1,1) = {" +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +MM +MM +MM +MM +qF +qF +qF +wE +eJ +eJ +eJ +eJ +eJ +eJ +"} +(42,1,1) = {" +eJ +eJ +eJ +eJ +eJ +eJ +eJ +gb +gb +gb +gb +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +eJ +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_2.dmm new file mode 100644 index 0000000000000..0901318e30143 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_2.dmm @@ -0,0 +1,2137 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"at" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"bn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"cN" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"df" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/structure/railing, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"dx" = ( +/turf/template_noop, +/area/template_noop) +"fb" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"gg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 6 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"hl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"iP" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "hydrodropoff" + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"jX" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/asteroid) +"jY" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kb" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"ke" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"kA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"kF" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"lS" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"md" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"nK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"ob" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"pU" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"re" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"se" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"sU" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Cargo Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"tf" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'MULE CROSSING - LOOK BOTH WAYS"; + name = "MULE CROSSING - LOOK BOTH WAYS"; + pixel_x = -32 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"tI" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"tQ" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/asteroid) +"ub" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ur" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"vk" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"we" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"wo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"wQ" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"wW" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"xL" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"yo" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"yB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/maintenance/three, +/obj/item/relic, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"yM" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"yT" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"AS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Bl" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Bs" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Bt" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end, +/obj/structure/railing{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"CC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"CW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Db" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"DZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Ek" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"ED" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Fz" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"FD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Gr" = ( +/obj/structure/flora/bush/flowers_br/style_2, +/turf/open/floor/grass, +/area/station/asteroid) +"GM" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Hs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Ii" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"JO" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Kc" = ( +/turf/open/openspace, +/area/station/asteroid) +"LI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"MP" = ( +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"OQ" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"QF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"QO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Rb" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Rr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Sg" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Ss" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Hydroponics"; + name = "navigation beacon (Hydroponics Delivery)" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "hydrodropoff" + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"TN" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Uc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/spawner/random/trash/botanical_waste, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Ug" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"WK" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Xi" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"XF" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"XH" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Zd" = ( +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Zg" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ZR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +Fz +Fz +Fz +se +se +se +se +se +se +se +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} +(2,1,1) = {" +Fz +kF +Fz +se +se +se +se +se +se +se +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} +(3,1,1) = {" +Fz +MP +Fz +se +se +se +se +se +se +se +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} +(4,1,1) = {" +Fz +Ss +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} +(5,1,1) = {" +Fz +iP +wW +kb +hl +hl +hl +hl +hl +Uc +JO +Bs +re +ur +JO +at +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} +(6,1,1) = {" +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Db +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} +(7,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Db +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} +(8,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +yT +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +ub +Fz +dx +dx +"} +(9,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +jY +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +Ii +Fz +dx +dx +"} +(10,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +vk +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +XF +Fz +dx +dx +"} +(11,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +pU +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +LI +Fz +dx +dx +"} +(12,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +xL +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +FD +Fz +dx +dx +"} +(13,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Db +dx +dx +dx +dx +dx +dx +dx +dx +Ek +dx +dx +dx +dx +dx +md +gg +Fz +dx +dx +"} +(14,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Zd +lS +hl +lS +hl +hl +hl +tI +hl +wo +hl +tI +hl +hl +hl +gg +Fz +Fz +dx +dx +"} +(15,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +Fz +wo +Fz +Fz +Fz +Fz +Fz +Fz +Fz +wQ +dx +dx +"} +(16,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +tf +wo +Fz +se +se +se +yo +yo +se +we +dx +dx +"} +(17,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Zg +Xi +kA +Fz +se +se +se +yo +se +se +se +dx +dx +"} +(18,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +se +yo +se +we +se +we +we +dx +dx +"} +(19,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +se +we +we +wQ +we +we +Sg +dx +dx +"} +(20,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +jX +wQ +we +wQ +fb +wQ +wQ +dx +dx +"} +(21,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Fz +Fz +Fz +Fz +Ug +MP +QO +wQ +wQ +we +we +Sg +Sg +we +dx +dx +"} +(22,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +CW +Xi +WK +WK +Bl +MP +QO +ob +wQ +we +wQ +Sg +Sg +fb +dx +dx +"} +(23,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +CW +Ug +MP +MP +MP +MP +QO +we +we +we +we +we +we +Kc +dx +dx +"} +(24,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +CW +GM +ke +MP +MP +MP +QO +wQ +we +Gr +wQ +wQ +wQ +we +dx +dx +"} +(25,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Rr +nK +df +MP +MP +MP +QO +we +ob +we +wQ +ob +wQ +we +dx +dx +"} +(26,1,1) = {" +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +CW +Xi +Bt +MP +MP +MP +QO +we +wQ +we +we +we +we +wQ +dx +dx +"} +(27,1,1) = {" +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +ZR +Ug +MP +MP +MP +MP +QO +Gr +wQ +we +wQ +wQ +we +we +dx +dx +"} +(28,1,1) = {" +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +yB +GM +QF +QF +TN +MP +QO +Gr +we +we +fb +we +Sg +XH +dx +dx +"} +(29,1,1) = {" +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Fz +Fz +Fz +Fz +Ug +MP +QO +ob +we +we +fb +we +we +we +dx +dx +"} +(30,1,1) = {" +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +tQ +we +Gr +se +we +wQ +we +dx +dx +"} +(31,1,1) = {" +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +we +we +we +se +se +we +we +dx +dx +"} +(32,1,1) = {" +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +we +se +we +we +we +we +XH +dx +dx +"} +(33,1,1) = {" +dx +dx +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +yo +we +we +we +we +se +we +dx +dx +"} +(34,1,1) = {" +dx +dx +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +yo +yo +se +se +yo +se +se +dx +dx +"} +(35,1,1) = {" +dx +dx +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +cN +Fz +se +se +se +se +se +dx +dx +"} +(36,1,1) = {" +dx +dx +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +Ug +MP +Fz +Rb +Fz +se +se +se +se +se +dx +dx +"} +(37,1,1) = {" +dx +dx +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +GM +DZ +Fz +yM +Fz +OQ +Fz +Fz +Fz +Fz +Fz +dx +"} +(38,1,1) = {" +dx +dx +dx +dx +dx +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +se +Fz +nK +AS +Fz +CC +CW +CW +CW +CW +CW +CW +CW +dx +"} +(39,1,1) = {" +dx +dx +dx +dx +dx +se +se +se +se +se +se +se +dx +dx +dx +dx +dx +dx +dx +dx +dx +se +Fz +wo +wo +Fz +CC +CW +bn +dx +dx +dx +dx +CW +dx +"} +(40,1,1) = {" +dx +dx +dx +dx +dx +se +dx +se +se +se +se +se +dx +dx +dx +dx +dx +dx +dx +dx +dx +Fz +Fz +Fz +sU +Fz +CC +CW +ED +dx +dx +dx +dx +CW +dx +"} +(41,1,1) = {" +dx +dx +dx +dx +dx +dx +dx +dx +se +se +se +se +dx +dx +dx +dx +dx +dx +dx +dx +dx +wo +wo +wo +wo +CC +CC +CW +Hs +dx +dx +dx +dx +dx +dx +"} +(42,1,1) = {" +dx +dx +dx +dx +dx +dx +dx +se +se +se +se +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +dx +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_3.dmm new file mode 100644 index 0000000000000..775e31e6b9d8a --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_3.dmm @@ -0,0 +1,2055 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"bB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"cK" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"cO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"da" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"dB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"fi" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"fQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Storage Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"gd" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"hx" = ( +/obj/structure/plasticflaps, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ju" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"li" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"lx" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"lM" = ( +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"lN" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"mh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"mP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"oa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"ow" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"oI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"oJ" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"pX" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"ra" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"rl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"rR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"rV" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"sy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"sH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"sT" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"tf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"tg" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/cargo) +"tV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/flashlight/lamp{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"un" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"uE" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Cargo Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"uF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"vB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"yU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"zm" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"An" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Bj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"Bl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Bx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Cc" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"Dm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Ds" = ( +/turf/open/openspace, +/area/station/asteroid) +"DS" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"FC" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/cargo) +"GZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + location = "Hydroponics"; + name = "navigation beacon (Hydroponics Delivery)" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "hydrodropoff" + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Hu" = ( +/turf/template_noop, +/area/template_noop) +"HM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/conveyor{ + dir = 8; + id = "hydrodropoff" + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Kl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"KG" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Mi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/grille, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"MH" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/asteroid) +"Oe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Ps" = ( +/obj/effect/landmark/blobstart, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"PM" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"PV" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"Rl" = ( +/obj/modular_map_root/tramstation{ + key = "barcargoupper_cave" + }, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"SA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"SU" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"SW" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"TQ" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/cargo) +"TU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Ut" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"UX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/turf/open/openspace, +/area/station/maintenance/department/cargo) +"Vn" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/cargo) +"Vx" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Wc" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Wt" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Xn" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Xw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"Yy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"ZJ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +SU +tg +FC +cK +cK +cK +cK +cK +cK +cK +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} +(2,1,1) = {" +SU +ju +TQ +cK +cK +cK +cK +cK +cK +cK +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} +(3,1,1) = {" +tg +lM +SU +cK +cK +cK +cK +cK +cK +cK +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} +(4,1,1) = {" +FC +GZ +FC +FC +tg +TQ +FC +TQ +lN +lN +TQ +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} +(5,1,1) = {" +lN +HM +rR +lN +lN +lN +lN +Xn +lN +lN +hx +tf +Xw +rR +hx +lN +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} +(6,1,1) = {" +SU +SU +FC +Ps +Rl +tg +SU +SU +tg +FC +TQ +TQ +tg +SU +SU +lN +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} +(7,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +oJ +lN +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} +(8,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +tg +SA +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Wt +SU +Hu +Hu +"} +(9,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +TQ +Yy +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +ra +SU +Hu +Hu +"} +(10,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +tg +ZJ +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +oI +SU +Hu +Hu +"} +(11,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +TQ +Bl +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +hx +SU +Hu +Hu +"} +(12,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +TQ +hx +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +lN +SU +Hu +Hu +"} +(13,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +lN +lN +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +PV +Hu +Hu +Hu +Hu +Hu +lN +lN +SU +Hu +Hu +"} +(14,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +FC +lN +lN +lN +lN +lN +Xn +Xn +sT +ab +vB +zm +Dm +Dm +Xn +Xn +lN +SU +SU +Hu +Hu +"} +(15,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +tg +FC +lN +tg +DS +SU +TQ +SU +TQ +SU +Vn +SU +SU +SU +SU +SU +SU +SU +SW +Hu +Hu +"} +(16,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +Vn +Vn +SU +cK +cK +Cc +Cc +cK +Cc +Hu +Hu +"} +(17,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +gd +TU +ow +SU +cK +cK +Cc +cK +cK +cK +Hu +Hu +"} +(18,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +lM +lx +SU +cK +cK +Cc +cK +Cc +Cc +Hu +Hu +"} +(19,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +lM +lx +SU +cK +Cc +SW +Cc +Cc +An +Hu +Hu +"} +(20,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +lM +lx +SU +cK +Cc +SW +Wc +SW +SW +Hu +Hu +"} +(21,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +lM +lx +SU +Cc +Cc +Cc +An +An +Cc +Hu +Hu +"} +(22,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +SU +SU +SU +lM +lx +SU +Cc +SW +SW +An +An +Wc +Hu +Hu +"} +(23,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +lM +lM +lM +lM +lx +SU +Cc +Cc +Cc +Cc +Cc +Ds +Hu +Hu +"} +(24,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +KG +lM +lM +lM +lx +SU +Cc +An +SW +SW +SW +Cc +Hu +Hu +"} +(25,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +UX +oa +Kl +Kl +dB +SU +MH +An +SW +SW +SW +Cc +Hu +Hu +"} +(26,1,1) = {" +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +da +bB +lM +lM +lx +SU +Cc +Cc +Cc +Cc +Cc +SW +Hu +Hu +"} +(27,1,1) = {" +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +lM +Bj +lM +lM +lx +SU +Cc +SW +SW +SW +Cc +Cc +Hu +Hu +"} +(28,1,1) = {" +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +SU +fQ +SU +lM +lx +SU +Cc +SW +Wc +Cc +An +rV +Hu +Hu +"} +(29,1,1) = {" +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +SU +Dm +Dm +SU +lM +lx +SU +Cc +Cc +Wc +Cc +Cc +Cc +Hu +Hu +"} +(30,1,1) = {" +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +mP +Dm +Dm +mh +lM +lx +SU +cK +Cc +cK +Cc +SW +Cc +Hu +Hu +"} +(31,1,1) = {" +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +Mi +Dm +Dm +mh +lM +lx +SU +cK +Cc +cK +cK +Cc +Cc +Hu +Hu +"} +(32,1,1) = {" +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +li +Oe +Dm +mh +lM +lx +SU +cK +pX +Cc +Cc +Cc +rV +Hu +Hu +"} +(33,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +sH +un +Dm +mh +lM +lx +SU +pX +pX +Cc +Cc +cK +Cc +Hu +Hu +"} +(34,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +Mi +Dm +Dm +mh +lM +lx +SU +pX +pX +cK +pX +cK +cK +Hu +Hu +"} +(35,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +sy +Dm +rl +mh +lM +lx +SU +Ut +SU +cK +cK +cK +cK +Hu +Hu +"} +(36,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +SU +tV +cO +SU +lM +lx +SU +uF +SU +cK +cK +cK +cK +Hu +Hu +"} +(37,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +SU +SU +SU +yU +fi +SU +Vx +SU +PM +SU +SU +SU +SU +Hu +"} +(38,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +cK +SU +un +Vn +SU +Bx +Dm +Dm +Dm +Dm +Dm +Dm +Hu +"} +(39,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +cK +cK +cK +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +cK +cK +SU +Vn +Vn +SU +Bx +Dm +Hu +Hu +Hu +Hu +Dm +Hu +"} +(40,1,1) = {" +Hu +Hu +Hu +Hu +Hu +cK +Hu +cK +cK +cK +cK +cK +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +SU +SU +SU +uE +SU +SU +Bx +Dm +Hu +Hu +Hu +Hu +Dm +Hu +"} +(41,1,1) = {" +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Vn +Vn +Vn +Vn +Bx +Bx +Bx +Dm +Hu +Hu +Hu +Hu +Hu +Hu +"} +(42,1,1) = {" +Hu +Hu +Hu +Hu +Hu +Hu +Hu +cK +cK +cK +cK +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +Hu +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_1.dmm new file mode 100644 index 0000000000000..033eea79f616d --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_1.dmm @@ -0,0 +1,213 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/freezer/cream_pie, +/turf/open/floor/iron/white, +/area/station/maintenance/department/cargo) +"m" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"o" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Theatre Storage Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/theatre, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"s" = ( +/turf/template_noop, +/area/template_noop) +"t" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/white, +/area/station/maintenance/department/cargo) +"E" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/wooden{ + name = "costume crate" + }, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/costume, +/obj/item/vending_refill/autodrobe, +/obj/item/bedsheet/mime, +/obj/item/clothing/mask/gas/mime, +/obj/item/clothing/mask/gas/clown_hat, +/obj/item/bedsheet/clown, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/wooden/toy, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/food/pie_smudge, +/turf/open/floor/iron/white, +/area/station/maintenance/department/cargo) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/white, +/area/station/maintenance/department/cargo) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/confetti, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/freezer/empty{ + name = "prop fridge" + }, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/sunflower, +/turf/open/floor/iron/white, +/area/station/maintenance/department/cargo) +"T" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/structure/mirror/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +s +s +s +s +s +s +s +s +s +"} +(2,1,1) = {" +a +a +a +T +e +M +J +P +s +"} +(3,1,1) = {" +a +a +a +T +R +N +J +Y +o +"} +(4,1,1) = {" +a +a +a +T +x +N +m +Y +s +"} +(5,1,1) = {" +a +a +a +T +L +E +t +Y +s +"} +(6,1,1) = {" +a +a +a +T +I +K +Z +b +s +"} +(7,1,1) = {" +a +a +a +T +T +T +T +T +s +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_2.dmm new file mode 100644 index 0000000000000..78db466ab5b3e --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_2.dmm @@ -0,0 +1,235 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/kitchen/spoon{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/kitchen/spoon{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/kitchen/spoon{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/kitchen/spoon{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"e" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"f" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"l" = ( +/obj/structure/table, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/effect/decal/cleanable/dirt, +/obj/item/knife/kitchen, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"m" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/kitchen/rollingpin, +/obj/item/kitchen/rollingpin{ + pixel_y = -2; + pixel_x = 3 + }, +/obj/item/storage/bag/tray, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"o" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Kitchen Storage Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"p" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 9 + }, +/obj/structure/rack, +/obj/item/vending_refill/dinnerware, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"q" = ( +/obj/effect/turf_decal/siding/thinplating_new/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"s" = ( +/turf/template_noop, +/area/template_noop) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/kitchenspike, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"A" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"D" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"K" = ( +/obj/effect/turf_decal/siding/thinplating_new{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/kitchen/directional/west, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"T" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/kitchen/fork{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/kitchen/fork{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/kitchen/fork{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/kitchen/fork{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/iron/cafeteria, +/area/station/maintenance/department/cargo) +"Z" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +s +s +s +s +s +s +s +s +s +"} +(2,1,1) = {" +a +a +Z +Z +e +w +f +q +s +"} +(3,1,1) = {" +a +a +Z +D +u +C +C +K +o +"} +(4,1,1) = {" +a +a +Z +A +C +T +b +K +s +"} +(5,1,1) = {" +a +a +Z +c +C +C +C +K +s +"} +(6,1,1) = {" +a +a +Z +Z +l +R +p +m +s +"} +(7,1,1) = {" +a +a +a +Z +Z +Z +Z +Z +s +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_3.dmm new file mode 100644 index 0000000000000..933e982d3a8df --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_a_3.dmm @@ -0,0 +1,151 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/template_noop) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/shaker, +/obj/structure/desk_bell{ + pixel_x = 7 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/vending_refill/boozeomat, +/obj/item/vending_refill/boozeomat{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/spawner/random/food_or_drink/cups, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"o" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Bar Storage Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"s" = ( +/turf/template_noop, +/area/template_noop) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/machinery/light/small/directional/north, +/obj/item/storage/box/beanbag, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/rag{ + pixel_y = 13; + pixel_x = -7 + }, +/obj/effect/spawner/random/food_or_drink/booze{ + spawn_random_offset = 1 + }, +/obj/effect/spawner/random/food_or_drink/booze{ + spawn_random_offset = 1 + }, +/obj/effect/spawner/random/food_or_drink/booze{ + spawn_random_offset = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Z" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +s +s +s +s +s +s +s +s +s +"} +(2,1,1) = {" +a +a +a +a +Z +Z +q +q +s +"} +(3,1,1) = {" +a +a +a +a +Z +K +q +q +o +"} +(4,1,1) = {" +a +a +a +a +Z +w +q +q +s +"} +(5,1,1) = {" +a +a +a +a +Z +c +q +q +s +"} +(6,1,1) = {" +a +a +a +a +Z +Z +p +m +s +"} +(7,1,1) = {" +a +a +a +a +a +Z +Z +Z +s +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_1.dmm new file mode 100644 index 0000000000000..0da8b4ed86b80 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_1.dmm @@ -0,0 +1,74 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_empty/crate, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"u" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"F" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"N" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Cargo Storage Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/general, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"O" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"T" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/closet_empty/crate, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +F +F +F +F +F +"} +(2,1,1) = {" +u +a +T +a +F +"} +(3,1,1) = {" +u +Q +x +O +F +"} +(4,1,1) = {" +u +N +u +u +u +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_2.dmm new file mode 100644 index 0000000000000..5f36c886473ad --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_2.dmm @@ -0,0 +1,89 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"k" = ( +/obj/structure/rack, +/obj/item/pickaxe{ + pixel_x = -5 + }, +/obj/item/pickaxe, +/obj/item/shovel{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/mining_voucher, +/obj/item/mining_voucher, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"u" = ( +/turf/template_noop, +/area/template_noop) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"D" = ( +/obj/structure/rack, +/obj/item/stack/ore/silver{ + pixel_y = -5; + pixel_x = 5 + }, +/obj/item/stack/ore/gold{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/stack/ore/silver, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"F" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"N" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Mining Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/supply/mining, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +F +F +F +F +F +"} +(2,1,1) = {" +u +D +a +k +F +"} +(3,1,1) = {" +u +C +C +C +F +"} +(4,1,1) = {" +u +N +u +u +u +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_3.dmm new file mode 100644 index 0000000000000..ed88b7cffa3ee --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_attachment_b_3.dmm @@ -0,0 +1,94 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/obj/item/paper{ + default_raw_text = "what the hell is this thing....???? tell me ur secrets you devil machine!!! i will not be denied!!!!!"; + name = "scribbled notes" + }, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"l" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"r" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/relic, +/obj/item/pen{ + pixel_x = -4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"u" = ( +/turf/template_noop, +/area/template_noop) +"F" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"H" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/multitool{ + pixel_y = -7; + pixel_x = -8 + }, +/obj/item/screwdriver{ + pixel_y = 11 + }, +/obj/item/assembly/signaler{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/sign/calendar/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) +"N" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +F +F +F +F +F +"} +(2,1,1) = {" +u +c +H +r +F +"} +(3,1,1) = {" +u +a +a +l +F +"} +(4,1,1) = {" +u +N +u +u +u +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_1.dmm new file mode 100644 index 0000000000000..ae78ae6731f9b --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_1.dmm @@ -0,0 +1,1120 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"b" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/cargo) +"c" = ( +/obj/structure/rack, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"d" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/paper{ + default_raw_text = "Please leave on-site equipment alone as they are on loan from Nanotrasen Mining Co and need returned soon."; + name = "NOTICE" + }, +/turf/open/floor/plating, +/area/station/asteroid) +"g" = ( +/turf/closed/wall/rust, +/area/station/asteroid) +"h" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas/explorer, +/obj/item/clothing/mask/gas/explorer{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"i" = ( +/obj/item/assembly/signaler, +/turf/open/misc/asteroid, +/area/station/asteroid) +"j" = ( +/obj/item/shovel{ + pixel_x = -5 + }, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"k" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"l" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"n" = ( +/turf/closed/wall, +/area/station/asteroid) +"o" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"p" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"q" = ( +/obj/machinery/mineral/unloading_machine{ + dir = 1; + icon_state = "unloader-corner"; + input_dir = 2 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"r" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"s" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "tram_mining" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"v" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/asteroid) +"x" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"y" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. This one doesn't work on rails, which is good because we never had rails to begin with."; + name = "mining cart" + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"z" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"A" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"B" = ( +/obj/item/emptysandbag, +/turf/open/misc/asteroid, +/area/station/asteroid) +"D" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"G" = ( +/turf/closed/wall/rock/porous, +/area/station/asteroid) +"H" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "tram_mining"; + name = "smelter conveyor" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"I" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"J" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "tram_mining" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"K" = ( +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"M" = ( +/obj/item/relic, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"O" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/asteroid) +"Q" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"R" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/cargo) +"T" = ( +/obj/item/gps/mining, +/turf/open/misc/asteroid, +/area/station/asteroid) +"U" = ( +/obj/machinery/conveyor{ + id = "tram_mining" + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"V" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"W" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/asteroid) +"X" = ( +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Y" = ( +/obj/machinery/mineral/processing_unit_console, +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"Z" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1; + input_dir = 8; + output_dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +m +m +m +m +r +b +m +l +l +l +l +l +l +l +l +l +l +l +l +l +l +l +l +l +"} +(2,1,1) = {" +V +V +V +n +d +n +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(3,1,1) = {" +V +V +V +n +O +n +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(4,1,1) = {" +V +V +V +k +x +G +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(5,1,1) = {" +V +V +V +n +k +g +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(6,1,1) = {" +V +V +V +g +k +k +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(7,1,1) = {" +V +V +V +k +x +G +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(8,1,1) = {" +V +V +V +V +x +V +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(9,1,1) = {" +V +V +V +V +k +n +V +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(10,1,1) = {" +V +V +V +x +x +V +V +V +V +D +V +V +V +V +l +l +l +l +l +l +l +l +l +l +"} +(11,1,1) = {" +V +V +V +x +x +x +x +V +V +x +V +V +V +V +V +V +V +V +l +l +l +l +l +l +"} +(12,1,1) = {" +V +V +V +V +x +V +x +x +V +x +V +V +V +V +V +V +V +V +l +l +l +l +l +l +"} +(13,1,1) = {" +V +V +V +V +x +x +x +k +x +x +x +x +x +D +V +V +V +V +l +l +l +l +l +l +"} +(14,1,1) = {" +V +V +V +x +x +p +V +x +x +x +x +K +V +V +V +V +V +V +l +l +l +l +l +l +"} +(15,1,1) = {" +V +V +V +x +k +Q +V +B +x +x +V +V +V +V +V +V +V +V +l +l +l +l +l +l +"} +(16,1,1) = {" +V +V +A +z +x +V +V +B +x +k +x +V +V +V +V +V +V +V +l +l +l +l +l +l +"} +(17,1,1) = {" +V +V +V +V +x +V +V +V +G +k +x +V +V +V +V +x +x +V +l +l +l +l +l +l +"} +(18,1,1) = {" +V +V +V +V +V +V +V +v +x +x +x +x +V +V +V +j +A +G +l +l +l +l +l +l +"} +(19,1,1) = {" +V +V +V +V +V +V +V +V +V +V +x +k +V +V +z +A +A +V +l +l +l +l +l +l +"} +(20,1,1) = {" +V +V +V +V +V +V +K +x +x +k +x +x +V +G +A +z +M +z +l +l +l +l +l +l +"} +(21,1,1) = {" +V +V +V +V +V +V +V +V +V +k +G +V +V +x +A +z +z +A +l +l +l +l +l +l +"} +(22,1,1) = {" +l +V +V +V +V +V +x +x +x +k +V +V +V +x +i +z +A +A +l +l +l +l +l +l +"} +(23,1,1) = {" +l +V +V +V +V +V +V +V +V +x +x +V +V +V +V +x +x +G +l +l +l +l +l +l +"} +(24,1,1) = {" +l +l +l +V +V +V +x +x +x +x +V +V +V +V +V +V +T +x +l +l +l +l +l +l +"} +(25,1,1) = {" +l +l +l +V +V +V +V +V +x +x +V +V +V +V +V +V +V +x +l +l +l +l +l +l +"} +(26,1,1) = {" +l +l +l +V +V +V +V +y +x +x +h +c +G +v +V +x +x +x +l +l +l +l +l +l +"} +(27,1,1) = {" +l +l +l +V +V +R +b +H +x +k +x +x +x +x +V +V +V +x +l +l +l +l +l +l +"} +(28,1,1) = {" +l +l +l +l +l +b +q +o +x +x +x +x +x +x +V +x +x +x +l +l +l +l +l +l +"} +(29,1,1) = {" +l +l +l +l +l +R +J +Y +x +x +x +x +x +x +x +x +x +x +l +l +l +l +l +l +"} +(30,1,1) = {" +l +l +l +l +l +m +Z +m +X +x +x +x +x +x +x +x +V +x +l +l +l +l +l +l +"} +(31,1,1) = {" +l +l +l +l +l +m +s +U +I +x +x +x +x +x +V +D +V +x +l +l +l +l +l +l +"} +(32,1,1) = {" +l +l +l +l +l +m +m +b +x +x +x +x +x +V +V +V +V +V +l +l +l +l +l +l +"} +(33,1,1) = {" +l +l +l +l +l +V +V +V +V +G +W +V +W +V +V +V +V +V +l +l +l +l +l +l +"} +(34,1,1) = {" +l +l +l +l +l +V +V +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +l +l +"} +(35,1,1) = {" +l +l +l +l +l +V +l +V +V +V +V +V +l +l +l +l +l +l +l +l +l +l +l +l +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_2.dmm new file mode 100644 index 0000000000000..893f1208686ff --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_2.dmm @@ -0,0 +1,1054 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/barricade/wooden, +/turf/open/misc/asteroid, +/area/station/asteroid) +"b" = ( +/turf/template_noop, +/area/template_noop) +"c" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"f" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"g" = ( +/obj/item/pickaxe/mini, +/turf/open/misc/asteroid, +/area/station/asteroid) +"k" = ( +/obj/structure/rack, +/obj/item/paper{ + default_raw_text = "Please leave on-site equipment alone as they are on loan from Nanotrasen Mining Co and need returned soon."; + name = "NOTICE" + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"l" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"m" = ( +/obj/item/stack/ore/silver, +/turf/open/misc/asteroid, +/area/station/asteroid) +"n" = ( +/obj/item/stack/sheet/mineral/wood, +/turf/open/misc/asteroid, +/area/station/asteroid) +"o" = ( +/obj/item/clothing/head/utility/hardhat, +/turf/open/misc/asteroid, +/area/station/asteroid) +"p" = ( +/obj/item/mining_scanner, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"r" = ( +/obj/structure/rack, +/obj/effect/turf_decal/sand/plating, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"s" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"u" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/asteroid) +"v" = ( +/obj/effect/decal/remains/human, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"w" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"y" = ( +/obj/modular_map_connector, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"z" = ( +/obj/item/stack/ore/gold, +/turf/open/misc/asteroid, +/area/station/asteroid) +"I" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"L" = ( +/obj/machinery/light/small/directional/south, +/turf/open/misc/asteroid, +/area/station/asteroid) +"M" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. This one doesn't work on rails, which is good because we never had rails to begin with."; + name = "mining cart" + }, +/obj/item/stack/ore/glass{ + amount = 25 + }, +/obj/item/stack/ore/iron{ + amount = 25 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"N" = ( +/obj/item/instrument/trombone, +/obj/item/organ/tongue/bone, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"O" = ( +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Q" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/cargo) +"R" = ( +/obj/machinery/light/small/directional/north, +/turf/open/misc/asteroid, +/area/station/asteroid) +"S" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"U" = ( +/obj/item/clothing/suit/hazardvest, +/turf/open/misc/asteroid, +/area/station/asteroid) +"V" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"W" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/cargo) +"X" = ( +/obj/item/stack/ore/glass, +/obj/machinery/light/small/directional/north, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"Z" = ( +/obj/item/shovel{ + pixel_x = -5 + }, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) + +(1,1,1) = {" +w +w +W +S +y +Q +w +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +b +"} +(2,1,1) = {" +V +m +V +V +l +k +V +V +V +V +V +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(3,1,1) = {" +V +l +l +V +n +l +l +m +V +l +V +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(4,1,1) = {" +V +l +s +V +a +a +V +V +V +l +V +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(5,1,1) = {" +V +l +s +V +Q +R +l +V +V +l +l +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(6,1,1) = {" +V +l +l +V +l +l +l +V +V +V +l +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(7,1,1) = {" +V +l +l +l +l +l +l +V +V +g +l +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(8,1,1) = {" +V +V +l +l +l +l +l +V +V +l +l +l +f +V +b +b +b +b +b +b +b +b +b +b +"} +(9,1,1) = {" +V +V +V +V +I +r +l +l +V +l +l +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(10,1,1) = {" +V +V +V +V +V +V +l +l +V +V +l +V +V +V +b +b +b +b +b +b +b +b +b +b +"} +(11,1,1) = {" +V +V +V +f +V +V +l +l +V +V +l +V +V +V +V +V +V +V +b +b +b +b +b +b +"} +(12,1,1) = {" +V +O +l +l +V +V +c +l +l +l +l +l +l +V +V +V +V +V +b +b +b +b +b +b +"} +(13,1,1) = {" +V +V +V +l +V +V +V +l +l +M +l +V +V +V +V +V +V +V +b +b +b +b +b +b +"} +(14,1,1) = {" +V +V +V +l +l +V +V +L +Q +V +V +V +V +V +V +V +V +V +b +b +b +b +b +b +"} +(15,1,1) = {" +V +V +V +l +l +V +V +l +s +V +V +l +V +V +V +V +V +V +b +b +b +b +b +b +"} +(16,1,1) = {" +V +V +V +l +l +V +o +c +p +V +V +l +l +l +V +V +V +V +b +b +b +b +b +b +"} +(17,1,1) = {" +V +V +V +V +l +V +U +s +c +V +V +l +V +V +V +V +V +V +b +b +b +b +b +b +"} +(18,1,1) = {" +V +V +V +V +l +l +l +s +c +V +V +l +l +l +l +V +V +V +b +b +b +b +b +b +"} +(19,1,1) = {" +V +V +V +V +V +l +V +V +s +s +V +V +V +l +l +V +V +V +b +b +b +b +b +b +"} +(20,1,1) = {" +V +V +V +V +V +l +V +V +Q +R +l +l +V +V +l +l +l +V +b +b +b +b +b +b +"} +(21,1,1) = {" +V +V +V +V +V +V +V +V +V +l +l +l +l +l +l +V +V +V +b +b +b +b +b +b +"} +(22,1,1) = {" +b +V +V +V +V +V +V +f +l +l +l +l +V +V +V +V +V +V +b +b +b +b +b +b +"} +(23,1,1) = {" +b +V +V +V +V +l +l +l +V +V +V +l +l +l +l +V +V +V +b +b +b +b +b +b +"} +(24,1,1) = {" +b +b +b +V +V +V +V +V +V +V +V +V +s +l +l +l +m +V +b +b +b +b +b +b +"} +(25,1,1) = {" +b +b +b +V +V +V +V +V +V +V +V +l +c +s +z +V +V +V +b +b +b +b +b +b +"} +(26,1,1) = {" +b +b +b +V +V +V +V +V +V +V +V +Q +X +c +V +V +V +V +b +b +b +b +b +b +"} +(27,1,1) = {" +b +b +b +V +V +V +V +l +l +V +f +l +s +l +l +V +V +V +b +b +b +b +b +b +"} +(28,1,1) = {" +b +b +b +b +b +V +V +V +s +V +V +V +V +V +l +l +l +V +b +b +b +b +b +b +"} +(29,1,1) = {" +b +b +b +b +b +V +v +N +c +u +V +V +V +l +l +l +l +l +b +b +b +b +b +b +"} +(30,1,1) = {" +b +b +b +b +b +V +c +s +Z +l +V +l +V +l +l +l +l +V +b +b +b +b +b +b +"} +(31,1,1) = {" +b +b +b +b +b +V +V +V +s +l +l +l +l +l +L +Q +l +V +b +b +b +b +b +b +"} +(32,1,1) = {" +b +b +b +b +b +V +V +V +V +l +l +l +V +V +l +V +l +V +b +b +b +b +b +b +"} +(33,1,1) = {" +b +b +b +b +b +V +V +V +V +V +l +V +V +V +l +V +V +V +b +b +b +b +b +b +"} +(34,1,1) = {" +b +b +b +b +b +V +V +V +V +V +l +V +b +b +b +b +b +b +b +b +b +b +b +b +"} +(35,1,1) = {" +b +b +b +b +b +V +b +V +V +V +V +V +b +b +b +b +b +b +b +b +b +b +b +b +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_3.dmm new file mode 100644 index 0000000000000..544d9a870759c --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/barcargoupper_cave_3.dmm @@ -0,0 +1,1141 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"b" = ( +/obj/item/flashlight/flare, +/turf/open/misc/asteroid, +/area/station/asteroid) +"c" = ( +/obj/item/emptysandbag, +/turf/open/misc/asteroid, +/area/station/asteroid) +"f" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/cargo) +"g" = ( +/obj/item/clothing/suit/hazardvest, +/turf/open/misc/asteroid, +/area/station/asteroid) +"h" = ( +/obj/item/clothing/head/utility/hardhat, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"i" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"j" = ( +/obj/item/stack/ore/silver, +/turf/open/misc/asteroid, +/area/station/asteroid) +"k" = ( +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/storage/bag/ore{ + pixel_x = 6 + }, +/obj/item/storage/bag/ore{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/mining_scanner, +/turf/open/misc/asteroid, +/area/station/asteroid) +"l" = ( +/obj/machinery/mineral/unloading_machine{ + dir = 1; + icon_state = "unloader-corner"; + input_dir = 2 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"m" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"n" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/asteroid) +"o" = ( +/obj/machinery/light/small/directional/west, +/turf/open/misc/asteroid, +/area/station/asteroid) +"p" = ( +/obj/machinery/light/small/directional/north, +/turf/open/misc/asteroid, +/area/station/asteroid) +"q" = ( +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat, +/turf/open/misc/asteroid, +/area/station/asteroid) +"s" = ( +/obj/machinery/conveyor{ + id = "tram_mining" + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"t" = ( +/obj/item/pickaxe/mini, +/turf/open/misc/asteroid, +/area/station/asteroid) +"u" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"v" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. This one doesn't work on rails, which is good because we never had rails to begin with."; + name = "mining cart" + }, +/obj/item/stack/ore/glass{ + amount = 25 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"x" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "tram_mining"; + name = "smelter conveyor" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"y" = ( +/obj/item/gps/mining, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"z" = ( +/obj/item/storage/bag/ore{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"B" = ( +/obj/item/assembly/signaler, +/turf/open/misc/asteroid, +/area/station/asteroid) +"D" = ( +/obj/item/relic, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"F" = ( +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"G" = ( +/obj/machinery/mineral/processing_unit_console, +/turf/closed/wall, +/area/station/maintenance/department/cargo) +"H" = ( +/obj/item/paper{ + default_raw_text = "Please leave on-site equipment alone as they are on loan from Nanotrasen Mining Co and need returned soon."; + name = "NOTICE" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"I" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"J" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/cargo) +"M" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"N" = ( +/obj/structure/barricade/wooden, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"P" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"Q" = ( +/turf/template_noop, +/area/template_noop) +"R" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1; + input_dir = 8; + output_dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"S" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"T" = ( +/obj/modular_map_connector, +/obj/structure/barricade/wooden, +/turf/open/misc/asteroid, +/area/station/maintenance/department/cargo) +"U" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "tram_mining" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"V" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "tram_mining" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) +"W" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. This one doesn't work on rails, which is good because we never had rails to begin with."; + name = "mining cart" + }, +/obj/item/stack/ore/glass{ + amount = 25 + }, +/obj/item/stack/ore/iron{ + amount = 25 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Y" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"Z" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/station/maintenance/department/cargo) + +(1,1,1) = {" +F +F +J +N +T +J +F +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(2,1,1) = {" +f +J +x +m +Y +i +i +i +i +i +i +i +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(3,1,1) = {" +J +l +Z +H +Y +i +i +i +i +Y +i +i +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(4,1,1) = {" +f +V +G +m +Y +i +Y +Y +i +Y +i +i +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(5,1,1) = {" +F +R +F +n +Y +i +I +I +I +I +i +Y +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(6,1,1) = {" +F +U +s +M +Y +i +I +I +P +I +i +Y +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(7,1,1) = {" +F +F +F +m +Y +i +Y +I +I +I +I +Y +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(8,1,1) = {" +i +a +m +m +Y +i +i +I +I +P +P +Y +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(9,1,1) = {" +i +a +m +Y +i +i +z +Y +I +P +P +Y +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(10,1,1) = {" +i +k +m +Y +i +Y +Y +Y +c +Y +Y +Y +i +i +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(11,1,1) = {" +i +Y +m +i +i +Y +Y +W +i +c +Y +Y +i +i +i +i +i +i +Q +Q +Q +Q +Q +Q +"} +(12,1,1) = {" +i +i +m +i +i +Y +Y +i +i +i +Y +Y +Y +Y +S +i +Y +i +Q +Q +Q +Q +Q +Q +"} +(13,1,1) = {" +i +i +Y +i +i +Y +Y +i +Y +j +t +Y +i +i +i +i +Y +i +Q +Q +Q +Q +Q +Q +"} +(14,1,1) = {" +i +i +m +Y +i +Y +Y +i +i +J +p +Y +i +i +i +i +P +i +Q +Q +Q +Q +Q +Q +"} +(15,1,1) = {" +i +i +m +Y +i +q +Y +i +i +i +Y +Y +i +i +Y +Y +Y +i +Q +Q +Q +Q +Q +Q +"} +(16,1,1) = {" +i +J +p +Y +i +i +Y +i +i +i +Y +Y +i +i +v +Y +Y +i +Q +Q +Q +Q +Q +Q +"} +(17,1,1) = {" +i +Y +Y +Y +Y +i +Y +i +i +i +i +Y +i +Y +Y +Y +Y +i +Q +Q +Q +Q +Q +Q +"} +(18,1,1) = {" +i +i +S +m +Y +J +Y +j +Y +S +i +Y +Y +I +Y +Y +Y +Y +Q +Q +Q +Q +Q +Q +"} +(19,1,1) = {" +i +i +i +Y +Y +o +Y +i +i +i +i +g +I +I +I +i +Y +Y +Q +Q +Q +Q +Q +Q +"} +(20,1,1) = {" +i +i +i +Y +Y +Y +Y +i +Y +i +i +I +P +P +I +i +i +Y +Q +Q +Q +Q +Q +Q +"} +(21,1,1) = {" +i +i +i +Y +Y +Y +Y +i +Y +i +i +Y +h +P +P +i +i +Y +Q +Q +Q +Q +Q +Q +"} +(22,1,1) = {" +Q +i +i +i +Y +i +i +i +Y +i +i +Y +Y +Y +Y +Y +i +Y +Q +Q +Q +Q +Q +Q +"} +(23,1,1) = {" +Q +i +i +i +Y +i +i +i +Y +i +i +i +Y +i +i +i +i +Y +Q +Q +Q +Q +Q +Q +"} +(24,1,1) = {" +Q +Q +Q +i +Y +i +Y +Y +Y +i +i +i +j +i +Y +Y +Y +Y +Q +Q +Q +Q +Q +Q +"} +(25,1,1) = {" +Q +Q +Q +i +i +i +Y +Y +Y +Y +i +i +i +i +i +Y +i +Y +Q +Q +Q +Q +Q +Q +"} +(26,1,1) = {" +Q +Q +Q +i +i +i +Y +i +Y +Y +i +i +i +i +i +S +i +Y +Q +Q +Q +Q +Q +Q +"} +(27,1,1) = {" +Q +Q +Q +i +i +i +Y +i +Y +Y +Y +i +i +Y +Y +Y +i +i +Q +Q +Q +Q +Q +Q +"} +(28,1,1) = {" +Q +Q +Q +Q +Q +i +Y +i +i +Y +Y +Y +Y +Y +Y +Y +i +Y +Q +Q +Q +Q +Q +Q +"} +(29,1,1) = {" +Q +Q +Q +Q +Q +i +Y +i +i +Y +Y +Y +Y +Y +Y +Y +i +i +Q +Q +Q +Q +Q +Q +"} +(30,1,1) = {" +Q +Q +Q +Q +Q +i +Y +i +i +i +i +Y +i +i +i +Y +Y +Y +Q +Q +Q +Q +Q +Q +"} +(31,1,1) = {" +Q +Q +Q +Q +Q +i +S +i +i +i +i +i +i +i +i +Y +Y +Y +Q +Q +Q +Q +Q +Q +"} +(32,1,1) = {" +Q +Q +Q +Q +Q +i +Y +Y +b +i +i +I +y +Y +i +Y +i +i +Q +Q +Q +Q +Q +Q +"} +(33,1,1) = {" +Q +Q +Q +Q +Q +i +i +Y +Y +u +P +D +P +I +i +i +i +i +Q +Q +Q +Q +Q +Q +"} +(34,1,1) = {" +Q +Q +Q +Q +Q +i +i +i +B +I +I +P +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} +(35,1,1) = {" +Q +Q +Q +Q +Q +i +Q +i +Y +Y +I +Y +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +Q +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_1.dmm new file mode 100644 index 0000000000000..4e78a2717afed --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_1.dmm @@ -0,0 +1,2455 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aR" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"bg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"bl" = ( +/obj/item/wallframe/status_display, +/turf/open/floor/mineral/titanium/blue, +/area/station/maintenance/starboard/central) +"bu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"bJ" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"bV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"bX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"cj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"cN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"dp" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower_attachment_b"; + name = "cargoscilower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"dt" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"dY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"ey" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"eK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"fk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"fr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"fW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"gM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"ix" = ( +/obj/effect/spawner/structure/window/reinforced/shuttle, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"jk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"jq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"jx" = ( +/obj/machinery/power/shuttle_engine/propulsion/burst{ + dir = 8 + }, +/turf/closed/wall/mineral/titanium, +/area/station/maintenance/starboard/central) +"jW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "Abandoned Pod Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/barricade/wooden/crude, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"kD" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/stack/rods/twentyfive, +/obj/item/stack/sheet/mineral/titanium{ + amount = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"lD" = ( +/obj/machinery/door/airlock/titanium{ + name = "Escape Pod Airlock" + }, +/turf/open/floor/mineral/titanium/blue, +/area/station/maintenance/starboard/central) +"ma" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"mG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"oQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"pj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/titanium/blue, +/area/station/maintenance/starboard/central) +"pH" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"qx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"qC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"rm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"rI" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ss" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"tX" = ( +/turf/open/floor/mineral/titanium/blue, +/area/station/maintenance/starboard/central) +"uB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/mineral/titanium/blue, +/area/station/maintenance/starboard/central) +"vk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"vI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "Abandoned Pod Bay" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/barricade/wooden/crude, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"xK" = ( +/obj/structure/door_assembly/door_assembly_shuttle, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"yu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"zF" = ( +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Bk" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower_attachment_a"; + name = "cargoscilower_attachment_a" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Cf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Ct" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/five, +/obj/effect/spawner/random/entertainment/coin, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Cv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"DE" = ( +/turf/template_noop, +/area/template_noop) +"EL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/structure/window/spawner/directional/east, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Fj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"FW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Gv" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"GU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/mineral/titanium/blue, +/area/station/maintenance/starboard/central) +"Ij" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"II" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"IL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"JD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/poddoor{ + name = "Podbay Door"; + id_tag = "podbayifhereal" + }, +/obj/structure/holosign/barrier/atmos/sturdy, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"KJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"KO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Lo" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Mu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Mz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"MZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"NM" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Oc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Pl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"QA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"QI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Rl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"RE" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"So" = ( +/obj/structure/girder, +/obj/item/stack/sheet/mineral/titanium{ + amount = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ST" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"SV" = ( +/obj/item/weldingtool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"UX" = ( +/turf/closed/wall/mineral/titanium, +/area/station/maintenance/starboard/central) +"Wt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"WE" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"WM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Xj" = ( +/obj/item/clothing/glasses/welding, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Yj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/east{ + pixel_y = -9; + id = "podbayifhereal"; + name = "Podbay External Doors Toggle" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Yk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ZQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +WE +pH +pH +pH +pH +pH +pH +pH +"} +(2,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +WE +pH +qx +fk +Oc +Oc +Oc +bg +"} +(3,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +WE +pH +WM +NM +DE +DE +DE +DE +"} +(4,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +pH +pH +pH +pH +pH +NM +DE +DE +DE +DE +"} +(5,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +Bk +fk +Oc +Oc +Oc +fr +DE +DE +DE +DE +"} +(6,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +"} +(7,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +"} +(8,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +"} +(9,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +"} +(10,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +"} +(11,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +"} +(12,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +WE +WE +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +"} +(13,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +pH +pH +WE +WE +WE +WE +WE +pH +dt +DE +DE +DE +DE +DE +DE +DE +DE +"} +(14,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +yu +pH +WE +WE +WE +WE +pH +pH +QI +DE +DE +DE +DE +DE +DE +DE +DE +"} +(15,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +bu +pH +pH +pH +pH +pH +pH +oQ +jq +DE +DE +DE +DE +DE +DE +DE +DE +"} +(16,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +bu +oQ +Wt +Wt +Wt +Wt +Wt +jq +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(17,1,1) = {" +DE +DE +NM +DE +DE +DE +DE +DE +Mz +jk +bX +DE +DE +DE +DE +DE +DE +DE +DE +DE +EL +QI +Rl +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(18,1,1) = {" +DE +qC +RE +Oc +Oc +Oc +Oc +Oc +KJ +pH +ZQ +DE +DE +DE +DE +DE +DE +DE +DE +DE +Ct +QI +Cv +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(19,1,1) = {" +DE +DE +DE +DE +DE +pH +pH +pH +pH +pH +ZQ +DE +DE +DE +DE +DE +DE +DE +DE +DE +cN +QI +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(20,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +WE +pH +ey +cj +DE +DE +DE +DE +DE +DE +DE +DE +DE +QA +QI +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(21,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +pH +pH +NM +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +QI +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(22,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +dp +Mz +cj +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +fW +dY +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(23,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +pH +ma +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +QI +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(24,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +pH +ZQ +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +QI +pH +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(25,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +pH +ZQ +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +QI +pH +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(26,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +pH +ZQ +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +QI +pH +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(27,1,1) = {" +DE +DE +DE +DE +DE +DE +WE +pH +rm +jk +jk +bX +DE +DE +DE +DE +DE +DE +DE +Mz +jk +Pl +cj +pH +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(28,1,1) = {" +DE +DE +DE +DE +DE +DE +WE +pH +pH +pH +pH +vk +jk +jk +jk +jk +jk +jk +jk +cj +pH +pH +pH +pH +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(29,1,1) = {" +DE +DE +DE +DE +DE +DE +WE +WE +WE +WE +pH +bV +bV +Fj +bV +bV +bV +gM +bV +bV +pH +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(30,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +pH +pH +Gv +vI +Gv +pH +Gv +jW +Gv +pH +pH +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(31,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +WE +II +WE +pH +kD +bV +Fj +MZ +Mu +FW +gM +ll +Cf +pH +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(32,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +WE +II +WE +pH +ss +IL +Ij +xK +Mu +Ij +Ij +Lo +eK +pH +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(33,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +II +II +WE +pH +KO +jx +pj +jx +Mu +jx +lD +jx +KO +pH +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(34,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +II +II +II +pH +KO +UX +tX +UX +Mu +bJ +uB +Xj +SV +pH +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(35,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +II +II +II +pH +KO +UX +bl +UX +Mu +UX +GU +ST +zF +pH +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(36,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +pH +rI +UX +ix +UX +Mu +UX +ix +So +Yk +pH +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +"} +(37,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +pH +Yj +mG +mG +Ij +Mu +mG +mG +Ij +KO +pH +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +"} +(38,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +WE +WE +WE +pH +pH +JD +JD +JD +JD +JD +JD +JD +pH +pH +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +"} +(39,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +II +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +"} +(40,1,1) = {" +DE +DE +DE +DE +DE +II +WE +WE +WE +II +II +aR +II +II +II +II +II +II +II +aR +II +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +"} +(41,1,1) = {" +DE +DE +DE +DE +DE +II +WE +WE +WE +II +II +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +"} +(42,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +II +II +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +II +II +"} +(43,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +II +II +II +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +DE +DE +II +II +"} +(44,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +WE +WE +WE +II +II +II +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +WE +WE +WE +DE +DE +II +II +"} +(45,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +WE +WE +II +II +II +II +II +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +II +"} +(46,1,1) = {" +DE +DE +DE +DE +DE +WE +WE +WE +WE +II +II +II +II +II +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +II +"} +(47,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +WE +II +II +DE +DE +II +II +II +II +II +II +II +II +II +II +WE +WE +WE +WE +WE +WE +WE +DE +DE +DE +DE +DE +DE +DE +DE +"} +(48,1,1) = {" +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +II +II +DE +DE +WE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +DE +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_2.dmm new file mode 100644 index 0000000000000..b87596b583e7c --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_2.dmm @@ -0,0 +1,2338 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bM" = ( +/obj/structure/marker_beacon/burgundy, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/box, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"bT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"ch" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"dS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"ei" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/structure/window/spawner/directional/north, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"eG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"fj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"gb" = ( +/turf/template_noop, +/area/template_noop) +"hv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"hL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"ia" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"ij" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"kk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"my" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower_attachment_a"; + name = "cargoscilower_attachment_a" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"ni" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"py" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"qa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"rl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"tM" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three"; + space_dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"tX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/cigar, +/obj/effect/spawner/random/entertainment/lighter, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"uz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"wc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"wH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"xz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"xG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"xJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"zy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Cleaning Closet" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"zL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Aj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Bl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"Bp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"BC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Cj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"CW" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Dx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"DJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"DV" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Eo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"EG" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"Fe" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Maintenance - Escape Pod"; + dir = 9 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"HT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Ip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Iv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Jh" = ( +/obj/machinery/door/airlock/external{ + name = "Defunct Podbay" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/science/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/supply/maintenance, +/obj/structure/barricade/wooden/crude, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Jw" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower_attachment_b"; + name = "cargoscilower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"Ka" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"NR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"PC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"PQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Qh" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Rl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/mop, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = 10; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"RF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"RR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/seven, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"TC" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Uw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Vq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"VI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"VL" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"WI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +ia +ia +VL +VL +VL +VL +VL +VL +"} +(2,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +ia +ia +VL +wc +WI +WI +WI +ij +"} +(3,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +"} +(4,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +VL +VL +VL +VL +VL +rl +gb +gb +gb +gb +"} +(5,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +my +BC +WI +WI +WI +Vq +gb +gb +gb +gb +"} +(6,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +"} +(7,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +"} +(8,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +"} +(9,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +"} +(10,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +"} +(11,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +"} +(12,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +"} +(13,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +VL +VL +VL +VL +VL +VL +VL +VL +TC +gb +gb +gb +gb +gb +gb +gb +gb +"} +(14,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Uw +VL +DJ +fj +ei +RR +eG +dS +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(15,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Uw +VL +dS +dS +dS +dS +dS +VI +Bp +gb +gb +gb +gb +gb +gb +gb +gb +"} +(16,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Uw +VI +Ip +Ip +Ip +Ip +Ip +PC +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(17,1,1) = {" +gb +gb +rl +gb +gb +gb +gb +gb +bT +ni +kk +gb +gb +gb +gb +gb +gb +gb +gb +gb +dS +hv +dS +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(18,1,1) = {" +gb +Dx +HT +WI +WI +WI +WI +WI +RF +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +dS +hv +dS +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(19,1,1) = {" +gb +gb +gb +gb +gb +VL +VL +VL +VL +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +dS +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(20,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +VL +ch +RF +gb +gb +gb +gb +gb +gb +gb +gb +gb +xG +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(21,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(22,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +Jw +bT +RF +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +PQ +xJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(23,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +Aj +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(24,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +VL +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(25,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +VL +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(26,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +VL +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(27,1,1) = {" +gb +gb +gb +gb +gb +gb +ia +VL +xz +ni +ni +kk +gb +gb +gb +gb +gb +gb +gb +bT +ni +ni +RF +VL +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(28,1,1) = {" +gb +gb +gb +gb +gb +gb +ia +VL +VL +VL +VL +HT +WI +WI +WI +WI +WI +WI +WI +Cj +VL +VL +VL +VL +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(29,1,1) = {" +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +VL +dS +py +hL +dS +dS +dS +DV +dS +dS +VL +zL +VL +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(30,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +VL +dS +dS +NR +VL +Jh +VL +Bl +dS +dS +zy +dS +VL +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(31,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +Qh +ia +VL +dS +dS +NR +Fe +Iv +CW +Bl +dS +dS +VL +Rl +VL +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(32,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +Qh +ia +VL +qa +wH +VL +VL +tM +VL +VL +tX +Ka +VL +VL +VL +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(33,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +ia +VL +Eo +Eo +VL +EG +EG +EG +VL +Eo +Eo +VL +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(34,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +Qh +VL +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +VL +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(35,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(36,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +Qh +bM +Qh +Qh +Qh +Qh +Qh +bM +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(37,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(38,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(39,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(40,1,1) = {" +gb +gb +gb +gb +gb +Qh +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(41,1,1) = {" +gb +gb +gb +gb +gb +Qh +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(42,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +Qh +Qh +"} +(43,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +Qh +Qh +"} +(44,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +Qh +Qh +"} +(45,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +Qh +"} +(46,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +Qh +"} +(47,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +Qh +Qh +gb +gb +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +"} +(48,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +gb +gb +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_3.dmm new file mode 100644 index 0000000000000..53d727123ce66 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_3.dmm @@ -0,0 +1,2444 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bM" = ( +/obj/structure/frame/machine, +/obj/item/stack/cable_coil{ + amount = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"bT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"ch" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"dS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"eh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/science/experimentor_lab, +/obj/effect/mapping_helpers/mail_sorting/science/ordnance, +/obj/effect/mapping_helpers/mail_sorting/science/xenobiology, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"eM" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"fv" = ( +/obj/effect/decal/cleanable/robot_debris/limb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"gb" = ( +/turf/template_noop, +/area/template_noop) +"hm" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + name = "Aseembly Lab" + }, +/obj/structure/barricade/wooden/crude, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"hv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"hL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"ia" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"ij" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/modular_map_connector, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"iX" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "oldassemblyrobo" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"jJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"kk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"my" = ( +/obj/machinery/light/small/directional/west, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"mM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"ni" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"pk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"py" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"qa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"qq" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower_attachment_a"; + name = "cargoscilower_attachment_a" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"qw" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/power_store/cell/high/empty, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"rl" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"tM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"tX" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/welding, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"uq" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"uz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"wC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "assemblymeme"; + name = "Assembly Line Shutters" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"wH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"xa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"xz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"xJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"zB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Aj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Bl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Bp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"BC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/mixed, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Cj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"CW" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/machinery/button/door/directional/north{ + id = "assemblymeme"; + name = "Assembly Line Shutter Control" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"Dx" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"DV" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 5; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"Eo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"EG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Fe" = ( +/obj/structure/frame/machine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"Gs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"GE" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "oldassemblyrobo" + }, +/obj/item/crowbar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"GH" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/robot_debris/old, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"HT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"HX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Ip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Ir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 1; + name = "plasma mixer" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"Iv" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"Jh" = ( +/obj/machinery/mecha_part_fabricator/maint, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"Jw" = ( +/obj/modular_map_root/tramstation{ + key = "cargoscilower_attachment_b"; + name = "cargoscilower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"JO" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"Ka" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"MB" = ( +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"NR" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "oldassemblyrobo"; + name = "Unloading Conveyor"; + pixel_x = -10 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"PQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Qh" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Qz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/stool, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"RF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"RG" = ( +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"RH" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"ST" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"Tn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/tile/purple/fourcorners, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"TC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/broken/directional/south, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"Uw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"VI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"VL" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"WI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/central) +"XD" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +ia +VL +VL +VL +VL +VL +VL +VL +"} +(2,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +ia +VL +wH +VI +Ip +Ip +Ip +ij +"} +(3,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +ia +VL +Bl +hv +gb +gb +gb +gb +"} +(4,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +VL +VL +VL +VL +VL +hv +gb +gb +gb +gb +"} +(5,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +qq +VI +Ip +Ip +Ip +Bp +gb +gb +gb +gb +"} +(6,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(7,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(8,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(9,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(10,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(11,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(12,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +ia +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(13,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +VL +VL +VL +VL +VL +VL +VL +VL +eh +gb +gb +gb +gb +gb +gb +gb +gb +"} +(14,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Uw +VL +Cj +Ir +tM +dS +qa +VL +hv +gb +gb +gb +gb +gb +gb +gb +gb +"} +(15,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Uw +VL +dS +jJ +dS +dS +dS +VI +Bp +gb +gb +gb +gb +gb +gb +gb +gb +"} +(16,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Uw +VI +Ip +Ip +Ip +Ip +Ip +Bp +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(17,1,1) = {" +gb +gb +rl +gb +gb +gb +gb +gb +bT +ni +kk +gb +gb +gb +gb +gb +gb +gb +gb +gb +dS +hv +dS +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(18,1,1) = {" +gb +Dx +HT +WI +WI +WI +WI +WI +RF +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +dS +hv +dS +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(19,1,1) = {" +gb +gb +gb +gb +gb +VL +VL +VL +VL +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +Gs +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(20,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +VL +ch +RF +gb +gb +gb +gb +gb +gb +gb +gb +gb +py +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(21,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +VL +rl +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(22,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +Jw +bT +RF +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +PQ +xJ +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(23,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +Aj +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(24,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +wC +Ka +qw +tX +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(25,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +wC +JO +fv +Qz +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(26,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +VL +uz +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +hv +VL +NR +iX +TC +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(27,1,1) = {" +gb +gb +gb +gb +gb +gb +ia +VL +xz +ni +ni +kk +gb +gb +gb +gb +gb +gb +gb +bT +ni +ni +RF +hm +MB +iX +Fe +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(28,1,1) = {" +gb +gb +gb +gb +gb +gb +ia +VL +VL +VL +VL +ST +ni +ni +ni +ni +ni +ni +ni +RF +VL +uq +VL +VL +CW +iX +xa +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(29,1,1) = {" +gb +gb +gb +gb +gb +gb +ia +ia +ia +ia +VL +dS +dS +dS +pk +dS +dS +dS +dS +dS +VL +Eo +VL +RH +RG +GE +Jh +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(30,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +VL +VL +EG +dS +zB +mM +HX +dS +BC +VL +VL +XD +VL +DV +eM +iX +TC +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(31,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +Qh +ia +ia +VL +VL +hL +hL +hL +hL +hL +VL +VL +my +Iv +VL +Tn +GH +iX +bM +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(32,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +Qh +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Iv +VL +VL +VL +VL +VL +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(33,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(34,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +Qh +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(35,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} +(36,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(37,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(38,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(39,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(40,1,1) = {" +gb +gb +gb +gb +gb +Qh +ia +ia +ia +Qh +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(41,1,1) = {" +gb +gb +gb +gb +gb +Qh +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +"} +(42,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +Qh +Qh +"} +(43,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +Qh +Qh +"} +(44,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +Qh +Qh +"} +(45,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +Qh +"} +(46,1,1) = {" +gb +gb +gb +gb +gb +ia +ia +ia +ia +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +Qh +"} +(47,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +ia +Qh +Qh +gb +gb +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +Qh +ia +ia +ia +ia +ia +ia +ia +gb +gb +gb +gb +gb +gb +gb +gb +"} +(48,1,1) = {" +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +Qh +Qh +gb +gb +ia +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +gb +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_1.dmm new file mode 100644 index 0000000000000..0ae62c7a1f6ea --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_1.dmm @@ -0,0 +1,196 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/contraband/kudzu/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/random, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled{ + default_raw_text = "these are my plants please do not touch them i water them twice a day and shine my pda light on them if i do not come back in 2 shifts please give them away to the clown"; + name = "scribbled notes" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"o" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"G" = ( +/obj/structure/girder, +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/decoration/paint, +/obj/effect/spawner/random/decoration/paint, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"O" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"V" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +o +V +V +V +V +V +V +"} +(2,1,1) = {" +o +V +V +V +V +V +V +"} +(3,1,1) = {" +o +V +s +s +s +s +s +"} +(4,1,1) = {" +o +V +s +J +L +L +o +"} +(5,1,1) = {" +o +V +s +L +L +L +v +"} +(6,1,1) = {" +V +V +s +S +S +Y +o +"} +(7,1,1) = {" +s +s +s +s +O +s +o +"} +(8,1,1) = {" +s +L +G +n +e +R +o +"} +(9,1,1) = {" +s +h +s +s +s +s +o +"} +(10,1,1) = {" +s +h +h +a +s +V +o +"} +(11,1,1) = {" +s +h +b +h +s +V +o +"} +(12,1,1) = {" +s +s +s +s +s +V +o +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_2.dmm new file mode 100644 index 0000000000000..aa82b69f2e72e --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_2.dmm @@ -0,0 +1,186 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/item/relic, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"b" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"e" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"h" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"i" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/asteroid) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"o" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"G" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"J" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/effect/turf_decal/sand, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"L" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"O" = ( +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat/orange, +/turf/open/misc/asteroid, +/area/station/asteroid) +"R" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/turf_decal/sand, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"V" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +o +V +V +V +V +V +V +"} +(2,1,1) = {" +o +V +V +h +h +h +V +"} +(3,1,1) = {" +o +V +h +h +h +V +V +"} +(4,1,1) = {" +o +V +h +h +V +s +o +"} +(5,1,1) = {" +o +V +h +h +V +s +v +"} +(6,1,1) = {" +V +V +h +h +O +s +Y +"} +(7,1,1) = {" +V +h +h +h +h +e +J +"} +(8,1,1) = {" +b +L +G +h +h +s +n +"} +(9,1,1) = {" +b +a +b +i +V +s +R +"} +(10,1,1) = {" +L +b +h +V +V +s +S +"} +(11,1,1) = {" +V +h +h +V +V +s +o +"} +(12,1,1) = {" +V +V +V +V +V +V +o +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_3.dmm new file mode 100644 index 0000000000000..b11609c9d357c --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_a_3.dmm @@ -0,0 +1,209 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/vending_restock, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/power_store/cell/high/empty, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"n" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"o" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"J" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"R" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/off, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"S" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"V" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/stock_parts/power_store/cell/empty{ + pixel_x = -5 + }, +/obj/item/stock_parts/power_store/cell/empty{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/stock_parts/power_store/cell/empty{ + pixel_x = 7 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +o +V +V +V +V +V +V +"} +(2,1,1) = {" +o +V +V +V +V +V +V +"} +(3,1,1) = {" +o +V +V +V +V +V +s +"} +(4,1,1) = {" +o +V +s +s +s +s +o +"} +(5,1,1) = {" +o +V +s +G +L +L +v +"} +(6,1,1) = {" +V +s +s +L +L +L +o +"} +(7,1,1) = {" +V +s +b +L +L +S +n +"} +(8,1,1) = {" +V +s +e +L +L +R +n +"} +(9,1,1) = {" +V +s +J +L +L +O +n +"} +(10,1,1) = {" +V +s +s +a +L +L +n +"} +(11,1,1) = {" +V +V +s +h +Y +L +o +"} +(12,1,1) = {" +V +V +s +s +s +s +o +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_1.dmm new file mode 100644 index 0000000000000..fb90b76e1db38 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_1.dmm @@ -0,0 +1,143 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"d" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/clothing/costume, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"r" = ( +/turf/template_noop, +/area/template_noop) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/mini_fridge/grimy, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"z" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +r +r +r +r +r +r +"} +(2,1,1) = {" +r +r +r +r +r +r +"} +(3,1,1) = {" +d +d +d +r +r +r +"} +(4,1,1) = {" +h +B +z +r +r +r +"} +(5,1,1) = {" +F +B +n +r +r +r +"} +(6,1,1) = {" +t +t +n +r +r +r +"} +(7,1,1) = {" +A +B +n +r +r +r +"} +(8,1,1) = {" +v +B +n +r +r +r +"} +(9,1,1) = {" +d +d +r +r +r +r +"} +(10,1,1) = {" +r +a +r +r +r +r +"} +(11,1,1) = {" +r +a +a +a +a +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_2.dmm new file mode 100644 index 0000000000000..15b6ef7b0954c --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_2.dmm @@ -0,0 +1,158 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"r" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/structure/table, +/obj/machinery/computer/security/wooden_tv{ + name = "ye old tv box"; + desc = "An old TV hooked into the station's camera network. This seems illegal." + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"z" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/item/food/canned/beans, +/obj/item/food/canned/beans, +/obj/item/food/canned/beans, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/plating, +/area/station/maintenance/starboard/central) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/can/food/beans, +/obj/item/kitchen/fork, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"T" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/patriot{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron, +/area/station/maintenance/starboard/central) +"Z" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +r +r +r +r +r +r +"} +(2,1,1) = {" +a +a +a +r +r +r +"} +(3,1,1) = {" +Z +Z +r +r +r +r +"} +(4,1,1) = {" +T +o +z +r +r +r +"} +(5,1,1) = {" +X +S +r +r +r +r +"} +(6,1,1) = {" +s +h +r +r +r +r +"} +(7,1,1) = {" +N +R +r +r +r +r +"} +(8,1,1) = {" +Z +Z +r +r +r +r +"} +(9,1,1) = {" +r +a +r +r +r +r +"} +(10,1,1) = {" +r +a +r +r +r +r +"} +(11,1,1) = {" +r +a +a +a +a +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_3.dmm new file mode 100644 index 0000000000000..14ae1647b60cf --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/cargoscilower_attachment_b_3.dmm @@ -0,0 +1,148 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"r" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"z" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"B" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/central) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/soap, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = 11; + pixel_y = -3 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mop_bucket/janitorialcart, +/obj/item/mop, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/central) + +(1,1,1) = {" +r +r +r +r +r +r +"} +(2,1,1) = {" +a +a +a +r +r +r +"} +(3,1,1) = {" +B +B +r +r +r +r +"} +(4,1,1) = {" +x +x +z +r +r +r +"} +(5,1,1) = {" +x +D +r +r +r +r +"} +(6,1,1) = {" +W +B +r +r +r +r +"} +(7,1,1) = {" +x +H +r +r +r +r +"} +(8,1,1) = {" +E +R +r +r +r +r +"} +(9,1,1) = {" +r +B +r +r +r +r +"} +(10,1,1) = {" +r +a +r +r +r +r +"} +(11,1,1) = {" +r +a +a +a +a +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_1.dmm new file mode 100644 index 0000000000000..daec11b31a2c6 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_1.dmm @@ -0,0 +1,3819 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ar" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/old, +/area/station/maintenance/central/lesser) +"av" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"bU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"ci" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"cN" = ( +/turf/open/floor/grass, +/area/station/maintenance/central/lesser) +"cV" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"dh" = ( +/obj/structure/girder, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"dj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"dR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"ex" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"eB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Engineering Maintenance Hatch" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"fe" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"fE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"fO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gs" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"gt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/vacuum/external/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gD" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"hE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"hX" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"hZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"iO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"iV" = ( +/obj/item/clothing/glasses/meson, +/turf/open/misc/asteroid, +/area/station/maintenance/central/lesser) +"jF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"ko" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/central/lesser) +"lx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"mg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"mu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"mV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"nj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"nw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/material, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"ny" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"oa" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/grass, +/area/station/maintenance/central/lesser) +"of" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"oz" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"oP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"oT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"oU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"pD" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"qW" = ( +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/misc/asteroid, +/area/station/maintenance/central/lesser) +"ra" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"rg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/moisture, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"rA" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"rK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/food_or_drink/cups, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"rO" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"sf" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"sC" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"sN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/clothing/head/cone{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/clothing/head/cone{ + pixel_x = 10; + pixel_y = 14 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"sS" = ( +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"tb" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"tM" = ( +/turf/closed/wall/rock, +/area/station/maintenance/central/lesser) +"uc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"vA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"vC" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/lesser) +"vQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/botanical_waste, +/obj/effect/spawner/random/mod/maint, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"xc" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "maintprivacyurdumb" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"xi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"xp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"xW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"yf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"yL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"yN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/booze, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"zt" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"zv" = ( +/turf/open/misc/asteroid, +/area/template_noop) +"zF" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"zQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/food_packaging, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Ad" = ( +/obj/structure/flora/bush/style_random, +/turf/open/floor/grass, +/area/template_noop) +"As" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/template_noop) +"AN" = ( +/turf/template_noop, +/area/template_noop) +"Bt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"CB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"CU" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"DC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"DP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"DV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"DX" = ( +/obj/modular_map_root/tramstation{ + key = "dormenginelower_attachment_b"; + name = "dormenginelower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"DZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Ej" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Ek" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"EM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Gs" = ( +/obj/structure/cable/multilayer/connected, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"HM" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Iw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/storage/bag/ore, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"IA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap{ + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"IK" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Jw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Kb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Lq" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Lw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"LX" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Mc" = ( +/obj/structure/door_assembly/door_assembly_mhatch, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil/five, +/turf/open/misc/asteroid, +/area/station/maintenance/central/lesser) +"Ml" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/south{ + id = "maintprivacyurdumb"; + name = "Privacy Shutters" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Mq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/wirecutters, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Mr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"MN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"MZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"NG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/cigar, +/obj/effect/spawner/random/entertainment/lighter, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"NT" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"Oo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"OF" = ( +/obj/modular_map_root/tramstation{ + key = "dormenginelower_attachment_a"; + name = "dormenginelower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Px" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"PC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"PL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"PR" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Restroom Maintenance Access" + }, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Qc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Qz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"QO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ore_box, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"RF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"RS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Sa" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Ta" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Tb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Ty" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"TC" = ( +/obj/structure/sink/directional/south, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/template_noop) +"UQ" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/template_noop) +"Vf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"VO" = ( +/obj/structure/mop_bucket/janitorialcart, +/obj/item/mop, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/template_noop) +"VT" = ( +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Ws" = ( +/turf/open/floor/grass, +/area/template_noop) +"WR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Xm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Xn" = ( +/turf/template_noop, +/area/station/maintenance/central/lesser) +"YX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Zj" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"ZQ" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) + +(1,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +Lq +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +gs +gs +AN +AN +AN +AN +AN +AN +AN +"} +(2,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +"} +(3,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +gs +gs +NT +NT +NT +vA +vA +vA +vA +vA +vA +NT +NT +NT +gs +gs +gs +gs +gs +gs +gs +AN +AN +AN +"} +(4,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +gs +NT +NT +NT +Oo +of +NG +Ty +DP +DP +ra +YX +of +Lw +NT +NT +NT +gs +gs +gs +gs +gs +gs +gs +gs +"} +(5,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +AN +NT +NT +ci +DP +DP +DP +DP +DP +DP +DP +DP +DP +DP +DP +DP +DP +NT +NT +NT +gs +gs +gs +gs +gs +gs +"} +(6,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +AN +Jw +Jw +Jw +Jw +Jw +Jw +Jw +Jw +Jw +Jw +zQ +Mr +Mr +Mr +Mr +Mr +Mr +Mr +NT +gs +gs +gs +IK +IK +IK +"} +(7,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +PR +AN +AN +AN +AN +AN +AN +Mr +NT +gs +gs +gs +gs +IK +IK +"} +(8,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +gs +gs +gs +IK +IK +IK +"} +(9,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +gs +gs +gs +IK +IK +IK +"} +(10,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +gs +gs +IK +IK +IK +IK +"} +(11,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +gs +gs +IK +IK +IK +IK +"} +(12,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +gs +gs +gs +IK +IK +gs +"} +(13,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +gs +gs +gs +gs +gs +gs +"} +(14,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +yL +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +dj +DP +Mr +NT +gs +gs +gs +gs +gs +gs +"} +(15,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +Ej +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Ej +DP +Mr +OF +gs +gs +gs +gs +gs +gs +"} +(16,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +of +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +of +DP +zQ +NT +gs +gs +gs +gs +gs +gs +"} +(17,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +nw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +iO +DP +Mr +NT +NT +NT +gs +gs +gs +gs +"} +(18,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +rA +Jw +DP +bU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +uc +DP +Mr +Mr +Mr +NT +NT +NT +NT +NT +"} +(19,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +Mr +Mr +Mr +Mr +NT +"} +(20,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +"} +(21,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +"} +(22,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +"} +(23,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +"} +(24,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Mr +NT +"} +(25,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +ny +Jw +rg +Mr +NT +"} +(26,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oT +DP +Mr +DP +NT +"} +(27,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xc +EM +xc +NT +"} +(28,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +DP +Mr +DP +NT +"} +(29,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +DP +Mr +RS +NT +"} +(30,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +DP +Mr +yN +NT +"} +(31,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +DP +Mr +rK +NT +"} +(32,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xp +Mr +Ml +NT +"} +(33,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +DP +Mr +DP +NT +"} +(34,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +DP +Mr +DP +NT +"} +(35,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +DP +Mr +DP +NT +"} +(36,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +PC +Mr +vQ +NT +"} +(37,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xc +EM +xc +NT +"} +(38,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +mu +CB +yf +CB +cV +"} +(39,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +lx +lx +hZ +PL +cV +"} +(40,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +Xn +Xn +Xn +hE +cV +"} +(41,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +hE +cV +"} +(42,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +As +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +hE +cV +"} +(43,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +TC +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +hE +cV +"} +(44,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +VO +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +hE +cV +"} +(45,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xW +lx +lx +hZ +fO +cV +"} +(46,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xW +lx +gQ +cV +cV +oz +cV +cV +"} +(47,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +cV +cV +sS +gD +MZ +cV +"} +(48,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +cV +IA +rO +CB +cV +"} +(49,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +cV +cV +cV +cV +cV +"} +(50,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +gs +gs +gs +IK +IK +"} +(51,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +gs +gs +IK +IK +IK +"} +(52,1,1) = {" +AN +AN +AN +Ws +AN +AN +AN +gs +gs +gs +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +cV +xW +lx +lx +gQ +cV +gs +gs +IK +IK +IK +mg +"} +(53,1,1) = {" +AN +AN +AN +UQ +zv +AN +AN +gs +gs +gs +gs +gs +gs +cV +AN +AN +AN +AN +AN +AN +AN +AN +xW +gQ +cV +cV +cV +cV +IK +IK +IK +IK +IK +mg +"} +(54,1,1) = {" +AN +AN +Ws +Ws +Ws +zv +zv +cV +ZQ +cV +qW +ko +tM +cV +Iw +QO +Px +CB +Qz +CB +ex +zt +sN +cV +cV +gs +gs +IK +IK +IK +mg +mg +mg +mg +"} +(55,1,1) = {" +AN +AN +AN +Ws +UQ +Ws +zv +oa +cN +HM +HM +ko +VT +HM +HM +CB +MN +CB +CB +DC +CB +cV +oU +cV +gs +gs +IK +IK +IK +IK +mg +IK +IK +IK +"} +(56,1,1) = {" +AN +AN +AN +zv +zv +AN +AN +tM +dh +Mc +ko +iV +ZQ +tM +tM +cV +cV +cV +cV +cV +cV +cV +oU +cV +cV +cV +cV +mg +sf +mg +mg +IK +IK +IK +"} +(57,1,1) = {" +AN +AN +AN +Ad +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +CB +CB +oP +zF +gt +cV +Xm +Gs +cV +mg +IK +IK +IK +IK +IK +IK +"} +(58,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +CU +CB +oP +av +gZ +mV +Bt +sC +Zj +mg +IK +IK +IK +IK +IK +IK +"} +(59,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +hX +RF +Ta +ar +gZ +cV +fE +Vf +cV +pD +IK +IK +IK +IK +IK +IK +"} +(60,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +fe +LX +oP +Ek +oU +vC +vC +vC +vC +AN +AN +AN +AN +AN +AN +AN +"} +(61,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +CB +CB +Mq +Ek +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(62,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +cV +cV +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(63,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(64,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(65,1,1) = {" +AN +AN +AN +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +DX +cV +cV +cV +cV +DV +gQ +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(66,1,1) = {" +AN +AN +AN +cV +xW +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +Kb +lx +DZ +mu +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(67,1,1) = {" +AN +AN +AN +cV +oU +AN +AN +AN +AN +AN +AN +cV +cV +Sa +AN +AN +AN +AN +AN +AN +cV +eB +cV +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(68,1,1) = {" +AN +AN +cV +cV +oU +AN +AN +AN +AN +AN +AN +WR +dR +CB +AN +AN +AN +AN +AN +AN +Qc +oU +CB +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(69,1,1) = {" +AN +AN +cV +xW +gQ +AN +AN +AN +AN +AN +AN +nj +dR +CB +AN +AN +AN +AN +AN +AN +tb +oU +Tb +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(70,1,1) = {" +AN +AN +cV +oU +cV +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(71,1,1) = {" +AN +AN +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(72,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(73,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(74,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(75,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(76,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(77,1,1) = {" +AN +AN +jF +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(78,1,1) = {" +AN +AN +xi +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(79,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(80,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(81,1,1) = {" +AN +lx +lx +gQ +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(82,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_2.dmm new file mode 100644 index 0000000000000..dd68accab503b --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_2.dmm @@ -0,0 +1,3991 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"am" = ( +/obj/structure/girder, +/turf/open/misc/asteroid/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"ar" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/old, +/area/station/maintenance/central/lesser) +"bR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"ct" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"cV" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"cZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/closet/crate/preopen, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"dp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"eh" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"eB" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"eJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"fe" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"fE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"fT" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/maintenance, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"gk" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"gs" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"gt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/vacuum/external/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gx" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"gO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"gQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"hS" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"hX" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"id" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/item/soap/nanotrasen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"jG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/stack/ore/iron, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"jX" = ( +/obj/structure/holosign/barrier/atmos/sturdy, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"kt" = ( +/obj/structure/rack, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/storage/bag/ore, +/obj/effect/turf_decal/sand/plating, +/obj/item/clothing/glasses/meson, +/obj/item/mining_scanner, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"le" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"lx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"lz" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/ore/iron, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"lU" = ( +/obj/structure/sink/directional/south, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/template_noop) +"mg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"mu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"mI" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Restroom Maintenance Access" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock_note_placer{ + note_name = "breach notice"; + note_info = "Due to recent hull damage suffered to this section of the station, the maintenance hall has been deemed unsafe for crew travel and has been blocked off until further notice for station repairs." + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/duct, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"mV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"na" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"np" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"ny" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"nT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/item/wallframe/apc, +/obj/item/electronics/apc, +/obj/item/stock_parts/power_store/cell/empty, +/obj/item/stack/cable_coil/five, +/obj/item/wallframe/apc, +/obj/item/electronics/apc, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"oP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"oT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"oU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"pD" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"pM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"ql" = ( +/obj/item/stack/rods, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"qN" = ( +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/iron/freezer, +/area/template_noop) +"qW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"ro" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"rs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"rx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"rA" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"rK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"rX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"sf" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"sk" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/stack/ore/gold, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"sC" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"tb" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"tr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/soap/deluxe, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"tN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"tY" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"ud" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/stack/ore/iron, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"vf" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"vo" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"vB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"vC" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/lesser) +"wW" = ( +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"xc" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"xe" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"xW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"yh" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"yW" = ( +/obj/effect/spawner/random/bureaucracy/folder, +/turf/open/misc/asteroid/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"zF" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"zR" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/decoration/glowstick, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"AN" = ( +/turf/template_noop, +/area/template_noop) +"Bt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Bw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/glass, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"BN" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"BO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap, +/obj/item/food/deadmouse, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"CB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"CU" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Du" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Dz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"DP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"DQ" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"DV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"DX" = ( +/obj/modular_map_root/tramstation{ + key = "dormenginelower_attachment_b"; + name = "dormenginelower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"DZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Ek" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Et" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"EC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"FK" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/template_noop) +"FX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/structure/window/spawner/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Go" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Gs" = ( +/obj/structure/cable/multilayer/connected, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"HT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/structure/table, +/obj/item/wrench, +/obj/item/screwdriver, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"IK" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Jw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"JJ" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"JW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/holosign/barrier/atmos/sturdy, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"KB" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"Lp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Lq" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"LQ" = ( +/obj/structure/girder, +/obj/item/stack/sheet/iron{ + amount = 2 + }, +/turf/open/misc/asteroid/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"LX" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Ml" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/misc/asteroid/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"Mq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"MA" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/chair, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"MR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"NT" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"NZ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/table_frame, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"Oj" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"OF" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"OI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Ph" = ( +/obj/effect/spawner/random/maintenance, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Pu" = ( +/obj/structure/mop_bucket/janitorialcart, +/obj/item/mop, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/template_noop) +"PL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"PW" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Qo" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"QC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Rn" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"RF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"RI" = ( +/obj/item/stack/ore/glass, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"Sa" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Sj" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/stack/ore/glass, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"SP" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/item/stack/ore/glass, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"Ta" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Tb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"TX" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"Vf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Vr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Vt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/holosign/barrier/engineering, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Wp" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/closet/wardrobe/miner, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"WC" = ( +/turf/open/misc/asteroid/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"WK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mop_bucket/janitorialcart, +/obj/item/mop, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Xm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Xn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"XC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mop_bucket, +/obj/item/mop, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"XM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/ore_box, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"XX" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/plating/airless, +/area/station/maintenance/department/crew_quarters/dorms) +"Yr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"YW" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Zc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Zj" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"ZD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/item/wallframe/airalarm, +/obj/item/electronics/airalarm, +/obj/item/stack/cable_coil/five, +/obj/item/wallframe/airalarm, +/obj/item/electronics/airalarm, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) + +(1,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +Lq +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +AN +AN +AN +AN +AN +AN +AN +"} +(2,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +AN +AN +AN +AN +AN +AN +AN +"} +(3,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +ql +IK +IK +IK +IK +IK +IK +IK +IK +ql +IK +IK +IK +IK +IK +IK +gs +gs +AN +AN +AN +"} +(4,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +IK +gk +DQ +IK +IK +ql +IK +IK +ql +IK +IK +IK +IK +IK +IK +IK +gs +IK +gs +gs +"} +(5,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +AN +NT +NT +NT +NT +am +WC +OF +NT +NT +Et +WC +WC +Oj +NT +NT +NT +Qo +am +NT +DQ +IK +IK +IK +IK +gs +"} +(6,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +AN +Jw +JW +na +SP +tY +jG +na +na +na +hS +ud +Sj +Rn +XX +XX +XX +JJ +XX +WC +IK +IK +IK +IK +IK +IK +"} +(7,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +mI +AN +AN +AN +AN +AN +AN +Bw +WC +IK +ql +IK +IK +IK +IK +"} +(8,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +gO +AN +AN +AN +AN +AN +AN +AN +AN +AN +qN +AN +AN +AN +AN +AN +AN +XX +LQ +IK +IK +IK +IK +IK +IK +"} +(9,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +XX +NT +IK +IK +IK +IK +IK +IK +"} +(10,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +JJ +NT +IK +IK +IK +IK +IK +IK +"} +(11,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +JJ +am +DQ +IK +DQ +IK +IK +IK +"} +(12,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +JJ +NT +NT +NT +vf +ro +IK +IK +"} +(13,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +XX +NT +KB +NZ +yW +WC +IK +IK +"} +(14,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +Go +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +kt +Qo +XX +Oj +MA +gx +WC +Ml +Ph +IK +"} +(15,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +OI +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +XM +OF +XX +OF +zR +WC +fT +WC +IK +IK +"} +(16,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +EC +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Oj +Qo +ud +ct +RI +cZ +lz +TX +IK +IK +"} +(17,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +rX +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Wp +OF +bR +OF +eh +NT +Oj +NT +IK +IK +"} +(18,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +rA +Jw +DP +rX +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +BN +Qo +XX +XX +XX +OF +ct +NT +NT +NT +"} +(19,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Sj +sk +Sj +jX +YW +NT +"} +(20,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +"} +(21,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Vt +NT +"} +(22,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +"} +(23,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +"} +(24,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +"} +(25,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +ny +MR +MR +MR +NT +"} +(26,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Lp +MR +NT +NT +NT +"} +(27,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +WK +NT +"} +(28,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +Du +rs +NT +"} +(29,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +DP +NT +"} +(30,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +id +NT +"} +(31,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +NT +NT +NT +"} +(32,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +qW +NT +gs +"} +(33,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +DP +NT +gs +"} +(34,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +Go +NT +gs +"} +(35,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +Dz +NT +gs +"} +(36,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +rX +NT +gs +"} +(37,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +MR +rX +NT +gs +"} +(38,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oT +ab +NT +NT +NT +"} +(39,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +rK +Vr +Vr +PL +NT +"} +(40,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +NT +"} +(41,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +NT +"} +(42,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +FK +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xc +cV +"} +(43,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +lU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +le +cV +"} +(44,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +Pu +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +le +cV +"} +(45,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xW +lx +lx +Zc +dp +cV +"} +(46,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +pM +lx +gQ +cV +cV +xe +cV +cV +"} +(47,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +cV +cV +wW +PW +CB +cV +"} +(48,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +cV +tr +yh +XC +cV +"} +(49,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +cV +cV +cV +cV +cV +"} +(50,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +gs +gs +gs +IK +IK +"} +(51,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +gs +gs +IK +IK +IK +"} +(52,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +AN +cV +xW +lx +lx +gQ +cV +gs +gs +IK +IK +IK +mg +"} +(53,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +AN +AN +AN +AN +AN +AN +AN +AN +xW +gQ +cV +cV +cV +cV +IK +IK +IK +IK +IK +mg +"} +(54,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +QC +FX +oU +cV +cV +gs +gs +IK +IK +IK +mg +mg +mg +mg +"} +(55,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +vB +FX +oU +cV +gs +gs +IK +IK +IK +IK +mg +IK +IK +IK +"} +(56,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +cV +cV +cV +oU +cV +cV +cV +cV +mg +sf +mg +mg +IK +IK +gs +"} +(57,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +BO +CB +oP +zF +gt +cV +Xm +Gs +cV +mg +IK +IK +IK +IK +gs +gs +"} +(58,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +CU +CB +oP +vo +gZ +mV +Bt +sC +Zj +mg +IK +IK +IK +gs +gs +gs +"} +(59,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +hX +RF +Ta +ar +gZ +cV +fE +Vf +cV +pD +IK +IK +gs +gs +gs +gs +"} +(60,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +fe +LX +oP +Ek +oU +vC +vC +vC +vC +AN +AN +AN +AN +AN +AN +AN +"} +(61,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +Mq +CB +HT +Ek +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(62,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +cV +cV +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(63,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(64,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(65,1,1) = {" +AN +AN +AN +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +DX +cV +cV +cV +cV +DV +gQ +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(66,1,1) = {" +AN +AN +AN +cV +xW +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +DZ +mu +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(67,1,1) = {" +AN +AN +AN +cV +oU +AN +AN +AN +AN +AN +AN +cV +cV +Sa +AN +AN +AN +AN +AN +AN +cV +eB +cV +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(68,1,1) = {" +AN +AN +cV +cV +oU +AN +AN +AN +AN +AN +AN +eJ +CB +CB +AN +AN +AN +AN +AN +AN +Yr +oU +CB +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(69,1,1) = {" +AN +AN +cV +pM +gQ +AN +AN +AN +AN +AN +AN +nT +tN +ZD +AN +AN +AN +AN +AN +AN +tb +oU +Tb +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(70,1,1) = {" +AN +AN +cV +oU +cV +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(71,1,1) = {" +AN +AN +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(72,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(73,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(74,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(75,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(76,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(77,1,1) = {" +AN +AN +np +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(78,1,1) = {" +AN +AN +rx +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(79,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(80,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(81,1,1) = {" +AN +lx +lx +gQ +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(82,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_3.dmm new file mode 100644 index 0000000000000..83d22aaf3d8ed --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_3.dmm @@ -0,0 +1,3722 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ar" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs/old, +/area/station/maintenance/central/lesser) +"aO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/cigbutt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"cV" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"eB" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"fe" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"fE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"gs" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"gt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/vacuum/external/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"gZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"hQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"hX" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"ie" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"il" = ( +/obj/structure/grille, +/obj/structure/girder, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"kY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"lu" = ( +/obj/machinery/duct, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"lx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"mg" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"mu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"mV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"na" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/trash/janitor_supplies, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"nf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"ny" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"oP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"oT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"oU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"pD" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"qg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"rk" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"rA" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"rK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"sf" = ( +/obj/structure/cable/layer1, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"sC" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"sU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/white/corner, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id = "trammaintlmaobro"; + name = "Glass Walkway Emergency Seal" + }, +/obj/machinery/button/door/directional/west{ + initialized_button = "trammaintlmaobro"; + name = "Glass Walkway Emergency Seal Toggle" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"sX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"tb" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/closet/crate/engineering, +/obj/item/storage/toolbox/mechanical, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/material, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"tI" = ( +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"vC" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/lesser) +"vM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"wo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"wM" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"wQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/mixed, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"xc" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"xL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"xW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"yh" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"yi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"zr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"zF" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"AN" = ( +/turf/template_noop, +/area/template_noop) +"Bt" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Bw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"CB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"CU" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Dw" = ( +/obj/machinery/duct, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"DP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"DV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"DX" = ( +/obj/modular_map_root/tramstation{ + key = "dormenginelower_attachment_b"; + name = "dormenginelower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"DZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/sorting/mail{ + dir = 8 + }, +/obj/effect/mapping_helpers/mail_sorting/service/hydroponics, +/obj/effect/mapping_helpers/mail_sorting/service/janitor_closet, +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/obj/effect/mapping_helpers/mail_sorting/service/bar, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Eg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Ek" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Eq" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/space/basic, +/area/space/nearstation) +"Gs" = ( +/obj/structure/cable/multilayer/connected, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"GX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Hw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"IK" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"IL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"IN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"IS" = ( +/turf/template_noop, +/area/station/maintenance/central/lesser) +"Jj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Jw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Kx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/warning{ + dir = 8 + }, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/machinery/duct, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Lh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Lq" = ( +/turf/open/space/basic, +/area/space/nearstation) +"LT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"LX" = ( +/obj/item/assembly/mousetrap/armed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"NT" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"OF" = ( +/obj/modular_map_root/tramstation{ + key = "dormenginelower_attachment_a"; + name = "dormenginelower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"PL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Qp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Qz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Rg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mop_bucket, +/obj/item/mop, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"RF" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Sa" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Ta" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Tb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Te" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/gloves/color/purple{ + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/grenade/chem_grenade/cleaner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"TZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_y = 6; + pixel_x = -7 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Ul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/door/airlock/public/glass, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/white/corner{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "trammaintlmaobro"; + name = "Glass Walkway Emergency Seal" + }, +/obj/machinery/button/door/directional/west{ + initialized_button = "trammaintlmaobro"; + name = "Glass Walkway Emergency Seal Toggle" + }, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"UJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"US" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Vf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Vr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sink/directional/south, +/obj/structure/mirror/directional/north, +/obj/item/lipstick/random, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Vt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/l3closet/janitor, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Xm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"Xn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"YG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Zb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"Zj" = ( +/obj/structure/cable/layer1, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/lesser) +"ZY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/item/clothing/gloves/cut, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) + +(1,1,1) = {" +IK +IK +IK +IK +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +Lq +AN +AN +AN +AN +AN +AN +AN +"} +(2,1,1) = {" +IK +IK +IK +Lq +Lq +Lq +Lq +Lq +Lq +Lq +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +Lq +AN +AN +AN +AN +AN +AN +AN +"} +(3,1,1) = {" +IK +IK +IK +IK +Lq +Lq +Lq +Lq +Lq +il +il +yh +Lq +Lq +Lq +yh +Lq +Lq +Lq +Lq +yh +Lq +Lq +Lq +yh +il +il +Lq +IK +IK +IK +AN +AN +AN +"} +(4,1,1) = {" +IK +IK +IK +Lq +Lq +Lq +Lq +Lq +Lq +yh +Lq +yh +Lq +Lq +Lq +yh +Lq +Lq +Lq +Lq +yh +Lq +Lq +Lq +yh +Lq +yh +IK +IK +IK +IK +IK +IK +gs +"} +(5,1,1) = {" +IK +IK +IK +IK +IK +Lq +Lq +Lq +AN +NT +NT +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +Eq +NT +NT +NT +gs +gs +gs +gs +gs +gs +"} +(6,1,1) = {" +IK +IK +IK +IK +IK +IK +IK +IK +AN +Jw +sU +vM +vM +vM +vM +vM +vM +vM +vM +Kx +Kx +Kx +Kx +Kx +Kx +Ul +IN +NT +gs +gs +gs +IK +IK +IK +"} +(7,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +wM +AN +AN +AN +AN +AN +AN +IN +NT +gs +gs +gs +gs +IK +IK +"} +(8,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +gs +gs +gs +IK +IK +IK +"} +(9,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +gs +gs +gs +IK +IK +IK +"} +(10,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +gs +gs +IK +IK +IK +IK +"} +(11,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +gs +gs +IK +IK +IK +IK +"} +(12,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +gs +gs +gs +IK +IK +gs +"} +(13,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +gs +gs +gs +gs +gs +gs +"} +(14,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +na +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +wQ +DP +IN +NT +gs +gs +gs +gs +gs +gs +"} +(15,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +qg +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +YG +DP +IN +OF +gs +gs +gs +gs +gs +gs +"} +(16,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +kY +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +kY +DP +IN +NT +gs +gs +gs +gs +gs +gs +"} +(17,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +Jw +DP +Jj +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +zr +DP +IN +NT +NT +NT +gs +gs +gs +gs +"} +(18,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +rA +Jw +DP +Jj +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Hw +DP +IN +IN +IN +NT +NT +NT +NT +NT +"} +(19,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +IN +IN +IN +IN +NT +"} +(20,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +"} +(21,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +"} +(22,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +"} +(23,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +"} +(24,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +NT +"} +(25,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +ny +IN +IN +IN +NT +"} +(26,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oT +IN +NT +NT +NT +"} +(27,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +Eg +NT +IK +"} +(28,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +IK +"} +(29,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +gs +"} +(30,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +gs +"} +(31,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +gs +"} +(32,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +nf +NT +gs +"} +(33,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +gs +"} +(34,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +gs +"} +(35,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +gs +"} +(36,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +DP +NT +gs +"} +(37,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +IN +IL +NT +gs +"} +(38,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oT +Qz +NT +NT +NT +"} +(39,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +rK +Qp +Qp +PL +NT +"} +(40,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +NT +"} +(41,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +Xn +NT +"} +(42,1,1) = {" +AN +AN +AN +AN +AN +AN +IS +ie +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xc +cV +"} +(43,1,1) = {" +AN +AN +AN +AN +AN +AN +IS +CB +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +sX +cV +"} +(44,1,1) = {" +AN +AN +AN +AN +AN +AN +IS +CB +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +sX +cV +"} +(45,1,1) = {" +AN +AN +AN +AN +AN +AN +IS +CB +IS +IS +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xW +lx +lx +LT +Lh +cV +"} +(46,1,1) = {" +AN +AN +AN +AN +AN +AN +IS +wo +CB +CB +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +xW +lx +gQ +cV +cV +lu +cV +cV +"} +(47,1,1) = {" +AN +AN +AN +AN +AN +AN +IS +cV +cV +CB +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +cV +cV +tI +Dw +Vt +cV +"} +(48,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +cV +CB +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +cV +TZ +rk +CB +cV +"} +(49,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +cV +CB +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +cV +cV +cV +cV +cV +"} +(50,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +cV +CB +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +gs +gs +gs +IK +IK +"} +(51,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +cV +CB +IS +IS +IS +IS +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +oU +cV +gs +gs +gs +IK +IK +IK +"} +(52,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +cV +CB +CB +CB +CB +IS +IS +AN +AN +AN +AN +AN +AN +AN +cV +xW +lx +lx +gQ +cV +gs +gs +IK +IK +IK +mg +"} +(53,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +cV +cV +cV +cV +CB +CB +IS +IS +IS +IS +IS +IS +IS +IS +xW +gQ +cV +cV +cV +cV +IK +IK +IK +IK +IK +mg +"} +(54,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +cV +cV +CB +CB +CB +CB +CB +CB +CB +CB +UJ +oU +cV +cV +gs +gs +IK +IK +IK +mg +mg +mg +mg +"} +(55,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +cV +cV +cV +cV +wo +Bw +hQ +GX +aO +Zb +oU +cV +gs +gs +IK +IK +IK +IK +mg +IK +IK +IK +"} +(56,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +cV +cV +cV +cV +cV +oU +cV +cV +cV +cV +mg +sf +mg +mg +IK +IK +gs +"} +(57,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +US +CB +oP +zF +gt +cV +Xm +Gs +cV +mg +IK +IK +IK +IK +gs +gs +"} +(58,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +CU +CB +oP +xL +gZ +mV +Bt +sC +Zj +mg +IK +IK +IK +gs +gs +gs +"} +(59,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +hX +RF +Ta +ar +gZ +cV +fE +Vf +cV +pD +IK +IK +gs +gs +gs +gs +"} +(60,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +fe +LX +oP +Ek +oU +vC +vC +vC +vC +AN +AN +AN +AN +AN +AN +AN +"} +(61,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +CB +CB +ZY +Ek +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(62,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +cV +cV +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(63,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(64,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +gs +cV +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(65,1,1) = {" +AN +AN +AN +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +cV +DX +cV +cV +cV +cV +DV +gQ +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(66,1,1) = {" +AN +AN +AN +cV +xW +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +lx +DZ +mu +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(67,1,1) = {" +AN +AN +AN +cV +oU +AN +AN +AN +AN +AN +AN +cV +cV +Sa +AN +AN +AN +AN +AN +AN +cV +eB +cV +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(68,1,1) = {" +AN +AN +cV +cV +oU +AN +AN +AN +AN +AN +AN +Vr +CB +CB +AN +AN +AN +AN +AN +AN +yi +oU +CB +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(69,1,1) = {" +AN +AN +cV +xW +gQ +AN +AN +AN +AN +AN +AN +Rg +Te +CB +AN +AN +AN +AN +AN +AN +tb +oU +Tb +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(70,1,1) = {" +AN +AN +cV +oU +cV +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(71,1,1) = {" +AN +AN +cV +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(72,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(73,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(74,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(75,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(76,1,1) = {" +AN +AN +AN +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(77,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(78,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(79,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(80,1,1) = {" +AN +AN +CB +oU +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(81,1,1) = {" +AN +lx +lx +gQ +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} +(82,1,1) = {" +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +AN +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_1.dmm new file mode 100644 index 0000000000000..aa1ca5be93081 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_1.dmm @@ -0,0 +1,213 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"e" = ( +/turf/template_noop, +/area/template_noop) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/effect/turf_decal/box, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"n" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"p" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4 + }, +/obj/effect/turf_decal/bot/left, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/trinary/filter/flipped{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"z" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 8 + }, +/obj/effect/turf_decal/bot/right, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"U" = ( +/obj/modular_map_connector, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot/left, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +e +n +n +p +p +a +p +"} +(2,1,1) = {" +B +B +n +p +a +a +a +"} +(3,1,1) = {" +B +Y +n +a +a +a +a +"} +(4,1,1) = {" +h +P +z +a +a +a +a +"} +(5,1,1) = {" +B +E +z +a +a +a +a +"} +(6,1,1) = {" +B +B +z +a +a +a +a +"} +(7,1,1) = {" +B +t +z +a +a +a +a +"} +(8,1,1) = {" +j +v +z +a +a +a +a +"} +(9,1,1) = {" +B +E +z +a +a +a +a +"} +(10,1,1) = {" +B +B +z +a +a +a +a +"} +(11,1,1) = {" +U +Z +n +a +a +a +a +"} +(12,1,1) = {" +Z +Z +n +p +a +a +a +"} +(13,1,1) = {" +e +e +e +p +p +p +p +"} +(14,1,1) = {" +e +e +e +e +e +e +e +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_2.dmm new file mode 100644 index 0000000000000..ad302741047fb --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_2.dmm @@ -0,0 +1,247 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/lasertag/blue, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"e" = ( +/turf/template_noop, +/area/template_noop) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/athletic_mixed, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot_white, +/obj/structure/weightmachine, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"p" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot_white, +/obj/structure/training_machine, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/boxinggloves, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/training_toolbox, +/obj/item/training_toolbox{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"H" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = " Gym Storage Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/lasertag/red, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"J" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/under/color/red, +/obj/item/clothing/under/color/red, +/obj/item/clothing/head/soft/red, +/obj/item/clothing/head/soft/red, +/obj/item/clothing/head/soft/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/alien, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot_white, +/obj/structure/weightmachine/weightlifter, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"S" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/under/color/blue, +/obj/item/clothing/head/soft/blue, +/obj/item/clothing/head/soft/blue, +/obj/item/clothing/head/soft/blue, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"U" = ( +/obj/modular_map_connector, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = " Gym Storage Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"V" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +e +p +p +p +p +p +p +"} +(2,1,1) = {" +e +p +p +p +p +a +a +"} +(3,1,1) = {" +e +V +V +V +V +a +a +"} +(4,1,1) = {" +e +m +E +D +V +V +a +"} +(5,1,1) = {" +e +F +F +F +F +V +a +"} +(6,1,1) = {" +e +F +F +F +F +V +a +"} +(7,1,1) = {" +e +F +z +n +N +V +a +"} +(8,1,1) = {" +e +F +L +n +N +V +p +"} +(9,1,1) = {" +e +H +V +V +V +V +p +"} +(10,1,1) = {" +e +F +c +S +V +p +p +"} +(11,1,1) = {" +U +F +F +q +V +p +p +"} +(12,1,1) = {" +e +F +I +J +V +p +p +"} +(13,1,1) = {" +e +e +e +V +V +p +p +"} +(14,1,1) = {" +e +e +e +e +e +e +e +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_3.dmm new file mode 100644 index 0000000000000..f94678f1b89ab --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_a_3.dmm @@ -0,0 +1,280 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/beret_or_rabbitears, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/bowler_or_that, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"e" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"p" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/west, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/gloves, +/obj/effect/spawner/random/clothing/gloves, +/obj/effect/spawner/random/clothing/backpack, +/obj/effect/spawner/random/clothing/backpack, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/glasses/monocle, +/obj/item/clothing/glasses/eyepatch, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/under/suit/tuxedo{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/clothing/glasses/salesman{ + pixel_y = 1; + pixel_x = 2 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/lizardboots, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/north{ + name = "Privacy Shutter Toggle"; + id = "dabonthehatersdabonthefakers" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/west, +/obj/structure/closet/cardboard{ + name = "surplus clothing" + }, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/kittyears_or_rabbitears, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/head/wig, +/obj/item/clothing/head/wig{ + pixel_x = -3; + pixel_y = -7 + }, +/obj/item/clothing/head/wig{ + pixel_x = 8; + pixel_y = -7 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"U" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mannequin/plastic, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"W" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "dabonthehatersdabonthefakers"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/lipstick/random, +/obj/item/lipstick/random{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +e +f +f +f +f +p +p +"} +(2,1,1) = {" +e +O +O +O +f +a +a +"} +(3,1,1) = {" +W +V +O +V +f +a +a +"} +(4,1,1) = {" +W +d +O +J +f +a +a +"} +(5,1,1) = {" +W +Z +O +z +f +a +a +"} +(6,1,1) = {" +W +P +O +u +f +a +a +"} +(7,1,1) = {" +W +c +O +B +f +a +a +"} +(8,1,1) = {" +W +V +O +V +f +a +p +"} +(9,1,1) = {" +e +I +Q +O +f +p +p +"} +(10,1,1) = {" +e +f +f +h +f +f +p +"} +(11,1,1) = {" +U +O +O +O +O +f +p +"} +(12,1,1) = {" +e +O +O +O +O +f +p +"} +(13,1,1) = {" +e +e +e +K +q +f +p +"} +(14,1,1) = {" +e +e +e +e +e +e +e +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_1.dmm new file mode 100644 index 0000000000000..bfe095561311a --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_1.dmm @@ -0,0 +1,367 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/port_gen/pacman/pre_loaded, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id = "securedeeznuts"; + name = "Secure Storage" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id = "securedeeznuts"; + name = "Secure Storage" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/west{ + id = "securedeeznuts"; + req_access = "engineering" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/obj/item/wrench, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"t" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/power_store/cell/high/empty, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"z" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"A" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/central/lesser) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"D" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"L" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/tank_dispenser, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"O" = ( +/turf/open/space/basic, +/area/space/nearstation) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/emitter, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"R" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"T" = ( +/obj/machinery/door/window/left/directional/south{ + req_access = "engineering" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"V" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"W" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Engineering Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance/departmental, +/obj/effect/turf_decal/trimline/yellow/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/line, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) + +(1,1,1) = {" +z +z +z +z +z +z +A +A +A +A +A +a +a +a +a +"} +(2,1,1) = {" +z +z +z +z +z +z +A +N +S +e +A +a +a +a +a +"} +(3,1,1) = {" +z +z +z +z +z +z +A +n +i +P +A +a +a +a +a +"} +(4,1,1) = {" +z +z +z +z +R +R +A +g +j +j +A +a +a +a +a +"} +(5,1,1) = {" +z +z +z +z +R +t +r +G +c +I +a +a +a +a +a +"} +(6,1,1) = {" +z +z +z +z +R +T +B +B +B +C +a +a +a +a +a +"} +(7,1,1) = {" +z +z +z +z +R +L +K +B +B +m +V +D +O +O +a +"} +(8,1,1) = {" +z +z +z +z +R +R +E +v +s +x +V +D +O +a +a +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a +W +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_2.dmm new file mode 100644 index 0000000000000..84044cbcf32a6 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_2.dmm @@ -0,0 +1,219 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"g" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/backpack, +/obj/effect/spawner/random/clothing/bowler_or_that, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"z" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"W" = ( +/obj/modular_map_connector, +/turf/closed/wall, +/area/station/maintenance/central/lesser) + +(1,1,1) = {" +z +z +z +z +z +z +z +z +z +z +a +a +a +a +a +"} +(2,1,1) = {" +z +z +z +z +z +z +z +z +z +z +a +a +a +a +a +"} +(3,1,1) = {" +z +z +z +z +z +z +z +z +z +z +a +a +a +a +a +"} +(4,1,1) = {" +z +z +z +z +z +z +z +z +z +z +a +a +a +a +a +"} +(5,1,1) = {" +z +z +z +z +z +z +z +z +z +z +a +a +a +a +a +"} +(6,1,1) = {" +z +z +z +z +z +z +z +z +z +z +a +a +a +a +a +"} +(7,1,1) = {" +z +z +b +b +b +b +b +b +b +b +U +U +r +o +a +"} +(8,1,1) = {" +z +z +b +F +x +I +t +r +r +g +O +r +r +a +a +"} +(9,1,1) = {" +a +a +a +r +r +r +r +r +r +W +b +b +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_3.dmm new file mode 100644 index 0000000000000..ea63b6b8e86d7 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormenginelower_attachment_b_3.dmm @@ -0,0 +1,250 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"f" = ( +/obj/machinery/door/window/left/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"j" = ( +/obj/machinery/door/window/right/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"k" = ( +/obj/machinery/door/window/left/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"n" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"p" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"z" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"A" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"D" = ( +/obj/machinery/door/window/right/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"H" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"J" = ( +/turf/closed/wall, +/area/station/maintenance/central/lesser) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/material, +/obj/effect/spawner/random/engineering/material, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) +"W" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/lesser) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/plating, +/area/station/maintenance/central/lesser) + +(1,1,1) = {" +z +z +z +z +z +z +z +z +z +z +a +a +a +a +a +"} +(2,1,1) = {" +z +z +z +z +J +J +J +z +J +J +J +a +a +a +a +"} +(3,1,1) = {" +z +z +z +z +J +Y +J +z +J +L +J +a +a +a +a +"} +(4,1,1) = {" +z +z +z +z +J +f +J +J +J +j +J +a +a +a +a +"} +(5,1,1) = {" +z +J +J +J +J +e +e +e +e +e +J +a +a +a +a +"} +(6,1,1) = {" +z +J +M +k +e +e +e +e +e +e +J +a +a +a +a +"} +(7,1,1) = {" +z +J +J +J +e +e +e +e +e +e +J +z +z +z +a +"} +(8,1,1) = {" +z +J +B +D +e +H +n +p +e +e +J +z +z +a +a +"} +(9,1,1) = {" +a +a +a +a +a +A +A +A +a +W +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_1.dmm new file mode 100644 index 0000000000000..5837cc106b4fa --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_1.dmm @@ -0,0 +1,1680 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/decoration/glowstick, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"bG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"cN" = ( +/obj/machinery/button/door/directional/north{ + id = "19dollarfortnitecard"; + name = "Shutter Toggle" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"ea" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"ee" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"ge" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"gl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/conveyor{ + id = "engineeringchute" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"hz" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"hJ" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/crew_quarters/dorms) +"ii" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"jQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/dice, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"kt" = ( +/obj/modular_map_root/tramstation{ + key = "dormmedupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"kK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"kV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"lk" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/loading_area, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "Engineering"; + name = "navigation beacon (Engineering Delivery)" + }, +/obj/machinery/conveyor{ + id = "engineeringchute" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"lA" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"mm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"mx" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"mU" = ( +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"nf" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"oX" = ( +/turf/closed/wall, +/area/station/asteroid) +"pd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"uH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/entertainment/gambling, +/obj/structure/closet/crate{ + name = "da loot" + }, +/obj/effect/spawner/random/entertainment/money_small, +/obj/effect/spawner/random/entertainment/coin, +/obj/effect/spawner/random/entertainment/wallet_storage, +/obj/item/paper{ + default_raw_text = "game in progress, please don't touch the pot while we're on break okay thanks" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"vb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"vB" = ( +/obj/modular_map_root/tramstation{ + key = "dormmedupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"vL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"wP" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"yF" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/steam_vent, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"zp" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Bz" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Ch" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Ct" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"CV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"DY" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Es" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"Fl" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"FO" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"GM" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"GS" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"IT" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Ji" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"LS" = ( +/turf/template_noop, +/area/template_noop) +"LV" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/crew_quarters/dorms) +"NL" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"NW" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"Oa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Od" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Oi" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"Ol" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Ow" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/chair/plastic, +/obj/item/chair/plastic{ + pixel_y = 4 + }, +/obj/item/chair/plastic{ + pixel_y = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Pd" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/asteroid) +"PA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/money_small, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"PK" = ( +/turf/closed/wall/rock, +/area/station/maintenance/department/crew_quarters/dorms) +"PV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"RT" = ( +/obj/item/pickaxe, +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"Sl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Sp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"SD" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"Tg" = ( +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"TW" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Uw" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Vh" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"VY" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/crew_quarters/dorms) +"VZ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +mx +ac +SD +NW +Vh +FO +TW +ea +SD +SD +SD +SD +SD +SD +LS +LS +"} +(2,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +wP +VZ +VZ +Od +TW +hJ +PK +yF +SD +SD +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(3,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +SD +VZ +SD +SD +SD +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(4,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +SD +VZ +GM +PV +PV +SD +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(5,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +SD +VZ +SD +vL +PV +uH +SD +Oi +Oi +Oi +Oi +Oi +NL +LS +LS +LS +"} +(6,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +SD +VZ +zp +PV +PV +PV +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(7,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +SD +VZ +zp +PV +PV +PV +SD +Oi +Oi +Oi +Oi +Oi +NL +LS +LS +LS +"} +(8,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +SD +VZ +zp +jQ +Oa +PV +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(9,1,1) = {" +Fl +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +SD +VZ +zp +PA +pd +PV +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(10,1,1) = {" +lA +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +kt +VZ +zp +Ol +Sl +PV +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(11,1,1) = {" +lA +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +SD +VZ +zp +PV +PV +PV +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(12,1,1) = {" +Fl +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +SD +VZ +zp +PV +bG +PV +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(13,1,1) = {" +IT +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +SD +VZ +SD +cN +PV +Ow +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(14,1,1) = {" +ge +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +SD +VZ +GM +PV +PV +SD +SD +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(15,1,1) = {" +Fl +ge +ge +LS +LS +LS +LS +LS +LS +LS +LS +Sp +SD +SD +SD +SD +SD +SD +VZ +SD +SD +SD +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(16,1,1) = {" +ge +lA +Fl +LS +LS +LS +LS +LS +LS +LS +LS +mm +mm +mm +mm +mm +mm +mm +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(17,1,1) = {" +Uw +ge +Fl +LS +LS +LS +LS +LS +LS +LS +LS +SD +SD +SD +SD +SD +SD +SD +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(18,1,1) = {" +IT +ge +Uw +ge +LS +LS +LS +LS +LS +LS +Oi +Oi +SD +mU +mU +mU +mU +kV +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(19,1,1) = {" +Fl +ge +IT +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +SD +DY +mU +mU +mU +kV +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(20,1,1) = {" +lA +ge +Pd +Tg +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +SD +CV +Ct +Ct +Ct +kK +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(21,1,1) = {" +lA +Fl +IT +ge +Es +Es +Oi +Oi +Oi +Oi +Oi +Oi +SD +ee +mU +mU +mU +kV +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(22,1,1) = {" +Uw +Fl +ge +lA +ge +Oi +Oi +Oi +Oi +Oi +Oi +Oi +SD +mU +mU +mU +mU +kV +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(23,1,1) = {" +Uw +ge +Fl +ge +Fl +Oi +Oi +Oi +Oi +Oi +Oi +Oi +SD +SD +SD +SD +SD +SD +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(24,1,1) = {" +lA +ge +ge +ge +Es +Es +Es +Es +Oi +Es +Es +Es +Es +Es +Es +GS +Ch +hz +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(25,1,1) = {" +IT +ge +Es +Es +Es +Es +Es +Es +Es +Es +Es +Es +Oi +Oi +Oi +SD +SD +SD +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(26,1,1) = {" +Uw +ge +Es +Oi +Oi +Oi +oX +LS +LS +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +SD +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(27,1,1) = {" +Uw +Es +Oi +Oi +Oi +Oi +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +SD +VZ +vB +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(28,1,1) = {" +ge +Oi +Oi +Oi +Oi +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +ii +VZ +SD +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(29,1,1) = {" +Es +Oi +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +vb +VZ +SD +LV +SD +VY +Oi +Oi +Oi +Oi +Oi +Oi +Oi +LS +LS +LS +"} +(30,1,1) = {" +Oi +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Ji +VZ +Bz +PV +PV +TW +NW +LV +hJ +hJ +hJ +hJ +hJ +LS +LS +LS +"} +(31,1,1) = {" +Oi +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +VZ +SD +SD +TW +TW +TW +TW +NW +NW +hJ +NW +LV +VY +SD +LS +"} +(32,1,1) = {" +Oi +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +VZ +LS +LS +LS +LS +LS +RT +NW +NW +gl +lk +mU +nf +SD +LS +"} +(33,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +VZ +LS +LS +LS +LS +LS +hJ +hJ +VY +hJ +LV +VY +LV +SD +LS +"} +(34,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +VZ +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +LV +Oi +Oi +LS +"} +(35,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +VZ +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +Oi +LS +"} +(36,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +VZ +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +Oi +LS +"} +(37,1,1) = {" +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +LS +Oi +Oi +Oi +Oi +Oi +LS +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_2.dmm new file mode 100644 index 0000000000000..71f54735eafbf --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_2.dmm @@ -0,0 +1,1723 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"dK" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"dU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"fu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"fS" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"hn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"im" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"jc" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"lC" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"lM" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"mg" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"mG" = ( +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"mW" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"np" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"nu" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/loading_area, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "Engineering"; + name = "navigation beacon (Engineering Delivery)" + }, +/obj/machinery/conveyor{ + id = "engineeringchute" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"nz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"nP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/medical/minor_healing, +/obj/effect/spawner/random/medical/supplies, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"nW" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"oj" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"pY" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"qd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"ql" = ( +/obj/machinery/conveyor{ + id = "engineeringchute" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"qB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"rL" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"sF" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"vK" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"vP" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical) +"wt" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"xz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"yX" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"zN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"zX" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Ba" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"BZ" = ( +/turf/template_noop, +/area/template_noop) +"Cz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"CH" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"CJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation) +"Dz" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"DH" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"El" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"EO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"FK" = ( +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"Ha" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"HA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"HQ" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Jn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'MULE CROSSING - LOOK BOTH WAYS"; + name = "MULE CROSSING - LOOK BOTH WAYS"; + pixel_y = -32 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Kb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"LE" = ( +/obj/modular_map_root/tramstation{ + key = "dormmedupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Me" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"Nw" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Ny" = ( +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"Oe" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Oi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"PN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"QT" = ( +/turf/closed/wall, +/area/station/asteroid) +"RI" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"SQ" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/asteroid) +"Uk" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"VP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"Wn" = ( +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 9 + }, +/obj/effect/turf_decal/trimline/yellow/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Wu" = ( +/obj/modular_map_root/tramstation{ + key = "dormmedupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +sF +xz +CH +Wn +nW +nW +mG +zX +CH +CH +CH +CH +CH +CH +BZ +BZ +"} +(2,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +RI +pY +Uk +rL +fS +CH +CH +CH +CH +CH +Me +Me +Me +Me +BZ +BZ +BZ +"} +(3,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +CH +Jn +CH +CH +CH +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(4,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +dU +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(5,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +EO +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +wt +BZ +BZ +BZ +"} +(6,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +xz +dK +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(7,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Ba +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +wt +BZ +BZ +BZ +"} +(8,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(9,1,1) = {" +oj +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(10,1,1) = {" +lM +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +LE +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(11,1,1) = {" +lM +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(12,1,1) = {" +oj +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(13,1,1) = {" +mg +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(14,1,1) = {" +im +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(15,1,1) = {" +oj +im +im +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +xz +CH +CH +CH +CH +CH +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(16,1,1) = {" +im +lM +oj +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +nz +nz +nz +nz +nz +nz +nz +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(17,1,1) = {" +Nw +im +oj +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +vP +CH +CH +CH +CH +CH +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(18,1,1) = {" +mg +im +Nw +im +BZ +CJ +CJ +CJ +CJ +BZ +Me +Me +CH +FK +FK +FK +FK +PN +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(19,1,1) = {" +oj +im +mg +Me +im +im +im +mW +im +im +Me +Me +CH +vK +FK +FK +FK +PN +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(20,1,1) = {" +lM +im +SQ +Ny +im +jc +oj +im +oj +im +Me +Me +CH +Kb +HA +HA +HA +VP +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(21,1,1) = {" +lM +oj +mg +im +im +oj +im +im +Me +oj +Me +Me +CH +Oe +FK +FK +FK +PN +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(22,1,1) = {" +Nw +oj +im +lM +im +im +im +oj +Me +im +Me +Me +CH +FK +FK +FK +FK +PN +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(23,1,1) = {" +Nw +im +oj +im +oj +im +Nw +im +oj +mW +im +Me +CH +CH +CH +CH +CH +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(24,1,1) = {" +lM +im +im +im +Ha +Ha +Ha +Ha +im +Ha +Ha +Ha +Ha +Ha +Ha +DH +yX +HQ +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(25,1,1) = {" +mg +im +Ha +Ha +Ha +Nw +oj +mW +Ha +Ha +im +jc +mW +Me +Me +CH +CH +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(26,1,1) = {" +Nw +im +Ha +Me +Me +Me +QT +BZ +BZ +Me +Me +Me +Me +Me +Me +Me +Me +CH +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(27,1,1) = {" +Nw +Ha +Me +Me +Me +Me +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +CH +Uk +Wu +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(28,1,1) = {" +im +Me +Me +Me +Me +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +np +Uk +CH +Me +Me +Me +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(29,1,1) = {" +Ha +Me +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +qB +Jn +CH +CH +CH +CH +Me +Me +Me +Me +Me +Me +Me +BZ +BZ +BZ +"} +(30,1,1) = {" +Me +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +nP +Uk +Cz +Oi +El +CH +CH +CH +CH +Me +Me +Me +Me +BZ +BZ +BZ +"} +(31,1,1) = {" +Me +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Uk +CH +CH +qd +hn +hn +fu +CH +CH +CH +CH +CH +CH +CH +BZ +"} +(32,1,1) = {" +Me +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Uk +BZ +BZ +BZ +BZ +BZ +zN +hn +Cz +ql +nu +FK +lC +CH +BZ +"} +(33,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Uk +BZ +BZ +BZ +BZ +BZ +CH +CH +CH +CH +CH +CH +CH +CH +BZ +"} +(34,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Uk +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +Me +Me +BZ +"} +(35,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Dz +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +Me +BZ +"} +(36,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Uk +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +Me +BZ +"} +(37,1,1) = {" +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +BZ +Me +Me +Me +Me +Me +BZ +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_3.dmm new file mode 100644 index 0000000000000..69b84841086c3 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_3.dmm @@ -0,0 +1,1742 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ca" = ( +/obj/structure/flora/bush/flowers_pp/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"ci" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"cm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"cs" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"dI" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"fh" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/asteroid) +"fr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"fQ" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/grass, +/area/station/asteroid) +"gd" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"gm" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/asteroid) +"gn" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/medical) +"gS" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/asteroid) +"ht" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/commons/fitness/recreation) +"iW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"jc" = ( +/turf/closed/wall, +/area/station/asteroid) +"ku" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"kx" = ( +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"kz" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"lr" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"mJ" = ( +/turf/closed/wall/rock, +/area/station/maintenance/department/crew_quarters/dorms) +"or" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/crew_quarters/dorms) +"oy" = ( +/obj/structure/flora/tree/jungle/style_3, +/turf/open/floor/grass, +/area/station/asteroid) +"oN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"oP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"pi" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"pB" = ( +/turf/closed/wall, +/area/station/hallway/primary/tram/center) +"qf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"qr" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/crew_quarters/dorms) +"rO" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"sk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"uz" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"uB" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"vg" = ( +/obj/structure/flora/tree/jungle/style_5, +/turf/open/floor/grass, +/area/station/asteroid) +"vo" = ( +/obj/modular_map_root/tramstation{ + key = "dormmedupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"vp" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/vending_restock, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"vF" = ( +/obj/modular_map_root/tramstation{ + key = "dormmedupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"wq" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"ym" = ( +/turf/template_noop, +/area/template_noop) +"zk" = ( +/obj/machinery/light/small/directional/north, +/turf/open/floor/grass, +/area/station/asteroid) +"AG" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"BU" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Cp" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Cz" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/asteroid) +"CI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"CL" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/conveyor{ + id = "engineeringchute" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Db" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Eh" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/crew_quarters/dorms) +"Eq" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"EW" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"FT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"GE" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"GW" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"GX" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"Iz" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Kk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"Kx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"KO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"LO" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/loading_area, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + location = "Engineering"; + name = "navigation beacon (Engineering Delivery)" + }, +/obj/machinery/conveyor{ + id = "engineeringchute" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"Mq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"Ms" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/grass, +/area/station/asteroid) +"NE" = ( +/mob/living/basic/butterfly, +/turf/open/floor/grass, +/area/station/asteroid) +"NX" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/asteroid) +"Py" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"PJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Qr" = ( +/turf/closed/wall/rust, +/area/station/maintenance/department/crew_quarters/dorms) +"Qt" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/mob/living/basic/butterfly, +/turf/open/floor/grass, +/area/station/asteroid) +"SV" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Tn" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/medical/minor_healing, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Uy" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"VM" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"VU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/blobstart, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/crew_quarters/dorms) +"Wh" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Wi" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"WW" = ( +/obj/machinery/door/airlock/public/glass{ + name = "External Access" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/iron, +/area/station/commons/fitness/recreation) +"Xm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/openspace, +/area/station/maintenance/department/crew_quarters/dorms) +"XJ" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"XV" = ( +/obj/item/stack/ore/glass, +/obj/item/relic, +/turf/open/misc/asteroid/dug, +/area/station/maintenance/department/crew_quarters/dorms) +"ZJ" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/open/floor/grass, +/area/station/asteroid) + +(1,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +uB +Db +GW +or +gd +or +EW +KO +GW +GW +GW +GW +GW +GW +ym +ym +"} +(2,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +lr +cm +cm +Uy +EW +qr +mJ +Eq +GW +GW +cs +cs +cs +cs +ym +ym +ym +"} +(3,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(4,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +qf +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(5,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +Py +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +Wh +ym +ym +ym +"} +(6,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +Db +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(7,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +Kx +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +Wh +ym +ym +ym +"} +(8,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(9,1,1) = {" +AG +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(10,1,1) = {" +ci +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +vo +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(11,1,1) = {" +ci +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(12,1,1) = {" +AG +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(13,1,1) = {" +GE +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(14,1,1) = {" +rO +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(15,1,1) = {" +AG +Ms +rO +ym +ym +ym +ym +ym +ym +ym +ym +ku +GW +GW +GW +GW +GW +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(16,1,1) = {" +rO +gm +AG +ym +ym +ym +ym +ym +ym +ym +ym +fr +fr +fr +fr +VU +fr +fr +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(17,1,1) = {" +Cp +Ms +Qt +ym +ym +ym +Wi +Kk +ym +ym +ym +GW +GW +Tn +vp +PJ +PJ +XJ +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(18,1,1) = {" +GE +Ms +Cp +rO +ym +ht +WW +WW +ht +ym +cs +cs +GW +kx +kx +kx +kx +CI +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(19,1,1) = {" +AG +Ms +GE +vg +ci +rO +rO +rO +rO +Cp +BU +AG +GW +Iz +kx +kx +kx +CI +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(20,1,1) = {" +ci +Ms +Cz +pB +zk +AG +AG +AG +rO +AG +AG +AG +GW +Mq +sk +sk +sk +Xm +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(21,1,1) = {" +ci +fh +GE +rO +rO +BU +BU +AG +rO +NE +rO +rO +GW +pi +kx +kx +kx +CI +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(22,1,1) = {" +Cp +fh +rO +ci +rO +rO +rO +ci +rO +AG +rO +ca +GW +kx +kx +kx +kx +CI +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(23,1,1) = {" +Cp +Ms +AG +rO +AG +rO +rO +rO +AG +AG +BU +NX +GW +GW +GW +GW +GW +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(24,1,1) = {" +ci +Ms +rO +rO +rO +AG +AG +rO +rO +rO +AG +AG +AG +rO +rO +wq +iW +uz +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(25,1,1) = {" +GE +Ms +rO +rO +ZJ +gS +fQ +rO +rO +rO +oy +AG +AG +rO +ca +GW +GW +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(26,1,1) = {" +Cp +Ms +AG +rO +cs +cs +jc +ym +ym +cs +ci +rO +rO +Cp +rO +cs +cs +GW +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(27,1,1) = {" +Cp +Ms +cs +rO +cs +cs +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +GW +cm +vF +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(28,1,1) = {" +rO +jc +cs +cs +cs +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +FT +cm +GW +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(29,1,1) = {" +rO +cs +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +oP +cm +GW +Eh +GW +Qr +cs +cs +cs +cs +cs +cs +cs +ym +ym +ym +"} +(30,1,1) = {" +cs +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +oN +cm +SV +Db +Db +EW +kz +Eh +qr +qr +qr +qr +qr +ym +ym +ym +"} +(31,1,1) = {" +cs +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cm +GW +GW +VM +EW +EW +EW +dI +or +qr +or +Eh +Qr +GW +ym +"} +(32,1,1) = {" +cs +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cm +ym +ym +ym +ym +ym +XV +or +or +CL +LO +kx +GX +GW +ym +"} +(33,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cm +ym +ym +ym +ym +ym +qr +qr +Qr +qr +Eh +Qr +Eh +GW +ym +"} +(34,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cm +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +gn +cs +cs +ym +"} +(35,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cm +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +cs +ym +"} +(36,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cm +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +cs +ym +"} +(37,1,1) = {" +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +ym +cs +cs +cs +cs +cs +ym +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_1.dmm new file mode 100644 index 0000000000000..9d8fb07fb22b7 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_1.dmm @@ -0,0 +1,106 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"l" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/south, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"r" = ( +/turf/template_noop, +/area/template_noop) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"L" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/south, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/six, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +a +a +L +v +g +"} +(2,1,1) = {" +a +a +L +K +X +"} +(3,1,1) = {" +a +a +L +l +g +"} +(4,1,1) = {" +a +a +L +P +g +"} +(5,1,1) = {" +a +a +L +O +g +"} +(6,1,1) = {" +a +a +L +K +g +"} +(7,1,1) = {" +r +r +L +g +g +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_2.dmm new file mode 100644 index 0000000000000..02c78e1bca10d --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_2.dmm @@ -0,0 +1,146 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"c" = ( +/obj/structure/easel, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas/twentythree_twentythree, +/obj/item/canvas, +/obj/item/canvas, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"r" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/structure/table, +/obj/item/camera, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"B" = ( +/obj/structure/rack, +/obj/item/stack/pipe_cleaner_coil/random, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/stack/pipe_cleaner_coil/random{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/crayon/spraycan, +/obj/item/toy/crayon/spraycan{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"N" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard{ + amount = 25 + }, +/obj/item/chisel{ + pixel_y = 3; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"P" = ( +/obj/structure/rack, +/obj/item/storage/crayons, +/obj/item/storage/crayons{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"R" = ( +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera_film{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/camera_film{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"X" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Art Storage Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Z" = ( +/obj/structure/rack, +/obj/item/rcl/pre_loaded, +/obj/item/rcl/pre_loaded{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +B +a +a +a +r +"} +(2,1,1) = {" +N +a +a +a +X +"} +(3,1,1) = {" +c +a +a +a +r +"} +(4,1,1) = {" +c +a +a +a +r +"} +(5,1,1) = {" +Z +a +a +R +r +"} +(6,1,1) = {" +P +a +a +x +r +"} +(7,1,1) = {" +r +r +r +r +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_3.dmm new file mode 100644 index 0000000000000..f9e1616e678e8 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_a_3.dmm @@ -0,0 +1,167 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"h" = ( +/obj/structure/rack, +/obj/structure/window/spawner/directional/east, +/obj/item/book/bible{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/book/bible, +/obj/item/book/bible{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/window/spawner/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"o" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/chaplainsuit/bishoprobe, +/obj/item/clothing/suit/chaplainsuit/clownpriest, +/obj/item/clothing/suit/chaplainsuit/holidaypriest, +/obj/item/clothing/suit/hooded/chaplain_hoodie, +/obj/item/clothing/suit/chaplainsuit/shrinehand, +/obj/item/clothing/suit/chaplainsuit/nun, +/obj/item/clothing/suit/chaplainsuit/monkrobeeast, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"r" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/structure/rack, +/obj/structure/window/spawner/directional/east, +/obj/item/storage/dice, +/obj/item/storage/dice{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/effect/spawner/random/entertainment/deck, +/obj/structure/window/spawner/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"u" = ( +/obj/structure/rack, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/door/window/right/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"N" = ( +/obj/structure/rack, +/obj/item/camera_film, +/obj/item/camera_film{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/camera{ + pixel_y = -2; + pixel_x = -7 + }, +/obj/machinery/door/window/left/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"O" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/tape{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/tape{ + pixel_x = -3; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"P" = ( +/obj/structure/rack, +/obj/structure/window/spawner/directional/west, +/obj/item/storage/crayons, +/obj/structure/window/spawner/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"W" = ( +/obj/structure/rack, +/obj/structure/window/spawner/directional/west, +/obj/item/modular_computer/laptop/preset/civilian{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/modular_computer/laptop/preset/civilian, +/obj/structure/window/spawner/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"X" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Public Services Storage Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +W +a +a +O +r +"} +(2,1,1) = {" +N +a +a +a +X +"} +(3,1,1) = {" +s +a +a +a +r +"} +(4,1,1) = {" +P +a +a +a +r +"} +(5,1,1) = {" +u +a +a +a +r +"} +(6,1,1) = {" +h +a +a +o +r +"} +(7,1,1) = {" +r +r +r +r +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_1.dmm new file mode 100644 index 0000000000000..85ce6b65d5671 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_1.dmm @@ -0,0 +1,217 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"d" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"j" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"C" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"E" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/medical/minor_healing, +/obj/effect/spawner/random/engineering/vending_restock, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/contraband/cannabis, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Q" = ( +/obj/structure/closet/cardboard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/costume, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/stool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"W" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +d +d +d +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +N +Q +d +a +a +a +a +a +a +a +a +"} +(3,1,1) = {" +N +C +d +a +a +a +a +a +a +a +a +"} +(4,1,1) = {" +N +j +d +a +a +a +a +a +a +a +a +"} +(5,1,1) = {" +N +r +d +a +a +a +a +a +a +a +a +"} +(6,1,1) = {" +N +L +d +a +a +a +a +a +a +a +a +"} +(7,1,1) = {" +x +R +d +a +a +a +a +a +a +a +a +"} +(8,1,1) = {" +N +j +d +a +a +a +a +a +a +a +a +"} +(9,1,1) = {" +o +W +d +a +a +a +a +a +a +a +a +"} +(10,1,1) = {" +N +E +d +a +a +a +a +a +a +a +a +"} +(11,1,1) = {" +d +d +d +a +a +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_2.dmm new file mode 100644 index 0000000000000..127907fc5a203 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_2.dmm @@ -0,0 +1,253 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"d" = ( +/obj/item/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"g" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"l" = ( +/obj/structure/mop_bucket, +/obj/item/mop, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"o" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"s" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"t" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"u" = ( +/obj/structure/sink/directional/east, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = -9; + pixel_y = -17 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/mirror/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"B" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"E" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"J" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"N" = ( +/turf/template_noop, +/area/template_noop) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"S" = ( +/obj/structure/table, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/effect/spawner/random/bureaucracy/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"T" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"Y" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +N +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +N +a +a +a +a +a +a +a +a +a +a +"} +(3,1,1) = {" +N +B +B +B +B +B +B +B +B +B +a +"} +(4,1,1) = {" +N +x +x +G +x +x +B +u +l +B +a +"} +(5,1,1) = {" +N +d +Q +x +x +x +g +x +v +B +a +"} +(6,1,1) = {" +N +S +T +Y +x +x +B +B +B +B +a +"} +(7,1,1) = {" +N +t +t +B +g +B +B +a +a +a +a +"} +(8,1,1) = {" +N +x +x +x +x +x +B +a +a +a +a +"} +(9,1,1) = {" +o +x +x +x +x +x +B +a +a +a +a +"} +(10,1,1) = {" +N +J +x +x +s +E +B +a +a +a +a +"} +(11,1,1) = {" +N +N +N +N +B +B +B +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_3.dmm new file mode 100644 index 0000000000000..8dcce8fec6823 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/dormmedupper_attachment_b_3.dmm @@ -0,0 +1,284 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/plating, +/area/station/asteroid) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"e" = ( +/obj/item/pickaxe/rusted, +/turf/open/misc/asteroid, +/area/station/asteroid) +"f" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/bonfire, +/turf/open/floor/plating, +/area/station/asteroid) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"k" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"p" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/misc/asteroid, +/area/station/asteroid) +"q" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"r" = ( +/obj/structure/rack, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/effect/spawner/random/food_or_drink/cups, +/obj/effect/spawner/random/entertainment/lighter, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/misc/asteroid, +/area/station/asteroid) +"s" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/station/maintenance/department/crew_quarters/dorms) +"t" = ( +/obj/structure/closet/crate/wooden, +/obj/item/stack/sheet/mineral/wood{ + amount = 10 + }, +/obj/item/hatchet/wooden, +/turf/open/misc/asteroid, +/area/station/asteroid) +"v" = ( +/obj/effect/turf_decal/sand, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"w" = ( +/obj/structure/closet/mini_fridge/grimy, +/turf/open/misc/asteroid, +/area/station/asteroid) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"z" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/plating, +/area/station/asteroid) +"A" = ( +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"G" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/chair/stool/directional/west, +/obj/effect/spawner/random/food_or_drink/booze, +/turf/open/floor/plating, +/area/station/asteroid) +"H" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/asteroid) +"I" = ( +/obj/effect/spawner/random/food_or_drink/booze, +/obj/machinery/light/small/directional/north, +/turf/open/misc/asteroid, +/area/station/asteroid) +"J" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/six, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) +"N" = ( +/turf/template_noop, +/area/template_noop) +"S" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"U" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/station/asteroid) +"V" = ( +/turf/closed/wall/rock/porous, +/area/station/asteroid) +"X" = ( +/turf/closed/wall, +/area/station/maintenance/department/crew_quarters/dorms) +"Z" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/crew_quarters/dorms) + +(1,1,1) = {" +N +a +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +N +a +a +a +q +q +q +a +a +a +a +"} +(3,1,1) = {" +N +a +a +q +q +k +q +q +a +a +a +"} +(4,1,1) = {" +N +a +H +q +J +a +e +q +q +q +a +"} +(5,1,1) = {" +N +a +S +q +a +a +a +V +q +J +a +"} +(6,1,1) = {" +N +X +s +X +X +a +w +p +q +q +a +"} +(7,1,1) = {" +N +Z +v +i +X +q +U +b +q +q +a +"} +(8,1,1) = {" +N +i +i +i +X +I +z +f +S +q +V +"} +(9,1,1) = {" +o +i +i +i +X +A +U +G +q +q +a +"} +(10,1,1) = {" +N +y +d +M +X +a +t +r +q +q +a +"} +(11,1,1) = {" +N +N +N +N +X +a +a +V +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/map legend.txt b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/map legend.txt new file mode 100644 index 0000000000000..d85b5692b59d1 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/map legend.txt @@ -0,0 +1,191 @@ +[rooms.arrivalsecupper] +modules = ["arrivalsecupper_1.dmm", "arrivalsecupper_2.dmm", "arrivalsecupper_3.dmm"] +# 1. Small S connection that connects Arrivals, EVA and Security. Has a simple side room with misc maintenance gear. +# 2. Small S connection that connects Arrivals, EVA and Security. Has a large viewing window into space with a table seat. +# 3. Small S connection that connects Arrivals, EVA and Security. Has a side room with degraded security equipment and a dug out section. + +[rooms.arrivallibraryupper] +modules = ["arrivallibraryupper_1.dmm", "arrivallibraryupper_2.dmm", "arrivallibraryupper_3.dmm"] +# 1. Curved connection between public garden and Library. Has side room with shutter access that can block direct access. +# 2. Curved connection between public garden and Library. Has simple side room with air container spawns. +# 3. Curved connection between public garden and Library. Has window facing into space and lower EVA airlock access. + +[rooms.medsciupper] +modules = ["medsciupper_1.dmm", "medsciupper_2.dmm", "medsciupper_3.dmm"] +# 1. U#bend connection between Medical and Science. Nothing special. +# 2. U#bend connection between Medical and Science. Has extended flora area with window view from maintenance hall. +# 3. U#bend connection between Medical and Science. Extended side platform near floor overhang and window view has shattered windows. + +[rooms.medsciupper_attachment_a] +modules = ["medsciupper_attachment_a_1.dmm", "medsciupper_attachment_a_2.dmm", "medsciupper_attachment_a_3.dmm"] +# 1. Robotics storage room. +# 2. Maintenance containment room with a basic shield setup. +# 3. Target practice/test firing range. + +[rooms.medsciupper_attachment_b] +modules = ["medsciupper_attachment_b_1.dmm", "medsciupper_attachment_b_2.dmm", "medsciupper_attachment_b_3.dmm"] +# 1. Extra morgue storage + funny skeleton. +# 2. Surgery storage with meme organs/basic meds. +# 3. W#why is the door bolted? + +[rooms.barcargoupper] +modules = ["barcargoupper_1.dmm", "barcargoupper_2.dmm", "barcargoupper_3.dmm"] +# 1. Straight way between Bar and Cargo. Extended overhang to view bottom maintenance hall with window view into flora area. +# 2. Straight way interrupted by small U#bend connection between Bar and Cargo. Has window view into flora area +# 3. Straight way between Bar and Cargo. Ladder access has additional bridge to a windowed maintenance room with various misc loot. + +[rooms.barcargoupper_cave] +modules = ["barcargoupper_cave_1.dmm", "barcargoupper_cave_2.dmm", "barcargoupper_cave_3.dmm"] +# 1. Dug out cave with blocked off ore refinery at end. Assortment of random mining tools. +# 2. Dug out cave with a scanner/mining tools and bone tongue/trombone at the end. Doot. +# 3. Dug out cave with a blocked off ore refinery at the start. Scattered mining tools, leads to a random relic spawn. + +[rooms.barcargoupper_attachment_a] +modules = ["barcargoupper_attachment_a_1.dmm", "barcargoupper_attachment_a_2.dmm", "barcargoupper_attachment_a_3.dmm"] +# 1. Theatre storage with extra costumes/vending restock. +# 2. Kitchen storage with basic kitchen items and vending restock. +# 3. Bar storage with spare keg/vending restock/random booze spawn. + +[rooms.barcargoupper_attachment_b] +modules = ["barcargoupper_attachment_b_1.dmm", "barcargoupper_attachment_b_2.dmm", "barcargoupper_attachment_b_3.dmm"] +# 1. Random crate storage. +# 2. Mining gear storage with 2 spare vouchers. +# 3. Relic tinkering room with random artifact and secret chem recipe paper. + +[rooms.secbarupper] +modules = ["secbarupper_1.dmm", "secbarupper_2.dmm", "secbarupper_3.dmm"] +# 1. Zagged path between Security and Bar. Has multiple overhangs to view lower floor. Has water closet. +# 2. Zagged path between Security and Bar. Mulebot path is finished fully (no cave spawn). +# 3. Zagged path between Security and Bar. Flora area is expanded with small park area. + +[rooms.secbarupper_attachment_a] +modules = ["secbarupper_attachment_a_1.dmm", "secbarupper_attachment_a_2.dmm", "secbarupper_attachment_a_3.dmm"] +# 1. Random assortment of paperwork#related items (fax, briefcases, folders, ect). Spawns secret chem paper. +# 2. Security storage with 2 spare secways and a set of degraded armor. +# 3. Generic side room with assorted trash and hidden hobo hideout. + +[rooms.secbarupper_attachment_b] +modules = ["secbarupper_attachment_b_1.dmm", "secbarupper_attachment_b_2.dmm", "secbarupper_attachment_b_3.dmm"] +# 1. Generic storage room with maintenance crates behind doors. +# 2. Generic storage room with a relic spawner and hidden gambling table. +# 3. Segmented side rooms with random weed spawn and maintenance loot. + +[rooms.secbarupper_cave] +modules = ["secbarupper_cave_1.dmm", "secbarupper_cave_2.dmm", "secbarupper_cave_3.dmm"] +# 1. Dug out hole with a relic spawn in the middle. +# 2. Dug out spiral with a lot of sand. It gets everywhere. Stack of 5 silver and 5 gold ore. +# 3. Unfinished maintenance room exposed to asteroid. Has basic construction tools and machine frames. + +[rooms.dormmedupper] +modules = ["dormmedupper_1.dmm", "dormmedupper_2.dmm", "dormmedupper_3.dmm"] +# 1. Straight way between Dorms and Medical. Has a windowed side room with some gambling items. Has external hatch to flora area above. +# 2. Straight way between Dorms and Medical. Mulebot routes are finished and flora area has additional window in recreational area to view from. +# 3. Straight way between Dorms and Medical. Flora area has small park area with public access from the holodeck control room. + +[rooms.dormmedupper_attachment_a] +modules = ["dormmedupper_attachment_a_1.dmm", "dormmedupper_attachment_a_2.dmm", "dormmedupper_attachment_a_3.dmm"] +# 1. Side attachment to maintenance hall with misc maintenance loot. +# 2. Art storage with extra various crayons/spraycans/canvas portraits. +# 3. Library/Chapel storage with extra misc job items for both departments. + +[rooms.dormmedupper_attachment_b] +modules = ["dormmedupper_attachment_b_1.dmm", "dormmedupper_attachment_b_2.dmm", "dormmedupper_attachment_b_3.dmm"] +# 1. Side attachment to maintenance hall with misc maintenance loot and drugs. +# 2. Segmented rooms with custodial closet. Misc maintenance loot. +# 3. Generic side room with hidden dug out room with booze for the boys. + +[rooms.secservicelower] +modules = ["secservicelower_1.dmm", "secservicelower_1.dmm", "secservicelower_1.dmm"] +# 1. C#shaped connection between most#left tram tunnel, Service and backdoor Prison access. Has a space bridge spanning a large space hole in asteroid with EVA access. +# 2. C#shaped connection between most#left tram tunnel, Service and backdoor Prison access. Cave tunnel segment connects the three main points with a scattering of mining tools. +# 3. Zagged connection between most#left tram tunnel, Service and backdoor Prison access. WIndows view into natural cave segment of asteroid mostly untouched. + +[rooms.secservicelower_attachment_a] +modules = ["secservicelower_attachment_a_1.dmm", "secservicelower_attachment_a_2.dmm", "secservicelower_attachment_a_3.dmm"] +# 1. Side attachment to maintenance hall with gambling table and misc drug/gambling loot. +# 2. Side security room with tucked away interrogation room. +# 3. Side maintenance room with custodial closet and misc maintenance loot. + +[rooms.secservicelower_attachment_b] +modules = ["secservicelower_attachment_b_1.dmm", "secservicelower_attachment_b_2.dmm", "secservicelower_attachment_b_3.dmm"] +# 1. Side attachment to maintenance hall with misc maintenance loot. +# 2. Generic side room with costume/booze spawners. +# 3. Segmented rooms with various misc maintenance loot. + +[rooms.secservicelower_attachment_c] +modules = ["secservicelower_attachment_c_1.dmm", "secservicelower_attachment_c_2.dmm", "secservicelower_attachment_c_3.dmm"] +# 1. Windowed maintenance room with tank/atmos machinery spawner. Misc maintenance loot. +# 2. Various segmented rooms connected by a small main hall with a blast door toggle. +# 3. Small external access room with a mining gear closet leading to a dug out area with a mining scanner. + +[rooms.servicecargolower] +modules = ["servicecargolower_1.dmm", "servicecargolower_1.dmm", "servicecargolower_1.dmm"] +# 1. Straight connection between Service and Cargo with Solar access. Has a small custodial closet. +# 2. Straight connection between Service and Cargo with Solar access. Has expanded sides with blast door toggles and a windowed side room. +# 3. Straight connection between Service and Cargo with Solar access. Nothing special. + +[rooms.servicecargolower_attachment_a] +modules = ["servicecargolower_attachment_a_1.dmm", "servicecargolower_attachment_a_1.dmm", "servicecargolower_attachment_a_1.dmm"] +# 1. Segmented side rooms connected by a small main hall. Has a gambling den with various gambling items and cash. +# 2. Side attachment to maintenance hall with a windowed view into a space hole. Has a side room with 3 atmos machinery spawners. +# 3. Segmented side rooms with a hidden dug#out area. + +[rooms.servicecargolower_attachment_b] +modules = ["servicecargolower_attachment_b_1.dmm", "servicecargolower_attachment_b_1.dmm", "servicecargolower_attachment_b_1.dmm"] +# 1. Side attachment to maintenance hall with various costume/wardrome closet spawner. Has a steam vent. +# 2. Maintenance room layout set up for a seedy shop, comes with various maintenance loot and small cash spawn. +# 3. Exposed dug#out section with a random relic spawn. + +[rooms.cargoscilower] +modules = ["cargoscilower_1.dmm", "cargoscilower_1.dmm", "cargoscilower_1.dmm"] +# 1. Zagged connection between Cargo, most#right tram tunnel and Science. Has a decommissioned pod bay with spare tools and a bit of titanium. +# 2. Zagged connection between Cargo, most#right tram tunnel and Science. Has a boarded off pod airlock with 2 side windows into space. +# 3. Zagged connection between Cargo, most#right tram tunnel and Science. Has an abandoned assembly line with a single maintenance fabricator and misc materials. + +[rooms.cargoscilower_attachment_a] +modules = ["cargoscilower_attachment_a_1.dmm", "cargoscilower_attachment_a_1.dmm", "cargoscilower_attachment_a_1.dmm"] +# 1. Side room with random maintenance loot and a hidden side room full of potted plants. Lots of potted plants. +# 2. Side extension to the main hallway with misc gear and a hidden dugout with a relic spawn. +# 3. Side room with a window view into hallway. Has misc gear and a cell recharger with a few spare empty basic cells. + +[rooms.cargoscilower_attachment_b] +modules = ["cargoscilower_attachment_b_1.dmm", "cargoscilower_attachment_b_1.dmm", "cargoscilower_attachment_b_1.dmm"] +# 1. Side extension to main hallway with misc gear behind a grille with glass. +# 2. Hidden side room with a hobo setup and camera console. Big bean lover. +# 3. Side room with various custodial gear for cleaning dirty maintenance. + +[rooms.atmosscilower] +modules = ["atmosscilower_1.dmm", "atmosscilower_2.dmm", "atmosscilower_3.dmm"] +# 1. Fairly straight connection between Atmospherics and Research, connects with cargoscilower. Has a side room with windows +# 2. Fairly straight connection between Atmospherics and Research, connects with cargoscilower. Mid#section has been changed to be a dug out unfinished maintenance tunnel with 2 airlocks blocked by a engineering holosign. +# 3. Fairly straight connection between Atmospherics and Research, connects with cargoscilower. Has a larger mid section with a custodial closet and mixer for air canisters. + +[rooms.atmosscilower_attachment_a] +modules = ["atmosscilower_attachment_a_1.dmm", "atmosscilower_attachment_a_2.dmm", "atmosscilower_attachment_a_3.dmm"] +# 1. Bolted side room with the hobo remains of a man who got locked in the room during construction. Lots of misc maintenance gear. +# 2. Long side room with locked rooms behind shutters. Stores various maintenance loot. +# 3. Long open side room full of large shipping containers left behind from station construction. Has 2 pairs of H.A.U.L gauntlets and a super basic ripley. + +[rooms.atmosscilower_attachment_b] +modules = ["atmosscilower_attachment_b_1.dmm", "atmosscilower_attachment_b_2.dmm", "atmosscilower_attachment_b_3.dmm"] +# 1. Basic side room with a hidden hobo dugout. +# 2. Side extension to hallway with a table and misc maintenance gear. Has a nice cigar and zippo lighter on the table. +# 3. Side room with misc maintenance gear. Has additional gear behind some girders and glass/grille blockage with atmos machinery. + +[rooms.dormenginelower] +modules = ["dormenginelower_1.dmm", "dormenginelower_2.dmm", "dormenginelower_3.dmm"] +# 1. Curved connection between the Dorms, Engineering and Engineering public hall. Has a section with closable privacy shutters and an abandoned path into the middle tunnel section. +# 2. Curved connection between the Dorms, Engineering and Engineering public hall. The tunnel beside the Dorms has been breached and spaced with each sides blocked by holobarriers. +# 3. Curved connection between the Dorms, Engineering and Engineering public hall. The tunnel beside the Dorms is a glass bridge with a view into space and blast doors if bridge is breached. Has an offshoot maintenance tunnel that leads into Dorms. + +[rooms.dormenginelower_attachment_a] +modules = ["dormenginelower_attachment_a_1.dmm", "dormenginelower_attachment_a_2.dmm", "dormenginelower_attachment_a_3.dmm"] +# 1. Side extension with both a filter and mixer setup for canisters. Has 4 spare empty canisters. +# 2. Maintenance room with gym storage items. Includes extra equipment for both boxing and lasertag. +# 3. Maintenance room with clothing storage. Has mannequins and several costume spawns. + +[rooms.dormenginelower_attachment_b] +modules = ["dormenginelower_attachment_b_1.dmm", "dormenginelower_attachment_b_2.dmm", "dormenginelower_attachment_b_3.dmm"] +# 1. Extra secure storage for Engineering with a filled pac#man and some extra shield generators/meteor shields. +# 2. Side extension with bits of maintenance loot/atmos machinery. Has 2 extra random reagent tanks. +# 3. Side room with 4 loot closets with random maintenance loot. diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/map_legend.txt b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/map_legend.txt new file mode 100644 index 0000000000000..d85b5692b59d1 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/map_legend.txt @@ -0,0 +1,191 @@ +[rooms.arrivalsecupper] +modules = ["arrivalsecupper_1.dmm", "arrivalsecupper_2.dmm", "arrivalsecupper_3.dmm"] +# 1. Small S connection that connects Arrivals, EVA and Security. Has a simple side room with misc maintenance gear. +# 2. Small S connection that connects Arrivals, EVA and Security. Has a large viewing window into space with a table seat. +# 3. Small S connection that connects Arrivals, EVA and Security. Has a side room with degraded security equipment and a dug out section. + +[rooms.arrivallibraryupper] +modules = ["arrivallibraryupper_1.dmm", "arrivallibraryupper_2.dmm", "arrivallibraryupper_3.dmm"] +# 1. Curved connection between public garden and Library. Has side room with shutter access that can block direct access. +# 2. Curved connection between public garden and Library. Has simple side room with air container spawns. +# 3. Curved connection between public garden and Library. Has window facing into space and lower EVA airlock access. + +[rooms.medsciupper] +modules = ["medsciupper_1.dmm", "medsciupper_2.dmm", "medsciupper_3.dmm"] +# 1. U#bend connection between Medical and Science. Nothing special. +# 2. U#bend connection between Medical and Science. Has extended flora area with window view from maintenance hall. +# 3. U#bend connection between Medical and Science. Extended side platform near floor overhang and window view has shattered windows. + +[rooms.medsciupper_attachment_a] +modules = ["medsciupper_attachment_a_1.dmm", "medsciupper_attachment_a_2.dmm", "medsciupper_attachment_a_3.dmm"] +# 1. Robotics storage room. +# 2. Maintenance containment room with a basic shield setup. +# 3. Target practice/test firing range. + +[rooms.medsciupper_attachment_b] +modules = ["medsciupper_attachment_b_1.dmm", "medsciupper_attachment_b_2.dmm", "medsciupper_attachment_b_3.dmm"] +# 1. Extra morgue storage + funny skeleton. +# 2. Surgery storage with meme organs/basic meds. +# 3. W#why is the door bolted? + +[rooms.barcargoupper] +modules = ["barcargoupper_1.dmm", "barcargoupper_2.dmm", "barcargoupper_3.dmm"] +# 1. Straight way between Bar and Cargo. Extended overhang to view bottom maintenance hall with window view into flora area. +# 2. Straight way interrupted by small U#bend connection between Bar and Cargo. Has window view into flora area +# 3. Straight way between Bar and Cargo. Ladder access has additional bridge to a windowed maintenance room with various misc loot. + +[rooms.barcargoupper_cave] +modules = ["barcargoupper_cave_1.dmm", "barcargoupper_cave_2.dmm", "barcargoupper_cave_3.dmm"] +# 1. Dug out cave with blocked off ore refinery at end. Assortment of random mining tools. +# 2. Dug out cave with a scanner/mining tools and bone tongue/trombone at the end. Doot. +# 3. Dug out cave with a blocked off ore refinery at the start. Scattered mining tools, leads to a random relic spawn. + +[rooms.barcargoupper_attachment_a] +modules = ["barcargoupper_attachment_a_1.dmm", "barcargoupper_attachment_a_2.dmm", "barcargoupper_attachment_a_3.dmm"] +# 1. Theatre storage with extra costumes/vending restock. +# 2. Kitchen storage with basic kitchen items and vending restock. +# 3. Bar storage with spare keg/vending restock/random booze spawn. + +[rooms.barcargoupper_attachment_b] +modules = ["barcargoupper_attachment_b_1.dmm", "barcargoupper_attachment_b_2.dmm", "barcargoupper_attachment_b_3.dmm"] +# 1. Random crate storage. +# 2. Mining gear storage with 2 spare vouchers. +# 3. Relic tinkering room with random artifact and secret chem recipe paper. + +[rooms.secbarupper] +modules = ["secbarupper_1.dmm", "secbarupper_2.dmm", "secbarupper_3.dmm"] +# 1. Zagged path between Security and Bar. Has multiple overhangs to view lower floor. Has water closet. +# 2. Zagged path between Security and Bar. Mulebot path is finished fully (no cave spawn). +# 3. Zagged path between Security and Bar. Flora area is expanded with small park area. + +[rooms.secbarupper_attachment_a] +modules = ["secbarupper_attachment_a_1.dmm", "secbarupper_attachment_a_2.dmm", "secbarupper_attachment_a_3.dmm"] +# 1. Random assortment of paperwork#related items (fax, briefcases, folders, ect). Spawns secret chem paper. +# 2. Security storage with 2 spare secways and a set of degraded armor. +# 3. Generic side room with assorted trash and hidden hobo hideout. + +[rooms.secbarupper_attachment_b] +modules = ["secbarupper_attachment_b_1.dmm", "secbarupper_attachment_b_2.dmm", "secbarupper_attachment_b_3.dmm"] +# 1. Generic storage room with maintenance crates behind doors. +# 2. Generic storage room with a relic spawner and hidden gambling table. +# 3. Segmented side rooms with random weed spawn and maintenance loot. + +[rooms.secbarupper_cave] +modules = ["secbarupper_cave_1.dmm", "secbarupper_cave_2.dmm", "secbarupper_cave_3.dmm"] +# 1. Dug out hole with a relic spawn in the middle. +# 2. Dug out spiral with a lot of sand. It gets everywhere. Stack of 5 silver and 5 gold ore. +# 3. Unfinished maintenance room exposed to asteroid. Has basic construction tools and machine frames. + +[rooms.dormmedupper] +modules = ["dormmedupper_1.dmm", "dormmedupper_2.dmm", "dormmedupper_3.dmm"] +# 1. Straight way between Dorms and Medical. Has a windowed side room with some gambling items. Has external hatch to flora area above. +# 2. Straight way between Dorms and Medical. Mulebot routes are finished and flora area has additional window in recreational area to view from. +# 3. Straight way between Dorms and Medical. Flora area has small park area with public access from the holodeck control room. + +[rooms.dormmedupper_attachment_a] +modules = ["dormmedupper_attachment_a_1.dmm", "dormmedupper_attachment_a_2.dmm", "dormmedupper_attachment_a_3.dmm"] +# 1. Side attachment to maintenance hall with misc maintenance loot. +# 2. Art storage with extra various crayons/spraycans/canvas portraits. +# 3. Library/Chapel storage with extra misc job items for both departments. + +[rooms.dormmedupper_attachment_b] +modules = ["dormmedupper_attachment_b_1.dmm", "dormmedupper_attachment_b_2.dmm", "dormmedupper_attachment_b_3.dmm"] +# 1. Side attachment to maintenance hall with misc maintenance loot and drugs. +# 2. Segmented rooms with custodial closet. Misc maintenance loot. +# 3. Generic side room with hidden dug out room with booze for the boys. + +[rooms.secservicelower] +modules = ["secservicelower_1.dmm", "secservicelower_1.dmm", "secservicelower_1.dmm"] +# 1. C#shaped connection between most#left tram tunnel, Service and backdoor Prison access. Has a space bridge spanning a large space hole in asteroid with EVA access. +# 2. C#shaped connection between most#left tram tunnel, Service and backdoor Prison access. Cave tunnel segment connects the three main points with a scattering of mining tools. +# 3. Zagged connection between most#left tram tunnel, Service and backdoor Prison access. WIndows view into natural cave segment of asteroid mostly untouched. + +[rooms.secservicelower_attachment_a] +modules = ["secservicelower_attachment_a_1.dmm", "secservicelower_attachment_a_2.dmm", "secservicelower_attachment_a_3.dmm"] +# 1. Side attachment to maintenance hall with gambling table and misc drug/gambling loot. +# 2. Side security room with tucked away interrogation room. +# 3. Side maintenance room with custodial closet and misc maintenance loot. + +[rooms.secservicelower_attachment_b] +modules = ["secservicelower_attachment_b_1.dmm", "secservicelower_attachment_b_2.dmm", "secservicelower_attachment_b_3.dmm"] +# 1. Side attachment to maintenance hall with misc maintenance loot. +# 2. Generic side room with costume/booze spawners. +# 3. Segmented rooms with various misc maintenance loot. + +[rooms.secservicelower_attachment_c] +modules = ["secservicelower_attachment_c_1.dmm", "secservicelower_attachment_c_2.dmm", "secservicelower_attachment_c_3.dmm"] +# 1. Windowed maintenance room with tank/atmos machinery spawner. Misc maintenance loot. +# 2. Various segmented rooms connected by a small main hall with a blast door toggle. +# 3. Small external access room with a mining gear closet leading to a dug out area with a mining scanner. + +[rooms.servicecargolower] +modules = ["servicecargolower_1.dmm", "servicecargolower_1.dmm", "servicecargolower_1.dmm"] +# 1. Straight connection between Service and Cargo with Solar access. Has a small custodial closet. +# 2. Straight connection between Service and Cargo with Solar access. Has expanded sides with blast door toggles and a windowed side room. +# 3. Straight connection between Service and Cargo with Solar access. Nothing special. + +[rooms.servicecargolower_attachment_a] +modules = ["servicecargolower_attachment_a_1.dmm", "servicecargolower_attachment_a_1.dmm", "servicecargolower_attachment_a_1.dmm"] +# 1. Segmented side rooms connected by a small main hall. Has a gambling den with various gambling items and cash. +# 2. Side attachment to maintenance hall with a windowed view into a space hole. Has a side room with 3 atmos machinery spawners. +# 3. Segmented side rooms with a hidden dug#out area. + +[rooms.servicecargolower_attachment_b] +modules = ["servicecargolower_attachment_b_1.dmm", "servicecargolower_attachment_b_1.dmm", "servicecargolower_attachment_b_1.dmm"] +# 1. Side attachment to maintenance hall with various costume/wardrome closet spawner. Has a steam vent. +# 2. Maintenance room layout set up for a seedy shop, comes with various maintenance loot and small cash spawn. +# 3. Exposed dug#out section with a random relic spawn. + +[rooms.cargoscilower] +modules = ["cargoscilower_1.dmm", "cargoscilower_1.dmm", "cargoscilower_1.dmm"] +# 1. Zagged connection between Cargo, most#right tram tunnel and Science. Has a decommissioned pod bay with spare tools and a bit of titanium. +# 2. Zagged connection between Cargo, most#right tram tunnel and Science. Has a boarded off pod airlock with 2 side windows into space. +# 3. Zagged connection between Cargo, most#right tram tunnel and Science. Has an abandoned assembly line with a single maintenance fabricator and misc materials. + +[rooms.cargoscilower_attachment_a] +modules = ["cargoscilower_attachment_a_1.dmm", "cargoscilower_attachment_a_1.dmm", "cargoscilower_attachment_a_1.dmm"] +# 1. Side room with random maintenance loot and a hidden side room full of potted plants. Lots of potted plants. +# 2. Side extension to the main hallway with misc gear and a hidden dugout with a relic spawn. +# 3. Side room with a window view into hallway. Has misc gear and a cell recharger with a few spare empty basic cells. + +[rooms.cargoscilower_attachment_b] +modules = ["cargoscilower_attachment_b_1.dmm", "cargoscilower_attachment_b_1.dmm", "cargoscilower_attachment_b_1.dmm"] +# 1. Side extension to main hallway with misc gear behind a grille with glass. +# 2. Hidden side room with a hobo setup and camera console. Big bean lover. +# 3. Side room with various custodial gear for cleaning dirty maintenance. + +[rooms.atmosscilower] +modules = ["atmosscilower_1.dmm", "atmosscilower_2.dmm", "atmosscilower_3.dmm"] +# 1. Fairly straight connection between Atmospherics and Research, connects with cargoscilower. Has a side room with windows +# 2. Fairly straight connection between Atmospherics and Research, connects with cargoscilower. Mid#section has been changed to be a dug out unfinished maintenance tunnel with 2 airlocks blocked by a engineering holosign. +# 3. Fairly straight connection between Atmospherics and Research, connects with cargoscilower. Has a larger mid section with a custodial closet and mixer for air canisters. + +[rooms.atmosscilower_attachment_a] +modules = ["atmosscilower_attachment_a_1.dmm", "atmosscilower_attachment_a_2.dmm", "atmosscilower_attachment_a_3.dmm"] +# 1. Bolted side room with the hobo remains of a man who got locked in the room during construction. Lots of misc maintenance gear. +# 2. Long side room with locked rooms behind shutters. Stores various maintenance loot. +# 3. Long open side room full of large shipping containers left behind from station construction. Has 2 pairs of H.A.U.L gauntlets and a super basic ripley. + +[rooms.atmosscilower_attachment_b] +modules = ["atmosscilower_attachment_b_1.dmm", "atmosscilower_attachment_b_2.dmm", "atmosscilower_attachment_b_3.dmm"] +# 1. Basic side room with a hidden hobo dugout. +# 2. Side extension to hallway with a table and misc maintenance gear. Has a nice cigar and zippo lighter on the table. +# 3. Side room with misc maintenance gear. Has additional gear behind some girders and glass/grille blockage with atmos machinery. + +[rooms.dormenginelower] +modules = ["dormenginelower_1.dmm", "dormenginelower_2.dmm", "dormenginelower_3.dmm"] +# 1. Curved connection between the Dorms, Engineering and Engineering public hall. Has a section with closable privacy shutters and an abandoned path into the middle tunnel section. +# 2. Curved connection between the Dorms, Engineering and Engineering public hall. The tunnel beside the Dorms has been breached and spaced with each sides blocked by holobarriers. +# 3. Curved connection between the Dorms, Engineering and Engineering public hall. The tunnel beside the Dorms is a glass bridge with a view into space and blast doors if bridge is breached. Has an offshoot maintenance tunnel that leads into Dorms. + +[rooms.dormenginelower_attachment_a] +modules = ["dormenginelower_attachment_a_1.dmm", "dormenginelower_attachment_a_2.dmm", "dormenginelower_attachment_a_3.dmm"] +# 1. Side extension with both a filter and mixer setup for canisters. Has 4 spare empty canisters. +# 2. Maintenance room with gym storage items. Includes extra equipment for both boxing and lasertag. +# 3. Maintenance room with clothing storage. Has mannequins and several costume spawns. + +[rooms.dormenginelower_attachment_b] +modules = ["dormenginelower_attachment_b_1.dmm", "dormenginelower_attachment_b_2.dmm", "dormenginelower_attachment_b_3.dmm"] +# 1. Extra secure storage for Engineering with a filled pac#man and some extra shield generators/meteor shields. +# 2. Side extension with bits of maintenance loot/atmos machinery. Has 2 extra random reagent tanks. +# 3. Side room with 4 loot closets with random maintenance loot. diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_1.dmm new file mode 100644 index 0000000000000..bed44b8895c9a --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_1.dmm @@ -0,0 +1,2171 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"cg" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"di" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"dS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"ex" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"eO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"fd" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"gV" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"hs" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/asteroid) +"hz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"jk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"jx" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"jU" = ( +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"kH" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper_attachment_a"; + name = "medsciupper_attachment_a" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"lm" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"nm" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"nq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/medical/minor_healing, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"nU" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"ok" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"pe" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper_attachment_b"; + name = "medsciupper_attachment_b" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"pf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"qs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing/corner, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"rJ" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"to" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"tQ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"uQ" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical) +"vi" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"vK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Science Maintenance Hatch" + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"we" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"wQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"wR" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"xq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"zj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"zE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"AF" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Eo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Fs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"FF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Gw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"GI" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"GV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Hc" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Ir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"IL" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"KF" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Ll" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"Mi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Os" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/ladder, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"Pr" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"PI" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"QL" = ( +/obj/machinery/door/airlock/grunge{ + name = "Medical Maintenance Access" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/modular_map_connector, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"QU" = ( +/turf/open/openspace, +/area/station/maintenance/department/science) +"Rp" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"RA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"TD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"TT" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"Va" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Ve" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"VH" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science) +"WA" = ( +/turf/open/openspace, +/area/station/maintenance/department/medical) +"XJ" = ( +/turf/template_noop, +/area/template_noop) +"Yc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Yq" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Zs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) + +(1,1,1) = {" +uQ +uQ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(2,1,1) = {" +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(3,1,1) = {" +QL +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(4,1,1) = {" +uQ +we +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(5,1,1) = {" +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(6,1,1) = {" +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(7,1,1) = {" +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(8,1,1) = {" +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(9,1,1) = {" +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +uQ +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(10,1,1) = {" +uQ +Ll +Ll +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +uQ +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(11,1,1) = {" +uQ +uQ +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +uQ +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(12,1,1) = {" +XJ +XJ +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +uQ +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(13,1,1) = {" +XJ +XJ +uQ +Ll +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +uQ +gV +gV +uQ +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(14,1,1) = {" +XJ +XJ +uQ +Ll +uQ +uQ +XJ +XJ +lm +XJ +XJ +XJ +XJ +XJ +uQ +pe +uQ +uQ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(15,1,1) = {" +XJ +XJ +uQ +Ll +Ll +Ll +Ll +Ll +ok +Ve +ok +ok +ok +ok +ok +Va +WA +uQ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(16,1,1) = {" +XJ +XJ +uQ +Ll +nq +di +Ir +uQ +Rp +uQ +uQ +uQ +uQ +uQ +Ll +Va +WA +uQ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(17,1,1) = {" +XJ +XJ +uQ +uQ +uQ +uQ +uQ +uQ +wQ +uQ +gV +gV +gV +uQ +Ll +Va +WA +uQ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(18,1,1) = {" +XJ +XJ +XJ +fd +jx +gV +gV +uQ +IL +uQ +gV +gV +uQ +uQ +Ll +Va +WA +uQ +uQ +uQ +uQ +uQ +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(19,1,1) = {" +XJ +XJ +XJ +Yq +nU +gV +gV +nm +nm +gV +gV +gV +uQ +to +Ll +Va +WA +WA +WA +WA +Pr +uQ +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(20,1,1) = {" +XJ +XJ +XJ +fd +jx +jx +nm +nm +nm +gV +gV +gV +uQ +Gw +Ll +jU +zj +zj +zj +zj +Os +uQ +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(21,1,1) = {" +XJ +XJ +XJ +fd +rJ +hs +jx +nm +nm +gV +gV +gV +uQ +di +hz +KF +WA +WA +WA +WA +tQ +uQ +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(22,1,1) = {" +XJ +XJ +XJ +jx +Hc +Yq +jx +jx +nm +nm +gV +gV +uQ +di +Ll +KF +WA +WA +WA +WA +WA +uQ +uQ +uQ +uQ +uQ +uQ +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(23,1,1) = {" +XJ +XJ +XJ +jx +nU +jx +jx +nm +gV +gV +gV +gV +uQ +Zs +Ll +KF +WA +WA +WA +WA +WA +WA +WA +WA +TT +PI +uQ +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(24,1,1) = {" +XJ +XJ +XJ +wR +nU +nm +gV +gV +gV +gV +gV +gV +uQ +pf +Ll +KF +WA +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +uQ +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(25,1,1) = {" +XJ +XJ +XJ +jx +nm +gV +gV +gV +gV +gV +gV +gV +uQ +uQ +Ll +KF +WA +uQ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(26,1,1) = {" +XJ +XJ +XJ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +uQ +cg +KF +WA +uQ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(27,1,1) = {" +XJ +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +ex +vK +ex +ex +ex +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(28,1,1) = {" +ex +ex +jk +jk +jk +jk +jk +jk +jk +jk +Fs +Fs +Fs +Fs +Fs +Fs +Fs +ex +ex +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(29,1,1) = {" +ex +jk +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +AF +XJ +XJ +jk +jk +jk +Fs +Fs +kH +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(30,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +jk +Fs +ex +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(31,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +Fs +ex +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(32,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +Fs +ex +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(33,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +Fs +ex +ex +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(34,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +GV +GV +ex +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(35,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +jk +jk +eO +ex +ex +ex +ex +ex +ex +ex +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +"} +(36,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +GI +ex +qs +dS +dS +dS +dS +dS +RA +ex +ex +ex +ex +ex +ex +TD +TD +TD +ex +ex +ex +ex +ex +gV +gV +"} +(37,1,1) = {" +ex +jk +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +Yc +ex +Mi +QU +QU +QU +QU +QU +zE +GV +GV +GV +GV +GV +GV +GV +GV +GV +GV +GV +GV +GV +ex +gV +gV +"} +(38,1,1) = {" +ex +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +vi +VH +AF +XJ +XJ +XJ +XJ +ex +ex +xq +FF +aY +Eo +ex +ex +ex +ex +XJ +XJ +XJ +XJ +GV +ex +gV +gV +"} +(39,1,1) = {" +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +gV +ex +ex +ex +ex +ex +ex +gV +gV +gV +XJ +XJ +XJ +XJ +GV +ex +ex +ex +"} +(40,1,1) = {" +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +gV +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +GV +GV +GV +ex +"} +(41,1,1) = {" +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +XJ +gV +gV +gV +gV +gV +gV +gV +gV +gV +XJ +XJ +XJ +XJ +XJ +XJ +XJ +GV +ex +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_2.dmm new file mode 100644 index 0000000000000..9e76b86ee6400 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_2.dmm @@ -0,0 +1,2198 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aB" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"bn" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"cn" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"cp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"cJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"cK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"dT" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"eU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"fc" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"fP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"gw" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper_attachment_a"; + name = "medsciupper_attachment_a" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"hi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"hR" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"kq" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"mu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"mF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"mV" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper_attachment_b"; + name = "medsciupper_attachment_b" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"nm" = ( +/turf/template_noop, +/area/template_noop) +"oJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"qd" = ( +/obj/machinery/door/airlock/grunge{ + name = "Medical Maintenance Access" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/modular_map_connector, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"qL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/decoration/glowstick, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"rR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/science, +/obj/item/taperecorder{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/tape{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/tape{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/scanning_module{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"sZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"tD" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"vr" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"vu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"wO" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"xh" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"xo" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"za" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"zQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Ct" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"CG" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Dl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Do" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science) +"DM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"Es" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"FQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/food_or_drink/booze, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Gb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/science_white, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Go" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"Hj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"Hx" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Io" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"II" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"Kw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"KS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"Ln" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/ladder, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"LS" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Science Maintenance Hatch" + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Mf" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Ol" = ( +/obj/structure/flora/bush/grassy, +/obj/structure/flora/bush/flowers_br/style_3, +/turf/open/floor/grass, +/area/station/asteroid) +"OH" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"Pn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Qx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/trash/candle, +/obj/effect/spawner/random/food_or_drink/dinner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"QR" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Medical Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Sz" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical) +"Ts" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Uc" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Ui" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"UL" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"Vh" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/asteroid) +"Vs" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"WT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"WV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"Xc" = ( +/turf/open/openspace, +/area/station/maintenance/department/medical) +"Yf" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"Yt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"ZB" = ( +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) + +(1,1,1) = {" +Sz +Sz +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(2,1,1) = {" +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(3,1,1) = {" +qd +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(4,1,1) = {" +Sz +za +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(5,1,1) = {" +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(6,1,1) = {" +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(7,1,1) = {" +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(8,1,1) = {" +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(9,1,1) = {" +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Sz +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(10,1,1) = {" +Sz +Kw +Kw +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Sz +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(11,1,1) = {" +Sz +Sz +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Sz +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(12,1,1) = {" +nm +nm +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Sz +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(13,1,1) = {" +nm +nm +Sz +Kw +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Sz +kq +kq +Sz +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(14,1,1) = {" +nm +nm +Sz +Kw +Sz +Sz +nm +nm +CG +nm +nm +nm +nm +nm +Sz +mV +Sz +Sz +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(15,1,1) = {" +nm +nm +Sz +Kw +Kw +Kw +Kw +Kw +hR +hR +hR +hR +hR +hR +hR +xo +Xc +Sz +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(16,1,1) = {" +nm +nm +Sz +Kw +hi +KS +cJ +Sz +Go +Sz +Sz +Sz +Sz +Kw +Kw +xo +Xc +Sz +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(17,1,1) = {" +nm +nm +Sz +Sz +Sz +Sz +Sz +Sz +sZ +Sz +kq +kq +Sz +Sz +Sz +QR +Xc +Sz +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(18,1,1) = {" +nm +nm +nm +cn +tD +kq +kq +Sz +wO +Sz +kq +Vs +Sz +Io +Kw +xo +Xc +Sz +Sz +Sz +Sz +Sz +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(19,1,1) = {" +nm +nm +nm +Ts +Mf +kq +kq +Vs +tD +tD +tD +tD +WT +Kw +Kw +xo +Xc +Xc +Xc +Xc +bn +Sz +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(20,1,1) = {" +nm +nm +nm +cn +tD +tD +tD +tD +Ol +tD +Mf +fc +WT +cK +Kw +ZB +Hj +Hj +Hj +Hj +Ln +Sz +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(21,1,1) = {" +nm +nm +nm +cn +vr +Vh +tD +tD +tD +Mf +Mf +Mf +WT +Qx +vu +xh +Xc +Xc +Xc +Xc +OH +Sz +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(22,1,1) = {" +nm +nm +nm +tD +UL +Ts +tD +tD +tD +tD +UL +tD +WT +DM +za +xh +Xc +Xc +Xc +Xc +Xc +Sz +Sz +Sz +Sz +Sz +Sz +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(23,1,1) = {" +nm +nm +nm +tD +Mf +tD +tD +tD +Mf +cn +tD +Uc +WT +Kw +Kw +xh +Xc +Xc +Xc +Xc +Xc +Xc +Xc +Xc +dT +Hx +Sz +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(24,1,1) = {" +nm +nm +nm +Uc +Mf +Vs +kq +tD +tD +tD +Vs +Vs +Sz +qL +Kw +xh +Xc +Sz +Sz +Sz +Sz +Sz +Sz +Sz +Sz +Sz +Sz +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(25,1,1) = {" +nm +nm +nm +tD +Vs +kq +kq +Vs +tD +Vs +kq +kq +Sz +Sz +Kw +xh +Xc +Sz +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(26,1,1) = {" +nm +nm +nm +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +Sz +Pn +xh +Xc +Sz +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(27,1,1) = {" +nm +Yf +Yf +Yf +Yf +Yf +Yf +Yf +Yf +Yf +Yf +Yf +Yf +Yf +LS +Yf +Yf +Yf +kq +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(28,1,1) = {" +Yf +Yf +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +fP +fP +fP +fP +fP +fP +fP +Yf +Yf +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(29,1,1) = {" +Yf +Ct +Ct +nm +nm +nm +nm +nm +nm +nm +Es +nm +nm +Yt +Ct +Ct +fP +fP +gw +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(30,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Ct +fP +Yf +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(31,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +fP +Yf +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(32,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +fP +Yf +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(33,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +fP +Yf +Yf +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(34,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +cp +cp +Yf +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(35,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Ct +Ct +cp +Yf +kq +kq +kq +Yf +Yf +Yf +Yf +Yf +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +"} +(36,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +aB +Yf +zQ +Yf +Yf +Yf +Yf +Yf +Ct +Ct +Ct +Yf +Yf +Yf +Yf +mF +mF +mF +Yf +Yf +Yf +Yf +Yf +kq +kq +"} +(37,1,1) = {" +Yf +Ct +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Dl +Yf +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +cp +Yf +kq +kq +"} +(38,1,1) = {" +Yf +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +II +Do +Es +nm +nm +nm +nm +Yf +Gb +rR +Ct +WV +Ct +Ct +oJ +Ct +Ct +nm +nm +nm +nm +cp +Yf +kq +kq +"} +(39,1,1) = {" +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +Yf +Yf +Yf +Yf +Yf +mu +FQ +eU +Ct +Ui +nm +nm +nm +nm +cp +Yf +Yf +Yf +"} +(40,1,1) = {" +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +kq +kq +kq +kq +Yf +Yf +Yf +Yf +Yf +Yf +nm +nm +nm +nm +cp +cp +cp +Yf +"} +(41,1,1) = {" +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +nm +kq +kq +kq +kq +kq +kq +kq +kq +kq +nm +nm +nm +nm +nm +nm +nm +cp +Yf +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_3.dmm new file mode 100644 index 0000000000000..5e40d0ac4f60a --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_3.dmm @@ -0,0 +1,2364 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"aW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"bi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/extinguisher/empty{ + safety = 0; + icon_state = "fire_extinguisher1" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"cb" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"ch" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"cs" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"ct" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"ef" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"eO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"ff" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"gC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"gZ" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"hg" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"hQ" = ( +/obj/structure/flora/bush/flowers_br/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"iq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"iD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"iF" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"jm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"jD" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"kj" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science) +"ko" = ( +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"lc" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"li" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"mw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"mA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"mN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/plastic, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"nr" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"ns" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"om" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/window/spawner/directional/east, +/obj/structure/closet/crate/trashcart/filled, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"ps" = ( +/obj/item/shard, +/turf/open/floor/grass, +/area/station/asteroid) +"pV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing/corner, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"sf" = ( +/obj/effect/mapping_helpers/broken_floor, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"sV" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/sign/warning/electric_shock/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"vz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"vE" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"wg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"wE" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"wG" = ( +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"wP" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"xw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"yt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/medkit{ + pixel_y = 10; + pixel_x = -6 + }, +/obj/item/stack/medical/gauze{ + pixel_y = -2; + pixel_x = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"yD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"yQ" = ( +/turf/open/openspace, +/area/station/maintenance/department/medical) +"zl" = ( +/obj/structure/flora/bush/grassy, +/obj/item/stack/rods, +/obj/structure/flora/bush/flowers_yw/style_3, +/turf/open/floor/grass, +/area/station/asteroid) +"zo" = ( +/obj/machinery/door/airlock/grunge{ + name = "Medical Maintenance Access" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/modular_map_connector, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"zC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"zH" = ( +/obj/structure/lattice/catwalk, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"Ap" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"AU" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"AV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"BT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"CI" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper_attachment_b"; + name = "medsciupper_attachment_b" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"Dx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"DB" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"DF" = ( +/obj/structure/railing, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/item/weldingtool/empty, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"DH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/ladder, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"EH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"Fc" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"FD" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/food_or_drink/snack, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"GQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"IC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/east, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"IF" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/open/floor/grass, +/area/station/asteroid) +"IJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"JY" = ( +/obj/machinery/light/small/directional/south, +/turf/open/floor/grass, +/area/station/asteroid) +"KG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"KZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/openspace, +/area/station/maintenance/department/medical) +"Ly" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"LV" = ( +/obj/structure/flora/bush/flowers_yw/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"Mj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Ms" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/contraband/narcotics, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"Ny" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"NC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Pp" = ( +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Pu" = ( +/turf/template_noop, +/area/template_noop) +"QE" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"Rg" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/obj/structure/flora/bush/grassy, +/turf/open/floor/grass, +/area/station/asteroid) +"RP" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"Sg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"Sj" = ( +/obj/modular_map_root/tramstation{ + key = "medsciupper_attachment_a"; + name = "medsciupper_attachment_a" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"Sw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"SR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"To" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"TE" = ( +/turf/closed/wall, +/area/station/maintenance/department/medical) +"Va" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Science Maintenance Hatch" + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"VK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Xh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"Xr" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/medical) +"YA" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/medical) +"Zr" = ( +/turf/open/openspace, +/area/station/maintenance/department/science) +"Zt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/table_frame, +/obj/item/stack/sheet/iron, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) + +(1,1,1) = {" +TE +TE +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(2,1,1) = {" +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(3,1,1) = {" +zo +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(4,1,1) = {" +TE +gC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(5,1,1) = {" +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(6,1,1) = {" +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(7,1,1) = {" +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(8,1,1) = {" +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(9,1,1) = {" +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +TE +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(10,1,1) = {" +TE +li +li +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +TE +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(11,1,1) = {" +TE +TE +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +TE +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(12,1,1) = {" +Pu +Pu +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +TE +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(13,1,1) = {" +Pu +Pu +TE +li +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +TE +cs +cs +TE +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(14,1,1) = {" +Pu +Pu +TE +li +TE +TE +Pu +Pu +ct +Pu +Pu +Pu +Pu +Pu +TE +CI +TE +TE +TE +TE +TE +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(15,1,1) = {" +Pu +Pu +TE +li +li +li +li +li +YA +AU +YA +YA +YA +YA +YA +Ly +RP +Fc +li +iq +TE +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(16,1,1) = {" +Pu +Pu +TE +li +Ms +aW +xw +TE +Xr +TE +TE +TE +TE +li +YA +jD +yQ +lc +KG +aO +TE +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(17,1,1) = {" +Pu +Pu +TE +TE +TE +TE +TE +TE +jm +TE +cs +cs +TE +TE +Ny +TE +yQ +lc +li +li +TE +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(18,1,1) = {" +Pu +Pu +Pu +gZ +wP +cs +cs +TE +wE +TE +cs +ff +TE +vz +YA +ef +yQ +To +FD +ns +TE +TE +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(19,1,1) = {" +Pu +Pu +Pu +LV +ff +wP +cs +wP +wP +wP +wG +cb +QE +mN +li +ef +yQ +yQ +yQ +yQ +ch +TE +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(20,1,1) = {" +Pu +Pu +Pu +gZ +wP +wP +wP +wP +ff +Rg +wP +ff +QE +Zt +bi +ko +KZ +KZ +KZ +KZ +DH +TE +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(21,1,1) = {" +Pu +Pu +Pu +gZ +hQ +JY +wP +wP +LV +wP +wP +IF +sf +EH +Sg +DB +yQ +yQ +yQ +yQ +sV +TE +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(22,1,1) = {" +Pu +Pu +Pu +wP +Rg +LV +wP +ff +wP +wP +zl +ps +nr +wg +yt +DF +yQ +yQ +yQ +yQ +yQ +TE +TE +TE +TE +TE +TE +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(23,1,1) = {" +Pu +Pu +Pu +wP +ff +wP +wP +wP +wP +ff +ff +wP +QE +li +li +DB +yQ +yQ +yQ +yQ +yQ +yQ +yQ +yQ +zH +zH +TE +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(24,1,1) = {" +Pu +Pu +Pu +wG +ff +wP +wP +ff +wP +ff +ff +wP +TE +IJ +li +DB +yQ +TE +TE +TE +TE +TE +TE +TE +TE +TE +TE +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(25,1,1) = {" +Pu +Pu +Pu +wP +cs +cs +wP +wP +wP +LV +wP +wP +TE +TE +li +DB +yQ +TE +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(26,1,1) = {" +Pu +Pu +Pu +hg +hg +hg +hg +wG +wP +wP +wP +wP +cs +TE +Sw +DB +yQ +TE +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(27,1,1) = {" +Pu +hg +hg +hg +om +IC +hg +hg +hg +hg +hg +hg +hg +hg +Va +hg +hg +hg +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(28,1,1) = {" +hg +hg +zC +zC +zC +zC +zC +zC +zC +zC +VK +VK +VK +VK +VK +VK +VK +hg +hg +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(29,1,1) = {" +hg +SR +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pp +Pu +Pu +zC +zC +zC +VK +VK +Sj +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(30,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +zC +VK +hg +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(31,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +VK +hg +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(32,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +VK +hg +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(33,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +VK +hg +hg +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(34,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Xh +Xh +hg +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(35,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +zC +zC +eO +hg +hg +hg +hg +hg +hg +hg +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +"} +(36,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +iF +hg +pV +GQ +GQ +GQ +GQ +GQ +Mj +hg +hg +hg +hg +hg +hg +mA +mA +mA +hg +hg +hg +hg +hg +cs +cs +"} +(37,1,1) = {" +hg +zC +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Dx +hg +BT +Zr +Zr +Zr +Zr +Zr +Ap +Xh +Xh +Xh +Xh +Xh +Xh +Xh +Xh +Xh +Xh +Xh +Xh +Xh +hg +cs +cs +"} +(38,1,1) = {" +hg +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +vE +kj +Pp +Pu +Pu +Pu +Pu +hg +hg +zC +iD +NC +yD +AV +zC +hg +hg +Pu +Pu +Pu +Pu +Xh +hg +cs +cs +"} +(39,1,1) = {" +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +cs +hg +hg +hg +hg +hg +hg +hg +hg +cs +Pu +Pu +Pu +Pu +Xh +hg +hg +hg +"} +(40,1,1) = {" +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +cs +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +mw +Xh +Xh +hg +"} +(41,1,1) = {" +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Pu +cs +cs +cs +cs +cs +cs +cs +cs +cs +Pu +Pu +Pu +Pu +Pu +Pu +Pu +Xh +hg +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_1.dmm new file mode 100644 index 0000000000000..f58d6cd2a20e0 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_1.dmm @@ -0,0 +1,276 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/slippery, +/obj/item/wrench, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mecha_wreckage/ripley/mk2, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"l" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weldingtool/empty{ + pixel_y = 8; + pixel_x = -10 + }, +/obj/item/clothing/head/utility/welding, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"p" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/obj/item/flashlight, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"t" = ( +/obj/structure/closet/crate/science, +/obj/effect/spawner/random/mod/maint, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"v" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"C" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Robotics Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/science) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/mecha_wreckage/odysseus, +/obj/item/stack/cable_coil/five, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"R" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"S" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"T" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/power_store/cell/high/empty, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"V" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/item/bodypart/head/robot{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/bodypart/arm/right/robot{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/bodypart/arm/left/robot{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/assembly/flash/cyborg{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/structure/sign/poster/official/build/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) +"X" = ( +/obj/effect/spawner/random/mod/maint, +/obj/structure/closet/crate/science, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/department/science) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/science) + +(1,1,1) = {" +a +a +a +a +a +a +"} +(2,1,1) = {" +a +p +p +p +p +p +"} +(3,1,1) = {" +a +p +p +p +p +p +"} +(4,1,1) = {" +a +R +R +R +R +R +"} +(5,1,1) = {" +a +a +f +D +U +R +"} +(6,1,1) = {" +a +C +x +z +i +R +"} +(7,1,1) = {" +a +a +q +T +l +R +"} +(8,1,1) = {" +a +a +n +e +L +R +"} +(9,1,1) = {" +a +a +X +t +S +R +"} +(10,1,1) = {" +a +a +a +v +Y +R +"} +(11,1,1) = {" +a +a +a +V +Z +R +"} +(12,1,1) = {" +a +a +a +R +R +R +"} +(13,1,1) = {" +a +a +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_2.dmm new file mode 100644 index 0000000000000..33ef15e40b5fc --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_2.dmm @@ -0,0 +1,288 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/science) +"b" = ( +/turf/template_noop, +/area/template_noop) +"i" = ( +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/misc/asteroid, +/area/station/maintenance/department/science) +"j" = ( +/obj/effect/landmark/blobstart, +/turf/open/misc/asteroid, +/area/station/maintenance/department/science) +"k" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"l" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"m" = ( +/mob/living/basic/crab{ + name = "la creatura"; + desc = "ay dios mios..." + }, +/turf/open/misc/asteroid, +/area/station/maintenance/department/science) +"s" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/science) +"t" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"u" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"B" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/science) +"K" = ( +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/door/window/left/directional/north{ + name = "Containment Pen"; + req_access = list("xenobiology") + }, +/obj/machinery/door/window/left/directional/south{ + name = "Containment Pen"; + req_access = list("xenobiology") + }, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"L" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Creature Containment Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/xenobio, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/science) +"N" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/science) +"P" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/item/electropack, +/obj/item/assembly/signaler, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"T" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/light/small/directional/south, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"W" = ( +/obj/structure/cable, +/obj/machinery/power/shieldwallgen/xenobiologyaccess, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/science) + +(1,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +"} +(2,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +"} +(3,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +"} +(4,1,1) = {" +b +s +s +s +s +s +N +B +B +b +b +b +"} +(5,1,1) = {" +b +s +P +l +W +s +u +a +B +B +b +b +"} +(6,1,1) = {" +b +L +x +y +t +u +a +i +a +B +b +b +"} +(7,1,1) = {" +b +s +k +k +K +u +m +a +T +N +b +b +"} +(8,1,1) = {" +b +s +l +l +t +u +u +j +B +B +b +b +"} +(9,1,1) = {" +b +s +l +v +W +s +a +u +B +b +b +b +"} +(10,1,1) = {" +b +s +s +s +s +s +a +N +B +b +b +b +"} +(11,1,1) = {" +b +b +b +b +b +b +B +b +b +b +b +b +"} +(12,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +"} +(13,1,1) = {" +b +b +b +b +b +b +b +b +b +b +b +b +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_3.dmm new file mode 100644 index 0000000000000..60b24f529f039 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_a_3.dmm @@ -0,0 +1,344 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/turf/template_noop, +/area/template_noop) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/landmark/blobstart, +/turf/open/floor/engine, +/area/station/maintenance/department/science) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"k" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"n" = ( +/obj/structure/training_machine, +/obj/item/target/syndicate, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/engine, +/area/station/maintenance/department/science) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"p" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/syringes, +/obj/structure/sign/warning/secure_area{ + pixel_x = 32; + name = "TESTING RANGE sign"; + desc = "A warning sign which reads 'TESTING RANGE'." + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 6 + }, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"r" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser/redtag, +/obj/item/gun/energy/laser/bluetag{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/burnt_floor, +/turf/open/floor/engine, +/area/station/maintenance/department/science) +"x" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/firing_pin/test_range, +/obj/item/firing_pin/test_range{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/burnt_floor, +/obj/effect/mob_spawn/corpse/human/monkey, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/engine, +/area/station/maintenance/department/science) +"A" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Testing Range Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/science) +"J" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/syringe{ + pixel_y = -3; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 10 + }, +/obj/effect/mapping_helpers/broken_floor, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"K" = ( +/turf/closed/wall, +/area/station/maintenance/department/science) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/purple/filled/line, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"O" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"U" = ( +/obj/structure/table, +/obj/item/target/syndicate, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/obj/item/target/clown, +/obj/structure/sign/warning/secure_area{ + pixel_x = 32; + name = "TESTING RANGE sign"; + desc = "A warning sign which reads 'TESTING RANGE'." + }, +/obj/effect/turf_decal/trimline/purple/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) +"Z" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/cup/beaker{ + pixel_y = 10; + pixel_x = 8 + }, +/obj/item/reagent_containers/cup/beaker{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/effect/turf_decal/trimline/purple/filled/corner, +/turf/open/floor/iron/white, +/area/station/maintenance/department/science) + +(1,1,1) = {" +b +b +b +b +b +b +b +b +"} +(2,1,1) = {" +b +a +a +a +a +a +a +a +"} +(3,1,1) = {" +b +a +a +a +a +a +a +a +"} +(4,1,1) = {" +b +a +a +a +a +a +a +a +"} +(5,1,1) = {" +b +b +K +K +K +K +K +K +"} +(6,1,1) = {" +b +A +o +B +B +r +J +K +"} +(7,1,1) = {" +b +b +i +q +h +h +N +K +"} +(8,1,1) = {" +b +b +i +k +h +t +N +K +"} +(9,1,1) = {" +b +b +U +x +O +Z +p +K +"} +(10,1,1) = {" +b +b +b +d +c +G +K +K +"} +(11,1,1) = {" +b +b +b +z +n +v +K +b +"} +(12,1,1) = {" +b +b +b +K +K +K +K +b +"} +(13,1,1) = {" +b +b +b +b +b +b +b +b +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_1.dmm new file mode 100644 index 0000000000000..ec76b1e334cc6 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_1.dmm @@ -0,0 +1,97 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags, +/obj/item/clothing/gloves/latex, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Morgue Maintenance" + }, +/obj/modular_map_connector, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"u" = ( +/turf/template_noop, +/area/template_noop) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 8 + }, +/obj/machinery/vending/wallmed/directional/north, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"T" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/white{ + color = "#52B4E9" + }, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/structure/closet/body_bag, +/mob/living/basic/skeleton{ + name = "Jim"; + desc = "Left to rot in maintenance, a poor soul whose green light was never noticed by the doctor..." + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/medical) + +(1,1,1) = {" +W +d +"} +(2,1,1) = {" +T +d +"} +(3,1,1) = {" +O +b +"} +(4,1,1) = {" +j +Y +"} +(5,1,1) = {" +j +a +"} +(6,1,1) = {" +r +u +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_2.dmm new file mode 100644 index 0000000000000..f2ca6d55d73d6 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_2.dmm @@ -0,0 +1,94 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer, +/obj/effect/spawner/random/medical/memeorgans, +/obj/effect/spawner/random/medical/memeorgans, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/maintenance/department/medical) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/table, +/obj/effect/spawner/random/medical/surgery_tool, +/obj/effect/landmark/generic_maintenance_landmark, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/maintenance/department/medical) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/freezer/blood, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/maintenance/department/medical) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/medical/minor_healing, +/obj/effect/spawner/random/medical/supplies, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/east{ + req_access = list("medical"); + name = "Cold Storage" + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/maintenance/department/medical) +"v" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Freezer Maintenance" + }, +/obj/modular_map_connector, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/maintenance/department/medical) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/freezer, +/area/station/maintenance/department/medical) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) + +(1,1,1) = {" +g +a +"} +(2,1,1) = {" +M +N +"} +(3,1,1) = {" +e +u +"} +(4,1,1) = {" +p +X +"} +(5,1,1) = {" +X +X +"} +(6,1,1) = {" +x +v +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_3.dmm new file mode 100644 index 0000000000000..5b4929e322214 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/medsciupper_attachment_b_3.dmm @@ -0,0 +1,102 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/department/medical) +"b" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/department/medical) +"m" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/department/medical) +"p" = ( +/turf/template_noop, +/area/template_noop) +"q" = ( +/obj/item/toy/plush/moth{ + name = "Delivers-The-Pizza" + }, +/obj/item/clothing/head/soft/red{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/department/medical) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Morgue Maintenance" + }, +/obj/modular_map_connector, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/medical) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/department/medical) +"Q" = ( +/obj/machinery/vending/wallmed/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/plush/pkplush{ + pixel_x = -3 + }, +/obj/item/toy/plush/rouny{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/department/medical) +"U" = ( +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/department/medical) +"X" = ( +/obj/item/pizzabox/margherita{ + pixel_y = 27 + }, +/obj/structure/dresser, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/open/floor/iron/white, +/area/station/maintenance/department/medical) + +(1,1,1) = {" +Q +m +"} +(2,1,1) = {" +a +b +"} +(3,1,1) = {" +a +U +"} +(4,1,1) = {" +a +L +"} +(5,1,1) = {" +q +X +"} +(6,1,1) = {" +H +p +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_1.dmm new file mode 100644 index 0000000000000..479986e6889ae --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_1.dmm @@ -0,0 +1,1949 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aZ" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"bS" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_cave" + }, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"bW" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"cu" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"cD" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"ec" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/security) +"eg" = ( +/turf/template_noop, +/area/template_noop) +"eO" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"he" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"hC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"ij" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"jj" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"lJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"na" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"oi" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"ox" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"oW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"pF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/ladder, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/security) +"pH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"qa" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/security) +"rF" = ( +/obj/effect/landmark/blobstart, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"rG" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"tU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"uK" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"vr" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"vE" = ( +/turf/open/openspace, +/area/station/maintenance/department/security) +"yQ" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"zl" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/security) +"Cg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/openspace, +/area/station/maintenance/department/security) +"CS" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Dy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"DK" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"DU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Law Office"; + name = "navigation beacon (Law Office Delivery)" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "lawyerdropoff" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Ed" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Fc" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/security) +"FT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"HU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"IV" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/security) +"JU" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Nq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Oq" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Pa" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random{ + loot = list(/obj/effect/decal/cleanable/oil/slippery=10,/obj/effect/decal/cleanable/oil=90); + name = "funny slipper :)" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Rh" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"RA" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Tt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Tx" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"TB" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'MULE CROSSING - LOOK BOTH WAYS"; + name = "MULE CROSSING - LOOK BOTH WAYS"; + pixel_y = 32 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Uo" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Ut" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Vd" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Wm" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"XF" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"XI" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Yj" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"YF" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"YY" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Zs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/item/reagent_containers/cup/bucket, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"ZA" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) + +(1,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +qa +qa +qa +qa +qa +qa +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(2,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +DK +DK +DK +DK +DK +Tt +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(3,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(4,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(5,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(6,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(7,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(8,1,1) = {" +eg +Fc +pH +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(9,1,1) = {" +eg +Fc +XI +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(10,1,1) = {" +ZA +bW +Rh +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(11,1,1) = {" +ZA +Fc +Wm +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(12,1,1) = {" +ZA +IV +he +cD +Rh +Pa +cD +cD +Rh +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(13,1,1) = {" +ZA +Fc +Fc +IV +Fc +Fc +Fc +Fc +Rh +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(14,1,1) = {" +ZA +ZA +ZA +ZA +ZA +ZA +ZA +IV +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(15,1,1) = {" +ZA +ZA +ZA +ZA +ZA +ZA +ZA +Fc +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(16,1,1) = {" +eg +ZA +ZA +ZA +ZA +ZA +ZA +Fc +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +bW +ZA +ZA +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(17,1,1) = {" +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +bW +ZA +ZA +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(18,1,1) = {" +ZA +ZA +ZA +ZA +ZA +ZA +ZA +Fc +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +bW +bW +bW +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(19,1,1) = {" +ZA +ZA +ZA +ZA +ZA +ZA +ZA +Fc +rF +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +CS +ZA +ZA +ZA +ZA +ZA +ZA +ZA +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} +(20,1,1) = {" +eg +ZA +ZA +ZA +ZA +ZA +ZA +Fc +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +bW +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +eg +eg +eg +eg +eg +eg +"} +(21,1,1) = {" +eg +eg +eg +ZA +ZA +ZA +ZA +IV +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +bW +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +eg +eg +eg +eg +eg +eg +"} +(22,1,1) = {" +eg +eg +ZA +ZA +ZA +ZA +ZA +Fc +cD +eg +eg +eg +eg +eg +eg +eg +eg +eg +DK +bW +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +jj +eg +eg +eg +eg +eg +eg +"} +(23,1,1) = {" +eg +eg +ZA +ZA +ZA +ZA +ZA +Yj +cD +Rh +Rh +eg +eg +eg +eg +eg +HU +HU +DK +bW +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +jj +eg +eg +eg +eg +eg +eg +"} +(24,1,1) = {" +eg +eg +eg +ZA +ZA +ZA +ZA +Fc +bW +Fc +Rh +eg +eg +eg +eg +eg +FT +tU +DK +bW +ZA +ZA +bW +bW +bW +bW +bW +bW +bW +jj +jj +jj +eg +eg +eg +eg +eg +eg +"} +(25,1,1) = {" +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +Fc +cD +eg +eg +eg +eg +eg +Vd +RA +cu +bW +ZA +ZA +bW +vE +uK +pF +Uo +vE +bW +jj +jj +ZA +eg +eg +eg +eg +eg +eg +"} +(26,1,1) = {" +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +Fc +cD +eg +eg +eg +eg +eg +vE +vE +Ut +bW +ZA +ZA +bW +vE +vE +ec +vE +vE +bW +eO +bW +bW +bW +bW +bW +bW +bW +ZA +"} +(27,1,1) = {" +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +IV +cD +eg +eg +eg +eg +eg +bW +bW +JU +bW +ZA +ZA +bW +vE +vE +ec +vE +vE +bW +ij +pH +bW +vE +vE +vE +zl +bW +ZA +"} +(28,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +ZA +Fc +cD +cD +cD +Rh +Rh +Rh +HU +rG +DK +bW +bW +bW +bW +vE +vE +ec +vE +vE +bW +oi +bW +bW +vE +vE +vE +vE +bW +ZA +"} +(29,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +Fc +bS +bW +bW +Fc +Fc +bW +bW +bW +DK +DK +DK +DK +XF +vE +vE +ec +vE +vE +vE +Cg +vE +vE +vE +bW +bW +bW +bW +ZA +"} +(30,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +bW +bW +bW +bW +YY +Tx +Tx +aZ +Tx +na +na +Oq +vE +vE +vE +bW +ZA +ZA +ZA +ZA +"} +(31,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +yQ +bW +bW +bW +bW +bW +bW +hC +bW +eg +eg +eg +eg +eg +eg +ZA +"} +(32,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +ox +Ed +bW +DK +lJ +eg +eg +eg +eg +eg +eg +ZA +"} +(33,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +Zs +Ed +Nq +vr +oW +eg +eg +eg +eg +eg +eg +ZA +"} +(34,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +YF +HU +bW +vr +eg +eg +eg +eg +eg +eg +eg +eg +"} +(35,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +bW +bW +bW +TB +eg +eg +eg +eg +eg +eg +eg +eg +"} +(36,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +vE +DU +Dy +vr +eg +eg +eg +eg +eg +eg +eg +eg +"} +(37,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +bW +bW +bW +vr +eg +eg +eg +eg +eg +eg +eg +eg +"} +(38,1,1) = {" +eg +eg +eg +eg +eg +eg +eg +eg +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +ZA +bW +eg +eg +eg +eg +eg +eg +eg +eg +eg +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_2.dmm new file mode 100644 index 0000000000000..a11aace2e6293 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_2.dmm @@ -0,0 +1,1988 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"cn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"dz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/arrow_cw{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"dF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"dH" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'MULE CROSSING - LOOK BOTH WAYS"; + name = "MULE CROSSING - LOOK BOTH WAYS"; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"dX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"eq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/cardboard, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"fK" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"hY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"ip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"iV" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"kx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"lu" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"lW" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"mz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"nP" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"nW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"oD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/item/reagent_containers/cup/bucket, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"rN" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"rR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"sK" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"sN" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"sV" = ( +/turf/template_noop, +/area/template_noop) +"sW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"tE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 10 + }, +/obj/effect/turf_decal/trimline/yellow/corner{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"ul" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"vN" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"xX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"zS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"CA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/ladder, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/security) +"Dn" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Du" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Dw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"DA" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"GQ" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Hh" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"HD" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Is" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/arrow_cw, +/obj/effect/turf_decal/trimline/yellow/arrow_ccw{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"IO" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Jt" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/security) +"Jy" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Lj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Ln" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"LZ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Mb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/spawner/random{ + loot = list(/obj/effect/decal/cleanable/oil/slippery=10,/obj/effect/decal/cleanable/oil=90); + name = "funny slipper :)" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Nx" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"NG" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/security) +"Oo" = ( +/turf/open/openspace, +/area/station/maintenance/department/security) +"Oy" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Qv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/security) +"Qx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"QZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"RD" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"RV" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'MULE CROSSING - LOOK BOTH WAYS"; + name = "MULE CROSSING - LOOK BOTH WAYS"; + pixel_y = 32 + }, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"SF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"WH" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"YO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Law Office"; + name = "navigation beacon (Law Office Delivery)" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "lawyerdropoff" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"YY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) + +(1,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +Jt +Jt +Jt +Jt +Jt +Jt +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(2,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +HD +HD +HD +HD +HD +Lj +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(3,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(4,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(5,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(6,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(7,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(8,1,1) = {" +sV +sK +Is +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(9,1,1) = {" +sV +sK +zS +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(10,1,1) = {" +DA +sK +Is +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(11,1,1) = {" +DA +sK +RD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(12,1,1) = {" +DA +sK +rR +Du +Du +Du +Du +Du +tE +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(13,1,1) = {" +DA +sK +sK +sK +sK +sK +sK +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(14,1,1) = {" +DA +DA +DA +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(15,1,1) = {" +DA +DA +DA +DA +DA +DA +DA +sK +Qx +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(16,1,1) = {" +sV +DA +DA +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sK +DA +DA +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(17,1,1) = {" +DA +DA +DA +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sK +DA +DA +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(18,1,1) = {" +DA +DA +DA +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sK +sK +sK +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(19,1,1) = {" +DA +DA +DA +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +Hh +DA +DA +DA +DA +DA +DA +DA +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(20,1,1) = {" +sV +DA +DA +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sK +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sV +sV +sV +sV +sV +sV +"} +(21,1,1) = {" +sV +sV +sV +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sK +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sV +sV +sV +sV +sV +sV +"} +(22,1,1) = {" +sV +sV +DA +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sV +sV +sV +sV +HD +sK +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +rN +sV +sV +sV +sV +sV +sV +"} +(23,1,1) = {" +sV +sV +DA +DA +DA +DA +DA +sK +rR +Du +tE +sV +sV +sV +sV +sV +xX +YY +HD +sK +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +rN +sV +sV +sV +sV +sV +sV +"} +(24,1,1) = {" +sV +sV +sV +DA +DA +DA +DA +sK +sK +sK +Mb +sV +sV +sV +sV +sV +mz +dX +HD +sK +DA +DA +sK +sK +sK +sK +sK +sK +sK +rN +rN +rN +sV +sV +sV +sV +sV +sV +"} +(25,1,1) = {" +sV +sV +sV +sV +sV +DA +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sN +ul +nP +sK +DA +DA +sK +Oo +LZ +CA +Nx +Oo +sK +rN +rN +DA +sV +sV +sV +sV +sV +sV +"} +(26,1,1) = {" +sV +sV +sV +sV +sV +sV +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +Oo +Oo +Jy +sK +DA +DA +sK +Oo +Oo +Qv +Oo +Oo +sK +fK +sK +sK +sK +sK +sK +sK +sK +DA +"} +(27,1,1) = {" +sV +sV +sV +sV +sV +sV +DA +DA +DA +sK +hY +sV +sV +sV +sV +sV +sK +sK +GQ +sK +DA +DA +sK +Oo +Oo +Qv +Oo +Oo +sK +Dw +Ln +sK +Oo +Oo +Oo +NG +sK +DA +"} +(28,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +DA +sK +rR +Du +Du +Du +Du +Du +WH +dz +HD +sK +sK +sK +sK +Oo +Oo +Qv +Oo +Oo +sK +iV +sK +sK +Oo +Oo +Oo +Oo +sK +DA +"} +(29,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +DA +DA +sK +sK +sK +sK +sK +sK +sK +sK +sK +dH +HD +HD +HD +lu +IO +IO +SF +IO +IO +GQ +HD +vN +Oo +Oo +sK +sK +sK +sK +DA +"} +(30,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +sK +sK +sK +sK +xX +xX +xX +xX +eq +sW +xX +HD +vN +Oo +Oo +sK +DA +DA +DA +DA +"} +(31,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +Dn +sK +sK +sK +sK +sK +sK +HD +sK +sV +sV +sV +sV +sV +sV +DA +"} +(32,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +cn +kx +sK +HD +ip +sV +sV +sV +sV +sV +sV +DA +"} +(33,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +oD +kx +dF +Oy +nW +sV +sV +sV +sV +sV +sV +DA +"} +(34,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +lW +xX +sK +Oy +sV +sV +sV +sV +sV +sV +sV +sV +"} +(35,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +sK +sK +sK +RV +sV +sV +sV +sV +sV +sV +sV +sV +"} +(36,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +Oo +YO +QZ +Oy +sV +sV +sV +sV +sV +sV +sV +sV +"} +(37,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +sK +sK +sK +Oy +sV +sV +sV +sV +sV +sV +sV +sV +"} +(38,1,1) = {" +sV +sV +sV +sV +sV +sV +sV +sV +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +DA +sK +sV +sV +sV +sV +sV +sV +sV +sV +sV +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_3.dmm new file mode 100644 index 0000000000000..c2b85e308b453 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_3.dmm @@ -0,0 +1,1978 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bE" = ( +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/asteroid) +"cj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"cN" = ( +/obj/effect/landmark/blobstart, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"cQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + location = "Law Office"; + name = "navigation beacon (Law Office Delivery)" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "lawyerdropoff" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"df" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"ec" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"eW" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/openspace, +/area/station/maintenance/department/security) +"fV" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"gE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"hg" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"ip" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"kL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/mopbucket, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"lj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/ladder, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/security) +"nH" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"pE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"rm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash/food_packaging, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"rQ" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/trash/moisture_trap, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"st" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/mod/maint, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"tn" = ( +/turf/open/floor/grass, +/area/station/asteroid) +"um" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"uw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"vq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/openspace, +/area/station/maintenance/department/security) +"vO" = ( +/obj/structure/lattice, +/turf/open/openspace, +/area/station/maintenance/department/security) +"wR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"xw" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"xZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"yh" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"zu" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Ap" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"As" = ( +/obj/structure/plasticflaps/opaque{ + name = "airtight delivery flaps" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"AE" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"BO" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/security) +"BT" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Cd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/trash/food_packaging, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"CW" = ( +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Du" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"DG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"DS" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"EH" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/sign/warning/secure_area{ + desc = "A warning sign which reads 'MULE CROSSING - LOOK BOTH WAYS"; + name = "MULE CROSSING - LOOK BOTH WAYS"; + pixel_y = 32 + }, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"FO" = ( +/obj/structure/flora/bush/grassy, +/obj/structure/flora/bush/flowers_pp, +/turf/open/floor/grass, +/area/station/asteroid) +"Hv" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Ik" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"IT" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"JR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"JT" = ( +/obj/structure/flora/bush/sparsegrass/style_random, +/turf/open/floor/grass, +/area/station/asteroid) +"KS" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"LI" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/security) +"Mt" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Nl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"NJ" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"Pw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Py" = ( +/turf/template_noop, +/area/template_noop) +"RO" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"Sa" = ( +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Sc" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"SN" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Th" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"Vn" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random{ + loot = list(/obj/effect/decal/cleanable/oil/slippery=10,/obj/effect/decal/cleanable/oil=90); + name = "funny slipper :)" + }, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Vt" = ( +/obj/modular_map_root/tramstation{ + key = "secbarupper_cave" + }, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"VW" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"Wo" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/security) +"Wv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"WI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"XY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/item/reagent_containers/cup/bucket, +/obj/structure/sign/poster/official/nanotrasen_logo/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Yg" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"ZK" = ( +/turf/open/openspace, +/area/station/maintenance/department/security) + +(1,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +BO +BO +BO +BO +BO +BO +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(2,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +ip +ip +ip +ip +ip +gE +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(3,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(4,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(5,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(6,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(7,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(8,1,1) = {" +Py +Wo +uw +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(9,1,1) = {" +Py +Wo +VW +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(10,1,1) = {" +Sc +RO +fV +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(11,1,1) = {" +Sc +Wo +As +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(12,1,1) = {" +Sc +LI +Yg +Yg +fV +fV +Yg +Yg +fV +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(13,1,1) = {" +Sc +Wo +Wo +LI +rQ +Wo +Wo +Wo +fV +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(14,1,1) = {" +Sc +Sc +Sc +Sc +Sc +Sc +Sc +LI +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(15,1,1) = {" +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Wo +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(16,1,1) = {" +Py +Sc +Sc +Sc +Sc +Sc +Sc +Wo +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +RO +Sc +Sc +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(17,1,1) = {" +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +RO +Sc +Sc +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(18,1,1) = {" +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Wo +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +RO +RO +RO +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(19,1,1) = {" +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Wo +cN +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +Mt +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} +(20,1,1) = {" +Py +Sc +Sc +Sc +Sc +Sc +Sc +Wo +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +RO +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +tn +tn +tn +tn +Py +Py +Py +Py +Py +"} +(21,1,1) = {" +Py +Py +Py +Sc +Sc +Sc +Sc +LI +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +RO +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +tn +JT +tn +Sc +tn +Py +Py +Py +Py +Py +"} +(22,1,1) = {" +Py +Py +Sc +Sc +Sc +Sc +Sc +Wo +Yg +Py +Py +Py +Py +Py +Py +Py +Py +Py +ip +RO +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +tn +tn +FO +tn +Py +Py +Py +Py +Py +"} +(23,1,1) = {" +Py +Py +Sc +Sc +Sc +Sc +Sc +Wo +NJ +fV +fV +Py +Py +Py +Py +Py +Du +Du +ip +RO +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +tn +bE +tn +Py +Py +Py +Py +Py +"} +(24,1,1) = {" +Py +Py +Py +Sc +Sc +Sc +Sc +Wo +RO +Wo +fV +Py +Py +Py +Py +Py +cj +wR +ip +RO +Sc +Sc +RO +RO +RO +RO +RO +RO +RO +KS +tn +KS +KS +tn +tn +tn +Py +Py +"} +(25,1,1) = {" +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Wo +Yg +Py +Py +Py +Py +Py +hg +st +BT +RO +Sc +Sc +RO +eW +zu +lj +Ik +ZK +RO +KS +KS +Sc +KS +KS +KS +tn +Py +Py +"} +(26,1,1) = {" +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Wo +Yg +Py +Py +Py +Py +Py +ZK +ZK +SN +RO +Sc +Sc +RO +ZK +ZK +vq +ZK +ZK +RO +nH +RO +RO +RO +RO +RO +RO +RO +Sc +"} +(27,1,1) = {" +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +LI +Yg +Py +Py +Py +Py +Py +RO +RO +ec +RO +Sc +Sc +RO +ZK +ZK +vq +ZK +ZK +RO +CW +Sa +RO +ZK +ZK +ZK +vO +RO +Sc +"} +(28,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Wo +Yg +Yg +Yg +Vn +fV +fV +Du +xw +ip +RO +RO +RO +RO +ZK +ZK +vq +ZK +ZK +RO +IT +RO +RO +ZK +ZK +ZK +vO +RO +Sc +"} +(29,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Wo +Vt +RO +RO +Wo +Wo +RO +RO +RO +ip +ip +ip +ip +AE +df +df +Th +df +yh +ec +ip +Ap +ZK +ZK +RO +RO +RO +RO +Sc +"} +(30,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +RO +RO +RO +RO +JR +Du +WI +Cd +kL +Du +Du +ip +Ap +ZK +ZK +RO +Sc +Sc +Sc +Sc +"} +(31,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +Hv +RO +RO +RO +RO +RO +RO +ip +RO +Py +Py +Py +Py +Py +Py +Sc +"} +(32,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +DG +pE +RO +ip +Wv +Py +Py +Py +Py +Py +Py +Sc +"} +(33,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +XY +pE +um +Pw +Nl +Py +Py +Py +Py +Py +Py +Sc +"} +(34,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +DS +Du +RO +Pw +Py +Py +Py +Py +Py +Py +Py +Py +"} +(35,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +RO +RO +RO +EH +Py +Py +Py +Py +Py +Py +Py +Py +"} +(36,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +ZK +cQ +xZ +rm +Py +Py +Py +Py +Py +Py +Py +Py +"} +(37,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +RO +RO +RO +Pw +Py +Py +Py +Py +Py +Py +Py +Py +"} +(38,1,1) = {" +Py +Py +Py +Py +Py +Py +Py +Py +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +Sc +RO +Py +Py +Py +Py +Py +Py +Py +Py +Py +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm new file mode 100644 index 0000000000000..c709ff932851f --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_1.dmm @@ -0,0 +1,175 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"e" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Bureaucracy Storage Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"m" = ( +/obj/structure/rack, +/obj/item/pen/fourcolor, +/obj/item/pen/invisible, +/obj/item/pen/blue, +/obj/item/pen/red, +/obj/effect/decal/cleanable/dirt, +/obj/item/folder/yellow, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"n" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/briefcase/secure{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/storage/briefcase/secure, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"o" = ( +/obj/structure/table, +/obj/item/paper_bin/carbon, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"A" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/folder/red{ + pixel_x = 3 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"G" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/obj/item/paper/secretrecipe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"H" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"I" = ( +/turf/template_noop, +/area/template_noop) +"J" = ( +/obj/structure/table, +/obj/machinery/fax{ + fax_name = "Head of Personnel's Office"; + name = "Head of Personnel's Fax Machine" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/photocopier, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"T" = ( +/obj/structure/table, +/obj/item/papercutter, +/obj/item/paper/paperslip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) + +(1,1,1) = {" +I +I +I +I +I +"} +(2,1,1) = {" +e +C +C +T +H +"} +(3,1,1) = {" +I +C +C +o +H +"} +(4,1,1) = {" +I +A +C +Q +H +"} +(5,1,1) = {" +I +J +C +n +H +"} +(6,1,1) = {" +I +G +C +m +H +"} +(7,1,1) = {" +I +H +H +H +H +"} +(8,1,1) = {" +I +I +I +I +I +"} +(9,1,1) = {" +I +I +I +I +I +"} +(10,1,1) = {" +I +I +I +I +I +"} +(11,1,1) = {" +I +I +I +I +I +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_2.dmm new file mode 100644 index 0000000000000..aeae200c51b17 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_2.dmm @@ -0,0 +1,201 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/security) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/vehicle/ridden/secway, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/security) +"f" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Security Storage Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/entrance, +/obj/modular_map_connector, +/turf/open/floor/iron, +/area/station/maintenance/department/security) +"l" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/security) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/clothing/suit/armor/vest/old, +/obj/item/clothing/head/helmet/old, +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/security) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/security) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/rack, +/obj/item/key/security{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/key/security, +/obj/item/assembly/flash/handheld, +/turf/open/floor/iron, +/area/station/maintenance/department/security) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/security) +"y" = ( +/turf/template_noop, +/area/template_noop) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/security) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/effect/turf_decal/bot, +/obj/vehicle/ridden/secway, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/security) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/department/security) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron, +/area/station/maintenance/department/security) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/structure/rack, +/obj/item/storage/backpack/duffelbag/sec{ + pixel_y = 7 + }, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/security) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/iron/dark/side{ + dir = 4 + }, +/area/station/maintenance/department/security) +"V" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/maintenance/department/security) + +(1,1,1) = {" +y +y +y +y +y +"} +(2,1,1) = {" +f +u +P +w +V +"} +(3,1,1) = {" +y +X +P +S +V +"} +(4,1,1) = {" +y +U +x +z +V +"} +(5,1,1) = {" +y +N +l +a +V +"} +(6,1,1) = {" +y +c +r +G +V +"} +(7,1,1) = {" +y +V +V +V +V +"} +(8,1,1) = {" +y +y +y +y +y +"} +(9,1,1) = {" +y +y +y +y +y +"} +(10,1,1) = {" +y +y +y +y +y +"} +(11,1,1) = {" +y +y +y +y +y +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_3.dmm new file mode 100644 index 0000000000000..8eb56170b7125 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_a_3.dmm @@ -0,0 +1,201 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"e" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/maint, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"k" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/structure/sign/poster/contraband/random/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"p" = ( +/turf/template_noop, +/area/template_noop) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/contraband/cannabis, +/obj/effect/spawner/random/contraband/narcotics, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"s" = ( +/obj/structure/falsewall, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/medical/minor_healing, +/obj/effect/spawner/random/medical/injector, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/structure/window/spawner/directional/north, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/plating, +/area/station/maintenance/department/security) + +(1,1,1) = {" +p +p +p +p +p +"} +(2,1,1) = {" +X +U +z +a +p +"} +(3,1,1) = {" +p +C +Q +a +p +"} +(4,1,1) = {" +p +t +D +a +p +"} +(5,1,1) = {" +p +I +I +a +p +"} +(6,1,1) = {" +p +y +K +a +p +"} +(7,1,1) = {" +p +a +s +a +a +"} +(8,1,1) = {" +p +Z +n +n +a +"} +(9,1,1) = {" +p +n +E +r +a +"} +(10,1,1) = {" +p +e +k +v +a +"} +(11,1,1) = {" +p +a +a +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_1.dmm new file mode 100644 index 0000000000000..2303cc6f01861 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_1.dmm @@ -0,0 +1,170 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"c" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Closet Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"g" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Closet Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"p" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Closet Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"t" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/eight, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/engineering/toolbox, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/east, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/department/security) + +(1,1,1) = {" +t +t +a +a +a +p +a +a +"} +(2,1,1) = {" +t +t +a +I +v +v +v +w +"} +(3,1,1) = {" +t +t +a +O +v +v +v +J +"} +(4,1,1) = {" +t +t +a +v +v +v +Y +v +"} +(5,1,1) = {" +t +t +a +c +a +c +a +g +"} +(6,1,1) = {" +t +t +a +Z +a +i +a +A +"} +(7,1,1) = {" +t +t +a +a +a +a +a +a +"} +(8,1,1) = {" +t +t +t +t +t +t +t +t +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_2.dmm new file mode 100644 index 0000000000000..0f272ce3a03e0 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_2.dmm @@ -0,0 +1,188 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/south, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/two, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"k" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/sand, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/north, +/obj/structure/closet/wardrobe/mixed, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/item/relic, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"r" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/effect/turf_decal/sand/plating, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/plating, +/area/station/asteroid) +"v" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"y" = ( +/obj/structure/falsewall, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/north, +/obj/structure/grille, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"F" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"H" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"L" = ( +/obj/effect/spawner/random/entertainment/lighter, +/turf/open/misc/asteroid, +/area/station/asteroid) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"S" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Closet Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"U" = ( +/obj/structure/chair/stool/directional/east, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) + +(1,1,1) = {" +v +v +a +a +a +S +a +a +"} +(2,1,1) = {" +v +v +a +P +P +P +E +p +"} +(3,1,1) = {" +v +v +a +I +V +a +a +a +"} +(4,1,1) = {" +v +F +y +k +P +P +P +P +"} +(5,1,1) = {" +F +F +a +z +P +P +P +P +"} +(6,1,1) = {" +F +F +a +a +g +j +m +a +"} +(7,1,1) = {" +v +U +L +a +a +a +a +a +"} +(8,1,1) = {" +v +r +H +F +F +v +v +v +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_3.dmm new file mode 100644 index 0000000000000..2effc83522fc2 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_attachment_b_3.dmm @@ -0,0 +1,170 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/structure/table, +/obj/effect/spawner/random/contraband/cannabis, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"e" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"f" = ( +/obj/structure/chair/stool/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"h" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"l" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/bluespace_vendor/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"o" = ( +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"t" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Closet Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"v" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"z" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"D" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"G" = ( +/obj/effect/spawner/random/engineering/canister, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) +"U" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"V" = ( +/obj/effect/spawner/random/decoration/glowstick, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/department/security) + +(1,1,1) = {" +U +U +v +v +v +t +v +v +"} +(2,1,1) = {" +U +U +v +o +p +p +p +p +"} +(3,1,1) = {" +v +v +v +v +h +h +v +z +"} +(4,1,1) = {" +v +l +G +h +a +f +p +p +"} +(5,1,1) = {" +v +p +p +h +D +p +V +p +"} +(6,1,1) = {" +v +p +p +p +p +n +v +e +"} +(7,1,1) = {" +v +v +v +v +v +v +v +M +"} +(8,1,1) = {" +U +U +U +U +U +U +v +v +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_1.dmm new file mode 100644 index 0000000000000..3b99c265a1f46 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_1.dmm @@ -0,0 +1,249 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"f" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/asteroid) +"h" = ( +/turf/closed/wall/rock/porous, +/area/station/asteroid) +"i" = ( +/obj/structure/rack, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/storage/bag/ore{ + pixel_x = 6 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"s" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"v" = ( +/obj/item/relic, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"w" = ( +/turf/template_noop, +/area/template_noop) +"y" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/department/security) +"A" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"E" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/security) +"F" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/asteroid) +"G" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"J" = ( +/obj/modular_map_connector, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"T" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"U" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) + +(1,1,1) = {" +E +J +y +G +E +E +w +w +w +w +w +w +w +w +w +w +w +"} +(2,1,1) = {" +U +T +T +U +U +U +U +U +w +w +w +w +w +w +w +w +w +"} +(3,1,1) = {" +T +T +T +T +U +U +U +U +U +U +U +w +w +w +w +w +w +"} +(4,1,1) = {" +T +s +s +T +T +T +U +U +U +U +U +w +w +w +w +w +w +"} +(5,1,1) = {" +F +v +A +T +T +T +U +U +U +U +U +w +w +w +w +w +w +"} +(6,1,1) = {" +T +A +T +T +T +U +U +U +U +U +U +w +w +w +w +w +w +"} +(7,1,1) = {" +h +T +T +T +T +h +U +U +U +U +U +w +w +w +w +w +w +"} +(8,1,1) = {" +U +f +f +i +U +U +U +U +U +U +U +w +w +w +w +w +w +"} +(9,1,1) = {" +U +U +U +U +U +U +U +U +U +U +U +w +w +w +w +w +w +"} +(10,1,1) = {" +U +U +U +U +U +U +U +U +U +U +U +w +w +w +w +w +w +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_2.dmm new file mode 100644 index 0000000000000..53c8cdb18aaa5 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_2.dmm @@ -0,0 +1,251 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"e" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"j" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/security) +"m" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"o" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"p" = ( +/turf/template_noop, +/area/template_noop) +"t" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"x" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/asteroid) +"E" = ( +/obj/item/clothing/mask/gas/explorer, +/obj/item/clothing/head/utility/hardhat{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"J" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. This one doesn't work on rails, which is good because we never had rails to begin with."; + name = "mining cart" + }, +/obj/item/stack/ore/glass{ + amount = 25 + }, +/obj/item/stack/ore/silver{ + amount = 5 + }, +/obj/item/stack/ore/gold{ + amount = 2 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"K" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"P" = ( +/obj/modular_map_connector, +/obj/structure/barricade/wooden, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"W" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) + +(1,1,1) = {" +j +P +o +o +j +j +p +p +p +p +p +p +p +p +p +p +p +"} +(2,1,1) = {" +e +t +t +E +e +e +e +e +p +p +p +p +p +p +p +p +p +"} +(3,1,1) = {" +e +x +t +t +t +t +t +e +e +e +e +p +p +p +p +p +p +"} +(4,1,1) = {" +e +e +e +e +e +t +t +t +t +e +e +p +p +p +p +p +p +"} +(5,1,1) = {" +e +e +J +t +e +e +e +t +t +e +e +p +p +p +p +p +p +"} +(6,1,1) = {" +e +W +K +W +m +t +e +t +t +e +e +p +p +p +p +p +p +"} +(7,1,1) = {" +e +K +W +K +K +t +t +t +e +e +e +p +p +p +p +p +p +"} +(8,1,1) = {" +e +W +e +e +e +e +e +e +e +t +e +p +p +p +p +p +p +"} +(9,1,1) = {" +e +W +e +t +e +e +e +t +t +t +e +p +p +p +p +p +p +"} +(10,1,1) = {" +e +t +t +t +t +t +t +t +t +e +e +p +p +p +p +p +p +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_3.dmm new file mode 100644 index 0000000000000..41463a8f2df89 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secbarupper_cave_3.dmm @@ -0,0 +1,318 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"d" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"h" = ( +/obj/item/wallframe/apc, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"k" = ( +/obj/structure/lattice, +/obj/item/stack/tile/iron/smooth{ + amount = 15 + }, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"m" = ( +/obj/structure/chair/stool/directional/west, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"p" = ( +/obj/item/stack/sheet/iron/ten, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"q" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"t" = ( +/obj/item/wrench, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"x" = ( +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"z" = ( +/obj/item/stack/rods, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"B" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/stack/sheet/iron, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"C" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/holosign/barrier/engineering, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"L" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/department/security) +"N" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"P" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. This one doesn't work on rails, which is good because we never had rails to begin with."; + name = "mining cart" + }, +/obj/item/stack/ore/glass{ + amount = 15 + }, +/obj/item/stack/ore/iron{ + amount = 15 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Q" = ( +/obj/item/pickaxe/mini, +/turf/open/misc/asteroid, +/area/station/asteroid) +"R" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"S" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"U" = ( +/obj/structure/lattice, +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/donkpockets_single, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"V" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/station/maintenance/department/security) +"W" = ( +/obj/structure/lattice, +/turf/open/misc/asteroid, +/area/station/maintenance/department/security) +"X" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) + +(1,1,1) = {" +a +V +a +a +L +L +d +d +d +d +d +d +d +d +d +d +d +"} +(2,1,1) = {" +a +H +a +X +X +X +X +X +d +d +d +d +d +d +d +d +d +"} +(3,1,1) = {" +a +c +a +f +f +f +X +X +X +X +X +d +d +d +d +d +d +"} +(4,1,1) = {" +a +N +a +a +C +N +S +f +X +X +X +d +d +d +d +d +d +"} +(5,1,1) = {" +a +N +N +t +z +S +S +Q +f +X +X +d +d +d +d +d +d +"} +(6,1,1) = {" +a +p +k +W +S +S +W +f +P +X +X +d +d +d +d +d +d +"} +(7,1,1) = {" +q +x +W +S +S +h +a +f +f +X +X +d +d +d +d +d +d +"} +(8,1,1) = {" +q +R +U +m +W +S +a +f +X +X +X +d +d +d +d +d +d +"} +(9,1,1) = {" +a +a +a +C +B +a +a +X +X +X +X +d +d +d +d +d +d +"} +(10,1,1) = {" +X +X +f +f +f +f +f +X +X +X +X +d +d +d +d +d +d +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_1.dmm new file mode 100644 index 0000000000000..ccd28eb4b312e --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_1.dmm @@ -0,0 +1,3963 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aN" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"bb" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"cc" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"cw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"do" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"ek" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "servicemaintleft_internal"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "servicemaintleft_internal"; + idSelf = "servicemaintleft_airlock_control"; + name = "External Access Button"; + pixel_x = -24 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"gi" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_b"; + name = "secservicelower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"gH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"hv" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced/spawner/directional/north, +/turf/open/space/basic, +/area/space/nearstation) +"hC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"hK" = ( +/obj/structure/ladder, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"hL" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"is" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"iV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"jc" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"jf" = ( +/obj/structure/cable, +/turf/closed/wall, +/area/station/maintenance/central/greater) +"kv" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"kA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"kC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"kD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"lS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"mj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"mM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"nk" = ( +/turf/template_noop, +/area/template_noop) +"nT" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/stairs/old{ + dir = 8 + }, +/area/station/maintenance/central/greater) +"og" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"oh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"oj" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "servicemaintleft_external"; + name = "External Access" + }, +/obj/machinery/door_buttons/access_button{ + idDoor = "servicemaintleft_external"; + idSelf = "servicemaintleft_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"os" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"pc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"pV" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"qf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"qr" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"re" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"rz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"uH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"vg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"vE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"vR" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"ww" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"wx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/space/basic, +/area/space/nearstation) +"wM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"yd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"yg" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"ym" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"yL" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"yZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"zL" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"zN" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_a"; + name = "secservicelower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"zW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Bz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"BC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"BG" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"BM" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced/spawner/directional/south, +/turf/open/space/basic, +/area/space/nearstation) +"CW" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Ex" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Ey" = ( +/obj/structure/disposalpipe/segment, +/turf/template_noop, +/area/template_noop) +"EK" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"EN" = ( +/turf/open/space/basic, +/area/space) +"Fm" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/template_noop, +/area/template_noop) +"Gt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"GL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"GU" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"HG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Ip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door_buttons/access_button{ + idDoor = "servicemaintright_internal"; + idSelf = "servicemaintright_airlock_control"; + name = "External Access Button"; + pixel_x = 24 + }, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "servicemaintright_internal"; + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"IR" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"JQ" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"La" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Li" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_c"; + name = "secservicelower_attachment_c" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"LY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"MG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door_buttons/access_button{ + idDoor = "servicemaintright_external"; + idSelf = "servicemaintright_airlock_control"; + name = "External Access Button"; + pixel_y = 24 + }, +/obj/machinery/door/airlock/external{ + autoclose = 0; + frequency = 1449; + id_tag = "servicemaintright_external"; + name = "External Access" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"MX" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"No" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/external/directional/east, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"NI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Ph" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Pr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"PB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"PM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"RO" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"SO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "servicemaintright_external"; + idInterior = "servicemaintright_internal"; + idSelf = "servicemaintrightairlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"SZ" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"Te" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Ti" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Tj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Tm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"TQ" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"TS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Ud" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Ul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"UG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Ve" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"Vj" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"VO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"WI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"WY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Xt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_buttons/airlock_controller{ + idExterior = "servicemaintleft_external"; + idInterior = "servicemaintleft_internal"; + idSelf = "servicemaintleft_airlock_control"; + name = "External Access Console"; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"YH" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Zm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Zn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Zs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/grille_or_waste, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"ZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"ZU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) + +(1,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +nk +nk +nk +nk +Ve +Ve +nk +nk +nk +nk +nk +nk +"} +(2,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Ex +nk +nk +nk +nk +nk +nk +"} +(3,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Zn +nk +nk +nk +nk +nk +nk +"} +(4,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Gt +nk +nk +nk +nk +nk +nk +"} +(5,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +wM +nk +nk +nk +nk +nk +nk +"} +(6,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +rz +Ve +EK +EK +EK +nk +nk +"} +(7,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +rz +Ve +EK +EK +EK +nk +nk +"} +(8,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +rz +Ve +EK +EK +EK +nk +nk +"} +(9,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Ve +Ve +rz +Ve +Ve +Ve +Ve +nk +nk +"} +(10,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +Li +Ex +Ex +Ul +kC +kC +kC +kC +kC +lS +"} +(11,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +re +pc +LY +yd +Ex +Ex +Ex +ZU +Ve +"} +(12,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(13,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Ve +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(14,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +nk +nk +nk +nk +PB +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(15,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +Tj +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(16,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(17,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(18,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(19,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(20,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(21,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +vK +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(22,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +nk +nk +nk +nk +WI +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(23,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +Ve +Ve +Ve +Ve +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(24,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +Ve +iV +Te +ek +rz +nk +nk +nk +nk +nk +nk +nk +nk +"} +(25,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Bz +TS +Ve +is +Ex +Ve +nk +nk +nk +nk +nk +nk +"} +(26,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Xt +TS +Ve +og +Ex +Ve +nk +nk +nk +nk +nk +nk +"} +(27,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +Ve +Ve +oj +Ve +IR +mj +Ve +EK +EK +EK +EK +nk +nk +"} +(28,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +aN +qr +Ve +YH +ww +Ve +EK +EK +EK +EK +nk +nk +"} +(29,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +aN +aN +aN +qr +Ve +YH +BC +Ve +aN +aN +EK +EK +nk +nk +"} +(30,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +aN +aN +aN +aN +Ve +Pr +mj +Ve +aN +aN +aN +EK +nk +nk +"} +(31,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +aN +aN +wx +EN +EN +BM +NI +hv +EN +aN +aN +EK +EK +nk +nk +"} +(32,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +aN +aN +aN +EN +BM +NI +hv +EN +aN +nk +nk +nk +nk +nk +"} +(33,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +aN +aN +aN +aN +EN +EN +BM +NI +hv +EN +aN +nk +nk +nk +nk +nk +"} +(34,1,1) = {" +jf +vR +vR +vR +vR +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +EK +EK +aN +wx +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(35,1,1) = {" +TQ +TQ +TQ +TQ +vR +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +EK +SZ +SZ +wx +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(36,1,1) = {" +EK +EK +EK +TQ +vR +vR +vR +vR +vR +vR +vR +vR +vR +TQ +zW +WY +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +aN +aN +aN +EK +aN +aN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(37,1,1) = {" +EK +EK +EK +TQ +TQ +TQ +TQ +TQ +TQ +TQ +TQ +TQ +vR +Ip +VO +kD +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +aN +EK +aN +aN +aN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(38,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +zN +vR +TQ +SO +No +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +aN +aN +SZ +wx +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(39,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +MG +TQ +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +EK +aN +aN +aN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(40,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +qr +aN +nk +nk +nk +nk +nk +nk +nk +EK +EK +EK +aN +aN +wx +EN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(41,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +qr +aN +aN +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +aN +aN +aN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(42,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +EK +aN +aN +EK +EK +EK +EK +EK +EK +aN +aN +aN +aN +aN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(43,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +EK +aN +aN +EK +EK +EK +aN +aN +aN +wx +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(44,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +aN +aN +aN +aN +aN +aN +aN +wx +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(45,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +aN +aN +aN +aN +aN +aN +aN +aN +aN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +EN +nk +nk +nk +nk +nk +"} +(46,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +EK +EK +EK +EK +EK +EK +aN +aN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +aN +nk +nk +nk +nk +nk +"} +(47,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +EK +EK +EK +EK +EK +aN +aN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +BM +NI +hv +EN +aN +nk +nk +nk +nk +nk +"} +(48,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +EK +EK +EK +EK +EK +TQ +EK +aN +aN +aN +aN +aN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +EN +aN +BM +NI +hv +aN +aN +nk +nk +nk +nk +nk +"} +(49,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +EK +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +aN +aN +aN +EK +aN +aN +aN +EK +EN +EN +EN +EN +aN +TQ +GL +Zm +TQ +EK +nk +nk +nk +nk +nk +"} +(50,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +EK +nk +nk +nk +nk +nk +EK +EK +EK +EK +EK +EK +TQ +TQ +TQ +TQ +TQ +TQ +TQ +aN +EN +EN +EN +aN +TQ +Vj +ZO +TQ +EK +nk +nk +nk +nk +nk +"} +(51,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +TQ +TQ +nk +nk +nk +nk +nk +TQ +TQ +TQ +TQ +TQ +gi +TQ +mM +CW +hK +cc +PM +TQ +aN +aN +aN +EK +EK +TQ +Vj +hC +TQ +EK +nk +nk +nk +nk +nk +"} +(52,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +vR +vR +vR +nk +nk +Fm +Ey +Ey +GU +GU +GU +GU +GU +La +TQ +os +PM +Ph +PM +PM +TQ +EK +aN +TQ +TQ +TQ +TQ +RO +Zm +TQ +EK +nk +nk +nk +nk +nk +"} +(53,1,1) = {" +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +EK +TQ +TQ +PM +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +jc +TQ +hL +bb +kv +bb +bb +TQ +EK +EK +TQ +MX +HG +HG +oh +PM +TQ +EK +nk +nk +nk +nk +nk +"} +(54,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +jc +TQ +vE +vE +nT +vE +vE +TQ +TQ +TQ +TQ +vg +yZ +UG +gH +PM +TQ +EK +nk +nk +nk +nk +nk +"} +(55,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +Ti +GU +GU +GU +yL +cw +cw +cw +cw +qf +qf +oh +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(56,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +TQ +TQ +TQ +TQ +yg +Zs +ym +kA +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(57,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +TQ +uH +Tm +TQ +yg +TQ +TQ +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(58,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +TQ +do +Tm +TQ +yg +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(59,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +TQ +Ud +Tm +TQ +yg +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(60,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +TQ +zL +Tm +BG +JQ +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(61,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +JQ +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(62,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +JQ +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} +(63,1,1) = {" +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +pV +TQ +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_2.dmm new file mode 100644 index 0000000000000..9ba614bb78214 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_2.dmm @@ -0,0 +1,3933 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/north, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"ad" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"ar" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat, +/obj/item/clothing/head/utility/hardhat, +/turf/open/misc/asteroid, +/area/station/asteroid) +"az" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"bj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"cc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"ck" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"cA" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"dE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"em" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"ez" = ( +/obj/machinery/light/small/directional/west, +/turf/open/misc/asteroid, +/area/station/asteroid) +"fn" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_a"; + name = "secservicelower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"fw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"gc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"iV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"iY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"ji" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"jr" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"js" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"jP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron/stairs/old{ + dir = 8 + }, +/area/station/maintenance/central/greater) +"jR" = ( +/obj/structure/ladder, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"kw" = ( +/turf/closed/wall/rock/porous, +/area/station/asteroid) +"kE" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"kM" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"kP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"lM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"lO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"my" = ( +/obj/structure/rack, +/obj/item/shovel, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"ne" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"oj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"oD" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"qk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"qB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"qH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"rp" = ( +/obj/machinery/light/small/directional/east, +/turf/open/misc/asteroid, +/area/station/asteroid) +"rw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/south, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"ss" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"sB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"sL" = ( +/obj/structure/disposalpipe/segment, +/turf/template_noop, +/area/template_noop) +"tZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"uG" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"uR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"vT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"vZ" = ( +/obj/machinery/light/small/directional/north, +/turf/open/misc/asteroid, +/area/station/asteroid) +"wW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"xl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"xm" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"yr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"yK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"yR" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"zz" = ( +/turf/template_noop, +/area/template_noop) +"zQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"AC" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/open/floor/plating, +/area/station/asteroid) +"AJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"Be" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_b"; + name = "secservicelower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Bn" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Cn" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid, +/area/station/asteroid) +"CL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"DH" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_c"; + name = "secservicelower_attachment_c" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"DM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Ec" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"GP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Hq" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Id" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Io" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Jb" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"JF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/template_noop, +/area/template_noop) +"Ke" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Mk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"MS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Ng" = ( +/obj/structure/closet/crate/miningcar{ + desc = "A mining cart. This one doesn't work on rails, which is good because we never had rails to begin with."; + name = "mining cart" + }, +/obj/item/stack/ore/glass{ + amount = 15 + }, +/obj/item/stack/ore/iron{ + amount = 15 + }, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Ns" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Nu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"NU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"NW" = ( +/obj/item/storage/bag/ore, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Ph" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Pj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/reagent_containers/cup/glass/waterbottle/large/empty{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/item/reagent_containers/cup/glass/waterbottle/large{ + pixel_y = 11; + pixel_x = 6 + }, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"PN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Rw" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"SR" = ( +/obj/structure/cable, +/turf/closed/wall, +/area/station/maintenance/central/greater) +"SS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"SZ" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"Tt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Tx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Ua" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Us" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"VH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Wh" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/asteroid) +"Wn" = ( +/obj/item/shovel{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"Wz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Xl" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/corner, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/station/asteroid) +"YI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"YU" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Ze" = ( +/obj/effect/turf_decal/sand/plating, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/station/asteroid) + +(1,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +zz +zz +zz +zz +js +js +zz +zz +zz +zz +zz +zz +"} +(2,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +js +GP +zz +zz +zz +zz +zz +zz +"} +(3,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +js +rb +zz +zz +zz +zz +zz +zz +"} +(4,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +js +iV +zz +zz +zz +zz +zz +zz +"} +(5,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +js +lM +zz +zz +zz +zz +zz +zz +"} +(6,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +js +ss +js +az +az +az +zz +zz +"} +(7,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +js +ss +js +az +az +az +zz +zz +"} +(8,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +js +ss +js +az +az +az +zz +zz +"} +(9,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +js +js +js +ss +js +js +js +js +zz +zz +"} +(10,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +DH +GP +GP +kP +Ph +Ph +Ph +Ph +Ph +gc +"} +(11,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +js +SS +wW +ck +GP +GP +GP +GP +qB +js +"} +(12,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +js +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(13,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +js +js +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(14,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +zz +zz +zz +zz +GP +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(15,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +GP +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(16,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(17,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(18,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(19,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(20,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(21,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +GP +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(22,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +zz +zz +zz +zz +mi +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(23,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +js +js +ss +zz +zz +zz +zz +zz +zz +zz +zz +"} +(24,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +js +SS +zz +zz +zz +zz +zz +zz +zz +zz +"} +(25,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +js +yK +GP +js +zz +zz +zz +zz +zz +zz +"} +(26,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +js +YI +GP +js +zz +zz +zz +zz +zz +zz +"} +(27,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +js +PN +CL +js +az +az +az +az +zz +zz +"} +(28,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +js +yK +AJ +js +az +az +az +az +zz +zz +"} +(29,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +kM +kM +kM +az +az +az +kM +js +yK +Nu +js +az +az +az +az +zz +zz +"} +(30,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +kM +kM +kM +az +az +kM +js +dE +CL +js +az +az +az +az +zz +zz +"} +(31,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +kM +kM +kM +kM +kM +ez +sB +kM +kM +az +az +az +az +zz +zz +"} +(32,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +kM +kM +kM +kM +kM +sB +kM +Ns +az +zz +zz +zz +zz +zz +"} +(33,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +my +kM +kM +sB +kM +kM +az +zz +zz +zz +zz +zz +"} +(34,1,1) = {" +SR +cA +cA +cA +cA +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +Ng +kM +AC +zQ +kM +kM +az +zz +zz +zz +zz +zz +"} +(35,1,1) = {" +ne +ne +ne +ne +cA +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +Wh +kM +sB +kM +kM +kM +az +zz +zz +zz +zz +zz +"} +(36,1,1) = {" +az +az +az +ne +cA +cA +cA +cA +cA +cA +cA +cA +cA +ne +az +az +zz +zz +zz +zz +zz +zz +zz +az +az +Us +SZ +SZ +SZ +kM +az +az +az +az +az +az +az +kM +sB +kM +kM +az +az +zz +zz +zz +zz +zz +"} +(37,1,1) = {" +az +az +az +ne +ne +ne +ne +ne +ne +ne +ne +ne +cA +ne +az +az +zz +zz +zz +zz +zz +zz +zz +az +SZ +SZ +SZ +Wn +SZ +kM +az +kM +kM +kM +az +az +kw +kM +sB +kM +kM +az +az +zz +zz +zz +zz +zz +"} +(38,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +fn +cA +ne +az +az +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +kM +SZ +Us +kM +kM +kM +kM +az +az +kM +kM +sB +kM +az +az +az +zz +zz +zz +zz +zz +"} +(39,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +az +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +NW +Cn +kM +kM +kM +kM +kM +kM +kM +sB +kM +kw +az +az +zz +zz +zz +zz +zz +"} +(40,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +az +zz +zz +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +kM +kM +kM +kM +Xl +kE +kE +Rw +ji +kM +az +az +az +zz +zz +zz +zz +zz +"} +(41,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +az +az +zz +zz +zz +zz +zz +az +az +az +az +az +az +kM +kM +kM +kM +Xl +kE +Ze +kM +kM +kM +sB +kM +kM +az +az +zz +zz +zz +zz +zz +"} +(42,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +az +az +az +az +az +kw +az +az +kM +kM +kM +kM +kM +kM +kM +Xl +kE +Ze +kM +kM +kM +kw +kM +sB +kM +kM +az +az +zz +zz +zz +zz +zz +"} +(43,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +ne +ne +ne +kM +kM +kM +kM +kM +kM +kM +kM +Xl +kE +kE +kE +kE +Ze +kM +kM +kM +kM +az +az +kM +sB +kM +kM +az +az +zz +zz +zz +zz +zz +"} +(44,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +lO +qk +qH +vT +kE +kE +kE +kE +kE +kE +kE +kE +Ze +kM +kM +kM +kM +kM +kM +Ns +az +az +az +az +kM +sB +kM +kM +az +az +zz +zz +zz +zz +zz +"} +(45,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +xl +Tt +oj +xl +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +az +az +az +az +az +az +kM +kM +sB +kM +kM +kM +az +zz +zz +zz +zz +zz +"} +(46,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +ne +ne +ne +vZ +kM +kM +az +kM +kM +kM +kw +az +az +Wh +Wh +az +az +az +az +az +az +kM +kM +AC +zQ +kM +kM +kM +az +zz +zz +zz +zz +zz +"} +(47,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +kM +kM +kM +AC +zQ +kM +kM +kM +kM +az +zz +zz +zz +zz +zz +"} +(48,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +kM +kM +kM +kM +sB +kM +kM +az +kM +kM +az +zz +zz +zz +zz +zz +"} +(49,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +zz +zz +zz +zz +zz +az +az +az +az +az +az +az +az +az +az +az +az +az +az +az +kM +sB +kM +kM +az +kM +kM +az +zz +zz +zz +zz +zz +"} +(50,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +az +zz +zz +zz +zz +zz +az +az +az +az +az +az +ne +ne +ne +ne +ne +ne +ne +az +az +kM +sB +rp +ar +az +kM +kM +az +zz +zz +zz +zz +zz +"} +(51,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +ne +ne +zz +zz +zz +zz +zz +ne +ne +ne +ne +ne +Be +ne +Mk +yR +jR +Hq +Mk +ne +az +ne +xl +NU +ne +az +az +kM +kM +az +zz +zz +zz +zz +zz +"} +(52,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +cA +cA +cA +zz +zz +JF +sL +sL +em +em +em +em +em +Bn +ne +ad +Mk +bj +Mk +Mk +ne +az +ne +oj +Tx +ne +az +az +kM +kM +az +zz +zz +zz +zz +zz +"} +(53,1,1) = {" +az +az +az +az +az +az +az +az +az +az +az +ne +ne +Mk +ne +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +Ua +ne +Id +YU +Io +YU +YU +ne +az +ne +Wz +Tx +ne +az +az +kM +az +az +zz +zz +zz +zz +zz +"} +(54,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +Ua +ne +DM +DM +jP +DM +DM +ne +ne +ne +xl +uR +ne +az +az +az +az +az +zz +zz +zz +zz +zz +"} +(55,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +fw +em +em +em +Ke +uG +uG +uG +uG +VH +VH +cc +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(56,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ne +ne +ne +ne +xm +ab +rw +MS +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(57,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ne +iY +yr +ne +xm +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(58,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ne +Pj +yr +ne +xm +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(59,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ne +tZ +yr +ne +xm +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(60,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +ne +Jb +yr +Ec +oD +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(61,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +oD +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(62,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +oD +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} +(63,1,1) = {" +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +jr +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +zz +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_3.dmm new file mode 100644 index 0000000000000..3695915478abe --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_3.dmm @@ -0,0 +1,3742 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ap" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"aW" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"cw" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"cz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"ek" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"fs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"fL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"gt" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"gN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"gU" = ( +/obj/structure/ladder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"hb" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/cable/multilayer/multiz, +/obj/structure/sign/warning/electric_shock/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"hd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"hi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"hz" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"im" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/duct, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"iy" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"iP" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"jr" = ( +/turf/template_noop, +/area/station/maintenance/port/central) +"jX" = ( +/obj/structure/ladder, +/obj/machinery/light/small/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"kb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"lW" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_a"; + name = "secservicelower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"mh" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"mp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"nV" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_b"; + name = "secservicelower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"pq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"pN" = ( +/obj/structure/cable, +/turf/closed/wall, +/area/station/maintenance/central/greater) +"pW" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"pY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"qV" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"rj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"rm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"rv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"rU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"sx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"tj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = -9; + pixel_y = 12 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"tZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/north, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"uj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"wi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/east, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"wq" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"wy" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Water Access Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/janitor, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/duct, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"wA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"xB" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"xH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Tunnel Access Hatch" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/modular_map_connector, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"xZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"yp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"yC" = ( +/obj/structure/disposalpipe/segment, +/turf/template_noop, +/area/template_noop) +"zq" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/stairs/old{ + dir = 8 + }, +/area/station/maintenance/central/greater) +"DC" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/blobstart, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"DI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Eo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Fa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Fq" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"FZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Hc" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"He" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"Hl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"HW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plumbing/synthesizer{ + reagent_id = /datum/reagent/water + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"IO" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Ji" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"KU" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"La" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"LA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/generic_maintenance_landmark, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"LV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Ms" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Nn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"NC" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wideplating/dark{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"NE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/template_noop, +/area/template_noop) +"NH" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"PV" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"TD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"TT" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Ue" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"Ul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Vf" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/central/greater) +"VY" = ( +/turf/template_noop, +/area/template_noop) +"XE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"Yd" = ( +/obj/modular_map_root/tramstation{ + key = "secservicelower_attachment_c"; + name = "secservicelower_attachment_c" + }, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"Zg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/event_spawn, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) +"ZO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/port/central) + +(1,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +VY +VY +VY +VY +He +He +VY +VY +VY +VY +VY +VY +"} +(2,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +Ms +VY +VY +VY +VY +VY +VY +"} +(3,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +xB +VY +VY +VY +VY +VY +VY +"} +(4,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +XE +VY +VY +VY +VY +VY +VY +"} +(5,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +rv +VY +VY +VY +VY +VY +VY +"} +(6,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +TD +He +ek +ek +ek +VY +VY +"} +(7,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +TD +He +ek +ek +ek +VY +VY +"} +(8,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +TD +He +ek +ek +ek +VY +VY +"} +(9,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +He +He +TD +He +He +He +He +VY +VY +"} +(10,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +Yd +Ms +Ms +pq +FZ +FZ +FZ +FZ +FZ +xH +"} +(11,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +rj +hi +xZ +fL +Ul +kb +Ms +wi +He +"} +(12,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +ek +He +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(13,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +ek +ek +ek +He +He +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(14,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +VY +VY +VY +VY +Ms +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(15,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +Ms +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(16,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(17,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(18,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(19,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(20,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(21,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +jr +jr +jr +jr +jr +jr +VY +VY +VY +Ms +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(22,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +yp +Ji +rU +mp +wA +jr +jr +jr +jr +Ms +TD +VY +VY +VY +VY +VY +VY +VY +VY +"} +(23,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +Nn +Nn +Nn +aW +Nn +Zg +Nn +Nn +Nn +gN +VY +VY +VY +VY +VY +VY +VY +VY +"} +(24,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +Ms +Ms +Ms +Ms +La +Hl +uj +Ms +Ms +He +VY +VY +VY +VY +VY +VY +VY +VY +"} +(25,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +He +Ms +ZO +He +He +He +NH +NH +NH +NH +He +He +He +ek +ek +VY +VY +VY +VY +VY +VY +"} +(26,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +He +hd +ZO +He +ek +qV +qV +qV +qV +qV +qV +qV +ek +ek +ek +VY +VY +VY +VY +VY +VY +"} +(27,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +ek +ek +ek +ek +ek +He +LA +ZO +He +qV +qV +qV +qV +qV +qV +qV +qV +ek +ek +ek +ek +ek +ek +ek +VY +VY +"} +(28,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +He +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +ek +ek +qV +qV +ek +VY +VY +"} +(29,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +He +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +qV +qV +qV +qV +ek +VY +VY +"} +(30,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +He +ek +qV +qV +qV +qV +qV +ek +ek +qV +qV +qV +ek +ek +ek +ek +VY +VY +"} +(31,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +He +ek +qV +qV +qV +qV +ek +ek +qV +qV +qV +ek +ek +ek +ek +ek +VY +VY +"} +(32,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +He +ek +qV +qV +qV +qV +qV +ek +qV +qV +qV +ek +ek +VY +VY +VY +VY +VY +"} +(33,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +jr +jr +jr +jr +jr +jr +ZO +He +ek +qV +ek +qV +qV +qV +qV +qV +qV +qV +ek +ek +VY +VY +VY +VY +VY +"} +(34,1,1) = {" +pN +Ue +Ue +Ue +Ue +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +Ms +Eo +Nn +Nn +Nn +Nn +Nn +IO +He +ek +ek +ek +ek +qV +qV +qV +qV +qV +qV +ek +ek +VY +VY +VY +VY +VY +"} +(35,1,1) = {" +KU +KU +KU +KU +Ue +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +jr +ZO +He +He +He +He +He +He +He +ek +ek +ek +ek +ek +qV +qV +qV +qV +ek +ek +ek +VY +VY +VY +VY +VY +"} +(36,1,1) = {" +ek +ek +ek +KU +Ue +Ue +Ue +Ue +Ue +Ue +Ue +Ue +DC +KU +ek +ek +VY +VY +VY +VY +VY +VY +jr +ZO +He +ek +ek +ek +ek +ek +ek +ek +ek +ek +qV +qV +qV +qV +qV +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(37,1,1) = {" +ek +ek +ek +KU +KU +KU +KU +KU +KU +KU +KU +KU +Ue +KU +ek +ek +VY +VY +VY +VY +VY +VY +jr +ZO +He +ek +ek +ek +ek +ek +qV +ek +ek +ek +qV +qV +qV +qV +qV +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(38,1,1) = {" +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +lW +Ue +KU +ek +ek +VY +VY +VY +VY +VY +VY +jr +ZO +He +ek +ek +ek +ek +ek +qV +ek +qV +qV +qV +qV +qV +qV +qV +qV +ek +ek +ek +VY +VY +VY +VY +VY +"} +(39,1,1) = {" +ek +ek +ek +ek +ek +ek +ek +qV +ek +ek +ek +KU +Ue +KU +ek +ek +VY +VY +VY +VY +VY +VY +jr +ZO +He +ek +ek +ek +ek +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +ek +ek +VY +VY +VY +VY +VY +"} +(40,1,1) = {" +ek +ek +ek +ek +ek +ek +ek +qV +ek +ek +ek +KU +Ue +KU +He +He +jr +jr +VY +VY +VY +jr +jr +ZO +He +ek +ek +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +ek +VY +VY +VY +VY +VY +"} +(41,1,1) = {" +ek +qV +ek +ek +ek +ek +qV +qV +ek +ek +ek +KU +Ue +KU +Ji +LV +Ms +jr +jr +jr +jr +jr +Eo +ap +He +ek +ek +qV +qV +qV +qV +qV +qV +qV +ek +qV +qV +qV +qV +qV +qV +ek +ek +VY +VY +VY +VY +VY +"} +(42,1,1) = {" +ek +qV +qV +ek +ek +ek +qV +qV +ek +qV +qV +KU +TT +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +Nn +IO +He +He +ek +ek +ek +qV +qV +qV +qV +qV +ek +ek +qV +qV +qV +ek +ek +qV +ek +ek +VY +VY +VY +VY +VY +"} +(43,1,1) = {" +ek +ek +qV +ek +qV +qV +qV +qV +qV +qV +qV +KU +iy +KU +He +He +He +He +He +He +He +He +He +He +ek +ek +ek +qV +qV +qV +qV +ek +ek +ek +ek +ek +qV +qV +ek +ek +qV +qV +ek +VY +VY +VY +VY +VY +"} +(44,1,1) = {" +ek +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +KU +iy +KU +qV +qV +ek +qV +qV +qV +ek +ek +ek +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +qV +qV +qV +qV +ek +ek +qV +qV +ek +VY +VY +VY +VY +VY +"} +(45,1,1) = {" +ek +ek +qV +qV +qV +qV +qV +qV +qV +qV +qV +rm +iy +rm +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +ek +ek +qV +qV +ek +VY +VY +VY +VY +VY +"} +(46,1,1) = {" +ek +ek +qV +qV +qV +qV +qV +qV +qV +qV +qV +rm +iy +rm +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +ek +ek +qV +qV +ek +VY +VY +VY +VY +VY +"} +(47,1,1) = {" +ek +ek +qV +qV +qV +qV +qV +qV +qV +qV +qV +rm +iy +rm +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +qV +ek +qV +qV +qV +qV +qV +ek +ek +ek +qV +ek +VY +VY +VY +VY +VY +"} +(48,1,1) = {" +ek +qV +qV +qV +qV +qV +ek +qV +qV +qV +qV +rm +iy +rm +qV +qV +qV +qV +qV +qV +ek +qV +qV +qV +qV +qV +ek +ek +qV +qV +qV +qV +ek +ek +ek +qV +qV +qV +ek +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(49,1,1) = {" +ek +qV +qV +qV +qV +ek +ek +ek +qV +qV +qV +KU +iy +KU +qV +VY +VY +VY +VY +VY +ek +ek +qV +qV +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +qV +qV +qV +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(50,1,1) = {" +ek +ek +qV +ek +ek +ek +ek +ek +ek +qV +qV +KU +iy +KU +ek +VY +VY +VY +VY +VY +ek +ek +qV +ek +ek +ek +KU +KU +KU +KU +KU +KU +KU +ek +ek +ek +qV +qV +qV +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(51,1,1) = {" +ek +ek +ek +ek +ek +ek +ek +ek +qV +qV +qV +KU +iy +KU +KU +VY +VY +VY +VY +VY +KU +KU +KU +KU +KU +nV +KU +DI +hb +jX +Hc +DI +KU +ek +ek +qV +qV +qV +ek +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(52,1,1) = {" +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +KU +Vf +Fq +Fq +yC +yC +NE +VY +VY +pW +pW +pW +pW +pW +pW +KU +hz +DI +PV +DI +DI +KU +ek +qV +qV +qV +qV +ek +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(53,1,1) = {" +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +ek +KU +KU +DI +KU +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +pW +KU +NC +mh +iP +mh +mh +KU +ek +qV +qV +qV +ek +ek +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(54,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +pW +KU +wq +wq +zq +wq +wq +KU +KU +KU +KU +KU +KU +ek +ek +ek +ek +ek +VY +VY +VY +VY +VY +"} +(55,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +pW +pW +pW +pW +pW +pW +pW +pW +cw +Fa +pY +tZ +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(56,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +KU +KU +KU +KU +pW +cz +cz +cz +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(57,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +KU +HW +sx +KU +pW +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(58,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +KU +tj +sx +KU +pW +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(59,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +KU +fs +sx +KU +pW +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(60,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +KU +gU +sx +wy +gt +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(61,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +gt +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(62,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +gt +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} +(63,1,1) = {" +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +im +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +VY +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_1.dmm new file mode 100644 index 0000000000000..bd9b0cfb1085e --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_1.dmm @@ -0,0 +1,155 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"n" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"q" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/dice, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/contraband/narcotics, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"G" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) + +(1,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +"} +(2,1,1) = {" +q +q +q +q +t +t +t +t +t +q +q +"} +(3,1,1) = {" +q +q +q +G +t +p +a +B +n +q +q +"} +(4,1,1) = {" +q +q +q +G +u +b +s +b +t +q +q +"} +(5,1,1) = {" +q +q +q +G +G +G +A +B +t +q +q +"} +(6,1,1) = {" +q +q +q +q +q +G +G +X +t +q +q +"} +(7,1,1) = {" +q +q +q +q +q +q +G +G +G +q +q +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_2.dmm new file mode 100644 index 0000000000000..fe6839140ff5a --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_2.dmm @@ -0,0 +1,264 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/pen{ + pixel_x = -4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"e" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"n" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"q" = ( +/turf/template_noop, +/area/template_noop) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/clothing/suit/armor/vest/old, +/obj/item/clothing/suit/armor/vest/old{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/obj/effect/decal/cleanable/blood/old, +/obj/item/restraints/handcuffs{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/structure/sign/poster/official/do_not_question/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 2 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"I" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/bin, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/spawner/random/trash/food_packaging, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 6 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/obj/item/wirecutters{ + pixel_x = -3; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/station/maintenance/central/greater) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/clothing/head/helmet/old, +/obj/item/clothing/head/helmet/old{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"W" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) + +(1,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +"} +(2,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +"} +(3,1,1) = {" +I +O +K +I +v +F +c +L +n +q +q +"} +(4,1,1) = {" +I +S +K +e +W +Y +j +D +q +q +q +"} +(5,1,1) = {" +I +z +K +I +v +h +h +D +q +q +q +"} +(6,1,1) = {" +I +I +I +I +H +t +U +Q +q +q +q +"} +(7,1,1) = {" +a +a +a +I +I +I +I +I +q +q +q +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_3.dmm new file mode 100644 index 0000000000000..ebf1ce617ab07 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_a_3.dmm @@ -0,0 +1,170 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"n" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/structure/window/spawner/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"q" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mop_bucket/janitorialcart{ + dir = 8 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/toy, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"x" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/effect/spawner/random/entertainment/lighter, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"R" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/west, +/obj/structure/mirror/directional/east, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = 9; + pixel_y = -5 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) +"X" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/central/greater) + +(1,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +"} +(2,1,1) = {" +q +q +q +q +q +q +q +q +q +q +q +"} +(3,1,1) = {" +a +x +E +R +X +R +R +R +n +q +q +"} +(4,1,1) = {" +a +x +s +S +x +R +R +R +q +q +q +"} +(5,1,1) = {" +a +x +x +x +x +p +R +w +q +q +q +"} +(6,1,1) = {" +a +a +a +a +x +x +A +t +q +q +q +"} +(7,1,1) = {" +a +a +a +a +a +x +x +x +q +q +q +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_1.dmm new file mode 100644 index 0000000000000..e389075702300 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_1.dmm @@ -0,0 +1,99 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"o" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"t" = ( +/turf/template_noop, +/area/template_noop) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/mod/maint, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"T" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/bluespace_vendor/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) + +(1,1,1) = {" +t +t +t +t +t +t +"} +(2,1,1) = {" +a +a +a +a +a +a +"} +(3,1,1) = {" +w +U +Q +u +C +a +"} +(4,1,1) = {" +T +Z +Z +Z +Z +a +"} +(5,1,1) = {" +Z +Z +Z +Z +Z +o +"} +(6,1,1) = {" +t +t +t +t +t +t +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_2.dmm new file mode 100644 index 0000000000000..f1bcfeb05c8b6 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_2.dmm @@ -0,0 +1,116 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/head/utility/hardhat, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/effect/spawner/random/entertainment/cigar, +/obj/effect/spawner/random/entertainment/cigar, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"o" = ( +/obj/modular_map_connector, +/turf/closed/wall, +/area/station/maintenance/port/central) +"p" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"t" = ( +/turf/template_noop, +/area/template_noop) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Storage Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Storage Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/entertainment/dice, +/obj/effect/spawner/random/entertainment/deck, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/costume, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) + +(1,1,1) = {" +p +p +p +p +p +p +"} +(2,1,1) = {" +p +G +x +a +a +p +"} +(3,1,1) = {" +p +p +p +g +a +p +"} +(4,1,1) = {" +p +i +C +a +a +p +"} +(5,1,1) = {" +t +t +t +t +O +o +"} +(6,1,1) = {" +t +t +t +t +t +t +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_3.dmm new file mode 100644 index 0000000000000..70b283e0be672 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_b_3.dmm @@ -0,0 +1,103 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"o" = ( +/obj/modular_map_connector, +/turf/closed/wall, +/area/station/maintenance/port/central) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"t" = ( +/turf/template_noop, +/area/template_noop) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/mod/maint, +/obj/effect/spawner/random/engineering/vending_restock, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) + +(1,1,1) = {" +a +a +a +a +a +a +"} +(2,1,1) = {" +S +i +a +H +B +a +"} +(3,1,1) = {" +u +i +p +i +i +a +"} +(4,1,1) = {" +X +i +a +i +i +a +"} +(5,1,1) = {" +t +t +t +t +p +o +"} +(6,1,1) = {" +t +t +t +t +t +t +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_1.dmm new file mode 100644 index 0000000000000..482c006532adb --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_1.dmm @@ -0,0 +1,281 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_y = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"l" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"q" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"r" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"z" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/pen{ + pixel_y = 7; + pixel_x = -6 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Q" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) + +(1,1,1) = {" +a +a +a +a +a +a +a +a +a +a +a +r +"} +(2,1,1) = {" +a +a +a +a +a +a +z +z +z +z +z +r +"} +(3,1,1) = {" +a +a +a +a +a +a +z +b +V +f +f +r +"} +(4,1,1) = {" +a +a +a +a +a +a +z +J +f +f +s +q +"} +(5,1,1) = {" +a +a +a +a +a +a +z +x +f +f +O +q +"} +(6,1,1) = {" +a +a +a +z +z +z +z +f +A +f +g +q +"} +(7,1,1) = {" +a +a +a +z +w +f +z +f +f +f +f +r +"} +(8,1,1) = {" +a +a +a +z +C +f +Q +f +f +r +r +r +"} +(9,1,1) = {" +a +a +a +z +U +f +z +f +f +l +r +r +"} +(10,1,1) = {" +a +a +a +z +z +z +z +z +z +r +r +r +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +a +r +r +r +"} +(12,1,1) = {" +a +a +a +a +a +a +a +a +r +r +r +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_2.dmm new file mode 100644 index 0000000000000..cb12e658a1ab6 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_2.dmm @@ -0,0 +1,321 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"d" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/obj/effect/spawner/random/entertainment/dice, +/obj/effect/spawner/random/entertainment/money_small, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"l" = ( +/obj/modular_map_connector, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/east, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"o" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"q" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) +"r" = ( +/turf/template_noop, +/area/template_noop) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank/large, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/food_or_drink/seed_rare, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/blobstart, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/engineering/material, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/item/relic, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"K" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/preopen{ + id = "tomatotown" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/west{ + id = "tomatotown"; + name = "Blast Door Toggle" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/yellow/warning{ + dir = 1 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) + +(1,1,1) = {" +r +r +r +q +q +q +q +q +r +r +r +r +"} +(2,1,1) = {" +r +r +r +q +G +a +a +q +r +q +q +r +"} +(3,1,1) = {" +r +r +r +q +D +a +a +q +r +q +S +a +"} +(4,1,1) = {" +r +r +q +q +q +q +o +q +q +q +m +a +"} +(5,1,1) = {" +r +r +q +a +a +M +x +K +N +a +a +a +"} +(6,1,1) = {" +r +r +q +a +a +a +x +K +N +a +a +a +"} +(7,1,1) = {" +q +q +q +a +q +q +o +q +q +b +g +Z +"} +(8,1,1) = {" +q +X +q +a +q +a +a +q +n +a +a +a +"} +(9,1,1) = {" +q +y +d +a +q +I +I +q +I +l +r +r +"} +(10,1,1) = {" +q +s +q +z +q +J +t +q +L +a +r +r +"} +(11,1,1) = {" +q +q +q +q +q +q +q +q +q +q +r +r +"} +(12,1,1) = {" +r +r +r +r +r +r +r +r +r +r +r +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_3.dmm new file mode 100644 index 0000000000000..0bc463af504fa --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/secservicelower_attachment_c_3.dmm @@ -0,0 +1,269 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/flashlight, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"g" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/asteroid) +"j" = ( +/obj/structure/rack, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/storage/bag/ore, +/turf/open/misc/asteroid, +/area/station/asteroid) +"l" = ( +/obj/modular_map_connector, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/miner/unlocked, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"r" = ( +/turf/template_noop, +/area/template_noop) +"w" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"A" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"C" = ( +/obj/item/t_scanner/adv_mining_scanner/lesser, +/turf/open/misc/asteroid, +/area/station/asteroid) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"H" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"J" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/port/central) +"Q" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"S" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"T" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"V" = ( +/obj/machinery/light/small/directional/south, +/turf/open/misc/asteroid, +/area/station/asteroid) +"W" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/port/central) +"Y" = ( +/turf/closed/wall, +/area/station/maintenance/port/central) + +(1,1,1) = {" +a +a +a +a +a +J +J +J +a +a +a +r +"} +(2,1,1) = {" +a +a +J +J +J +J +w +J +J +a +a +r +"} +(3,1,1) = {" +a +J +J +J +J +w +A +w +J +J +a +r +"} +(4,1,1) = {" +a +J +J +C +w +A +A +T +J +J +a +r +"} +(5,1,1) = {" +J +J +J +J +J +J +J +a +a +a +a +r +"} +(6,1,1) = {" +S +J +J +J +J +a +a +a +a +a +a +r +"} +(7,1,1) = {" +a +j +J +J +J +Y +Y +Y +Y +Y +a +r +"} +(8,1,1) = {" +a +g +J +J +V +Y +H +D +D +r +r +r +"} +(9,1,1) = {" +a +g +J +J +Q +W +H +U +M +l +r +r +"} +(10,1,1) = {" +a +a +J +J +a +Y +H +M +M +r +r +r +"} +(11,1,1) = {" +a +a +J +a +a +Y +n +b +M +r +r +r +"} +(12,1,1) = {" +a +a +J +a +a +Y +Y +Y +r +r +r +r +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_1.dmm new file mode 100644 index 0000000000000..cc4cbdcdd9677 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_1.dmm @@ -0,0 +1,1476 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"d" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"e" = ( +/obj/item/mop{ + pixel_x = -1; + pixel_y = -30 + }, +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"g" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"h" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/stairs/old, +/area/station/maintenance/starboard/greater) +"i" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"k" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"l" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"m" = ( +/obj/item/stack/cable_coil, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Custodial Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"o" = ( +/obj/item/assembly/mousetrap/armed, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"p" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/decoration/paint, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/gloves, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"s" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"t" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"u" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"w" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/layer1, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"x" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"y" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/soap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"A" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"F" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/structure/mirror/directional/north, +/obj/item/reagent_containers/cup/bucket{ + pixel_x = -10; + pixel_y = 18 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"J" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"K" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"M" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"O" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"R" = ( +/obj/modular_map_root/tramstation{ + key = "servicecargolower_attachment_b"; + name = "servicecargolower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"T" = ( +/obj/modular_map_root/tramstation{ + key = "servicecargolower_attachment_a"; + name = "servicecargolower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"U" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/clothing/wardrobe_closet, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"W" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/layer1, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"Z" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +y +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(2,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +j +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(3,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +j +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(4,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +F +A +K +K +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(5,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +v +A +A +A +A +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(6,1,1) = {" +Z +a +a +a +a +a +K +K +K +K +K +A +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(7,1,1) = {" +a +a +a +a +a +a +a +a +a +a +T +A +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(8,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(10,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(12,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(13,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +L +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +u +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(16,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +f +K +K +K +Z +Z +Z +Z +Z +Z +Z +Z +"} +(17,1,1) = {" +a +a +a +a +a +a +a +K +K +K +K +A +j +e +G +K +Z +Z +Z +Z +Z +Z +Z +Z +"} +(18,1,1) = {" +a +a +a +a +a +a +a +K +j +l +g +A +j +K +D +K +Z +Z +Z +Z +Z +Z +Z +Z +"} +(19,1,1) = {" +a +a +a +a +a +a +a +K +s +l +g +A +j +K +n +K +K +Z +Z +Z +Z +Z +Z +Z +"} +(20,1,1) = {" +a +a +a +a +a +a +a +K +i +x +h +k +Y +K +j +z +K +Z +Z +Z +Z +Z +Z +Z +"} +(21,1,1) = {" +a +a +a +a +a +a +a +K +O +o +g +A +j +K +j +V +K +Z +Z +Z +Z +Z +Z +Z +"} +(22,1,1) = {" +a +a +a +a +a +a +a +K +j +l +g +E +j +S +j +j +K +Z +Z +Z +Z +Z +Z +Z +"} +(23,1,1) = {" +a +a +a +a +a +J +K +K +K +K +K +E +j +K +K +K +K +Z +Z +Z +Z +Z +Z +Z +"} +(24,1,1) = {" +a +a +a +a +J +W +K +B +M +K +j +E +K +K +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(25,1,1) = {" +a +a +a +J +J +t +w +X +d +p +N +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(26,1,1) = {" +a +a +a +J +J +t +K +c +C +K +r +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(27,1,1) = {" +a +a +a +J +t +t +K +K +K +K +j +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(28,1,1) = {" +a +J +J +J +t +J +J +J +J +K +Q +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(29,1,1) = {" +m +t +t +t +t +J +J +J +J +K +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(30,1,1) = {" +J +t +J +J +J +a +a +J +J +J +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(31,1,1) = {" +t +t +J +J +a +a +a +J +a +J +K +b +R +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(32,1,1) = {" +J +J +a +J +a +a +a +a +a +J +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(33,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(34,1,1) = {" +a +a +a +Z +Z +Z +Z +Z +a +a +K +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(35,1,1) = {" +a +a +a +Z +Z +Z +Z +Z +a +a +K +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(36,1,1) = {" +a +a +a +Z +Z +Z +Z +Z +a +a +K +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(37,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(38,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +Z +Z +a +a +a +Z +Z +"} +(39,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +Z +Z +K +K +K +a +Z +"} +(40,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +b +b +Z +Z +Z +Z +Z +U +q +K +a +Z +"} +(41,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +H +H +K +a +Z +"} +(42,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +b +j +j +j +j +j +j +K +K +Z +"} +(43,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +P +j +j +Z +"} +(44,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_2.dmm new file mode 100644 index 0000000000000..df7d703de1557 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_2.dmm @@ -0,0 +1,1547 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bj" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"bs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/toolbox, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"cD" = ( +/obj/item/assembly/mousetrap/armed, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"cL" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"cV" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"dN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"eB" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"eQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"fX" = ( +/turf/template_noop, +/area/template_noop) +"gt" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"gN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "freevbucks4u" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"hD" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/poddoor/preopen{ + id = "freevbucks4u" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"ja" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"jk" = ( +/obj/structure/falsewall, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"jJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"jK" = ( +/turf/template_noop, +/area/station/maintenance/starboard/greater) +"jP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"kS" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"le" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"lp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/layer1, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"mq" = ( +/obj/item/stack/ore/iron, +/turf/open/misc/asteroid, +/area/station/asteroid) +"nb" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"ob" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"om" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"oV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/west{ + id = "freevbucks4u"; + name = "Blast Door Toggle" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"pJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/decoration/ornament, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"rw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"sj" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"tx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/material_cheap, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/maintenance/four, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"uK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"vZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"wx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door/directional/east{ + name = "Blast Door Toggle"; + id = "freevbucks4u" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"wF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"xv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/bin, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Ag" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Al" = ( +/obj/modular_map_root/tramstation{ + key = "servicecargolower_attachment_a"; + name = "servicecargolower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"Br" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"Cn" = ( +/obj/item/stack/cable_coil, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Ex" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"EZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Fo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Gg" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/stairs/old, +/area/station/maintenance/starboard/greater) +"GQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"Hb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"Hy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"HQ" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"Ip" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"JH" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"LD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"LM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"MG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"NJ" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"NN" = ( +/obj/modular_map_root/tramstation{ + key = "servicecargolower_attachment_b"; + name = "servicecargolower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"Pe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/five, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"PC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"QZ" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/asteroid) +"Rk" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"RQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"ST" = ( +/obj/item/stack/ore/glass, +/obj/item/relic, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"Ui" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Uj" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/layer1, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"UB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"VQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Xg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"XB" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"YP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) + +(1,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +cL +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(2,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +VQ +Ip +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(3,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +VQ +Ip +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(4,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +jP +Ip +sj +sj +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(5,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +le +Ip +Ip +Ip +Ip +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(6,1,1) = {" +fX +Rk +Rk +Rk +Rk +Rk +sj +sj +sj +sj +sj +Ip +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(7,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Al +Ip +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(8,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +sj +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(9,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +LM +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(10,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +Ex +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(11,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +hD +dN +sj +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(12,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +VQ +oV +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(13,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +VQ +VQ +sj +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} +(14,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +VQ +VQ +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(15,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +VQ +VQ +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(16,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +Ip +dN +bs +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(17,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +sj +sj +sj +Ip +NJ +LD +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(18,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +VQ +gt +eB +Ip +dN +tx +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(19,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +nb +gt +eB +Ip +VQ +VQ +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(20,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +om +JH +Gg +Br +GQ +MG +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(21,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +HQ +cD +eB +Ip +VQ +Ui +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(22,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +RQ +gt +eB +uK +VQ +wx +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(23,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +Rk +sj +sj +sj +sj +gN +dN +sj +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(24,1,1) = {" +Rk +Rk +Rk +Rk +cV +cV +Rk +Rk +Rk +sj +EZ +uK +VQ +Xg +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(25,1,1) = {" +Rk +Rk +Rk +cV +cV +cV +sj +sj +sj +sj +vZ +UB +VQ +VQ +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(26,1,1) = {" +Rk +Rk +Rk +cV +cV +cV +sj +ob +Fo +sj +Hy +UB +VQ +sj +sj +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(27,1,1) = {" +Rk +Rk +Rk +cV +ja +ja +Uj +lp +eQ +XB +Hb +UB +sj +sj +Rk +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(28,1,1) = {" +Rk +cV +cV +cV +ja +cV +sj +PC +GQ +sj +VQ +UB +sj +Rk +Rk +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(29,1,1) = {" +Cn +ja +ja +ja +ja +cV +sj +sj +sj +sj +sj +UB +sj +Rk +Rk +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(30,1,1) = {" +cV +ja +cV +cV +cV +Rk +sj +wF +VQ +xv +sj +UB +sj +Rk +Rk +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(31,1,1) = {" +ja +ja +cV +cV +Rk +Rk +sj +VQ +VQ +pJ +dN +UB +NN +Rk +Rk +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(32,1,1) = {" +cV +cV +Rk +cV +Rk +Rk +sj +VQ +Ag +jJ +dN +UB +sj +Rk +Rk +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(33,1,1) = {" +Rk +Rk +Rk +Rk +Rk +Rk +sj +YP +VQ +VQ +rw +UB +sj +Rk +Rk +Rk +Rk +fX +fX +fX +fX +fX +fX +fX +"} +(34,1,1) = {" +Rk +Rk +Rk +fX +fX +fX +jK +jK +sj +sj +sj +UB +fX +fX +fX +fX +fX +fX +fX +kS +Rk +fX +fX +fX +"} +(35,1,1) = {" +Rk +Rk +Rk +fX +fX +fX +fX +fX +Rk +Rk +sj +UB +fX +fX +fX +fX +fX +fX +fX +ST +mq +fX +fX +fX +"} +(36,1,1) = {" +Rk +Rk +Rk +fX +fX +fX +fX +fX +Rk +Rk +sj +UB +fX +fX +fX +fX +fX +fX +fX +bj +bj +fX +fX +fX +"} +(37,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +UB +fX +fX +fX +fX +fX +fX +fX +bj +Rk +fX +fX +fX +"} +(38,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +UB +fX +fX +fX +fX +fX +fX +fX +QZ +Rk +Rk +fX +fX +"} +(39,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +UB +fX +fX +fX +fX +fX +fX +fX +QZ +QZ +Rk +Rk +fX +"} +(40,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +UB +UB +UB +fX +fX +fX +fX +fX +jk +sj +sj +Rk +fX +"} +(41,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +UB +fX +fX +fX +fX +fX +Pe +VQ +sj +Rk +fX +"} +(42,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +UB +UB +VQ +VQ +VQ +VQ +VQ +VQ +sj +sj +fX +"} +(43,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +UB +fX +fX +fX +fX +fX +VQ +VQ +VQ +fX +"} +(44,1,1) = {" +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_3.dmm new file mode 100644 index 0000000000000..12357ca0a2f8f --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_3.dmm @@ -0,0 +1,1387 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/multilayer/connected, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"d" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"g" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"h" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/stairs/old, +/area/station/maintenance/starboard/greater) +"i" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/ladder, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"k" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"l" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"m" = ( +/obj/item/stack/cable_coil, +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"o" = ( +/obj/item/assembly/mousetrap/armed, +/obj/structure/railing, +/obj/effect/turf_decal/siding/wideplating/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"p" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/warning/vacuum/external/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"s" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/atmospherics/pipe/multiz/scrubbers/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/multiz/supply/hidden/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"t" = ( +/obj/effect/turf_decal/sand/plating, +/obj/structure/cable/layer1, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"w" = ( +/obj/machinery/door/airlock/external{ + name = "External Access" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/layer1, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"x" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"y" = ( +/obj/modular_map_connector, +/turf/template_noop, +/area/template_noop) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"A" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"E" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"J" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"K" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"M" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"O" = ( +/obj/structure/cable/multilayer/multiz, +/obj/effect/turf_decal/stripes/end, +/obj/structure/sign/warning/electric_shock/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"R" = ( +/obj/modular_map_root/tramstation{ + key = "servicecargolower_attachment_b"; + name = "servicecargolower_attachment_b" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"T" = ( +/obj/modular_map_root/tramstation{ + key = "servicecargolower_attachment_a"; + name = "servicecargolower_attachment_a" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"V" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"W" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/airless, +/area/station/asteroid) +"X" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/layer1, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/starboard/greater) +"Z" = ( +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +y +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(2,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +j +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(3,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +j +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(4,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +j +A +K +K +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(5,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +z +A +A +A +A +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(6,1,1) = {" +Z +a +a +a +a +a +K +K +K +K +K +A +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(7,1,1) = {" +a +a +a +a +a +a +a +a +a +a +T +A +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(8,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(10,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(11,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(12,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(13,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} +(14,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(15,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(16,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +A +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(17,1,1) = {" +a +a +a +a +a +a +a +K +K +K +K +A +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(18,1,1) = {" +a +a +a +a +a +a +a +K +V +l +g +A +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(19,1,1) = {" +a +a +a +a +a +a +a +K +s +l +g +A +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(20,1,1) = {" +a +a +a +a +a +a +a +K +i +x +h +k +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(21,1,1) = {" +a +a +a +a +a +a +a +K +O +o +g +A +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(22,1,1) = {" +a +a +a +a +a +a +a +K +j +l +g +E +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(23,1,1) = {" +a +a +a +a +a +J +K +K +K +K +K +E +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(24,1,1) = {" +a +a +a +a +J +W +K +B +M +K +j +E +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(25,1,1) = {" +a +a +a +J +J +t +w +X +d +p +N +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(26,1,1) = {" +a +a +a +J +J +t +K +c +C +K +r +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(27,1,1) = {" +a +a +a +J +t +t +K +K +K +K +H +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(28,1,1) = {" +a +J +J +J +t +J +J +J +J +K +f +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(29,1,1) = {" +m +t +t +t +t +J +J +J +J +K +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(30,1,1) = {" +J +t +J +J +J +a +a +J +J +J +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(31,1,1) = {" +t +t +J +J +a +a +a +J +a +J +K +b +R +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(32,1,1) = {" +J +J +a +J +a +a +a +a +a +J +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(33,1,1) = {" +a +a +a +a +a +a +a +a +a +a +K +b +K +a +a +a +a +Z +Z +Z +Z +Z +Z +Z +"} +(34,1,1) = {" +a +a +a +Z +Z +Z +Z +Z +a +a +K +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(35,1,1) = {" +a +a +a +Z +Z +Z +Z +Z +a +a +K +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(36,1,1) = {" +a +a +a +Z +Z +Z +Z +Z +a +a +K +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(37,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +Z +Z +a +a +Z +Z +Z +"} +(38,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +Z +Z +a +a +a +Z +Z +"} +(39,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +Z +Z +a +a +a +a +Z +"} +(40,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +b +b +Z +Z +Z +Z +Z +K +K +K +a +Z +"} +(41,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +j +j +K +a +Z +"} +(42,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +P +b +j +j +j +j +j +j +K +K +Z +"} +(43,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +b +Z +Z +Z +Z +Z +j +j +j +Z +"} +(44,1,1) = {" +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +Z +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_1.dmm new file mode 100644 index 0000000000000..68616ac887f5e --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_1.dmm @@ -0,0 +1,346 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 3; + pixel_x = 1 + }, +/obj/item/reagent_containers/cup/glass/bottle/beer{ + pixel_y = 13; + pixel_x = 9 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"e" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/south, +/obj/structure/closet, +/obj/effect/spawner/random/mod/maint, +/obj/effect/spawner/random/maintenance/three, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"g" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"j" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/light/small/directional/north, +/obj/item/reagent_containers/cup/glass/bottle/moonshine{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"m" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/money_small, +/obj/effect/spawner/random/entertainment/money_medium, +/obj/item/reagent_containers/cup/glass/bottle/beer/almost_empty{ + pixel_y = 15; + pixel_x = -9 + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"n" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/trash/janitor_supplies, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"p" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"q" = ( +/obj/effect/spawner/random/trash/graffiti, +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"r" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"s" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/cigbutt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"v" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"x" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/deck, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/entertainment/dice, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/hobo_squat, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"F" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Da Clubbe" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"G" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/entertainment/drugs, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"H" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/effect/spawner/random/food_or_drink/booze, +/obj/effect/spawner/random/food_or_drink/booze, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"J" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/obj/machinery/light/small/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"L" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/garbage, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"N" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"O" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"S" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/south, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"V" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash/moisture_trap, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) + +(1,1,1) = {" +a +a +a +r +r +e +e +e +e +e +e +"} +(2,1,1) = {" +a +a +a +r +S +b +A +g +r +Q +e +"} +(3,1,1) = {" +a +a +a +r +J +x +m +g +r +c +e +"} +(4,1,1) = {" +a +a +a +r +O +O +O +O +r +o +e +"} +(5,1,1) = {" +a +a +a +r +H +O +O +s +r +v +e +"} +(6,1,1) = {" +a +a +a +r +r +r +F +r +r +O +e +"} +(7,1,1) = {" +r +r +r +r +Z +f +O +O +V +O +e +"} +(8,1,1) = {" +r +n +O +L +O +O +O +O +L +N +e +"} +(9,1,1) = {" +r +j +O +q +O +O +O +O +V +O +e +"} +(10,1,1) = {" +r +W +W +r +p +r +r +r +r +M +e +"} +(11,1,1) = {" +r +B +G +r +t +r +a +a +r +O +e +"} +(12,1,1) = {" +r +r +r +r +r +r +e +e +e +e +e +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_2.dmm new file mode 100644 index 0000000000000..377197f95dedf --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_2.dmm @@ -0,0 +1,226 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"d" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"e" = ( +/turf/template_noop, +/area/template_noop) +"g" = ( +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"n" = ( +/turf/open/space/basic, +/area/station/asteroid) +"y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"G" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"L" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/atmospherics_portable, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"Q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"W" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/engineering/flashlight, +/obj/effect/spawner/random/engineering/tool, +/obj/effect/spawner/random/entertainment/coin, +/obj/effect/spawner/random/maintenance/two, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"X" = ( +/turf/open/misc/asteroid/airless, +/area/station/asteroid) +"Z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/five, +/obj/effect/spawner/random/entertainment/cigarette_pack, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) + +(1,1,1) = {" +a +a +a +a +a +e +e +e +e +e +e +"} +(2,1,1) = {" +a +X +n +a +a +a +a +a +L +Q +e +"} +(3,1,1) = {" +X +X +n +n +X +X +X +X +G +C +e +"} +(4,1,1) = {" +X +n +n +n +n +n +n +X +G +W +e +"} +(5,1,1) = {" +n +n +n +n +n +n +X +X +G +Z +e +"} +(6,1,1) = {" +n +n +n +n +n +n +n +a +L +e +e +"} +(7,1,1) = {" +a +n +n +n +n +X +X +a +a +e +e +"} +(8,1,1) = {" +n +n +n +n +X +L +L +L +L +e +e +"} +(9,1,1) = {" +n +n +n +n +n +L +M +M +M +e +e +"} +(10,1,1) = {" +X +n +n +n +X +L +y +y +y +e +e +"} +(11,1,1) = {" +a +n +n +n +a +L +d +C +C +g +e +"} +(12,1,1) = {" +a +a +a +a +a +L +e +e +e +e +e +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_3.dmm new file mode 100644 index 0000000000000..ed81e0577577e --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_a_3.dmm @@ -0,0 +1,301 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"c" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/bureaucracy/folder, +/obj/effect/spawner/random/bureaucracy/pen, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"e" = ( +/turf/template_noop, +/area/template_noop) +"f" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"i" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"j" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"k" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/clothing/beret_or_rabbitears, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"l" = ( +/obj/effect/decal/remains/xeno, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"m" = ( +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"p" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"q" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"r" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"t" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/engineering/tank, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"w" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"x" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/asteroid) +"y" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/station/maintenance/starboard/greater) +"z" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"A" = ( +/obj/structure/falsewall, +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"C" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance/three, +/obj/effect/spawner/random/engineering/tool, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"D" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance/four, +/obj/effect/spawner/random/engineering/material_cheap, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"I" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/engineering/canister, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"N" = ( +/obj/effect/turf_decal/sand, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"P" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Q" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"S" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"T" = ( +/obj/item/stack/sheet/bone{ + amount = 5 + }, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) +"Y" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Z" = ( +/obj/effect/spawner/random/trash/garbage, +/turf/open/misc/asteroid/dug, +/area/station/asteroid) + +(1,1,1) = {" +a +a +a +a +a +e +e +e +e +e +e +"} +(2,1,1) = {" +a +a +i +i +a +j +C +Y +P +Q +e +"} +(3,1,1) = {" +a +i +m +p +a +j +I +Y +P +e +e +"} +(4,1,1) = {" +a +m +Z +l +p +j +D +Y +z +e +e +"} +(5,1,1) = {" +a +i +p +T +x +j +S +j +j +e +e +"} +(6,1,1) = {" +a +i +i +m +i +j +o +r +y +e +e +"} +(7,1,1) = {" +a +a +i +i +i +j +S +j +j +e +e +"} +(8,1,1) = {" +a +a +a +i +i +j +k +c +P +e +e +"} +(9,1,1) = {" +a +a +j +j +A +j +w +P +P +e +e +"} +(10,1,1) = {" +a +a +j +t +N +j +P +P +P +e +e +"} +(11,1,1) = {" +a +a +j +q +P +f +P +P +P +f +e +"} +(12,1,1) = {" +j +j +j +j +j +j +e +e +e +e +e +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_1.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_1.dmm new file mode 100644 index 0000000000000..493979519a022 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_1.dmm @@ -0,0 +1,110 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"h" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"i" = ( +/obj/effect/decal/cleanable/dirt, +/obj/modular_map_connector, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/clothing/wardrobe_closet_colored, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"r" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/structure/steam_vent, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"A" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"B" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"J" = ( +/turf/template_noop, +/area/template_noop) +"M" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"R" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) + +(1,1,1) = {" +J +J +J +J +a +a +"} +(2,1,1) = {" +J +J +J +J +a +a +"} +(3,1,1) = {" +J +R +R +R +a +a +"} +(4,1,1) = {" +J +A +B +R +a +a +"} +(5,1,1) = {" +J +A +o +R +a +a +"} +(6,1,1) = {" +J +i +M +R +a +a +"} +(7,1,1) = {" +J +A +r +R +a +a +"} +(8,1,1) = {" +J +A +h +R +a +a +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_2.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_2.dmm new file mode 100644 index 0000000000000..1efe3b5c6d167 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_2.dmm @@ -0,0 +1,182 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Privacy Shutter"; + id = "supportourtroops" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"i" = ( +/obj/modular_map_connector, +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"o" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"p" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"q" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/spawner/random/entertainment/money_small, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Privacy Shutter"; + id = "supportourtroops" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"v" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"x" = ( +/turf/closed/wall, +/area/station/maintenance/starboard/greater) +"A" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"G" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"J" = ( +/turf/template_noop, +/area/template_noop) +"K" = ( +/obj/structure/rack, +/obj/effect/spawner/random/clothing/costume, +/obj/effect/spawner/random/clothing/beret_or_rabbitears, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"L" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance/eight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"O" = ( +/obj/machinery/button/door/directional/north{ + pixel_x = 9; + id = "supportourtroops"; + name = "Privacy Shutter Toggle" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Q" = ( +/obj/effect/spawner/random/engineering/tank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"R" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/effect/spawner/random/engineering/tool, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Privacy Shutter"; + id = "supportourtroops" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"T" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) +"Z" = ( +/obj/structure/table, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/machinery/door/window/left/directional/east, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Privacy Shutter"; + id = "supportourtroops" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/iron/smooth, +/area/station/maintenance/starboard/greater) + +(1,1,1) = {" +J +J +J +J +a +a +"} +(2,1,1) = {" +J +J +x +x +x +x +"} +(3,1,1) = {" +J +J +K +L +T +Q +"} +(4,1,1) = {" +J +J +o +o +o +o +"} +(5,1,1) = {" +J +J +O +G +o +o +"} +(6,1,1) = {" +J +i +q +Z +b +R +"} +(7,1,1) = {" +J +p +o +o +o +o +"} +(8,1,1) = {" +J +J +A +v +A +o +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_3.dmm b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_3.dmm new file mode 100644 index 0000000000000..06409ce21b489 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/maintenance_modules/servicecargolower_attachment_b_3.dmm @@ -0,0 +1,127 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"b" = ( +/turf/closed/wall/rust, +/area/station/maintenance/starboard/greater) +"d" = ( +/obj/item/relic, +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/greater) +"i" = ( +/obj/modular_map_root/tramstation{ + key = "servicecargolower_attachment_b"; + name = "servicecargolower_attachment_b" + }, +/obj/effect/turf_decal/sand/plating, +/obj/structure/girder, +/obj/item/stack/sheet/iron, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"k" = ( +/obj/structure/ore_box, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"n" = ( +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/greater) +"p" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/maintenance/starboard/greater) +"t" = ( +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"z" = ( +/obj/effect/turf_decal/sand/plating, +/obj/modular_map_connector, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) +"G" = ( +/turf/closed/wall/rock/porous, +/area/station/maintenance/starboard/greater) +"J" = ( +/turf/template_noop, +/area/template_noop) +"O" = ( +/obj/item/shovel, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"Q" = ( +/obj/item/stack/ore/glass, +/turf/open/misc/asteroid/dug, +/area/station/maintenance/starboard/greater) +"R" = ( +/obj/item/pickaxe, +/turf/open/misc/asteroid, +/area/station/maintenance/starboard/greater) +"W" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating, +/area/station/maintenance/starboard/greater) + +(1,1,1) = {" +J +J +J +J +a +a +"} +(2,1,1) = {" +J +J +J +J +a +a +"} +(3,1,1) = {" +J +G +p +t +p +p +"} +(4,1,1) = {" +J +J +O +R +t +p +"} +(5,1,1) = {" +z +t +t +t +n +t +"} +(6,1,1) = {" +W +i +t +n +d +n +"} +(7,1,1) = {" +J +b +t +t +Q +p +"} +(8,1,1) = {" +J +J +p +k +p +p +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/tramstation_magistrate_lawyer_office.dmm b/_maps/bandastation/automapper/templates/tramstation/tramstation_magistrate_lawyer_office.dmm new file mode 100644 index 0000000000000..f48e34f4a2919 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/tramstation_magistrate_lawyer_office.dmm @@ -0,0 +1,1097 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"az" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/courtroom) +"aU" = ( +/obj/structure/chair{ + name = "Judge"; + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ba" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"by" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/courtroom) +"bJ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"bM" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"bN" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/court, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"cn" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"cr" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"cK" = ( +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ec" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"en" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"ey" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 5 + }, +/obj/structure/sign/clock/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Courtroom Jury North" + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ff" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"gb" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/camera/directional/north{ + c_tag = "Civilian - Lawyer's Office" + }, +/obj/machinery/light/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"hc" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/effect/turf_decal/trimline/red/filled/corner, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ho" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"iy" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"iR" = ( +/obj/structure/chair{ + name = "Judge"; + dir = 4 + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/camera/directional/west{ + c_tag = "Civilian - Courtroom" + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ja" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ji" = ( +/obj/structure/table, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"kK" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"kL" = ( +/obj/structure/chair{ + name = "Prosecution"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ll" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"lr" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"lz" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 1 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"lQ" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 10 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ma" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"mB" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"mF" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/machinery/camera/directional/south{ + c_tag = "Civilian - Courtroom Jury South" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ng" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"oe" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"oi" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/fax{ + fax_name = "Magistrate's Office"; + name = "Magistrate's Fax Machine"; + pixel_y = 4 + }, +/obj/machinery/digital_clock/directional/south, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"oy" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/obj/machinery/light/directional/south, +/turf/open/floor/iron, +/area/station/security/courtroom) +"qs" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/machinery/button/door/directional/north{ + id = "law_office"; + name = "Privacy Shutters Control"; + req_access = list("lawyer") + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"ru" = ( +/obj/structure/table/wood, +/obj/machinery/door/window/brigdoor/left/directional/east{ + name = "Magistrate's Desk"; + req_access = list("magistrate") + }, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/stamp/magistrate, +/obj/item/pen/fountain{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"rH" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/security/courtroom) +"sv" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"sH" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/green/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ty" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/open/floor/iron, +/area/station/security/courtroom) +"tU" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/line, +/turf/open/floor/iron, +/area/station/security/courtroom) +"uc" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/random/engineering/tracking_beacon, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/event_spawn, +/turf/open/floor/iron, +/area/station/security/courtroom) +"ur" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"uV" = ( +/turf/closed/wall, +/area/station/security/courtroom) +"vb" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/neutral/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vp" = ( +/obj/structure/chair{ + name = "Judge"; + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"vt" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"vw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/station/security/courtroom) +"vM" = ( +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"wc" = ( +/obj/effect/landmark/navigate_destination/court, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"xr" = ( +/obj/structure/chair, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/structure/window/reinforced/spawner/directional/south, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"xs" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/noticeboard/directional/north, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"xD" = ( +/turf/closed/wall, +/area/station/service/lawoffice) +"xH" = ( +/obj/machinery/door/airlock/corporate{ + name = "Law Office" + }, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"xI" = ( +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"zg" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/security/courtroom) +"zY" = ( +/obj/machinery/door/airlock/security{ + name = "Courtroom Holding Area" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/dark, +/area/station/maintenance/central/greater) +"Ax" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced/spawner/directional/north, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/skull{ + desc = "Бедный Йорик..."; + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"AH" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"AI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"AO" = ( +/obj/machinery/door/airlock/corporate/glass{ + name = "Courtroom" + }, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"AP" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"AU" = ( +/obj/structure/rack, +/obj/item/storage/briefcase{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/briefcase/secure, +/obj/effect/turf_decal/trimline/green/filled/corner, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 9 + }, +/obj/machinery/light/directional/north, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/megaphone{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"Bp" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/station/security/courtroom) +"BP" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"Cb" = ( +/obj/machinery/door/window/brigdoor/left/directional/north{ + name = "Magistrate's Desk"; + req_access = list("magistrate") + }, +/obj/item/radio/intercom/command/directional/west, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"Cg" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"CN" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"DW" = ( +/obj/machinery/door/airlock/corporate{ + name = "Law Office" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"Ei" = ( +/obj/structure/filingcabinet/employment, +/obj/machinery/requests_console/directional/south{ + name = "Law Office Requests Console"; + department = "Law Office" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"ES" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 10 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"FW" = ( +/obj/machinery/requests_console/directional/south{ + name = "Magistrate's Office Request Console"; + department = "Magistrate's Office" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/machinery/light/directional/south, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"Hv" = ( +/turf/closed/wall, +/area/station/maintenance/central/greater) +"HD" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 8 + }, +/obj/structure/sign/clock/directional/west, +/turf/open/floor/iron, +/area/station/security/courtroom) +"HV" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/security/courtroom) +"Ir" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"Jv" = ( +/turf/open/floor/iron, +/area/station/security/courtroom) +"KG" = ( +/obj/structure/closet/secure_closet/lawyer, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/north, +/obj/item/clothing/glasses/sunglasses, +/obj/item/stamp/law, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"Ln" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"Me" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/turf/open/floor/iron, +/area/station/security/courtroom) +"My" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/structure/cable, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"NS" = ( +/obj/structure/chair{ + name = "Prosecution"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"Of" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/iron, +/area/station/security/courtroom) +"Og" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/trimline/green/filled/line, +/obj/effect/turf_decal/trimline/green/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"PN" = ( +/turf/template_noop, +/area/template_noop) +"QK" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/effect/landmark/start/assistant, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"Sl" = ( +/obj/structure/chair/comfy/corp{ + dir = 4 + }, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"Sw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/left/directional/north{ + name = "Law Office Delivery Chute" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"SX" = ( +/obj/machinery/conveyor_switch/oneway{ + name = "Shipment Delivery Chute Activator"; + pixel_x = 10; + id = "lawyerdropoff" + }, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"Tl" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"Tm" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"UB" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"UF" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"Wa" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"Wr" = ( +/obj/machinery/computer/prisoner/management{ + req_access = list("lawyer"); + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"WE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "law_office"; + dir = 4 + }, +/turf/open/floor/plating, +/area/station/service/lawoffice) +"XU" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) +"YC" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"YW" = ( +/obj/machinery/button/door/directional/east{ + id = "law_office"; + name = "Law Office Shutter Control"; + req_access = list("lawyer"); + pixel_x = -24 + }, +/turf/open/floor/carpet/black, +/area/station/service/lawoffice) +"Zs" = ( +/obj/machinery/airalarm/directional/north, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 9 + }, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) +"ZH" = ( +/obj/effect/landmark/start/lawyer, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) +"ZY" = ( +/obj/effect/turf_decal/trimline/blue/filled/corner, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/green/filled/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/security/courtroom) + +(1,1,1) = {" +Hv +Hv +Hv +zY +Hv +Hv +Hv +Hv +Hv +Hv +Hv +PN +PN +PN +PN +PN +"} +(2,1,1) = {" +Hv +Wa +rH +ZY +vp +iR +aU +cK +HD +ES +Hv +PN +PN +PN +PN +PN +"} +(3,1,1) = {" +Hv +xr +BP +xI +ur +ma +ty +cn +Jv +by +Hv +PN +PN +PN +PN +PN +"} +(4,1,1) = {" +Hv +AU +vM +Of +zg +az +HV +My +Tl +oy +Hv +Hv +Hv +Hv +Hv +Hv +"} +(5,1,1) = {" +Hv +Cg +ja +ec +Jv +uc +Jv +AH +NS +tU +xD +xs +Cb +YW +Wr +Hv +"} +(6,1,1) = {" +Hv +Og +sH +XU +Me +vb +UB +hc +kL +UF +xH +Ir +Ax +Sl +FW +Hv +"} +(7,1,1) = {" +Hv +vw +vw +vw +vw +bN +vw +vw +vw +vw +xD +CN +iy +ru +oi +Hv +"} +(8,1,1) = {" +Hv +Zs +QK +vt +cr +lz +vt +vt +cr +lQ +xD +gb +AI +ba +en +Hv +"} +(9,1,1) = {" +Hv +bJ +Ln +YC +Ln +wc +ho +AP +AP +lr +xD +qs +ll +ZH +Ei +Hv +"} +(10,1,1) = {" +Hv +ey +sv +bM +kK +Tm +ff +ng +ji +mF +xD +KG +mB +oe +SX +Sw +"} +(11,1,1) = {" +Hv +uV +uV +Bp +Bp +AO +Bp +Bp +uV +uV +xD +xD +DW +WE +xD +xD +"} diff --git a/_maps/bandastation/automapper/templates/tramstation/tramstation_ntr_blueshield_office.dmm b/_maps/bandastation/automapper/templates/tramstation/tramstation_ntr_blueshield_office.dmm new file mode 100644 index 0000000000000..12ca133541047 --- /dev/null +++ b/_maps/bandastation/automapper/templates/tramstation/tramstation_ntr_blueshield_office.dmm @@ -0,0 +1,2043 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"az" = ( +/obj/machinery/duct, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"aP" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/duct, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"aU" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ba" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"by" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"bJ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"bM" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"bN" = ( +/obj/structure/table/glass, +/obj/machinery/light/warm/directional/west, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"cn" = ( +/obj/structure/chair/pew/left{ + dir = 8 + }, +/obj/structure/window/spawner/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"cr" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 6 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"cK" = ( +/obj/structure/bed, +/obj/item/bedsheet/nanotrasen, +/obj/effect/landmark/start/blueshield, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"dl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ec" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/blue/filled/corner{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"en" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"ey" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"eA" = ( +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/structure/table/wood, +/obj/machinery/requests_console/directional/north{ + name = "Blueshield's Requests Console"; + department = "Blueshield's Office" + }, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"eN" = ( +/obj/structure/chair/pew{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"ff" = ( +/obj/machinery/washing_machine, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"fl" = ( +/obj/structure/aquarium/prefilled, +/obj/item/toy/figure/dsquad{ + pixel_x = -10; + pixel_y = 16 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"gb" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/east, +/obj/machinery/fax{ + fax_name = "Captain's Office"; + name = "Captain's Fax Machine" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"gk" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"gB" = ( +/obj/structure/table/wood, +/obj/item/cigarette/cigar/cohiba, +/obj/item/pen/blue, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"hc" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"hk" = ( +/obj/machinery/door/airlock/corporate{ + name = "Nanotrasen Representative's Quarters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"ho" = ( +/obj/structure/chair/comfy/corp, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/machinery/requests_console/directional/north{ + name = "Nanotrasen Representative's Requests Console"; + department = "Nanotrasen Representative's Office" + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"hQ" = ( +/obj/structure/closet/secure_closet/nanotrasen_representative, +/obj/item/clothing/accessory/medal/gold/ordom, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"iy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"iR" = ( +/obj/structure/chair/pew/right{ + dir = 4 + }, +/obj/structure/window/spawner/directional/north, +/obj/machinery/button/door/directional/west{ + id = "capsauna"; + name = "Windows Blast" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"ja" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate{ + id_tag = "blueshield_door"; + name = "Blueshield's Office" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/blueshield) +"ji" = ( +/obj/structure/curtain, +/obj/structure/window/reinforced/tinted/spawner/directional/north, +/obj/machinery/shower/directional/east{ + pixel_x = -9 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"jt" = ( +/obj/machinery/modular_computer/preset/command{ + dir = 4 + }, +/obj/structure/sign/clock/directional/west, +/obj/machinery/newscaster/directional/north, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"jV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"kd" = ( +/obj/effect/turf_decal/trimline/red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"kK" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"kL" = ( +/obj/structure/chair/pew/left{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"kZ" = ( +/obj/structure/mirror/directional/north{ + pixel_y = 35 + }, +/obj/structure/sink{ + pixel_y = 17 + }, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"lf" = ( +/obj/effect/landmark/start/captain, +/obj/structure/chair/office, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"ll" = ( +/obj/machinery/airalarm/directional/east, +/obj/machinery/camera/directional/east{ + c_tag = "Command - Captain's Office" + }, +/obj/structure/table/wood, +/obj/machinery/coffeemaker/impressa, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"lr" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"lz" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"lQ" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/machinery/keycard_auth/wall_mounted/directional/north{ + pixel_x = 26 + }, +/obj/machinery/status_display/ai/directional/north, +/obj/item/radio/intercom/command/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"ma" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Nanotrasen Representative's Office"; + name = "Nanotrasen Representative's Fax Machine" + }, +/obj/structure/sign/flag/nanotrasen/directional/north, +/obj/machinery/camera/directional/east{ + c_tag = "Nanotrasen Representative's Office" + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"mB" = ( +/obj/machinery/requests_console/directional/east{ + department = "Captain's Desk"; + name = "Captain's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"mF" = ( +/obj/machinery/duct, +/obj/machinery/light/directional/west, +/obj/machinery/door/window/right/directional/east, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"mO" = ( +/turf/closed/mineral/random/stationside/asteroid/porus, +/area/station/asteroid) +"mY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"mZ" = ( +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"ng" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"nq" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/obj/item/paper/fluff/gateway, +/obj/item/melee/chainofcommand, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/item/hand_tele, +/obj/structure/cable, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"nr" = ( +/obj/machinery/power/apc/auto_name/directional/south, +/obj/item/kirbyplants/organic/plant22, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"oe" = ( +/obj/structure/bed, +/obj/item/bedsheet/centcom, +/obj/machinery/light/small/directional/east, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"oi" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"om" = ( +/obj/machinery/airalarm/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"oy" = ( +/obj/structure/displaycase/captain{ + pixel_y = 5 + }, +/obj/machinery/status_display/evac/directional/north, +/obj/structure/secure_safe/directional/west, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"qs" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 8 + }, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"qG" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -4 + }, +/obj/item/camera{ + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"ra" = ( +/obj/machinery/door/window/right/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"rt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"ru" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"rH" = ( +/obj/machinery/door/airlock/corporate{ + name = "Blueshield's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"rK" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"rV" = ( +/obj/structure/window/reinforced/tinted/fulltile, +/obj/structure/hedge/opaque, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/nanotrasen_representative) +"su" = ( +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"sv" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"sH" = ( +/obj/structure/reagent_dispensers/plumbed, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"sR" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"ty" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain/private) +"tA" = ( +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"tM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"tU" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"tV" = ( +/obj/machinery/photocopier, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"uc" = ( +/obj/machinery/disposal/bin, +/obj/machinery/firealarm/directional/west{ + pixel_y = 5 + }, +/obj/structure/plaque/static_plaque/golden/captain{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/light_switch/directional/west{ + pixel_x = -23; + pixel_y = -8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"ur" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"uC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light/warm/directional/west, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"uN" = ( +/obj/machinery/status_display/ai/directional/north, +/obj/structure/bed{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"uV" = ( +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"uY" = ( +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/red/filled/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/red/filled/corner, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"vb" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"vg" = ( +/obj/structure/reagent_dispensers/wall/peppertank/directional/north, +/obj/machinery/suit_storage_unit/security, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"vp" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"vt" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 5 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"vw" = ( +/obj/structure/curtain/cloth/fancy/mechanical{ + icon_state = "bounty-open"; + icon_type = "bounty"; + id = "blueshield"; + name = "curtain" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/station/command/heads_quarters/blueshield) +"vM" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/blueshield) +"vS" = ( +/obj/effect/turf_decal/trimline/neutral/filled/corner{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"wc" = ( +/obj/machinery/button/door/directional/north{ + id = "ntr_door"; + pixel_x = 6; + name = "Door Control"; + req_access = list("nanotrasen_representative"); + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/machinery/button/door/directional/north{ + name = "Privacy Shutters Control"; + id = "ntr_privacy"; + pixel_x = -6; + req_access = list("nanotrasen_representative") + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"xr" = ( +/turf/open/misc/asteroid, +/area/station/asteroid) +"xs" = ( +/obj/machinery/door/window{ + name = "Captain's Desk"; + req_access = list("captain") + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"xy" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"xD" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"xE" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_y = 6 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"xH" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"xI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"xQ" = ( +/obj/structure/toilet{ + pixel_y = 13 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"xR" = ( +/obj/item/radio/intercom/command/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"ym" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"yo" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"yt" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/enlist/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"yQ" = ( +/obj/structure/chair/pew{ + dir = 4 + }, +/obj/effect/landmark/start/hangover, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"yZ" = ( +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"zf" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/iron/stairs{ + dir = 1 + }, +/area/station/command/heads_quarters/captain/private) +"zg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"zY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Ax" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"AH" = ( +/obj/machinery/holopad/secure, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"AI" = ( +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"AM" = ( +/obj/structure/sign/flag/nanotrasen/directional/north, +/turf/open/water, +/area/station/command/heads_quarters/captain/private) +"AO" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/item/storage/backpack/satchel/blueshield, +/obj/item/storage/backpack/duffelbag/blueshield, +/obj/item/storage/backpack/blueshield, +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"AP" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"AU" = ( +/obj/item/toy/plush/shark{ + name = "Ashley Night" + }, +/turf/open/water, +/area/station/command/heads_quarters/captain/private) +"Bp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"BC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"BP" = ( +/obj/modular_map_root/tramstation{ + name = "secbarupper"; + key = "secbarupper" + }, +/turf/open/floor/catwalk_floor, +/area/station/maintenance/department/security) +"BS" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/directional/north, +/obj/machinery/photocopier, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"Cb" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"Cg" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"Ci" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"Co" = ( +/obj/structure/dresser, +/obj/item/phone{ + desc = "Предположительно, это прямая линия с центральным командованием Нанотрейзен. Он даже не подключен."; + name = "красный телефон"; + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"CN" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/head/captain, +/obj/machinery/door/window{ + name = "Captain's Desk"; + req_access = list("captain") + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"Dt" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/folder/red{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/folder/blue, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 11 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"DV" = ( +/obj/structure/filingcabinet/employment{ + pixel_x = -10 + }, +/obj/structure/filingcabinet/medical, +/obj/structure/filingcabinet/security{ + pixel_x = 10 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"DW" = ( +/obj/machinery/light/warm/directional/east, +/turf/open/water, +/area/station/command/heads_quarters/captain/private) +"Ei" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/basic/pet/fox/renault, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"ES" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"EU" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"Ff" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"FK" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light/warm/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/radio/intercom/command/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"FW" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/light/warm/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"Gr" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"GH" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/duct, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"GK" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/camera/directional/west{ + c_tag = "Blueshield's Office" + }, +/obj/machinery/button/curtain{ + id = "blueshield"; + pixel_x = -24; + pixel_y = 6; + name = "Privacy Curtains"; + req_access = list("blueshield") + }, +/obj/machinery/button/door/directional/west{ + pixel_y = -6; + id = "blueshield_door"; + name = "Door Control"; + req_access = list("blueshield"); + specialfunctions = 4; + normaldoorcontrol = 1 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"Hd" = ( +/obj/machinery/status_display/ai/directional/south, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/digital_clock/directional/east, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"Hv" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/nanotrasen_representative) +"HD" = ( +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"HV" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/captain{ + dir = 4 + }, +/obj/structure/sign/clock/directional/north, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 4 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Command - Captain's Quarters" + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"HY" = ( +/obj/structure/table, +/obj/structure/window/reinforced/tinted/spawner/directional/east, +/turf/open/floor/iron/freezer, +/area/station/command/heads_quarters/captain/private) +"Ir" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"Jv" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"KG" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sink/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"KR" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 4 + }, +/obj/structure/noticeboard/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"Ll" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/space_heater, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"Ln" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/door/airlock/corporate{ + name = "Nanotrasen Representative's Office"; + id_tag = "ntr_door" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/iron/dark/smooth_large, +/area/station/command/heads_quarters/nanotrasen_representative) +"LD" = ( +/obj/machinery/status_display/ai/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"Me" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/trimline/neutral/filled/line, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Mp" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"Mq" = ( +/obj/structure/cable, +/obj/machinery/light/warm/directional/south, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"Mx" = ( +/obj/machinery/suit_storage_unit/captain, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"My" = ( +/obj/structure/dresser, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"MG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"MR" = ( +/obj/effect/landmark/start/blueshield, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"MX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"NE" = ( +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"NL" = ( +/obj/machinery/vending/boozeomat, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"NP" = ( +/obj/machinery/duct, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"NS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"Of" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Og" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"Om" = ( +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"OE" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" + }, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"PN" = ( +/turf/template_noop, +/area/template_noop) +"Qh" = ( +/obj/structure/table/wood, +/obj/machinery/computer/records/medical/laptop, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"Qn" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"QK" = ( +/obj/structure/table/wood, +/obj/item/stamp/centcom{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/clipboard{ + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = 7 + }, +/obj/item/stamp/nanotrasen_representative{ + pixel_x = -4 + }, +/obj/item/pen/fountain{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) +"Sk" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"Sl" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"Sm" = ( +/obj/structure/dresser, +/obj/item/phone{ + desc = "Предположительно, это прямая линия с центральным командованием Нанотрейзен. Он даже не подключен."; + name = "красный телефон"; + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"Sw" = ( +/turf/closed/wall/r_wall, +/area/station/command/heads_quarters/captain) +"SP" = ( +/obj/item/reagent_containers/cup/bucket/wooden, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"SX" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/captain, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/command/heads_quarters/captain) +"SY" = ( +/obj/machinery/light/warm/directional/south, +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"Tg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"Th" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/airalarm/directional/north, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"Tl" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/wood, +/obj/item/storage/briefcase/secure{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/lockbox/medal, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"Tm" = ( +/obj/item/radio/intercom/command/directional/north, +/obj/machinery/light/warm/directional/north, +/obj/machinery/holopad, +/turf/open/floor/carpet/royalblue, +/area/station/command/heads_quarters/blueshield) +"TP" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"UB" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/structure/window/reinforced/spawner/directional/east, +/obj/machinery/light/warm/directional/north, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"UF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/light/warm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) +"Vk" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hallway - Upper Right Command"; + dir = 10 + }, +/obj/machinery/newscaster/directional/west, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Wa" = ( +/turf/closed/wall/r_wall, +/area/station/maintenance/department/security) +"Wr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/minisat/directional/south, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"WE" = ( +/turf/open/water, +/area/station/command/heads_quarters/captain/private) +"Xc" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/blue/filled/line, +/obj/effect/turf_decal/trimline/neutral/filled/warning, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Xp" = ( +/obj/item/radio/intercom/command/directional/east, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/captain/private) +"XS" = ( +/turf/closed/wall, +/area/station/maintenance/department/security) +"XU" = ( +/obj/effect/turf_decal/trimline/blue/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/neutral/filled/warning{ + dir = 1 + }, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) +"Ye" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/cyan, +/area/station/command/heads_quarters/blueshield) +"Yi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) +"Yy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "capsauna" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/captain/private) +"YC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "ntr_privacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/nanotrasen_representative) +"YW" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"Zs" = ( +/obj/machinery/airalarm/directional/south, +/obj/machinery/light/warm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/station/command/heads_quarters/blueshield) +"ZD" = ( +/obj/structure/chair/pew/right{ + dir = 8 + }, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain/private) +"ZH" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/table/wood, +/obj/item/storage/box/coffeepack{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/reagent_containers/cup/glass/mug{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/station/command/heads_quarters/captain) +"ZY" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/cable, +/turf/open/floor/iron, +/area/station/hallway/secondary/command) + +(1,1,1) = {" +PN +PN +PN +PN +PN +PN +kd +su +qs +Vk +zY +rt +PN +PN +PN +PN +PN +PN +PN +PN +PN +"} +(2,1,1) = {" +PN +PN +PN +PN +PN +PN +uY +yt +vS +HD +dl +rK +PN +PN +PN +PN +PN +PN +PN +PN +PN +"} +(3,1,1) = {" +Wa +Wa +Wa +Wa +Wa +Wa +Wa +Wa +ZY +vp +ES +aU +PN +PN +PN +PN +Sw +Sw +SX +Sw +Sw +"} +(4,1,1) = {" +Wa +xr +xr +xr +xr +xr +xr +BP +xI +zg +ty +ty +ty +ty +Sw +Sw +Sw +uc +Gr +NL +Sw +"} +(5,1,1) = {" +Wa +xr +vM +vM +vM +vM +vM +vM +Of +zg +ty +HV +My +ty +oy +nq +Tl +NS +bJ +EU +Sw +"} +(6,1,1) = {" +Wa +xr +vM +BS +GK +KR +Cg +ja +ec +yo +ty +Jv +AH +ty +tU +xD +xs +Cb +YW +Wr +Sw +"} +(7,1,1) = {" +Wa +xr +vM +Tm +MR +NE +Og +vw +XU +Me +ty +UB +hc +ty +UF +xH +Ir +Ax +Sl +FW +Sw +"} +(8,1,1) = {" +Wa +xr +vM +eA +gB +xE +Og +vw +XU +Xc +ty +qG +ur +OE +Ci +lf +CN +Ax +ru +oi +Sw +"} +(9,1,1) = {" +Wa +xr +vM +Qn +Sk +jV +Zs +vM +vt +cr +ty +Mx +Ff +ty +lQ +mB +gb +AI +ba +en +Sw +"} +(10,1,1) = {" +Wa +xr +vM +vg +by +Hd +vM +Hv +YC +Ln +ty +ty +AP +ty +Sw +Sw +Sw +ll +ZH +Ei +Sw +"} +(11,1,1) = {" +Wa +xr +vM +vM +rH +vM +Hv +sv +bM +kK +ty +ff +ng +ji +mF +HY +Sw +Sw +Sw +Sw +Sw +"} +(12,1,1) = {" +Wa +xr +vM +Qh +Ye +Hv +jt +Dt +MG +Mq +ty +kZ +Bp +uV +uV +MX +ty +PN +PN +PN +PN +"} +(13,1,1) = {" +Wa +xr +vM +cK +ym +Hv +ho +QK +vb +om +ty +xQ +Xp +LD +lr +sH +ty +PN +PN +PN +PN +"} +(14,1,1) = {" +XS +xr +vM +Sm +SY +Hv +wc +tA +gk +nr +ty +ty +ty +ty +lz +ty +ty +ty +Yy +Yy +PN +"} +(15,1,1) = {" +XS +xr +vM +AO +mZ +Hv +FK +Yi +Tg +tV +ty +uN +bN +ey +GH +uC +iR +yQ +kL +Yy +PN +"} +(16,1,1) = {" +XS +xr +vM +vM +vM +Hv +ma +yZ +Mp +DV +ty +xR +BC +mY +az +Om +ra +SP +Ll +Yy +PN +"} +(17,1,1) = {" +XS +xr +Wa +mO +mO +Hv +Hv +rV +hk +rV +ty +Th +TP +TP +aP +NP +cn +eN +ZD +Yy +PN +"} +(18,1,1) = {" +XS +xr +xr +mO +mO +Hv +sR +xy +iy +tM +ty +WE +WE +WE +zf +KG +ty +ty +Yy +Yy +PN +"} +(19,1,1) = {" +XS +xr +xr +mO +mO +Hv +hQ +oe +Co +fl +ty +AM +AU +WE +WE +WE +ty +PN +PN +PN +PN +"} +(20,1,1) = {" +XS +xr +xr +mO +mO +Hv +Hv +Hv +Hv +Hv +ty +WE +DW +WE +DW +WE +ty +PN +PN +PN +PN +"} +(21,1,1) = {" +XS +xr +xr +mO +mO +mO +mO +mO +mO +mO +ty +ty +ty +ty +ty +ty +ty +PN +PN +PN +PN +"} diff --git a/_maps/cyberiad.json b/_maps/cyberiad.json index e6b589f6774b8..1cb81c4a11478 100644 --- a/_maps/cyberiad.json +++ b/_maps/cyberiad.json @@ -21,6 +21,15 @@ "job_changes": { "Cook": { "additional_cqc_areas": ["/area/station/service/bar", "/area/station/commons/lounge", "/area/station/service/kitchen"] - } + }, + "Nanotrasen Representative": { + "spawn_positions": 1 + }, + "Blueshield": { + "spawn_positions": 1 + }, + "Magistrate": { + "spawn_positions": 1 + } } } diff --git a/_maps/deltastation.json b/_maps/deltastation.json index d21ee4eac7346..580ceffd852b8 100644 --- a/_maps/deltastation.json +++ b/_maps/deltastation.json @@ -12,6 +12,15 @@ "job_changes": { "Cook": { "additional_cqc_areas": ["/area/station/service/cafeteria"] - } + }, + "Nanotrasen Representative": { + "spawn_positions": 1 + }, + "Blueshield": { + "spawn_positions": 1 + }, + "Magistrate": { + "spawn_positions": 1 + } } } diff --git a/_maps/icebox.json b/_maps/icebox.json index ea24dd3360455..930da1c9ee22a 100644 --- a/_maps/icebox.json +++ b/_maps/icebox.json @@ -47,6 +47,15 @@ }, "Cook": { "additional_cqc_areas": ["/area/station/service/bar/atrium"] - } + }, + "Nanotrasen Representative": { + "spawn_positions": 1 + }, + "Blueshield": { + "spawn_positions": 1 + }, + "Magistrate": { + "spawn_positions": 1 + } } } diff --git a/_maps/map_files/Cyberiad/Cyberiad.dmm b/_maps/map_files/Cyberiad/Cyberiad.dmm index ee0c9c3b40ab0..17c4333e90347 100644 --- a/_maps/map_files/Cyberiad/Cyberiad.dmm +++ b/_maps/map_files/Cyberiad/Cyberiad.dmm @@ -23,13 +23,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/ghetto/auxiliary) -"aas" = ( -/obj/machinery/door/poddoor/shutters{ - id = "ntr_F" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "aav" = ( /obj/machinery/status_display/ai/directional/north, /obj/item/banner/command, @@ -74,11 +67,6 @@ /obj/effect/landmark/start/hangover, /turf/open/floor/iron, /area/station/cargo/lobby) -"aaY" = ( -/obj/structure/holosign/barrier, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "aaZ" = ( /obj/machinery/holopad{ pixel_x = 16 @@ -206,6 +194,15 @@ /obj/item/toy/crayon/spraycan, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) +"acU" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/north, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "ada" = ( /obj/machinery/atmospherics/pipe/smart/simple/yellow/visible{ dir = 4 @@ -272,6 +269,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/ghetto/starboard) +"adR" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/sign/departments/court/directional/west, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "aec" = ( /turf/open/floor/plating, /area/station/maintenance/ghetto/port/aft) @@ -536,6 +541,11 @@ /obj/machinery/bluespace_vendor/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/dock) +"ahu" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/white, +/area/station/science/research) "ahB" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/bot, @@ -564,11 +574,6 @@ /obj/item/kirbyplants/random, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"ahK" = ( -/obj/effect/turf_decal/tile/purple, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/white, -/area/station/science/research) "ahO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/structure/disposalpipe/segment, @@ -652,6 +657,14 @@ }, /turf/open/floor/iron/white/corner, /area/station/engineering/atmos) +"aiC" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks{ + pixel_y = 8 + }, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar) "aiD" = ( /turf/open/floor/wood, /area/station/security/prison) @@ -702,6 +715,16 @@ /obj/item/wirecutters, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"ajc" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera{ + c_tag = "Courtroom South" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "ajh" = ( /obj/machinery/hydroponics/constructable, /turf/open/floor/plating, @@ -741,6 +764,12 @@ "ajR" = ( /turf/open/floor/iron/dark, /area/station/security/checkpoint/science) +"ajZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "aka" = ( /obj/machinery/firealarm/directional/west, /obj/structure/cable, @@ -858,6 +887,10 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"alG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "alH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, @@ -985,6 +1018,14 @@ /obj/machinery/door/firedoor, /turf/open/floor/plating, /area/station/maintenance/ghetto/central/fore) +"anh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "anj" = ( /obj/machinery/door/airlock/security, /obj/effect/mapping_helpers/airlock/autoname, @@ -1269,6 +1310,21 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard) +"aqW" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_y = 2 + }, +/obj/item/folder/blue, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 4 + }, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "arb" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -1421,6 +1477,16 @@ /obj/structure/cable/layer3, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai) +"atN" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood/large, +/area/station/commons/lounge) "atR" = ( /obj/effect/turf_decal/stripes/red/line{ dir = 1 @@ -1784,6 +1850,13 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/plating, /area/station/maintenance/port) +"ayt" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/lockers) "ayw" = ( /obj/structure/closet/firecloset, /obj/effect/decal/cleanable/dirt, @@ -1979,14 +2052,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron/dark, /area/station/science/robotics/mechbay) -"aAP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 8; - id = "Magistrate office" - }, -/turf/open/floor/plating, -/area/station/service/lawoffice) "aAV" = ( /obj/structure/water_source/puddle, /turf/open/floor/grass, @@ -2038,9 +2103,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/brown/visible, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) -"aBF" = ( -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "aBK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -2061,6 +2123,16 @@ }, /turf/open/floor/engine/cult, /area/station/service/chapel/office) +"aCb" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 4 + }, +/obj/effect/landmark/navigate_destination/det, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "aCe" = ( /obj/structure/chair/sofa/bench/left{ dir = 1 @@ -2145,13 +2217,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"aDd" = ( -/obj/machinery/camera/directional/north{ - c_tag = "Central Hallway - South-West"; - dir = 2 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/central/aft) "aDt" = ( /turf/closed/wall/r_wall, /area/station/medical/virology) @@ -2255,6 +2320,12 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/eighties/red, /area/station/maintenance/port/aft) +"aEp" = ( +/obj/structure/chair/pew/left{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "aEq" = ( /obj/structure/railing, /obj/structure/flora/rock/pile, @@ -2346,6 +2417,13 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/maintenance/ghetto/central/aft) +"aFJ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood, +/area/station/service/library/upper) "aFM" = ( /obj/effect/turf_decal/tile/dark_blue/diagonal_edge, /obj/effect/turf_decal/siding/thinplating_new/light{ @@ -2904,11 +2982,6 @@ "aMR" = ( /turf/open/floor/iron/stairs/medium, /area/station/security/courtroom) -"aMT" = ( -/obj/item/kirbyplants/random, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "aNd" = ( /obj/effect/turf_decal/box/white/corners, /obj/machinery/light/small/directional/north, @@ -3441,18 +3514,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/command/heads_quarters/captain) -"aTN" = ( -/obj/item/taperecorder{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/structure/table/reinforced/rglass, -/turf/open/floor/light{ - icon_state = "light_on-7"; - state = 7; - light_color = "#a659ff" - }, -/area/station/commons/lounge) "aTP" = ( /obj/structure/spider/stickyweb, /obj/machinery/vending/autodrobe, @@ -3663,13 +3724,6 @@ /obj/machinery/vending/coffee, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"aWO" = ( -/obj/item/chair/wood{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "aWQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /obj/structure/cable, @@ -3848,14 +3902,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"aYI" = ( -/obj/structure/window/reinforced/spawner/directional/south, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/security/courtroom) "aYN" = ( /obj/machinery/atmospherics/components/tank/air{ dir = 8 @@ -4065,9 +4111,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/dark, /area/station/maintenance/ghetto/fore/starboard) -"bbg" = ( -/turf/open/floor/iron/dark, -/area/station/security/courtroom) "bbk" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/autoname, @@ -4662,14 +4705,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/wood, /area/station/service/kitchen/abandoned) -"bkf" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/engineering/break_room) "bkh" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -4707,6 +4742,12 @@ /obj/structure/cable, /turf/open/floor/iron/dark, /area/station/security/checkpoint/science) +"bkO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) "bkP" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted{ dir = 1 @@ -4774,6 +4815,12 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/grimy, /area/station/command/heads_quarters/hos) +"blD" = ( +/obj/structure/cable, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/station/security/courtroom) "blE" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -4915,6 +4962,10 @@ /obj/structure/chair/office, /turf/open/floor/plating, /area/station/maintenance/department/electrical/ghetto) +"boe" = ( +/obj/machinery/vending/boozeomat/syndicate, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "bol" = ( /obj/effect/turf_decal/stripes/line, /obj/effect/decal/cleanable/dirt, @@ -4934,6 +4985,17 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron/dark, /area/station/engineering/atmos/project) +"bow" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/corporate, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "boy" = ( /obj/effect/spawner/random/structure/crate, /obj/effect/spawner/random/maintenance/two, @@ -4991,11 +5053,6 @@ /obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/wood, /area/station/service/kitchen/abandoned) -"bph" = ( -/obj/structure/table_frame/wood, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "bpm" = ( /obj/machinery/atmospherics/pipe/smart/manifold/general/visible{ dir = 1 @@ -5384,14 +5441,6 @@ /obj/item/hatchet, /turf/open/floor/iron, /area/station/maintenance/starboard/aft) -"btL" = ( -/obj/machinery/door/poddoor/shutters{ - id = "ntr_F"; - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "btN" = ( /turf/closed/wall/r_wall, /area/station/security/execution/education) @@ -5820,6 +5869,12 @@ "bzE" = ( /turf/closed/wall/r_wall, /area/station/maintenance/ghetto/port/greater) +"bzJ" = ( +/obj/item/kirbyplants/random, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "bzM" = ( /obj/structure/table, /obj/item/lipstick/random, @@ -5871,12 +5926,6 @@ /obj/machinery/light/directional/south, /turf/open/openspace, /area/station/security/prison) -"bAO" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "bAQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -5890,12 +5939,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/iron/white, /area/station/science/xenobiology) -"bAX" = ( -/obj/effect/spawner/random/trash/deluxe_garbage, -/obj/machinery/power/apc/worn_out/directional/east, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/blueshield) "bAZ" = ( /turf/closed/wall/r_wall, /area/station/engineering/hallway/west) @@ -6813,6 +6856,12 @@ }, /turf/open/floor/iron/white/corner, /area/station/engineering/atmos) +"bMQ" = ( +/obj/structure/platform/corner{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "bMV" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 1 @@ -7409,6 +7458,23 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/plating, /area/station/engineering/supermatter/room) +"bUn" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/machinery/button/door/directional/east{ + id = "Magistrate office"; + name = "Magistrate Office Shutters Control"; + req_access = list("magistrate") + }, +/obj/item/megaphone{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "bUB" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -7505,13 +7571,6 @@ /obj/effect/mapping_helpers/burnt_floor, /turf/open/floor/iron/cafeteria, /area/station/maintenance/ghetto/starboard/aft) -"bVP" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, -/obj/machinery/door/airlock/lawyer, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "bVS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/turf_decal/trimline/neutral/filled/line{ @@ -7552,6 +7611,15 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/white, /area/station/maintenance/department/medical/central) +"bWC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "court_privacy"; + dir = 4; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/security/courtroom) "bWH" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -7588,13 +7656,6 @@ }, /turf/open/openspace, /area/station/science/xenobiology) -"bWX" = ( -/obj/effect/turf_decal/tile/purple/half{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/white, -/area/station/science/explab) "bXd" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -7705,18 +7766,6 @@ /obj/machinery/status_display/evac/directional/north, /turf/open/floor/iron, /area/station/command/bridge) -"bYe" = ( -/obj/machinery/photocopier, -/obj/machinery/camera{ - c_tag = "Internal Affairs Office"; - dir = 8 - }, -/obj/structure/secure_safe/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "bYr" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -7803,6 +7852,20 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) +"bZV" = ( +/obj/structure/table/wood, +/obj/structure/window/spawner/directional/south, +/obj/structure/window/spawner/directional/west, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "cae" = ( /obj/machinery/vending/snack, /turf/open/floor/wood/parquet, @@ -7901,12 +7964,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) -"caV" = ( -/obj/effect/decal/cleanable/crayon{ - icon_state = "body" - }, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "caW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -7935,14 +7992,6 @@ /obj/effect/turf_decal/stripes/box, /turf/open/floor/plating, /area/station/maintenance/ghetto/port/greater) -"cbl" = ( -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/turf/open/floor/iron/cafeteria, -/area/station/service/kitchen) "cbm" = ( /obj/machinery/door/airlock/virology{ autoclose = 0; @@ -8103,11 +8152,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/ghetto/storage) -"cdj" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "cdo" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/autoname, @@ -8287,6 +8331,10 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plating, /area/station/engineering/storage/tech) +"cgU" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "cgZ" = ( /obj/structure/closet/crate/trashcart, /obj/item/wirecutters, @@ -8432,12 +8480,6 @@ /obj/structure/cable, /turf/open/floor/iron/solarpanel/airless, /area/station/solars/port/aft) -"ciD" = ( -/obj/structure/chair/pew/left{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "ciE" = ( /obj/effect/turf_decal/box/white{ color = "#EFB341" @@ -8461,6 +8503,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"ciO" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "ciP" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -8531,6 +8579,19 @@ }, /turf/open/floor/iron/grimy, /area/station/maintenance/starboard/fore) +"cjB" = ( +/obj/structure/cable, +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos) "cjH" = ( /obj/structure/chair/office, /obj/machinery/camera/directional/north{ @@ -8629,14 +8690,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/service) -"cky" = ( -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "ckz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -9367,6 +9420,10 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/catwalk_floor/iron, /area/station/maintenance/department/electrical/ghetto) +"ctp" = ( +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "ctu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -9668,6 +9725,10 @@ /obj/effect/turf_decal/tile/neutral/opposingcorners, /turf/open/floor/iron/checker, /area/station/commons/vacant_room/commissary) +"cxj" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "cxm" = ( /obj/structure/table, /obj/effect/spawner/random/bureaucracy/folder, @@ -10000,10 +10061,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine, /area/station/engineering/supermatter/room) -"cCc" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/central) "cCk" = ( /obj/effect/turf_decal/siding/white{ dir = 4 @@ -10061,6 +10118,10 @@ /obj/machinery/firealarm/directional/north, /turf/open/floor/iron, /area/station/cargo/drone_bay) +"cCD" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "cCF" = ( /obj/structure/cable, /turf/open/floor/iron, @@ -10368,6 +10429,16 @@ /obj/machinery/duct, /turf/open/floor/iron/freezer, /area/station/service/kitchen/coldroom) +"cGC" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "cGG" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -10817,6 +10888,16 @@ /obj/effect/spawner/random/maintenance/two, /turf/open/floor/plating, /area/station/maintenance/ghetto/fore/starboard) +"cLE" = ( +/obj/structure/chair/pew/left{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Courtroom Lobby"; + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "cLI" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -11104,14 +11185,6 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"cOT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/papershredder, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "cOY" = ( /obj/effect/turf_decal/tile/dark_green/anticorner{ dir = 4 @@ -12105,6 +12178,14 @@ dir = 1 }, /area/station/hallway/secondary/entry) +"daj" = ( +/obj/machinery/light/directional/west, +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "daz" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 10 @@ -12124,10 +12205,6 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel) -"daE" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/station/service/lawoffice) "daN" = ( /obj/structure/chair{ dir = 4 @@ -12237,14 +12314,6 @@ /obj/machinery/duct, /turf/open/floor/iron/cafeteria, /area/station/medical/break_room) -"dcd" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks{ - pixel_y = 8 - }, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar) "dcn" = ( /obj/structure/closet/secure_closet/brig, /obj/effect/turf_decal/tile/neutral/half/contrasted{ @@ -12675,6 +12744,12 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"diU" = ( +/obj/structure/platform{ + dir = 5 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "diW" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -12738,13 +12813,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/stairs/right, /area/station/command/bridge) -"djD" = ( -/obj/machinery/door/poddoor/shutters{ - id = "ntr_F" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "djE" = ( /obj/structure/closet/crate/freezer, /turf/open/floor/plating, @@ -13362,6 +13430,12 @@ /obj/structure/chair/office, /turf/open/floor/iron/grimy, /area/station/maintenance/ghetto/fore/starboard) +"dqK" = ( +/obj/machinery/power/apc/worn_out/directional/west, +/obj/structure/cable, +/obj/item/banner/command, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "dqU" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -13393,12 +13467,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) -"drz" = ( -/obj/structure/platform/corner{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "drA" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/glass{ @@ -13492,6 +13560,15 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/department/security/brig) +"dsj" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "dsm" = ( /turf/open/floor/iron/dark, /area/station/engineering/atmos/mix) @@ -13736,11 +13813,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/ghetto/fore/starboard) -"duY" = ( -/obj/effect/turf_decal/tile/red/anticorner/contrasted, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/brig) "duZ" = ( /obj/effect/turf_decal/trimline/yellow/line{ dir = 4 @@ -13950,6 +14022,13 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/iron, /area/station/hallway/primary/fore) +"dxV" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "dxW" = ( /obj/structure/railing{ dir = 1 @@ -14152,16 +14231,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/iron, /area/station/maintenance/ghetto/sorting) -"dBe" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/access/all/service/lawyer, -/obj/machinery/door/airlock/lawyer, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/machinery/door/firedoor, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "dBg" = ( /obj/machinery/hydroponics/soil, /obj/item/reagent_containers/cup/bucket, @@ -14288,6 +14357,11 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/research) +"dCP" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "dCQ" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -14506,6 +14580,14 @@ /obj/structure/grille, /turf/open/space/openspace, /area/space/nearstation) +"dFQ" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice, +/obj/machinery/recharger, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/gun/energy/laser/carbine/practice, +/turf/open/floor/iron, +/area/station/security/range) "dFV" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -14638,19 +14720,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/iron/dark, /area/station/engineering/storage_shared) -"dHD" = ( -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/machinery/button/door/directional/east{ - id = "Law office"; - name = "Law office Shutter Control"; - req_access = list("brig"); - pixel_x = -24 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "dHF" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -14747,25 +14816,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/wood, /area/station/maintenance/ghetto/starboard) -"dJw" = ( -/obj/vehicle/ridden/secway, -/obj/item/key/security{ - pixel_y = 4 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/warden) -"dJx" = ( -/obj/item/radio/intercom/directional/west, -/obj/machinery/camera/directional/west{ - c_tag = "Lawyer's Office - Second" - }, -/turf/open/floor/carpet, -/area/station/service/lawoffice) "dJE" = ( /obj/structure/cable, /obj/structure/chair/wood, @@ -14844,16 +14894,6 @@ "dKr" = ( /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"dKu" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/station/security/courtroom) "dKy" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -15280,6 +15320,25 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port) +"dQh" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 10 + }, +/obj/item/folder/blue{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 4; + pixel_x = 10 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "dQi" = ( /obj/machinery/camera{ c_tag = "Engineering Break Room"; @@ -15412,14 +15471,6 @@ }, /turf/open/floor/iron/dark, /area/station/maintenance/department/security/brig) -"dRO" = ( -/obj/structure/cable, -/obj/machinery/door/airlock/maintenance, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/turf/open/floor/plating, -/area/station/security/courtroom) "dSb" = ( /obj/item/radio/intercom/directional/east, /obj/machinery/status_display/evac/directional/north, @@ -15493,6 +15544,13 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) +"dSY" = ( +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "dTb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -15940,6 +15998,10 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/hos) +"dYS" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "dZq" = ( /obj/effect/turf_decal/loading_area{ dir = 8 @@ -16116,6 +16178,14 @@ /obj/effect/spawner/random/structure/twelve_percent_spirit_board, /turf/open/floor/iron/grimy, /area/station/service/chapel/office) +"ebv" = ( +/obj/machinery/computer/prisoner/management{ + req_access = list("lawyer") + }, +/obj/machinery/airalarm/directional/west, +/obj/machinery/status_display/evac/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "ebw" = ( /obj/machinery/camera{ c_tag = "Starboard Primary Hallway 5"; @@ -16310,14 +16380,6 @@ }, /turf/open/floor/wood, /area/station/service/library) -"edP" = ( -/obj/machinery/computer/prisoner/management{ - req_access = list("lawyer") - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/status_display/evac/directional/north, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "edT" = ( /obj/machinery/field/generator, /obj/effect/turf_decal/bot, @@ -16460,15 +16522,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/dark, /area/station/engineering/atmos/hfr_room) -"eff" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "efh" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -16596,9 +16649,6 @@ }, /turf/open/space/openspace, /area/space) -"ehn" = ( -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "eho" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -16725,6 +16775,11 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"eiL" = ( +/obj/effect/turf_decal/tile/red/anticorner/contrasted, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/brig) "eiM" = ( /obj/effect/spawner/random/maintenance, /obj/effect/decal/cleanable/dirt, @@ -17114,6 +17169,20 @@ /obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/plating, /area/station/maintenance/solars/starboard/aft) +"eoi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/corporate, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "eoj" = ( /obj/structure/table/wood, /obj/item/storage/briefcase, @@ -17124,20 +17193,6 @@ /obj/structure/lattice, /turf/open/space/openspace, /area/space/nearstation) -"eon" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 5 - }, -/obj/item/pen{ - pixel_y = 4 - }, -/obj/item/stamp/law{ - pixel_x = -8; - pixel_y = 10 - }, -/turf/open/floor/carpet, -/area/station/service/lawoffice) "eop" = ( /turf/open/floor/iron, /area/station/maintenance/ghetto/central/aft) @@ -17247,6 +17302,12 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard/aft) +"epQ" = ( +/obj/item/kirbyplants/random, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "epS" = ( /obj/structure/cable, /obj/effect/landmark/start/detective, @@ -17429,18 +17490,6 @@ /obj/machinery/vending/coffee, /turf/open/floor/iron/white, /area/station/science/research) -"esJ" = ( -/obj/machinery/power/apc/worn_out/directional/west, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) -"esM" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/holosign/barrier, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "esN" = ( /obj/structure/bookcase, /obj/effect/decal/cleanable/dirt, @@ -17518,6 +17567,13 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"eur" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Magistrate office" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/magistrate) "euv" = ( /obj/effect/turf_decal/tile/dark/half, /turf/open/floor/iron, @@ -17556,6 +17612,15 @@ /obj/structure/lattice, /turf/open/space/openspace, /area/space/nearstation) +"euP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) +"euR" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/blueshield) "euS" = ( /obj/machinery/conveyor{ dir = 1; @@ -17690,12 +17755,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"ewT" = ( -/obj/structure/table/wood, -/obj/structure/window/spawner/directional/west, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/carpet/black, -/area/station/security/courtroom) "ewU" = ( /obj/structure/chair/sofa/corp/right{ dir = 4 @@ -18045,6 +18104,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) +"eBQ" = ( +/obj/item/vending_refill/boozeomat, +/turf/open/floor/plating, +/area/station/maintenance/aft) "eBS" = ( /obj/effect/spawner/random/structure/closet_maintenance, /obj/item/restraints/handcuffs/cable/pink, @@ -18231,6 +18294,10 @@ /obj/effect/mapping_helpers/airlock/autoname, /turf/open/floor/iron/smooth, /area/station/commons/toilet/restrooms) +"eFf" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "eFj" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -18773,6 +18840,11 @@ /obj/item/radio/intercom/directional/east, /turf/open/floor/wood, /area/station/service/bar/backroom) +"eMx" = ( +/obj/effect/turf_decal/tile/yellow/opposingcorners, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/engineering/atmos/project) "eME" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/decal/cleanable/dirt, @@ -18897,6 +18969,14 @@ /obj/structure/frame/machine, /turf/open/floor/iron, /area/station/maintenance/department/electrical) +"eOS" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/red/anticorner/contrasted{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "eOY" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating, @@ -19189,6 +19269,10 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"eSS" = ( +/obj/item/flashlight/lantern, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "eSZ" = ( /turf/closed/wall/r_wall, /area/station/science/explab) @@ -19529,11 +19613,6 @@ }, /turf/open/floor/iron, /area/station/service/hydroponics) -"eXh" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/engineering/atmos/hfr_room) "eXj" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, @@ -19578,6 +19657,11 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"eXU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "eYd" = ( /obj/structure/railing{ dir = 8 @@ -19721,6 +19805,14 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/iron/grimy, /area/station/maintenance/ghetto/fore/starboard) +"fai" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "fan" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/bot, @@ -19865,14 +19957,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"fcf" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/obj/machinery/holopad, -/obj/effect/landmark/navigate_destination/court, -/turf/open/floor/wood, -/area/station/security/courtroom) "fcg" = ( /obj/effect/spawner/random/trash/garbage, /obj/effect/decal/cleanable/dirt, @@ -20008,14 +20092,6 @@ }, /turf/open/floor/wood/parquet, /area/station/maintenance/department/security/brig) -"fdR" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 2 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/cargo/sorting) "fdV" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /obj/structure/bed, @@ -20311,11 +20387,6 @@ /obj/structure/window/reinforced/spawner/directional/north, /turf/open/floor/iron/cafeteria, /area/station/security/prison/ghetto) -"fhR" = ( -/obj/machinery/holopad, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/black, -/area/station/security/courtroom) "fhT" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -20516,6 +20587,9 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"fks" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/magistrate) "fkv" = ( /obj/effect/turf_decal/trimline/dark_blue/line{ dir = 8 @@ -20635,6 +20709,17 @@ }, /turf/open/floor/iron, /area/station/security/prison) +"flU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "flV" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20686,14 +20771,6 @@ }, /turf/open/floor/iron, /area/station/science/lab) -"fmL" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/wood, -/area/station/command/meeting_room/council) "fmN" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -20748,10 +20825,12 @@ "fns" = ( /turf/open/floor/iron, /area/station/maintenance/ghetto/port/aft) -"fnu" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central) +"fnx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "fnB" = ( /obj/structure/table/wood, /obj/item/camera_film, @@ -20784,17 +20863,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/security/ghetto/south) -"fnW" = ( -/obj/item/toy/cards/deck{ - pixel_y = 4 - }, -/obj/structure/table/reinforced/rglass, -/turf/open/floor/light{ - icon_state = "light_on-7"; - state = 7; - light_color = "#a659ff" - }, -/area/station/commons/lounge) "fob" = ( /obj/structure/chair/sofa/corp/left{ dir = 4 @@ -20851,6 +20919,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/security/brig) +"foL" = ( +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Courtroom North"; + dir = 4 + }, +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "foN" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -20992,16 +21070,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) -"frm" = ( -/obj/machinery/light/directional/north, -/obj/structure/chair/pew/left{ - dir = 8 - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "frn" = ( /obj/structure/window/reinforced/spawner/directional/south, /turf/open/floor/iron/dark, @@ -21353,15 +21421,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood, /area/station/service/library) -"fvT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/all/service/bar, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, -/turf/open/floor/iron/dark, -/area/station/service/bar) "fwa" = ( /obj/item/clothing/mask/breath, /obj/effect/decal/cleanable/dirt, @@ -21532,11 +21591,6 @@ /obj/effect/landmark/start/bartender, /turf/open/floor/wood, /area/station/service/bar/backroom) -"fxY" = ( -/obj/structure/holosign/barrier, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "fyb" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -21896,6 +21950,16 @@ /obj/effect/mapping_helpers/airlock/unres, /turf/open/floor/plating, /area/station/maintenance/port/aft) +"fCG" = ( +/obj/machinery/suit_storage_unit/blueshield, +/obj/machinery/camera/directional/east{ + c_tag = "Blueshield's Office" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "fCJ" = ( /turf/closed/wall/r_wall, /area/station/maintenance/port) @@ -21968,17 +22032,6 @@ "fDS" = ( /turf/open/floor/iron/dark, /area/station/security/interrogation) -"fDU" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/effect/mapping_helpers/airlock/access/any/security/general, -/obj/effect/mapping_helpers/airlock/access/any/security/court, -/obj/effect/landmark/navigate_destination, -/turf/open/floor/wood, -/area/station/security/courtroom) "fDZ" = ( /obj/effect/turf_decal/trimline/yellow/filled/warning{ dir = 1 @@ -22066,6 +22119,17 @@ /obj/effect/spawner/random/structure/crate, /turf/open/floor/iron, /area/station/maintenance/department/medical) +"fFg" = ( +/obj/item/toy/cards/deck{ + pixel_y = 4 + }, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/light{ + icon_state = "light_on-7"; + state = 7; + light_color = "#a659ff" + }, +/area/station/commons/lounge) "fFk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -22525,6 +22589,13 @@ "fJZ" = ( /turf/open/floor/catwalk_floor/iron, /area/station/engineering/atmos/project) +"fKe" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/security/processing) "fKh" = ( /obj/structure/cable, /obj/effect/landmark/generic_maintenance_landmark, @@ -22943,6 +23014,11 @@ /obj/structure/cable/layer1, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"fOW" = ( +/obj/structure/rack, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron, +/area/station/science/xenobiology) "fOZ" = ( /obj/structure/cable, /obj/machinery/door/firedoor, @@ -22989,12 +23065,6 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/maintenance/department/medical/central) -"fQu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/blueshield) "fQy" = ( /obj/effect/turf_decal/trimline/dark_blue/line{ dir = 4 @@ -23287,12 +23357,6 @@ }, /turf/open/floor/iron/white, /area/station/science/lobby) -"fUr" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/item/kirbyplants/random, -/turf/open/floor/wood, -/area/station/security/courtroom) "fUs" = ( /obj/machinery/duct, /obj/effect/turf_decal/trimline/yellow/corner{ @@ -23354,6 +23418,10 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/station/service/hydroponics/garden) +"fVA" = ( +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "fVB" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -23652,10 +23720,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/wood, /area/station/service/library) -"fZf" = ( -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/security/courtroom) "fZj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -23835,6 +23899,14 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron/dark/smooth_large, /area/station/security/mechbay) +"gbp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Magistrate office" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/magistrate) "gbq" = ( /obj/structure/chair/comfy/teal{ dir = 4 @@ -23897,6 +23969,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/department/crew_quarters/bar) +"gce" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks/beer{ + pixel_y = 8 + }, +/obj/structure/sign/picture_frame/portrait/bar{ + pixel_y = 28 + }, +/turf/open/floor/iron/dark, +/area/station/service/bar) "gck" = ( /turf/open/floor/iron/showroomfloor, /area/station/security/checkpoint/customs) @@ -24333,6 +24415,14 @@ }, /turf/open/floor/glass/reinforced, /area/station/service/chapel/monastery) +"giq" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "gir" = ( /obj/structure/table, /obj/item/exodrone{ @@ -24649,6 +24739,12 @@ }, /turf/open/floor/iron, /area/station/cargo/sorting) +"gnu" = ( +/obj/machinery/light/directional/east, +/obj/machinery/pdapainter/security, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/hos) "gnv" = ( /obj/item/chair/stool, /obj/effect/decal/cleanable/dirt, @@ -24833,12 +24929,6 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/port) -"gpZ" = ( -/obj/item/kirbyplants/random, -/obj/machinery/light/directional/east, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood, -/area/station/security/courtroom) "gqk" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -24940,6 +25030,14 @@ "gsB" = ( /turf/closed/wall/r_wall, /area/station/maintenance/fore/lesser) +"gsE" = ( +/obj/machinery/door/airlock/corporate, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "gsH" = ( /obj/machinery/teleport/hub, /turf/open/floor/plating, @@ -25305,6 +25403,15 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron, /area/station/maintenance/ghetto/auxiliary) +"gyG" = ( +/obj/item/clothing/head/utility/hardhat/cakehat, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/light{ + icon_state = "light_on-7"; + state = 7; + light_color = "#a659ff" + }, +/area/station/commons/lounge) "gyK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -25637,10 +25744,6 @@ /obj/machinery/light/directional/east, /turf/open/floor/iron/white, /area/station/medical/pharmacy) -"gDE" = ( -/obj/effect/decal/cleanable/ash, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "gDF" = ( /obj/structure/table/glass, /obj/item/storage/box/donkpockets, @@ -26139,22 +26242,6 @@ }, /turf/open/floor/iron, /area/station/security/processing) -"gKF" = ( -/obj/structure/table, -/obj/item/megaphone{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/taperecorder{ - pixel_x = -7; - pixel_y = -5 - }, -/obj/machinery/button/door/directional/east{ - id = "Magistrate office"; - name = "Magistrate Office Shutters Control" - }, -/turf/open/floor/carpet, -/area/station/service/lawoffice) "gKM" = ( /obj/structure/closet/crate/preopen, /turf/open/floor/plating, @@ -26188,6 +26275,15 @@ /obj/structure/cable, /turf/open/floor/iron/dark/small, /area/station/medical/morgue) +"gLf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "ntr_privacy"; + name = "Privacy Shutters"; + dir = 4 + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/nanotrasen_representative) "gLj" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -27413,10 +27509,6 @@ /obj/structure/cable, /turf/open/floor/iron/dark/textured_large, /area/station/cargo/bitrunning/den) -"hbe" = ( -/obj/structure/table/wood, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "hbr" = ( /obj/effect/turf_decal/weather/dirt{ dir = 4 @@ -27474,6 +27566,34 @@ /obj/machinery/computer/slot_machine, /turf/open/floor/wood/large, /area/station/commons/lounge) +"hcs" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_x = 7 + }, +/obj/item/folder/red{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/item/folder{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "hcK" = ( /obj/machinery/atmospherics/pipe/smart/simple/purple/visible, /obj/effect/mapping_helpers/airlock/locked, @@ -27623,10 +27743,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"heB" = ( -/obj/item/flashlight/lantern, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "heK" = ( /obj/structure/chair/comfy/black{ dir = 4 @@ -27655,18 +27771,6 @@ }, /turf/open/floor/iron/herringbone, /area/station/maintenance/aft) -"hfx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/turf/open/floor/wood, -/area/station/security/courtroom) -"hfy" = ( -/obj/structure/table/reinforced/rglass, -/turf/open/floor/light{ - icon_state = "light_on-7"; - state = 7; - light_color = "#a659ff" - }, -/area/station/commons/lounge) "hfD" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -27924,15 +28028,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore) -"hix" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red/half{ - dir = 4 - }, -/turf/open/floor/iron/edge{ - dir = 4 - }, -/area/station/security/courtroom) "hiA" = ( /obj/machinery/computer/exoscanner_control{ dir = 1 @@ -28285,6 +28380,14 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/engineering/atmos) +"hnD" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/cargo/sorting) "hnH" = ( /obj/structure/barricade/wooden, /turf/open/floor/plating, @@ -28447,6 +28550,14 @@ dir = 4 }, /area/station/maintenance/starboard/fore) +"hoU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "blueshield_privacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/blueshield) "hoZ" = ( /obj/effect/landmark/generic_maintenance_landmark, /turf/open/floor/carpet/royalblack, @@ -28932,19 +29043,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/science/ordnance) -"hvT" = ( -/obj/structure/cable, -/obj/effect/turf_decal/tile/yellow/half/contrasted{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos) "hvU" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, @@ -29151,12 +29249,6 @@ /obj/machinery/light/small/directional/north, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"hyE" = ( -/obj/machinery/light/directional/east, -/obj/machinery/pdapainter/security, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/hos) "hyG" = ( /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, @@ -29234,16 +29326,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) -"hAA" = ( -/obj/structure/chair/pew/left{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Courtroom Lobby"; - dir = 1 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "hAG" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -29264,6 +29346,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"hBh" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "hBi" = ( /obj/structure/bookcase/random/adult, /turf/open/floor/wood, @@ -29276,6 +29365,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/ghetto/auxiliary) +"hBo" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "hBq" = ( /obj/machinery/atmospherics/pipe/smart/simple/cyan/visible{ dir = 1 @@ -29385,6 +29478,13 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) +"hCA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "hCD" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -29436,14 +29536,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"hDg" = ( -/obj/machinery/door/poddoor/shutters{ - id = "ntr_F"; - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "hDk" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/effect/turf_decal/stripes/line{ @@ -30618,6 +30710,12 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"hSM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "hSN" = ( /obj/machinery/light/small/directional/west, /obj/structure/railing, @@ -30708,6 +30806,22 @@ /obj/structure/window/reinforced/spawner/directional/north, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"hTN" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/bottle/whiskey{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 2 + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "hTP" = ( /obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, /obj/effect/mapping_helpers/airlock/autoname, @@ -30992,6 +31106,13 @@ /obj/structure/closet/emcloset, /turf/open/floor/iron, /area/station/maintenance/ghetto/port/aft) +"hXH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "hXT" = ( /turf/open/floor/plating, /area/station/maintenance/aft) @@ -31031,13 +31152,6 @@ /obj/structure/table/wood, /turf/open/floor/stone, /area/station/maintenance/department/crew_quarters/bar) -"hYE" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/blueshield) "hYK" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -31413,11 +31527,6 @@ }, /turf/open/floor/iron/dark/telecomms, /area/station/tcommsat/server) -"ieh" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/machinery/light/broken/directional/south, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "iej" = ( /obj/structure/chair/wood{ dir = 1 @@ -31683,18 +31792,6 @@ }, /turf/open/floor/iron/white, /area/station/science/ordnance/office) -"iig" = ( -/obj/machinery/door/window/left/directional/south{ - name = "Court Cell"; - req_access = list("brig") - }, -/obj/effect/turf_decal/tile/red/half{ - dir = 1 - }, -/turf/open/floor/iron/edge{ - dir = 1 - }, -/area/station/security/courtroom) "iik" = ( /obj/structure/cable, /obj/machinery/holopad/secure, @@ -31729,6 +31826,13 @@ }, /turf/open/floor/iron, /area/station/security/courtroom/holding) +"iiA" = ( +/obj/structure/filingcabinet/employment, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "iiG" = ( /obj/effect/landmark/start/shaft_miner, /turf/open/floor/iron, @@ -32366,6 +32470,13 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"irb" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/station/command/meeting_room/council) "iro" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/yellow{ @@ -32465,6 +32576,18 @@ }, /turf/open/floor/iron/dark/herringbone, /area/station/maintenance/department/security/ghetto/north) +"isv" = ( +/obj/structure/table/wood, +/obj/item/modular_computer/laptop, +/obj/machinery/requests_console/directional/north{ + department = "Nanotrasen Representative's Office"; + name = "Nanotrasen Representative's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/obj/effect/mapping_helpers/requests_console/assistance, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "isz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -32706,6 +32829,16 @@ }, /turf/open/floor/iron/white, /area/station/common/cryopods) +"ivb" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "ivw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/general/hidden, /obj/structure/closet/crate/preopen, @@ -33094,6 +33227,19 @@ }, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard) +"iAY" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/skull{ + desc = "Бедный Йорик..."; + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "iAZ" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/public/glass, @@ -33230,14 +33376,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron, /area/station/cargo/office) -"iCL" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/wood, -/area/station/security/courtroom) "iCO" = ( /obj/machinery/computer/teleporter{ dir = 1 @@ -33692,13 +33830,6 @@ }, /turf/open/floor/iron, /area/station/command/bridge) -"iIp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/brig) "iIx" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance, @@ -33843,6 +33974,13 @@ /obj/effect/decal/cleanable/blood/splatter, /turf/open/floor/cult, /area/station/maintenance/starboard/fore) +"iJT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/security/execution/education) "iJV" = ( /obj/structure/cable, /turf/open/floor/plating, @@ -34395,10 +34533,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/dark, /area/station/security/checkpoint/third) -"iRv" = ( -/obj/machinery/vending/boozeomat, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/blueshield) "iRy" = ( /obj/structure/bed/dogbed{ anchored = 1; @@ -34450,6 +34584,12 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/carpet, /area/station/service/chapel) +"iRZ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "iSa" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 1 @@ -34874,16 +35014,6 @@ /obj/effect/turf_decal/tile/neutral/full, /turf/open/floor/iron/dark/smooth_large, /area/station/command/teleporter) -"iXS" = ( -/obj/structure/rack, -/obj/item/storage/box/bodybags, -/obj/item/radio/intercom/directional/west, -/obj/effect/turf_decal/tile/purple/anticorner{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/science/genetics) "iXT" = ( /obj/effect/turf_decal/siding/wood, /turf/open/floor/carpet, @@ -35274,6 +35404,11 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/explab) +"jcl" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "jct" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -35304,6 +35439,15 @@ /obj/machinery/light/directional/west, /turf/open/floor/iron/dark, /area/station/engineering/supermatter/room) +"jcZ" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Nanotrasen Representative's Office"; + name = "Nanotrasen Representative's Fax Machine" + }, +/obj/machinery/digital_clock/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "jdj" = ( /turf/closed/wall/r_wall/rust, /area/station/maintenance/department/security/brig) @@ -35414,6 +35558,13 @@ /obj/machinery/vending/autodrobe, /turf/open/floor/iron, /area/station/commons/locker) +"jeg" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative, +/turf/open/floor/plating, +/area/station/command/heads_quarters/nanotrasen_representative) "jek" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -35713,10 +35864,6 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central/fore) -"jhF" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/station/security/courtroom) "jhO" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, @@ -36675,14 +36822,6 @@ }, /turf/open/floor/iron, /area/station/security/prison/garden) -"jxK" = ( -/obj/structure/table/reinforced, -/obj/item/gun/energy/laser/practice, -/obj/machinery/recharger, -/obj/structure/extinguisher_cabinet/directional/west, -/obj/item/gun/energy/laser/carbine/practice, -/turf/open/floor/iron, -/area/station/security/range) "jxN" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 4 @@ -37188,6 +37327,15 @@ /obj/item/storage/bag/tray, /turf/open/floor/iron/kitchen, /area/station/security/prison) +"jEH" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/turf/open/floor/plating, +/area/station/security/courtroom) "jEN" = ( /obj/structure/lattice, /obj/structure/grille/broken, @@ -37706,6 +37854,14 @@ "jKt" = ( /turf/open/floor/iron/grimy, /area/station/command/heads_quarters/hop) +"jKu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "ntr_privacy"; + name = "Privacy Shutters" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/nanotrasen_representative) "jKI" = ( /obj/machinery/camera/directional/south{ c_tag = "Bar - South" @@ -37902,6 +38058,14 @@ /obj/structure/table_frame, /turf/open/floor/plating, /area/station/maintenance/ghetto/port/aft) +"jNn" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/science/robotics/mechbay) "jNs" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/blue/anticorner/contrasted{ @@ -37919,6 +38083,15 @@ /obj/effect/spawner/random/trash/mess, /turf/open/floor/wood, /area/station/service/kitchen/abandoned) +"jNw" = ( +/obj/structure/table/wood, +/obj/structure/microscope, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/detectives_office) "jNy" = ( /obj/machinery/power/shieldwallgen/xenobiologyaccess, /obj/structure/cable, @@ -37987,10 +38160,6 @@ /obj/machinery/firealarm/directional/east, /turf/open/floor/iron, /area/station/engineering/hallway) -"jON" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark/textured, -/area/station/engineering/gravity_generator) "jPb" = ( /obj/machinery/light/small/directional/east, /turf/open/floor/plating, @@ -38344,6 +38513,14 @@ }, /turf/open/floor/iron, /area/station/engineering/lobby) +"jUd" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/structure/window/spawner/directional/south, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "jUh" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -38587,11 +38764,6 @@ }, /turf/open/floor/carpet/red, /area/station/maintenance/department/security/brig) -"jWp" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/vending/cola/blue, -/turf/open/floor/wood, -/area/station/security/courtroom) "jWy" = ( /obj/structure/chair/stool{ dir = 1 @@ -38607,6 +38779,12 @@ /obj/machinery/duct, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) +"jWB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "jWF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -38720,12 +38898,6 @@ /obj/item/storage/toolbox/electrical, /turf/open/floor/iron/dark, /area/station/engineering/hallway) -"jYC" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/engineering/atmos) "jYE" = ( /obj/effect/turf_decal/tile/purple{ dir = 8 @@ -38804,10 +38976,6 @@ /obj/structure/girder, /turf/open/floor/plating, /area/station/maintenance/port) -"jZK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "jZL" = ( /obj/structure/closet/firecloset/full, /obj/item/radio/intercom/directional/west, @@ -39619,6 +39787,13 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/starboard/west) +"kkn" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/science/robotics/lab) "kko" = ( /obj/effect/turf_decal/trimline/neutral/filled/line{ dir = 4 @@ -40003,6 +40178,10 @@ /obj/effect/spawner/random/clothing/costume, /turf/open/floor/iron/cafeteria, /area/station/maintenance/ghetto/fore/starboard) +"koU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/stairs/left, +/area/station/security/courtroom) "koW" = ( /obj/machinery/duct, /obj/effect/turf_decal/trimline/yellow/corner{ @@ -40122,17 +40301,6 @@ "kql" = ( /turf/closed/wall, /area/station/maintenance/starboard/lesser) -"kqw" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "kqA" = ( /obj/structure/cable, /obj/effect/turf_decal/tile/red/half/contrasted, @@ -40403,6 +40571,26 @@ /obj/structure/window/reinforced/spawner/directional/north, /turf/open/floor/engine, /area/station/medical/pharmacy) +"ktD" = ( +/obj/structure/table/wood, +/obj/item/megaphone{ + pixel_y = -11 + }, +/obj/machinery/button/door/directional/east{ + id = "HoP_door"; + name = "Door Control"; + normaldoorcontrol = 1; + pixel_y = 3; + req_access = list("hop"); + pixel_x = -6; + specialfunctions = 4 + }, +/obj/effect/spawner/random/special_lighter{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/iron/grimy, +/area/station/command/heads_quarters/hop) "ktH" = ( /obj/effect/decal/cleanable/vomit, /turf/open/floor/iron/cafeteria, @@ -40670,6 +40858,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"kxd" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/requests_console/directional/south{ + department = "Blueshield's Office"; + name = "Blueshield's Requests Console" + }, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/information, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "kxe" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/door/airlock, @@ -40755,6 +40956,10 @@ /obj/structure/frame, /turf/open/floor/plating, /area/station/maintenance/department/engine/ghetto) +"kyB" = ( +/obj/item/radio/intercom/directional/south, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "kyQ" = ( /obj/structure/frame/computer{ dir = 4 @@ -41074,19 +41279,22 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) +"kCI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/corporate{ + id_tag = "blueshield_door" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "kCK" = ( /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"kCR" = ( -/obj/structure/table/wood, -/obj/structure/microscope, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark, -/area/station/security/detectives_office) "kCY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -41128,10 +41336,6 @@ }, /turf/open/floor/iron/white, /area/station/science/robotics/lab) -"kDn" = ( -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/stairs/left, -/area/station/security/brig) "kDq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -41509,6 +41713,21 @@ }, /turf/open/floor/plating, /area/station/service/theater) +"kFS" = ( +/obj/structure/table/wood, +/obj/machinery/fax{ + fax_name = "Magistrate's Office"; + name = "Magistrate's Fax Machine"; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/machinery/camera/directional/north{ + c_tag = "Magistrate's Office" + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "kFX" = ( /obj/structure/railing{ dir = 4 @@ -41568,15 +41787,6 @@ /obj/structure/sign/poster/random/directional/north, /turf/open/floor/iron/smooth, /area/station/maintenance/starboard/aft) -"kGS" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red/half/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "kGU" = ( /obj/structure/table, /obj/effect/spawner/random/maintenance, @@ -41594,6 +41804,9 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/ghetto/central/fore) +"kGY" = ( +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "kHj" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -41602,6 +41815,10 @@ /obj/structure/cable, /turf/open/floor/iron/white/textured, /area/station/security/medical) +"kHn" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "kHu" = ( /obj/effect/turf_decal/trimline/yellow/warning{ dir = 8 @@ -42027,13 +42244,6 @@ /obj/effect/turf_decal/tile/yellow/opposingcorners, /turf/open/floor/iron/dark, /area/station/maintenance/ghetto/fore/starboard) -"kMh" = ( -/obj/effect/turf_decal/tile/purple/half{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron, -/area/station/science/lab) "kMk" = ( /obj/effect/turf_decal/tile/dark_green/fourcorners, /obj/effect/decal/cleanable/dirt, @@ -42058,10 +42268,6 @@ /obj/machinery/light/directional/north, /turf/open/floor/iron, /area/station/hallway/secondary/entry) -"kMJ" = ( -/obj/machinery/light_switch/directional/south, -/turf/open/floor/wood, -/area/station/security/courtroom) "kMW" = ( /obj/machinery/door/airlock/public, /obj/effect/mapping_helpers/airlock/autoname, @@ -42486,6 +42692,12 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/iron, /area/station/maintenance/ghetto/storage) +"kSz" = ( +/obj/machinery/power/apc/worn_out/directional/east, +/obj/structure/cable, +/obj/structure/chair/stool/bar/directional/west, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "kSA" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -42860,16 +43072,6 @@ /obj/item/storage/toolbox/mechanical, /turf/open/floor/plating, /area/station/maintenance/aft) -"kXC" = ( -/obj/machinery/fax{ - fax_name = "Lawyer Office"; - pixel_y = 4 - }, -/obj/structure/table, -/obj/machinery/light/directional/west, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "kXD" = ( /obj/structure/rack, /obj/effect/spawner/random/maintenance/two, @@ -42925,13 +43127,6 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/maintenance/port/greater) -"kYl" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood, -/area/station/service/library/upper) "kYn" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -43030,6 +43225,10 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /turf/open/floor/plating, /area/station/maintenance/aft) +"kZw" = ( +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "kZF" = ( /obj/effect/turf_decal/tile/blue/half/contrasted, /obj/machinery/keycard_auth/wall_mounted/directional/south, @@ -43101,6 +43300,24 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard) +"laN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) +"laO" = ( +/obj/item/taperecorder{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/light{ + icon_state = "light_on-7"; + state = 7; + light_color = "#a659ff" + }, +/area/station/commons/lounge) "laX" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -43438,6 +43655,14 @@ /obj/effect/mapping_helpers/airlock/autoname, /turf/open/floor/iron, /area/station/maintenance/ghetto/central) +"lgi" = ( +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/turf/open/floor/iron/cafeteria, +/area/station/service/kitchen) "lgn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -43558,6 +43783,13 @@ }, /turf/open/floor/carpet, /area/station/service/chapel) +"lhX" = ( +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable, +/obj/effect/mapping_helpers/airlock/access/all/security/detective, +/turf/open/floor/iron, +/area/station/security/detectives_office) "lhZ" = ( /obj/structure/window/reinforced/spawner/directional/east, /obj/structure/window/reinforced/spawner/directional/south, @@ -43650,13 +43882,6 @@ /obj/item/stack/sheet/plasteel, /turf/open/floor/plating, /area/station/maintenance/starboard/fore) -"lji" = ( -/obj/structure/table/wood, -/obj/machinery/light/directional/north, -/obj/structure/sign/poster/official/random/directional/north, -/obj/machinery/computer/records/security/laptop, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "ljj" = ( /obj/effect/turf_decal/tile/red/anticorner/contrasted, /turf/open/floor/iron/dark/smooth_edge, @@ -43728,9 +43953,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/engineering/atmos) -"lkH" = ( -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "lkU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -43759,6 +43981,17 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron/dark, /area/station/service/theater) +"llb" = ( +/obj/machinery/fax{ + fax_name = "Lawyer Office"; + pixel_y = 4 + }, +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/computer/security/telescreen/prison/directional/north, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) "llm" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -43852,16 +44085,6 @@ /obj/item/soap, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"lmA" = ( -/obj/structure/bed/dogbed/runtime, -/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ - dir = 4 - }, -/mob/living/basic/pet/cat/runtime, -/obj/item/toy/cattoy, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/dark, -/area/station/command/heads_quarters/cmo) "lmG" = ( /obj/structure/railing{ dir = 4 @@ -44218,16 +44441,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating/airless, /area/space/nearstation) -"lql" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/service/chapel) "lqn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -44672,11 +44885,6 @@ dir = 1 }, /area/station/engineering/main) -"lvv" = ( -/obj/structure/table/wood, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "lvz" = ( /obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt/dust, @@ -44738,9 +44946,6 @@ }, /turf/open/floor/iron, /area/station/security/courtroom/holding) -"lwZ" = ( -/turf/open/openspace, -/area/station/maintenance/department/bridge/blueshield) "lxv" = ( /obj/effect/turf_decal/trimline/red/filled/line{ dir = 4 @@ -44797,6 +45002,20 @@ /obj/item/instrument/guitar, /turf/open/floor/iron/dark, /area/station/maintenance/ghetto/fore/starboard) +"lxS" = ( +/obj/structure/table/wood, +/obj/structure/window/spawner/directional/west, +/obj/structure/window/spawner/directional/north, +/obj/item/reagent_containers/cup/glass/waterbottle{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "lxT" = ( /obj/machinery/recharge_station, /turf/open/floor/plating, @@ -45060,10 +45279,6 @@ /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/iron/dark, /area/station/maintenance/ghetto/aft) -"lBl" = ( -/obj/item/vending_refill/boozeomat, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "lBq" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/effect/spawner/structure/window/reinforced, @@ -45297,12 +45512,6 @@ /obj/effect/decal/cleanable/generic, /turf/open/floor/iron/dark, /area/station/maintenance/starboard/fore) -"lEr" = ( -/obj/structure/platform{ - dir = 5 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "lEt" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -45570,6 +45779,13 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark, /area/station/maintenance/port/aft) +"lHT" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) "lHX" = ( /obj/structure/closet/cabinet, /obj/item/crowbar, @@ -46329,11 +46545,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"lRk" = ( -/obj/structure/cable, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/captain) "lRl" = ( /turf/closed/wall, /area/station/cargo/office) @@ -46685,13 +46896,6 @@ /obj/machinery/door/firedoor, /turf/open/floor/iron, /area/station/hallway/primary/fore) -"lWh" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/science/robotics/lab) "lWi" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/door/airlock/public{ @@ -46867,15 +47071,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/genetics) -"lYh" = ( -/obj/structure/chair/pew/right{ - dir = 8 - }, -/obj/structure/platform{ - dir = 4 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "lYr" = ( /obj/machinery/conveyor{ dir = 8; @@ -46890,6 +47085,10 @@ /obj/structure/cable, /turf/open/floor/iron/kitchen, /area/station/security/prison) +"lYx" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "lYy" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -47296,6 +47495,19 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron, /area/station/service/hydroponics) +"mde" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "mdi" = ( /obj/structure/chair/sofa/corp, /turf/open/floor/iron, @@ -47434,6 +47646,17 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/cafeteria, /area/station/security/prison/ghetto) +"mfK" = ( +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_y = 4 + }, +/obj/effect/spawner/random/special_lighter{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "mfL" = ( /obj/structure/table, /obj/item/hand_labeler, @@ -47523,6 +47746,14 @@ }, /turf/open/floor/engine/hull/reinforced, /area/space/nearstation) +"mhh" = ( +/obj/machinery/light/directional/east, +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "mhl" = ( /obj/structure/table/wood, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, @@ -47622,15 +47853,6 @@ "miI" = ( /turf/open/floor/iron/dark, /area/station/science/robotics/lab) -"miT" = ( -/obj/item/storage/dice, -/obj/structure/table/reinforced/rglass, -/turf/open/floor/light{ - icon_state = "light_on-7"; - state = 7; - light_color = "#a659ff" - }, -/area/station/commons/lounge) "miV" = ( /obj/effect/turf_decal/trimline/red/filled/warning{ dir = 4 @@ -47695,14 +47917,6 @@ /mob/living/carbon/human/species/monkey/punpun, /turf/open/floor/iron/dark, /area/station/service/bar) -"mjZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "Magistrate office" - }, -/turf/open/floor/plating, -/area/station/service/lawoffice) "mka" = ( /obj/structure/chair{ dir = 8 @@ -47947,10 +48161,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/cafeteria, /area/station/service/kitchen) -"moZ" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "mpf" = ( /obj/machinery/firealarm/directional/north, /obj/effect/decal/cleanable/dirt/dust, @@ -48231,6 +48441,13 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/department/electrical) +"msD" = ( +/obj/structure/chair, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/tile/red/full, +/obj/structure/sign/poster/official/random/directional/north, +/turf/open/floor/iron/large, +/area/station/security/courtroom) "msN" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/autoname, @@ -48250,14 +48467,6 @@ /obj/effect/spawner/random/engineering/atmospherics_portable, /turf/open/floor/plating, /area/station/maintenance/department/security/ghetto/north) -"mtc" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron/dark, -/area/station/science/robotics/mechbay) "mtm" = ( /obj/machinery/space_heater, /turf/open/floor/plating, @@ -48347,13 +48556,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/white, /area/station/maintenance/starboard/aft) -"muo" = ( -/obj/effect/landmark/event_spawn, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/station/service/lawoffice) "muv" = ( /turf/open/floor/iron/dark/side{ dir = 1 @@ -48507,10 +48709,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/common/cryopods) -"mvV" = ( -/obj/effect/spawner/random/trash/deluxe_garbage, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "mvY" = ( /obj/structure/lattice, /obj/item/clothing/shoes/clown_shoes, @@ -48826,6 +49024,10 @@ /obj/machinery/power/tracker, /turf/open/floor/iron/solarpanel/airless, /area/station/solars/port/fore) +"mAD" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark/textured, +/area/station/engineering/gravity_generator) "mAR" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -48834,6 +49036,16 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/science/research) +"mAV" = ( +/obj/machinery/papershredder, +/obj/machinery/camera/directional/west{ + c_tag = "Nanotrasen Representative's Office" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "mBa" = ( /obj/structure/table/wood, /obj/item/bodybag, @@ -49305,6 +49517,17 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/hallway) +"mHh" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/hop) "mHp" = ( /obj/machinery/door/window/brigdoor/left/directional/south{ name = "Creature Pen"; @@ -49905,10 +50128,6 @@ /obj/effect/turf_decal/trimline/dark_blue/line, /turf/open/floor/iron/small, /area/station/maintenance/ghetto/central) -"mPo" = ( -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/hallway/primary/central/aft) "mPq" = ( /obj/structure/chair{ dir = 1 @@ -50445,11 +50664,6 @@ /obj/item/seeds/orange, /turf/open/misc/grass, /area/station/security/prison/garden) -"mWC" = ( -/turf/open/floor/iron/stairs{ - dir = 8 - }, -/area/station/security/courtroom) "mWD" = ( /obj/structure/table/wood, /obj/item/taperecorder{ @@ -50975,12 +51189,6 @@ /obj/machinery/digital_clock/directional/east, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) -"ndP" = ( -/obj/structure/chair/pew/right{ - dir = 8 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "ndV" = ( /turf/closed/wall, /area/station/science/server) @@ -51039,12 +51247,6 @@ /obj/item/cultivator, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"neO" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/structure/window/spawner/directional/south, -/turf/open/floor/carpet/black, -/area/station/security/courtroom) "neY" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating, @@ -51072,6 +51274,11 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/ghetto/port/aft) +"nfN" = ( +/obj/machinery/vending/coffee, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "nfO" = ( /obj/effect/turf_decal/siding/wood{ dir = 4 @@ -51085,6 +51292,9 @@ /obj/effect/turf_decal/trimline/blue/filled/corner, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) +"nfT" = ( +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "nfX" = ( /obj/structure/window/spawner/directional/west, /obj/structure/table/reinforced, @@ -51114,12 +51324,6 @@ /obj/machinery/door/poddoor/incinerator_ordmix, /turf/open/floor/engine/vacuum, /area/station/science/ordnance) -"ngx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "ngz" = ( /obj/structure/closet/secure_closet/hydroponics, /turf/open/floor/iron/dark, @@ -51469,10 +51673,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/lobby) -"nkX" = ( -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "nkY" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -51838,6 +52038,13 @@ }, /turf/open/floor/engine, /area/station/science/lower) +"npp" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/engineering/hallway) "npt" = ( /obj/machinery/light/directional/east, /obj/effect/turf_decal/trimline/green/filled/line{ @@ -52034,10 +52241,6 @@ "nrH" = ( /turf/closed/wall, /area/station/service/hydroponics) -"nrJ" = ( -/obj/machinery/light/broken/directional/south, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "nrQ" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/autoname, @@ -52378,9 +52581,6 @@ /obj/structure/steam_vent, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"nwE" = ( -/turf/open/floor/iron/stairs/left, -/area/station/security/courtroom) "nwH" = ( /obj/effect/turf_decal/trimline/blue/filled/corner{ dir = 8 @@ -52559,10 +52759,6 @@ /obj/effect/turf_decal/tile/purple/half, /turf/open/floor/iron/white, /area/station/science/explab) -"nzV" = ( -/obj/item/pickaxe, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "nAa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -52905,9 +53101,6 @@ /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, /area/station/maintenance/ghetto/fore/starboard) -"nEb" = ( -/turf/open/floor/wood, -/area/station/security/courtroom) "nEe" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -53753,12 +53946,13 @@ }, /turf/open/floor/iron/white, /area/station/maintenance/department/medical/central) -"nPJ" = ( -/obj/structure/table/wood/fancy/royalblack, -/obj/item/gavelblock, -/obj/item/gavelhammer, -/turf/open/floor/carpet/black, -/area/station/security/courtroom) +"nPA" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "nPO" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -53951,45 +54145,24 @@ /obj/structure/closet/jcloset, /turf/open/floor/iron, /area/station/maintenance/ghetto/fore/starboard) -"nSw" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door/directional/west{ - id = "viplounge_bolt"; - name = "ViP Bolt Control"; - normaldoorcontrol = 1; - specialfunctions = 4 - }, -/obj/item/lighter{ - pixel_x = 10 - }, -/obj/item/lighter{ - pixel_x = 6 - }, -/obj/item/storage/box/matches{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/book/manual/wiki/barman_recipes{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/reagent_containers/cup/glass/shaker{ - pixel_x = -6; - pixel_y = 6 - }, -/obj/item/reagent_containers/cup/glass/flask{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar) "nSA" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/cable, /turf/open/floor/wood/parquet, /area/station/maintenance/department/security/brig) +"nSL" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/stamp/magistrate, +/obj/item/pen/fountain{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "nSN" = ( /turf/closed/wall, /area/station/service/chapel) @@ -54124,13 +54297,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/engineering/storage/tech) -"nTZ" = ( -/obj/structure/filingcabinet/employment, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "nUa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/wood/large, @@ -54361,6 +54527,16 @@ }, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"nXq" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/navigate_destination/court, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "nXx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54426,17 +54602,6 @@ /obj/machinery/atmospherics/pipe/smart/simple/dark/visible, /turf/open/floor/iron, /area/station/maintenance/disposal/trash) -"nYi" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/wood, -/area/station/command/heads_quarters/hop) "nYk" = ( /obj/machinery/firealarm/directional/east, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -54495,6 +54660,39 @@ /obj/machinery/newscaster/directional/north, /turf/open/floor/iron, /area/station/maintenance/ghetto/aft) +"nZc" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door/directional/west{ + id = "viplounge_bolt"; + name = "ViP Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4 + }, +/obj/item/lighter{ + pixel_x = 10 + }, +/obj/item/lighter{ + pixel_x = 6 + }, +/obj/item/storage/box/matches{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/barman_recipes{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/reagent_containers/cup/glass/shaker{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/reagent_containers/cup/glass/flask{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar) "nZg" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron/white, @@ -54829,6 +55027,12 @@ dir = 8 }, /area/station/engineering/atmos) +"ocO" = ( +/obj/structure/chair/pew/right{ + dir = 8 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "ocS" = ( /obj/structure/broken_flooring/pile/directional/west, /turf/open/floor/plating, @@ -54978,6 +55182,9 @@ }, /turf/open/floor/iron, /area/station/commons/fitness) +"oer" = ( +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "oew" = ( /obj/machinery/door/firedoor, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -55204,6 +55411,14 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron, /area/station/commons/storage/art) +"oie" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "Magistrate office" + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/magistrate) "oik" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55482,6 +55697,12 @@ /obj/structure/cable, /turf/closed/wall, /area/station/maintenance/ghetto/port) +"oms" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "omE" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -55546,6 +55767,9 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron/dark, /area/station/maintenance/department/security/brig) +"onr" = ( +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "onA" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -55922,6 +56146,12 @@ /obj/machinery/duct, /turf/open/floor/iron/white, /area/station/medical/cryo) +"orN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ + dir = 1 + }, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "orS" = ( /obj/structure/table, /obj/item/melee/baton/security/cattleprod, @@ -55951,17 +56181,6 @@ /obj/structure/table/wood, /turf/open/floor/wood/large, /area/station/service/kitchen/abandoned) -"osm" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table, -/obj/item/gavelblock{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/gavelhammer, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "oso" = ( /obj/structure/cable, /obj/machinery/requests_console/directional/east, @@ -56205,13 +56424,6 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/white, /area/station/medical/surgery/aft) -"ovm" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/dark, -/area/station/security/lockers) "ovo" = ( /obj/structure/toilet{ dir = 8 @@ -56555,10 +56767,6 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/iron, /area/station/security/holding_cell) -"ozT" = ( -/obj/structure/table_frame/wood, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/blueshield) "ozY" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /obj/machinery/newscaster/directional/north, @@ -56650,29 +56858,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/processing) -"oBg" = ( -/obj/machinery/light/directional/south, -/obj/structure/chair/pew/right{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/wood, -/area/station/security/courtroom) "oBh" = ( /obj/structure/reagent_dispensers/watertank/high, /obj/item/reagent_containers/cup/watering_can, /obj/structure/window/reinforced/spawner/directional/north, /turf/open/floor/iron/dark, /area/station/service/hydroponics) -"oBi" = ( -/obj/machinery/light/directional/east, -/obj/machinery/camera{ - c_tag = "Courtroom North"; - dir = 4 - }, -/obj/item/kirbyplants/random, -/turf/open/floor/wood, -/area/station/security/courtroom) "oBo" = ( /turf/open/floor/iron, /area/station/cargo/storage/ghetto) @@ -56798,6 +56989,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/port/greater) +"oCM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "oCN" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/carpet/red, @@ -57073,6 +57268,12 @@ /obj/effect/spawner/random/structure/grille, /turf/open/floor/plating, /area/station/maintenance/ghetto/sorting) +"oHa" = ( +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, +/obj/item/kirbyplants/random, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "oHg" = ( /obj/machinery/door/firedoor, /obj/machinery/door/airlock/research/glass, @@ -57161,6 +57362,14 @@ /obj/effect/mapping_helpers/airlock/access/all/security/general, /turf/open/floor/iron/dark, /area/station/maintenance/fore) +"oIu" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "oIz" = ( /obj/structure/sink/kitchen/directional/east, /turf/open/floor/plating, @@ -57587,11 +57796,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/station/tcommsat/server) -"oNA" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/turf/open/floor/carpet/black, -/area/station/security/courtroom) "oND" = ( /obj/machinery/light/directional/south, /obj/structure/cable/multilayer/multiz, @@ -57656,12 +57860,6 @@ /obj/machinery/light/directional/south, /turf/open/floor/iron, /area/station/service/janitor) -"oOB" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/structure/window/spawner/directional/north, -/turf/open/floor/carpet/black, -/area/station/security/courtroom) "oOC" = ( /obj/item/kirbyplants/random, /obj/effect/turf_decal/tile/dark/half{ @@ -57834,6 +58032,18 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/port) +"oRR" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/machinery/button/door{ + req_access = list("magistrate"); + id = "court_privacy"; + name = "Privacy Control"; + pixel_y = 12 + }, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "oRS" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/structure/disposalpipe/segment{ @@ -58213,13 +58423,6 @@ /obj/item/radio/intercom/directional/north, /turf/open/floor/iron/grimy, /area/station/security/detectives_office) -"oWz" = ( -/obj/effect/turf_decal/trimline/neutral/filled/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/medical/morgue) "oWA" = ( /obj/effect/turf_decal/tile/neutral/half/contrasted, /turf/open/floor/iron, @@ -58718,6 +58921,10 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/iron, /area/station/maintenance/ghetto/auxiliary) +"pdJ" = ( +/obj/item/pickaxe, +/turf/open/floor/plating, +/area/station/maintenance/port/aft) "pdL" = ( /obj/machinery/camera{ c_tag = "Brig Main Hall West 1"; @@ -59473,6 +59680,16 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/iron/dark, /area/station/engineering/main) +"pnZ" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/tile/purple/anticorner{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/science/genetics) "pob" = ( /obj/structure/table/wood, /obj/item/flashlight{ @@ -59523,11 +59740,6 @@ }, /turf/open/floor/carpet/black, /area/station/service/chapel/office) -"ppa" = ( -/obj/machinery/vending/coffee, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/wood, -/area/station/security/courtroom) "ppe" = ( /obj/structure/table, /obj/item/stack/sheet/iron/ten, @@ -59800,10 +60012,6 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/security/prison/ghetto) -"pts" = ( -/obj/machinery/light/broken/directional/east, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "ptt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -60005,12 +60213,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/security/brig) -"pvl" = ( -/obj/structure/table/wood, -/obj/structure/window/spawner/directional/south, -/obj/structure/window/spawner/directional/west, -/turf/open/floor/carpet/black, -/area/station/security/courtroom) "pvq" = ( /turf/closed/wall/r_wall, /area/station/command/bridge) @@ -60019,10 +60221,6 @@ /obj/machinery/status_display/ai/directional/south, /turf/open/floor/iron, /area/station/science/xenobiology) -"pvu" = ( -/obj/machinery/light_switch/directional/west, -/turf/open/floor/wood, -/area/station/security/courtroom) "pvv" = ( /obj/machinery/light/directional/north, /obj/effect/turf_decal/trimline/blue/filled/line{ @@ -60189,10 +60387,6 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/science/xenobiology) -"pxp" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/station/security/courtroom) "pxq" = ( /obj/effect/spawner/random/trash/bin, /turf/open/floor/plating, @@ -60307,13 +60501,6 @@ /obj/machinery/airalarm/directional/north, /turf/open/floor/iron/white, /area/station/medical/paramedic) -"pyB" = ( -/obj/effect/landmark/start/lawyer, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "pyM" = ( /obj/machinery/vending/coffee, /turf/open/floor/wood/large, @@ -60902,13 +61089,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /turf/open/floor/plating, /area/station/maintenance/port/aft) -"pGf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/security/execution/education) "pGg" = ( /obj/machinery/modular_computer/preset/id, /obj/machinery/light/directional/north, @@ -61007,6 +61187,14 @@ /obj/effect/spawner/random/structure/closet_empty/crate, /turf/open/floor/plating, /area/station/maintenance/ghetto/aft) +"pHl" = ( +/obj/machinery/light/directional/south, +/obj/structure/chair/pew/right{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "pHq" = ( /obj/effect/turf_decal/trimline/yellow/corner, /turf/open/floor/iron, @@ -61449,6 +61637,13 @@ }, /turf/open/floor/iron/dark, /area/station/hallway/secondary/exit/departure_lounge) +"pMy" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/iron, +/area/station/hallway/primary/central) "pMA" = ( /turf/open/floor/iron/dark, /area/station/maintenance/department/engine/ghetto) @@ -61694,25 +61889,36 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/command/heads_quarters/hop) +"pQo" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/dark, +/area/station/service/chapel) "pQs" = ( /obj/item/book/random, /obj/structure/table/wood, /turf/open/floor/carpet, /area/station/maintenance/starboard/aft) -"pQt" = ( -/obj/machinery/door/airlock/security, -/obj/effect/mapping_helpers/airlock/autoname, -/obj/structure/cable, -/obj/effect/mapping_helpers/airlock/access/all/security/detective, -/obj/effect/landmark/navigate_destination/det, -/turf/open/floor/iron, -/area/station/security/detectives_office) "pQC" = ( /obj/effect/turf_decal/tile/blue/full, /obj/structure/table/reinforced, /obj/machinery/defibrillator_mount, /turf/open/floor/iron/white, /area/station/medical/treatment_center) +"pQK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "pQL" = ( /obj/structure/cable, /obj/machinery/power/apc/auto_name/directional/west, @@ -61822,6 +62028,14 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/iron/freezer, /area/station/maintenance/port/fore) +"pRH" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/official/random/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "pRW" = ( /obj/structure/sign/warning/vacuum/directional/west, /turf/open/floor/plating, @@ -62672,16 +62886,6 @@ /obj/structure/tank_dispenser, /turf/open/floor/iron/dark/smooth_large, /area/station/engineering/main) -"qcw" = ( -/obj/item/shell/airlock{ - name = "NT Representative's Office" - }, -/obj/structure/firelock_frame{ - anchored = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/port/aft) "qcz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, @@ -62969,6 +63173,13 @@ }, /turf/open/floor/iron, /area/station/cargo/storage) +"qhk" = ( +/obj/effect/turf_decal/tile/purple/half{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/white, +/area/station/science/explab) "qhn" = ( /obj/structure/bookcase/random/reference, /turf/open/floor/wood, @@ -63181,6 +63392,10 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"qkT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "qkY" = ( /obj/structure/cable, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ @@ -63387,14 +63602,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore) -"qnT" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/machinery/photocopier, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "qnY" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -63469,13 +63676,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /turf/open/floor/plating, /area/station/maintenance/aft) -"qoZ" = ( -/obj/structure/chair/sofa/bench/left{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron, -/area/station/security/processing) "qpb" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 10 @@ -63955,6 +64155,12 @@ /obj/item/storage/medkit/regular, /turf/open/floor/iron/white, /area/station/maintenance/department/medical/central) +"qxk" = ( +/obj/structure/table/wood, +/obj/item/cigarette/cigar/cohiba, +/obj/item/pen/blue, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "qxm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -65031,13 +65237,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/ghetto/central/fore) -"qLF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/shutters{ - id = "ntr_F" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "qLI" = ( /obj/structure/disposalpipe/segment, /obj/structure/barricade/wooden, @@ -65081,10 +65280,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"qMg" = ( -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "qMq" = ( /obj/effect/turf_decal/tile/yellow, /obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ @@ -65426,6 +65621,11 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/transit_tube) +"qQs" = ( +/obj/structure/cable, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/wood, +/area/station/command/heads_quarters/captain) "qQu" = ( /obj/machinery/modular_computer/preset/id{ dir = 8 @@ -65782,16 +65982,6 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos/hfr_room) -"qUG" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/wood/large, -/area/station/commons/lounge) "qUM" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -65887,6 +66077,11 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/atmos) +"qWh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "qWo" = ( /obj/structure/bed, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -66386,6 +66581,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/maintenance/ghetto/aft) +"rca" = ( +/obj/structure/chair/stool/bar/directional/east, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "rcd" = ( /obj/structure/railing{ dir = 4 @@ -66684,6 +66886,14 @@ }, /turf/open/floor/plating, /area/station/maintenance/department/security/ghetto/south) +"rga" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/structure/window/spawner/directional/north, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "rgb" = ( /obj/machinery/atmospherics/pipe/smart/simple/scrubbers/visible{ dir = 4 @@ -66867,15 +67077,6 @@ /obj/machinery/disposal/bin, /turf/open/floor/iron, /area/station/commons/dorms) -"riS" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/security/courtroom) "riU" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -67172,27 +67373,6 @@ }, /turf/open/floor/iron/dark, /area/station/science/breakroom) -"rmt" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/folder/blue{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/item/folder/yellow{ - pixel_x = 10; - pixel_y = 1 - }, -/obj/machinery/light_switch/directional/south, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "rmv" = ( /turf/closed/wall, /area/station/maintenance/ghetto/sorting) @@ -67439,10 +67619,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore) -"rpU" = ( -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "rpV" = ( /obj/structure/chair/comfy/black, /obj/effect/decal/cleanable/dirt, @@ -67560,13 +67736,6 @@ /obj/structure/closet/secure_closet/medical3, /turf/open/floor/iron/white, /area/station/medical/surgery/fore) -"rrL" = ( -/obj/machinery/light_switch/directional/west, -/obj/structure/closet/lawcloset, -/obj/machinery/light/directional/west, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "rrM" = ( /obj/effect/turf_decal/box/white/corners{ dir = 1 @@ -67592,6 +67761,11 @@ "rrW" = ( /turf/open/floor/engine/n2, /area/station/engineering/atmos) +"rrZ" = ( +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/iron/dark, +/area/station/security/courtroom) "rsa" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -67827,26 +68001,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"ruu" = ( -/obj/structure/table/wood, -/obj/item/megaphone{ - pixel_y = -11 - }, -/obj/machinery/button/door/directional/east{ - id = "HoP_door"; - name = "HoP Door Control"; - normaldoorcontrol = 1; - pixel_y = 3; - req_access = list("hop"); - pixel_x = -6; - specialfunctions = 4 - }, -/obj/effect/spawner/random/special_lighter{ - pixel_x = 6; - pixel_y = 1 - }, -/turf/open/floor/iron/grimy, -/area/station/command/heads_quarters/hop) "ruC" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -67919,6 +68073,18 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/plating, /area/station/maintenance/ghetto/aft) +"rvy" = ( +/obj/vehicle/ridden/secway, +/obj/item/key/security{ + pixel_y = 4 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red/half/contrasted{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/security/warden) "rvB" = ( /obj/machinery/photocopier, /obj/effect/turf_decal/siding/wood{ @@ -67943,6 +68109,15 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"rwd" = ( +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) +"rwh" = ( +/obj/machinery/vending/boozeomat, +/obj/machinery/light/directional/north, +/turf/open/floor/iron/dark, +/area/station/service/bar) "rwp" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -68114,13 +68289,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/ghetto/central) -"rzX" = ( -/obj/effect/spawner/random/trash/deluxe_garbage, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/blueshield) -"rAg" = ( -/turf/closed/wall, -/area/station/maintenance/department/bridge/ntr) "rAh" = ( /obj/machinery/light/directional/north, /obj/effect/landmark/navigate_destination/chemfactory, @@ -68316,6 +68484,13 @@ }, /turf/open/floor/iron/showroomfloor, /area/station/commons/toilet/locker) +"rCu" = ( +/obj/structure/table/wood, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/directional/north, +/obj/machinery/computer/records/security/laptop, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "rCE" = ( /obj/structure/table/reinforced, /obj/item/folder/yellow, @@ -68488,11 +68663,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/hallway/primary/starboard) -"rFq" = ( -/obj/structure/cable, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/wood, -/area/station/security/courtroom) "rFC" = ( /obj/machinery/light/directional/north, /obj/structure/easel, @@ -68582,19 +68752,15 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plating, /area/station/ai_monitored/turret_protected/aisat/atmos) +"rHw" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "rHA" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, /turf/open/floor/plating, /area/station/maintenance/ghetto/central/fore) -"rHD" = ( -/obj/item/clothing/head/utility/hardhat/cakehat, -/obj/structure/table/reinforced/rglass, -/turf/open/floor/light{ - icon_state = "light_on-7"; - state = 7; - light_color = "#a659ff" - }, -/area/station/commons/lounge) "rHM" = ( /obj/machinery/flasher/portable, /obj/effect/turf_decal/bot_white/left, @@ -68913,6 +69079,10 @@ }, /turf/open/floor/iron, /area/station/maintenance/ghetto/storage) +"rLA" = ( +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "rLY" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -69106,6 +69276,15 @@ /obj/machinery/duct, /turf/open/floor/iron, /area/station/security/prison/ghetto) +"rOx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/service/bar, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/service/kitchen, +/turf/open/floor/iron/dark, +/area/station/service/bar) "rOG" = ( /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, @@ -69121,6 +69300,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/plating, /area/station/maintenance/aft) +"rOY" = ( +/obj/structure/chair/comfy/corp, +/obj/effect/landmark/start/magistrate, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "rOZ" = ( /obj/machinery/door/poddoor{ density = 0; @@ -69170,6 +69354,15 @@ }, /turf/open/floor/wood, /area/station/service/kitchen/abandoned) +"rQn" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "rQp" = ( /turf/open/floor/iron, /area/station/maintenance/ghetto/aft) @@ -69225,6 +69418,14 @@ }, /turf/open/floor/iron/airless, /area/station/science/ordnance/bomb) +"rRi" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/papershredder, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "rRj" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 6 @@ -69440,16 +69641,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/station/maintenance/ghetto/port) -"rUy" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/tile/purple/anticorner, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/white, -/area/station/command/heads_quarters/rd) "rUF" = ( /obj/machinery/door/airlock/external, /obj/effect/mapping_helpers/airlock/autoname, @@ -69546,11 +69737,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/starboard/upper) -"rVz" = ( -/obj/structure/barricade/wooden, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/aft) "rVC" = ( /obj/structure/closet/secure_closet/personal/cabinet{ name = "clown's closet" @@ -70004,6 +70190,9 @@ /obj/effect/spawner/random/vending/snackvend, /turf/open/floor/iron, /area/station/hallway/secondary/exit/departure_lounge) +"saF" = ( +/turf/closed/wall, +/area/station/command/heads_quarters/nanotrasen_representative) "saM" = ( /obj/machinery/vending/coffee, /turf/open/floor/iron/cafeteria, @@ -70233,19 +70422,6 @@ /obj/machinery/vending/modularpc, /turf/open/floor/iron/dark, /area/station/commons/storage/primary) -"sdk" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -9; - pixel_y = 6 - }, -/obj/item/clothing/head/helmet/skull{ - desc = "Бедный Йорик..."; - pixel_x = 6; - pixel_y = 6 - }, -/turf/open/floor/carpet, -/area/station/service/lawoffice) "sdm" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 4 @@ -70959,6 +71135,19 @@ }, /turf/open/floor/iron, /area/station/hallway/primary/central) +"smB" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/obj/machinery/button/door/directional/east{ + id = "Law office"; + name = "Law Office Shutter Control"; + req_access = list("lawyer"); + pixel_x = -24 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) "smD" = ( /obj/machinery/door/airlock/medical/glass, /obj/effect/mapping_helpers/airlock/autoname, @@ -71153,6 +71342,16 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark, /area/station/service/library) +"soU" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/cable, +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "soV" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -71228,10 +71427,6 @@ }, /turf/open/floor/iron/dark, /area/station/engineering/break_room) -"spX" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/iron, -/area/station/hallway/primary/central/aft) "spZ" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -71341,6 +71536,13 @@ /obj/machinery/light/small/directional/east, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard) +"sry" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "srB" = ( /obj/structure/closet/crate/coffin, /turf/open/floor/plating, @@ -71388,6 +71590,9 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard/aft) +"ssf" = ( +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "ssk" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -71715,12 +71920,6 @@ /obj/effect/landmark/start/depsec/medical, /turf/open/floor/iron/dark/smooth_large, /area/station/security/checkpoint/medical) -"swp" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/security/courtroom) "swu" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -72041,6 +72240,13 @@ }, /turf/open/floor/carpet/red, /area/station/maintenance/department/security/brig) +"sBB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "sBD" = ( /obj/structure/table, /obj/item/toy/talking/owl{ @@ -72052,14 +72258,6 @@ /obj/effect/spawner/random/trash/hobo_squat, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard) -"sBO" = ( -/obj/structure/table/reinforced, -/obj/item/gun/energy/laser/practice, -/obj/machinery/recharger, -/obj/machinery/firealarm/directional/east, -/obj/item/gun/energy/laser/carbine/practice, -/turf/open/floor/iron, -/area/station/security/range) "sCc" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -72400,11 +72598,6 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/port/fore) -"sFA" = ( -/obj/effect/landmark/start/lawyer, -/obj/structure/chair/comfy/brown, -/turf/open/floor/carpet, -/area/station/service/lawoffice) "sFG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 @@ -72537,6 +72730,15 @@ /obj/structure/cable, /turf/open/floor/iron/white, /area/station/medical/chemistry) +"sHD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "blueshield_privacy"; + name = "Privacy Shutters"; + dir = 8 + }, +/turf/open/floor/plating, +/area/station/command/heads_quarters/blueshield) "sHE" = ( /obj/effect/decal/cleanable/blood/old, /obj/structure/table/optable, @@ -72884,13 +73086,6 @@ /obj/effect/mapping_helpers/airlock/access/all/engineering/general, /turf/open/floor/iron, /area/station/engineering/hallway) -"sNy" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/holosign/barrier, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "sNA" = ( /obj/effect/turf_decal/bot, /obj/effect/decal/cleanable/dirt, @@ -72931,12 +73126,14 @@ }, /turf/open/floor/wood/large, /area/station/commons/lounge) -"sOp" = ( +"sOk" = ( /obj/structure/chair/pew/right{ dir = 8 }, -/obj/machinery/status_display/ai/directional/south, -/turf/open/floor/wood, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/wood/parquet, /area/station/security/courtroom) "sOC" = ( /obj/machinery/duct, @@ -73058,6 +73255,10 @@ /obj/effect/spawner/random/trash, /turf/open/floor/iron, /area/station/maintenance/ghetto/central) +"sQn" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/iron/stairs/left, +/area/station/security/brig) "sQs" = ( /obj/structure/table, /obj/effect/spawner/random/engineering/toolbox, @@ -73258,6 +73459,11 @@ }, /turf/open/floor/iron/white, /area/station/medical/virology) +"sTQ" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/west, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "sTU" = ( /obj/effect/turf_decal/trimline/green/filled/line{ dir = 8 @@ -73428,15 +73634,6 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plating, /area/station/maintenance/ghetto/central/fore) -"sWk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/shell/airlock{ - name = "NT Representative's Office" - }, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "sWy" = ( /obj/machinery/door/airlock/security, /obj/effect/mapping_helpers/airlock/autoname, @@ -73621,6 +73818,11 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/security/armory) +"sZo" = ( +/obj/structure/cable, +/obj/machinery/airalarm/directional/west, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "sZp" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/bookcase, @@ -73874,6 +74076,14 @@ dir = 1 }, /area/station/medical/chemistry) +"tdv" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice, +/obj/machinery/recharger, +/obj/machinery/firealarm/directional/east, +/obj/item/gun/energy/laser/carbine/practice, +/turf/open/floor/iron, +/area/station/security/range) "tdD" = ( /obj/structure/table/reinforced, /obj/item/restraints/legcuffs/beartrap, @@ -75020,6 +75230,10 @@ /obj/effect/landmark/navigate_destination/bridge, /turf/open/floor/iron, /area/station/command/bridge) +"trt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "trz" = ( /obj/machinery/power/apc/auto_name/directional/east, /obj/structure/cable, @@ -75197,6 +75411,27 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/atmos) +"ttC" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "blueshield_privacy"; + name = "Privacy Shutters Control"; + pixel_x = -6; + req_access = list("blueshield") + }, +/obj/machinery/button/door/directional/south{ + id = "blueshield_door"; + name = "Door Control"; + specialfunctions = 4; + normaldoorcontrol = 1; + req_access = list("blueshield"); + pixel_x = 6 + }, +/obj/effect/landmark/start/blueshield, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "ttF" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -75502,10 +75737,6 @@ /obj/machinery/firealarm/directional/west, /turf/open/floor/iron/smooth, /area/station/commons/toilet/restrooms) -"twM" = ( -/obj/effect/mapping_helpers/broken_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "twP" = ( /obj/effect/landmark/start/scientist, /turf/open/floor/engine, @@ -75633,6 +75864,13 @@ "tzL" = ( /turf/closed/wall/r_wall, /area/station/command/heads_quarters/captain) +"tzO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "tzX" = ( /obj/effect/decal/cleanable/blood/old, /obj/effect/decal/cleanable/dirt, @@ -75653,6 +75891,20 @@ /obj/machinery/light/directional/west, /turf/open/openspace, /area/station/security/prison) +"tAk" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/cup/glass/mug/nanotrasen{ + pixel_x = -5 + }, +/obj/item/pen/fountain{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stamp/nanotrasen_representative{ + pixel_x = 6 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "tAr" = ( /obj/item/banner/command, /obj/structure/cable, @@ -76408,11 +76660,6 @@ /obj/machinery/airalarm/directional/south, /turf/open/floor/wood/tile, /area/station/service/library/artgallery) -"tJN" = ( -/obj/structure/rack, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/iron, -/area/station/science/xenobiology) "tJP" = ( /obj/effect/turf_decal/trimline/yellow/line{ dir = 8 @@ -76521,6 +76768,15 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison) +"tKG" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "tKI" = ( /obj/structure/table/wood, /obj/item/newspaper, @@ -76733,6 +76989,10 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/iron/dark/smooth_corner, /area/station/engineering/atmos) +"tNg" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/blue, +/area/station/command/heads_quarters/blueshield) "tNi" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -76814,13 +77074,6 @@ /obj/item/flashlight/lamp, /turf/open/floor/plating, /area/station/maintenance/ghetto/fore/starboard) -"tOt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron/dark, -/area/station/ai_monitored/security/armory) "tOz" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/iron/dark/small, @@ -77355,6 +77608,16 @@ /obj/effect/turf_decal/tile/yellow/anticorner/contrasted, /turf/open/floor/iron, /area/station/engineering/engine_smes) +"tVI" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/mail_sorting/service/law_office, +/turf/open/floor/iron, +/area/station/hallway/primary/fore) "tVJ" = ( /obj/effect/landmark/blobstart, /turf/open/floor/iron/smooth, @@ -77430,6 +77693,13 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /turf/open/floor/iron, /area/station/maintenance/port) +"tWn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark, +/area/station/security/brig) "tWs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -78233,13 +78503,6 @@ /obj/effect/mapping_helpers/broken_floor, /turf/open/floor/wood, /area/station/maintenance/ghetto/fore/starboard) -"ugR" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/wood, -/area/station/maintenance/department/bridge/ntr) "ugS" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -78917,6 +79180,13 @@ /obj/structure/closet/l3closet/janitor, /turf/open/floor/iron, /area/station/maintenance/ghetto/fore/starboard) +"urc" = ( +/obj/machinery/light_switch/directional/west, +/obj/structure/closet/secure_closet/lawyer, +/obj/machinery/light/directional/west, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) "urf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/iron/white, @@ -79031,6 +79301,14 @@ /obj/effect/landmark/start/assistant, /turf/open/floor/wood, /area/station/service/library) +"utl" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/engineering/break_room) "uto" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -79395,6 +79673,16 @@ /obj/machinery/light/small/directional/south, /turf/open/floor/plating, /area/station/service/abandoned_gambling_den) +"uyr" = ( +/obj/structure/bed/dogbed/runtime, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/mob/living/basic/pet/cat/runtime, +/obj/item/toy/cattoy, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/command/heads_quarters/cmo) "uyt" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 8 @@ -79627,6 +79915,10 @@ /obj/structure/sign/warning/electric_shock/directional/north, /turf/open/floor/iron, /area/station/security/prison) +"uBz" = ( +/obj/structure/filingcabinet/employment, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "uBE" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -79810,13 +80102,6 @@ /obj/structure/fluff/shower_drain, /turf/open/floor/iron/showroomfloor, /area/station/security/prison/ghetto) -"uFl" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/station/command/meeting_room/council) "uFx" = ( /obj/structure/table/glass, /obj/effect/decal/cleanable/dirt, @@ -79873,6 +80158,15 @@ /obj/structure/chair/stool/directional/west, /turf/open/floor/iron/dark, /area/station/service/hydroponics) +"uGK" = ( +/obj/structure/window/reinforced/spawner/directional/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/turf/open/floor/iron, +/area/station/security/courtroom) "uGM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -79908,11 +80202,6 @@ "uGR" = ( /turf/open/floor/plating, /area/station/maintenance/solars/port/fore) -"uHc" = ( -/obj/effect/mapping_helpers/burnt_floor, -/obj/effect/mapping_helpers/burnt_floor, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "uHg" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 8 @@ -79940,13 +80229,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) -"uHu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/engineering/hallway) "uHz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -80044,6 +80326,10 @@ }, /turf/open/floor/carpet/green, /area/station/commons/dorms/apartment1) +"uIL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "uIO" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, @@ -81024,6 +81310,14 @@ /obj/structure/cable/layer1, /turf/open/floor/plating, /area/station/engineering/supermatter) +"uVL" = ( +/obj/structure/table/reinforced/rglass, +/turf/open/floor/light{ + icon_state = "light_on-7"; + state = 7; + light_color = "#a659ff" + }, +/area/station/commons/lounge) "uVZ" = ( /obj/structure/railing{ dir = 8 @@ -81317,6 +81611,20 @@ /obj/structure/cable, /turf/open/floor/wood, /area/station/security/prison/mess) +"vam" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/medical/morgue) +"var" = ( +/obj/structure/chair/pew/right{ + dir = 8 + }, +/obj/machinery/status_display/ai/directional/south, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "vaA" = ( /obj/structure/lattice/catwalk, /obj/structure/railing/corner{ @@ -81814,18 +82122,6 @@ }, /turf/open/floor/iron/white, /area/station/medical/paramedic) -"vhW" = ( -/obj/structure/table/wood, -/obj/machinery/fax{ - fax_name = "Law Office"; - name = "Law Office Fax Machine"; - pixel_y = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "vhY" = ( /obj/machinery/door/poddoor{ id = "maints3" @@ -82074,6 +82370,13 @@ /obj/effect/mapping_helpers/mail_sorting/engineering/atmospherics, /turf/open/floor/iron, /area/station/hallway/primary/aft) +"vkx" = ( +/obj/machinery/light_switch/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "vky" = ( /obj/effect/turf_decal/tile/neutral/half, /obj/effect/turf_decal/tile/neutral/half, @@ -82452,15 +82755,6 @@ /obj/structure/cable, /turf/open/floor/iron/smooth, /area/station/maintenance/ghetto/central) -"voG" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light/directional/north, -/obj/effect/landmark/start/security_officer, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/security/office) "voK" = ( /obj/machinery/hydroponics/soil, /turf/open/floor/grass, @@ -82793,6 +83087,9 @@ dir = 1 }, /area/station/commons/dorms) +"vsu" = ( +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "vsB" = ( /obj/effect/turf_decal/trimline/blue/filled/corner, /obj/structure/chair/office/light, @@ -83104,6 +83401,11 @@ /obj/effect/mapping_helpers/airlock/autoname, /turf/open/floor/iron, /area/station/hallway/primary/starboard/west) +"vvq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/engineering/atmos/hfr_room) "vvw" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -83111,6 +83413,37 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron, /area/station/cargo/storage) +"vvM" = ( +/obj/structure/rack, +/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_x = 6; + pixel_y = 6 + }, +/obj/effect/turf_decal/trimline/yellow/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half, +/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/dark/smooth_half, +/area/station/engineering/atmos) "vvN" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, @@ -83427,13 +83760,6 @@ /obj/structure/cable, /turf/open/floor/wood/tile, /area/station/service/library/artgallery) -"vAm" = ( -/obj/structure/table, -/obj/item/storage/box/cups, -/obj/item/radio/intercom/directional/south, -/obj/machinery/light/small/directional/south, -/turf/open/floor/wood, -/area/station/security/courtroom) "vAr" = ( /obj/structure/flora/bush/lavendergrass/style_random, /mob/living/basic/butterfly, @@ -83565,12 +83891,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"vCp" = ( -/obj/effect/decal/cleanable/ash/large, -/obj/structure/frame/machine, -/obj/machinery/light/broken/directional/west, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "vCq" = ( /obj/structure/table/wood/fancy/blue, /obj/effect/spawner/round_default_module, @@ -83900,12 +84220,6 @@ /obj/machinery/duct, /turf/open/floor/iron/dark, /area/station/medical/surgery/theatre) -"vHm" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "vHq" = ( /obj/structure/broken_flooring/corner/directional/south, /obj/effect/decal/cleanable/dirt, @@ -84048,6 +84362,14 @@ dir = 4 }, /area/station/maintenance/ghetto/central) +"vJc" = ( +/obj/machinery/camera/directional/north{ + c_tag = "Central Hallway - South-West"; + dir = 2 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron, +/area/station/hallway/primary/central/aft) "vJd" = ( /obj/structure/table/reinforced, /obj/machinery/camera{ @@ -84082,6 +84404,14 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/disposal/incinerator) +"vJm" = ( +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "vJn" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -84266,15 +84596,6 @@ "vLK" = ( /turf/closed/wall/r_wall, /area/station/science/ordnance/testlab) -"vLQ" = ( -/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/station/security/courtroom) "vLR" = ( /obj/machinery/hydroponics/constructable, /obj/machinery/camera/directional/east{ @@ -84291,6 +84612,18 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/commons/dorms) +"vMc" = ( +/obj/machinery/photocopier, +/obj/machinery/camera{ + c_tag = "Lawyer's Office"; + dir = 8 + }, +/obj/structure/secure_safe/directional/west, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/service/lawoffice) "vMe" = ( /obj/structure/table/wood, /obj/item/toy/crayon/spraycan{ @@ -84480,6 +84813,23 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/white, /area/station/science/ordnance/office) +"vOT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/table/wood, +/obj/item/gavelblock{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/gavelhammer, +/obj/machinery/requests_console/directional/south{ + name = "Magistrate's Office Request Console"; + department = "Magistrate's Office" + }, +/obj/effect/mapping_helpers/requests_console/assistance, +/obj/effect/mapping_helpers/requests_console/announcement, +/obj/effect/mapping_helpers/requests_console/information, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/magistrate) "vOU" = ( /obj/machinery/door/firedoor, /turf/open/floor/iron, @@ -84832,6 +85182,11 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/commons/dorms/apartment1) +"vTN" = ( +/obj/machinery/light_switch/directional/west, +/obj/effect/turf_decal/siding/wood, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "vTR" = ( /obj/item/storage/box/bodybags, /obj/structure/table, @@ -84864,6 +85219,12 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron, /area/station/commons/dorms) +"vUu" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "vUG" = ( /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, @@ -85278,13 +85639,6 @@ }, /turf/open/floor/glass, /area/station/commons/lounge) -"vZX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/poddoor/shutters{ - id = "ntr_F" - }, -/turf/open/floor/iron, -/area/station/maintenance/department/bridge/blueshield) "wab" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ dir = 1 @@ -85582,6 +85936,16 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/iron/stairs/left, /area/station/engineering/main) +"wdK" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "wdM" = ( /obj/structure/cable, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -86385,13 +86749,6 @@ /obj/machinery/power/apc/auto_name/directional/east, /turf/open/floor/iron/white, /area/station/science/research) -"wpn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Magistrate office" - }, -/turf/open/floor/plating, -/area/station/service/lawoffice) "wpt" = ( /obj/effect/turf_decal/stripes/white/line{ dir = 10 @@ -86436,6 +86793,25 @@ /obj/effect/turf_decal/tile/neutral/half, /turf/open/floor/iron/edge, /area/station/security/checkpoint/customs) +"wpT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) +"wpU" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red/half{ + dir = 4 + }, +/obj/item/reagent_containers/cup/glass/waterbottle, +/turf/open/floor/iron/edge{ + dir = 4 + }, +/area/station/security/courtroom) "wpY" = ( /obj/structure/disposalpipe/trunk{ dir = 4 @@ -86680,13 +87056,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, /turf/open/floor/iron/dark, /area/station/maintenance/department/security/brig) -"wsV" = ( -/obj/structure/closet/lawcloset, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "wti" = ( /obj/structure/table/wood/poker, /obj/effect/spawner/random/maintenance, @@ -86724,6 +87093,14 @@ /obj/effect/spawner/random/trash/grille_or_waste, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"wtv" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/official/random/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "wtz" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -86942,11 +87319,6 @@ }, /turf/open/floor/iron/dark, /area/station/command/heads_quarters/cmo) -"wxo" = ( -/obj/effect/turf_decal/tile/yellow/fourcorners, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/iron/dark, -/area/station/engineering/hallway/west) "wxr" = ( /obj/machinery/power/port_gen/pacman, /obj/effect/turf_decal/bot, @@ -86961,6 +87333,10 @@ /obj/structure/sign/warning/vacuum/directional/north, /turf/open/floor/plating, /area/station/maintenance/ghetto/central/fore) +"wxI" = ( +/obj/structure/cable, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "wxK" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/green/visible, /turf/open/floor/engine, @@ -87013,6 +87389,12 @@ /obj/effect/spawner/random/trash/grime, /turf/open/floor/iron/white/diagonal, /area/station/maintenance/ghetto/starboard/aft) +"wyr" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/carpet/black, +/area/station/security/courtroom) "wyt" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -87049,6 +87431,13 @@ }, /turf/open/floor/iron/dark, /area/station/service/chapel/monastery) +"wyK" = ( +/obj/structure/cable, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/open/floor/plating, +/area/station/command/heads_quarters/blueshield) "wyM" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan/visible, /obj/effect/decal/cleanable/dirt, @@ -87084,6 +87473,13 @@ /obj/effect/turf_decal/tile/neutral/fourcorners, /turf/open/floor/iron/dark/diagonal, /area/station/engineering/atmos/mix) +"wze" = ( +/obj/structure/closet/secure_closet/nanotrasen_representative, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "wzo" = ( /turf/closed/wall, /area/station/service/cafeteria) @@ -87237,6 +87633,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/station/maintenance/port) +"wAT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron/dark, +/area/station/ai_monitored/security/armory) "wAU" = ( /turf/closed/wall/r_wall, /area/station/ai_monitored/turret_protected/aisat/maint) @@ -87394,11 +87797,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/station/service/bar) -"wCo" = ( -/obj/structure/holosign/barrier, -/obj/structure/cable, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "wCs" = ( /obj/structure/chair/sofa/right/brown{ dir = 4 @@ -87573,6 +87971,13 @@ }, /turf/open/floor/iron, /area/station/cargo/lobby) +"wDY" = ( +/obj/effect/landmark/event_spawn, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/station/command/heads_quarters/magistrate) "wEf" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/iv_drip, @@ -87753,12 +88158,6 @@ }, /turf/open/floor/plating, /area/station/maintenance/ghetto/starboard) -"wFI" = ( -/obj/structure/chair, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/tile/red/full, -/turf/open/floor/iron/large, -/area/station/security/courtroom) "wFO" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible, /obj/effect/turf_decal/box/red, @@ -87979,11 +88378,6 @@ }, /turf/open/floor/iron, /area/station/maintenance/starboard/fore) -"wJN" = ( -/obj/effect/turf_decal/tile/yellow/opposingcorners, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/iron, -/area/station/engineering/atmos/project) "wJQ" = ( /obj/effect/turf_decal/siding/white/corner{ dir = 8 @@ -88460,17 +88854,6 @@ }, /turf/open/floor/carpet/blue, /area/station/command/heads_quarters/captain) -"wQs" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood/tile, -/area/station/service/lawoffice) "wQw" = ( /obj/structure/railing{ dir = 4 @@ -88533,13 +88916,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/station/maintenance/fore/lesser) -"wQO" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/camera{ - c_tag = "Courtroom South" - }, -/turf/open/floor/wood, -/area/station/security/courtroom) "wQX" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ dir = 8 @@ -88799,6 +89175,12 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/hallway/primary/starboard) +"wUT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ + dir = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "wUX" = ( /obj/machinery/light/cold/directional/south, /obj/machinery/holopad/secure, @@ -88819,6 +89201,12 @@ /obj/effect/spawner/random/maintenance, /turf/open/floor/plating, /area/station/maintenance/fore) +"wVk" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/iron, +/area/station/engineering/atmos) "wVn" = ( /obj/item/trash/pistachios, /obj/effect/decal/cleanable/dirt, @@ -89070,9 +89458,6 @@ }, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/ai_upload) -"wYZ" = ( -/turf/closed/wall, -/area/station/maintenance/department/bridge/blueshield) "wZf" = ( /obj/machinery/atmospherics/pipe/smart/simple/orange/visible{ dir = 5 @@ -89293,6 +89678,15 @@ /obj/effect/spawner/random/trash/box, /turf/open/floor/plating, /area/station/maintenance/ghetto/storage) +"xcO" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/effect/landmark/start/security_officer, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/open/floor/iron, +/area/station/security/office) "xcU" = ( /obj/structure/table, /obj/structure/sign/poster/random/directional/north, @@ -89349,6 +89743,11 @@ /obj/structure/cable, /turf/open/floor/iron, /area/station/security/prison/ghetto) +"xdr" = ( +/obj/effect/turf_decal/tile/yellow/fourcorners, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron/dark, +/area/station/engineering/hallway/west) "xdt" = ( /obj/structure/extinguisher_cabinet/directional/east, /obj/structure/filingcabinet/chestdrawer, @@ -90091,10 +90490,6 @@ /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/cult, /area/station/maintenance/starboard/fore) -"xlM" = ( -/obj/effect/decal/cleanable/ash/large, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/ntr) "xme" = ( /obj/effect/turf_decal/tile/neutral/fourcorners, /obj/machinery/navbeacon{ @@ -90406,6 +90801,17 @@ }, /turf/open/floor/iron/dark, /area/station/security/brig) +"xqJ" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_containers/cup/glass/bottle/whiskey, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/item/reagent_containers/cup/glass/drinkingglass, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/blueshield) "xqL" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -90414,13 +90820,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/ghetto/fore/starboard) -"xqO" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/red/anticorner/contrasted{ - dir = 4 - }, -/turf/open/floor/iron, -/area/station/hallway/primary/fore) "xqV" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -90791,6 +91190,16 @@ }, /turf/open/floor/iron, /area/station/engineering/atmos) +"xuB" = ( +/obj/machinery/light/directional/north, +/obj/structure/chair/pew/left{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4 + }, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "xuD" = ( /obj/machinery/camera/directional/north{ c_tag = "Engineering - Supermatter Emitters"; @@ -90827,6 +91236,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/iron, /area/station/maintenance/ghetto/auxiliary) +"xvq" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/siding/wood/corner, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "xvv" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -90843,6 +91258,15 @@ /obj/structure/stairs/south, /turf/open/floor/wood, /area/station/service/library) +"xvQ" = ( +/obj/item/storage/dice, +/obj/structure/table/reinforced/rglass, +/turf/open/floor/light{ + icon_state = "light_on-7"; + state = 7; + light_color = "#a659ff" + }, +/area/station/commons/lounge) "xvV" = ( /obj/effect/turf_decal/trimline/blue/filled/line{ dir = 4 @@ -90906,10 +91330,6 @@ /obj/effect/decal/cleanable/cobweb, /turf/open/floor/iron/white, /area/station/maintenance/starboard/fore) -"xwG" = ( -/obj/item/banner/command, -/turf/open/floor/plating, -/area/station/maintenance/department/bridge/blueshield) "xwI" = ( /obj/item/kirbyplants/random/dead, /turf/open/floor/wood, @@ -90963,6 +91383,11 @@ /obj/structure/sign/warning/secure_area/directional/south, /turf/open/floor/iron/dark, /area/station/ai_monitored/turret_protected/aisat/atmos) +"xxL" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/light_switch/directional/east, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "xxO" = ( /obj/item/seeds/potato, /obj/effect/spawner/random/structure/closet_maintenance, @@ -91077,6 +91502,14 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/station/maintenance/department/engine/ghetto) +"xzy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/wood, +/area/station/command/meeting_room/council) "xzQ" = ( /obj/item/taperecorder{ pixel_x = -6; @@ -91364,6 +91797,13 @@ }, /turf/open/floor/iron/white, /area/station/medical/medbay/aft) +"xEm" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "xEo" = ( /obj/machinery/status_display/evac/directional/east, /obj/effect/turf_decal/tile/yellow/opposingcorners, @@ -91488,6 +91928,13 @@ /obj/effect/turf_decal/box/white, /turf/open/floor/iron/dark/textured_large, /area/station/engineering/atmos/hfr_room) +"xFT" = ( +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/machinery/holopad, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "xFU" = ( /obj/machinery/light/small/directional/west, /turf/open/floor/plating, @@ -91808,11 +92255,6 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) -"xKI" = ( -/obj/machinery/vending/boozeomat, -/obj/machinery/light/directional/north, -/turf/open/floor/iron/dark, -/area/station/service/bar) "xKS" = ( /obj/effect/turf_decal/tile/yellow/half/contrasted, /turf/open/floor/iron/dark, @@ -91923,6 +92365,18 @@ /obj/effect/landmark/generic_maintenance_landmark, /turf/open/floor/plating, /area/station/maintenance/starboard/aft) +"xMg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/corporate{ + id_tag = "ntr_door" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative, +/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, +/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, +/obj/effect/landmark/navigate_destination, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "xMu" = ( /obj/effect/turf_decal/stripes/end{ dir = 1 @@ -91948,37 +92402,6 @@ /obj/machinery/airalarm/directional/west, /turf/open/floor/wood/large, /area/station/commons/lounge) -"xMI" = ( -/obj/structure/rack, -/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_x = 6; - pixel_y = 6 - }, -/obj/effect/turf_decal/trimline/yellow/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue/half, -/obj/effect/turf_decal/siding/wideplating_new/dark/corner{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/south, -/turf/open/floor/iron/dark/smooth_half, -/area/station/engineering/atmos) "xMK" = ( /obj/structure/cable, /obj/structure/disposalpipe/segment, @@ -92679,6 +93102,13 @@ /obj/effect/mapping_helpers/airlock/autoname, /turf/open/floor/plating, /area/station/maintenance/aft) +"xVY" = ( +/obj/effect/turf_decal/tile/purple/half{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/open/floor/iron, +/area/station/science/lab) "xWi" = ( /obj/structure/table, /obj/item/storage/toolbox/emergency, @@ -92970,6 +93400,16 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /turf/open/floor/catwalk_floor/iron_dark, /area/station/science/robotics/mechbay) +"xZo" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/purple/anticorner, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/iron/white, +/area/station/command/heads_quarters/rd) "xZs" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -92987,6 +93427,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/cyan, /turf/open/floor/plating, /area/station/maintenance/port/fore) +"xZC" = ( +/obj/machinery/modular_computer/preset/command, +/obj/machinery/status_display/ai/directional/north, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "xZD" = ( /obj/machinery/photocopier, /turf/open/floor/wood, @@ -93004,6 +93449,27 @@ }, /turf/open/floor/iron, /area/station/commons/dorms) +"xZQ" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/machinery/button/door/directional/south{ + id = "ntr_privacy"; + name = "Privacy Shutters Control"; + pixel_x = -6; + req_access = list("nanotrasen_representative") + }, +/obj/machinery/button/door/directional/south{ + id = "ntr_door"; + name = "Door Control"; + specialfunctions = 4; + normaldoorcontrol = 1; + req_access = list("nanotrasen_representative"); + pixel_x = 6 + }, +/obj/effect/landmark/start/nanotrasen_representative, +/turf/open/floor/carpet/royalblack, +/area/station/command/heads_quarters/nanotrasen_representative) "xZT" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, @@ -93017,6 +93483,18 @@ /obj/effect/turf_decal/siding/wood, /turf/open/floor/wood, /area/station/command/heads_quarters/captain) +"xZU" = ( +/obj/effect/turf_decal/tile/red/half{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/right/directional/south{ + name = "Court Cell"; + req_access = list("brig") + }, +/turf/open/floor/iron/edge{ + dir = 1 + }, +/area/station/security/courtroom) "xZW" = ( /obj/effect/turf_decal/tile/red/half/contrasted{ dir = 1 @@ -93187,16 +93665,6 @@ /obj/machinery/light/directional/west, /turf/open/floor/plating, /area/station/engineering/supermatter/room) -"yce" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks/beer{ - pixel_y = 8 - }, -/obj/structure/sign/picture_frame/portrait/bar{ - pixel_y = 28 - }, -/turf/open/floor/iron/dark, -/area/station/service/bar) "ycf" = ( /obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ dir = 1 @@ -93515,6 +93983,11 @@ /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /turf/open/floor/iron/white, /area/station/medical/psychology) +"yhr" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/vending/cola/blue, +/turf/open/floor/wood/parquet, +/area/station/security/courtroom) "yhx" = ( /obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2, /obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4, @@ -93608,6 +94081,12 @@ }, /turf/open/floor/wood, /area/station/command/heads_quarters/hop) +"yiO" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/open/floor/wood/tile, +/area/station/command/heads_quarters/nanotrasen_representative) "yiR" = ( /obj/machinery/space_heater, /turf/open/floor/plating, @@ -140519,7 +140998,7 @@ sHf rBC pqm lRx -lql +pQo bZF nwz rcx @@ -182371,7 +182850,7 @@ nRB vHS fYZ cEy -qoZ +fKe nRB dsa rmV @@ -183413,7 +183892,7 @@ lLV qmx ufO xiR -kDn +sQn vDC ajE ajE @@ -183451,7 +183930,7 @@ scY wpY hPO mqW -fdR +hnD vxK jhu nkT @@ -183680,7 +184159,7 @@ wGV wGV qsJ qsJ -dRO +jEH qsJ jGH hsU @@ -183931,13 +184410,13 @@ otj wBV kqA ajE -hix -aYI -pvu +wpU +uGK +vTN oxL nAF gPl -fZf +dSY kxL qsJ qsJ @@ -184188,15 +184667,15 @@ acI mlg psq ajE -wFI -iig -nEb +msD +xZU +eFf ehs gTj ehs -fZf -rFq -fUr +dSY +sZo +oHa qsJ fmX hsU @@ -184432,28 +184911,28 @@ mqP vAf qAN acI -kXC +llb eIT aqp eeM -bYe +vMc kJI -dHD +smB eXB -rrL +urc acI smM fOB oLc bNT pOQ -nEb +eFf vMy -nPJ +oRR cHs -nEb -nEb -ppa +ciO +kGY +nfN qsJ fmX hsU @@ -184699,18 +185178,18 @@ kGV jxl dxo ruP -bbg -fOB -nwE -nEb -nEb -nEb -ehs -ehs +dCP +rrZ +koU +qWh +hXH +hCA +qkT +wyr ehs -nEb -nEb -vAm +jWB +hSM +ivb qsJ fmX hsU @@ -184959,15 +185438,15 @@ fuG fOB fOB aMR -nEb +eFf ehs ehs ehs -fhR +vJm ehs ehs ehs -wQO +ajc qsJ fmX bKu @@ -185057,7 +185536,7 @@ bvX fur lWI poj -wxo +xdr nXQ awU lvd @@ -185214,17 +185693,17 @@ kFH sss ruP jnX -bbg +fOB kYf -nEb +eFf ifN -pvl +bZV euC -oNA +oIu uzk -ewT +lxS gli -kMJ +vkx qsJ qZb hsU @@ -185255,7 +185734,7 @@ tle cPq heK eNY -uFl +irb yjA yjA jga @@ -185274,7 +185753,7 @@ thS oXc wfn mKa -aaY +seE qfY lsz oXc @@ -185471,17 +185950,17 @@ coZ qCY ruP iSW -mWC +blD oLc -oBi +foL ifN -neO +jUd ehs -oNA +oIu ehs -oOB +rga gli -gpZ +bzJ qsJ qZb wGV @@ -185531,7 +186010,7 @@ oXc oXc oXc oXc -qcw +jeg oXc oXc fvD @@ -185725,19 +186204,19 @@ fru hYg acI acI -acI -acI -aAP -bVP -acI -acI -oLc -oLc -oLc -fDU -oLc -oLc -oLc +fks +fks +gbp +gsE +fks +fks +bWC +bWC +bWC +eoi +bWC +bWC +bWC qsJ qsJ ubT @@ -185783,14 +186262,14 @@ yjA btp wRx dyi -rAg -lkH -nzV -rAg -bph -fxY -esJ -rAg +oXc +kAy +pdJ +oXc +isv +kZw +dqK +saF vXl qzN qzN @@ -185982,19 +186461,19 @@ iNx juX tMo nKK -acI -edP -dxo -dxo -aMT -acI -ciD -ndP -nEb -swp -nEb -ciD -ndP +fks +ebv +onr +fVA +epQ +fks +aEp +ocO +kGY +nXq +kGY +aEp +ocO qsJ hsU qZb @@ -186034,20 +186513,20 @@ oYV htO eLH rYf -ruu +ktD yiI yjA txz orx txz -rAg -heB -lkH -rAg -mvV -aBF -lvv -rAg +oXc +eSS +kAy +oXc +xZC +yiO +aqW +saF hzE lwI ehC @@ -186239,19 +186718,19 @@ vdn nMb gkK lPK -acI -lji -bAO -jZK -osm -acI -hAA -ndP -hfx -fcf -ngx -ciD -sOp +fks +rCu +dxV +alG +vOT +fks +cLE +ocO +trt +soU +euP +aEp +var qsJ xuZ qZb @@ -186283,7 +186762,7 @@ cIt eNY gHF iaC -fmL +xzy bEn tiW pNV @@ -186296,15 +186775,15 @@ piw yjA cKs wRx -aDd -rAg -rAg -rAg -rAg -bph -gDE -aBF -rAg +vJc +oXc +oXc +oXc +oXc +jcZ +vsu +uBz +saF qzN qzN qzN @@ -186495,20 +186974,20 @@ vNs vdn nMb wGh -acI -acI -vhW -pyB -vHm -rmt -acI -frm -lYh -drz -swp -nEb -ciD -oBg +fks +fks +kFS +iRZ +iRZ +hcs +fks +xuB +sOk +bMQ +pQK +kGY +aEp +pHl qsJ hsU qZb @@ -186543,7 +187022,7 @@ fBj urt bEn lRM -nYi +mHh xSI wzG hqt @@ -186553,15 +187032,15 @@ ndG pQj sRE tEb -mPo -rAg -xlM -vCp -aBF -aBF -lkH -nrJ -rAg +dyi +saF +xvq +daj +mAV +vUu +vUu +wtv +saF qzN qzN qzN @@ -186752,20 +187231,20 @@ wLg sjY nMb cFH -wpn -dJx -kGV -kGV -daE -qnT -wpn +eur +rLA +oer +oer +cCD +anh +eur tED xIr -lEr -swp -nEb -nEb -nEb +diU +pQK +kGY +kGY +kGY txk hsU qZb @@ -186811,14 +187290,14 @@ yjA gTv tEb dyi -aas -lkH -lkH -aBF -lkH -cdj -caV -rAg +jKu +cgU +ssf +uIL +ajZ +xEm +hBo +saF fvD bwb bwb @@ -186865,7 +187344,7 @@ iyg sCQ bIS awU -hvT +cjB vfD jGU dRl @@ -187000,7 +187479,7 @@ nRr yfC lAJ cEj -iIp +tWn dww sbI sEo @@ -187009,20 +187488,20 @@ wLg jHz nMb cFH -wpn -sFA -eon -muo -kGV -cOT -wpn +eur +rOY +nSL +wDY +oer +rRi +eur boM sQU gAV -riS -pxp -pxp -iCL +tKG +lYx +lYx +fai qsJ xpf qZb @@ -187067,15 +187546,15 @@ uMU yjA knx jQZ -spX -qLF -sNy -aBF -lkH -aBF -moZ -aWO -rAg +bkO +xMg +dsj +eXU +xFT +cxj +tAk +xZQ +saF svZ kPx cnW @@ -187266,20 +187745,20 @@ wLg jHz cPd cFH -wpn -gKF -sdk -kGV -bLF -kqw -dBe +eur +bUn +iAY +oer +oCM +flU +bow rpJ xTZ cnL -vLQ -nEb -nEb -jWp +wpT +kGY +kGY +yhr qsJ wtu aXW @@ -187325,14 +187804,14 @@ yjA btp vjf dyi -aas -sWk -nkX -aBF -rpU -moZ -hbe -rAg +jKu +tzO +ssf +xxL +wUT +jcl +mfK +saF lwA jdA thw @@ -187507,7 +187986,7 @@ tYD tYD tYD hlp -dJw +rvy tZc shk aNg @@ -187523,18 +188002,18 @@ rdd rDX nMb bRJ -acI -acI -wsV -ikc -nTZ -wQs -acI +fks +fks +nPA +fnx +iiA +mde +fks kxL tmS tmS -dKu -jhF +wdK +dYS tmS tmS qsJ @@ -187581,15 +188060,15 @@ rNG yjA btp vjf -nAn -rAg -ugR -gDE -rAg -btL -btL -btL -rAg +lHT +saF +cGC +wze +saF +gLf +gLf +gLf +saF dkb owv cDv @@ -187611,7 +188090,7 @@ xBM xBM vBz vBz -uHu +npp eel hZh qrA @@ -187781,12 +188260,12 @@ jsk nMb gkK lyE -acI -mjZ -mjZ -mjZ -acI -acI +fks +oie +oie +oie +fks +fks ffP dxQ vod @@ -187839,10 +188318,10 @@ yjA bqO vjf dyi -rAg -rAg -rAg -rAg +saF +saF +saF +saF raM pSd pSd @@ -187899,7 +188378,7 @@ wyi sEs nOj jGU -jYC +wVk uCl xCt hUR @@ -188014,7 +188493,7 @@ kJd kJd xcz xcz -tOt +wAT jDE kWZ oxu @@ -188043,7 +188522,7 @@ uiw vod nnO wFS -cky +adR vod hRz hRz @@ -188304,7 +188783,7 @@ aLu lOt aLu aLu -eff +tVI aLu aLu aLu @@ -188867,10 +189346,10 @@ jHL yeF hLh qoM -wYZ -wYZ -wYZ -wYZ +euR +euR +euR +euR nrC nrC nrC @@ -189069,10 +189548,10 @@ nrl bcb jRH bjv -xqO +eOS clV clV -kGS +aCb ecC tsn fgy @@ -189123,14 +189602,14 @@ pTr jHL gKP hLh -fnu -wYZ -hYE -rzX -wYZ -hDg -hDg -hDg +pMy +euR +giq +sry +euR +sHD +sHD +sHD dRA dRA xPg @@ -189329,7 +189808,7 @@ fSq xwx lrd lrd -pQt +lhX lrd fgy fgy @@ -189381,13 +189860,13 @@ wsw ycB hLh qoM -djD -fQu -uHc -uHc -ehn -qMg -rzX +hoU +sBB +nfT +sTQ +laN +dQh +kxd dRA htZ jct @@ -189637,15 +190116,15 @@ iId jHL kBL cNA -cCc -vZX -esM -qMg -ehn -lwZ -twM -ehn -kot +oms +kCI +rQn +rHw +hBh +kHn +qxk +ttC +dRA htZ jct dRA @@ -189895,14 +190374,14 @@ oBG gRK rTb qoM -djD -ehn -twM -lwZ -lwZ -lwZ -qMg -kot +hoU +rwd +nfT +tNg +orN +nfT +kyB +dRA ezU jct hXX @@ -190152,13 +190631,13 @@ hUc nJB rTb qoM -wYZ -ozT -pts -xwG -lwZ -twM -ieh +euR +acU +mhh +fCG +xqJ +rca +pRH dRA hXT lKh @@ -190327,7 +190806,7 @@ eOL ddU lMW iKD -jxK +dFQ dTY ufm cdB @@ -190409,13 +190888,13 @@ oBG iTG rTb qoM -wYZ -wYZ -wYZ -wYZ -qMg -ehn -ehn +dRA +dRA +dRA +dRA +euR +hTN +ctp dRA hXT jct @@ -190666,13 +191145,13 @@ oBG htw rIk htw -wYZ -lBl -ehn -wYZ -iRv -bAX -wCo +dRA +eBQ +hXT +dRA +boe +kSz +wxI dRA rIR rIR @@ -190873,7 +191352,7 @@ iYg vqu mUK lNt -kCR +jNw fgy ffA pyk @@ -190929,7 +191408,7 @@ kot dRA dRA dRA -rVz +wyK dRA rIR sOG @@ -191358,7 +191837,7 @@ eMs cqN aSA ufm -ovm +ayt kBS kBS kBS @@ -191487,7 +191966,7 @@ dGP bGo tQK hly -xMI +vvM hfG hfG vEJ @@ -191680,7 +192159,7 @@ cul ylh wnX fzs -lRk +qQs aTM cze lMu @@ -191869,7 +192348,7 @@ lMW nHF eOL wLn -sBO +tdv kpB ufm cdB @@ -192911,7 +193390,7 @@ jGC cOi lAJ oKP -duY +eiL kJB jPS ptx @@ -193011,7 +193490,7 @@ lmL nVO vNG cpe -bkf +utl kGp kGp kGp @@ -193205,7 +193684,7 @@ xZM fmN kNp yam -aTN +laO dfB iQW ygq @@ -193213,8 +193692,8 @@ lAs ygq rKe xME -rHD -qUG +gyG +atN vOa sKd nke @@ -193929,7 +194408,7 @@ gMp eWs jRf nMz -voG +xcO prg prg oYs @@ -193978,11 +194457,11 @@ nZT fCk fPr wzM -hfy -hfy +uVL +uVL dSp -hfy -hfy +uVL +uVL aae nUa hcl @@ -194229,7 +194708,7 @@ gnf dRC onP gnf -nSw +nZc nCO dTC cIN @@ -194486,7 +194965,7 @@ gnf qiU iPQ gnf -xKI +rwh mjV aAf cIN @@ -194743,17 +195222,17 @@ gnf gnf vUG gnf -yce +gce mtA aAf cIN uAx acF -fnW -hfy +fFg +uVL pLn -hfy -hfy +uVL +uVL aQk diW oYY @@ -195000,17 +195479,17 @@ riH gnf iPQ gnf -dcd +aiC xiF aAf cIN uAx vjb -hfy -hfy +uVL +uVL pLn -miT -hfy +xvQ +uVL qDi diW buH @@ -195476,7 +195955,7 @@ jQg aPi qoa qQu -hyE +gnu wfx tVE lAJ @@ -195577,7 +196056,7 @@ hpN doz qCU qzA -jON +mAD eAk qCU pbo @@ -195609,7 +196088,7 @@ bSj aow dJG dNx -eXh +vvq akp job kJd @@ -195773,7 +196252,7 @@ iPQ gnf nsJ dog -fvT +rOx wWT xnD bqr @@ -196040,7 +196519,7 @@ rVW rVW rVW rVW -cbl +lgi pHh pHh sKd @@ -196618,7 +197097,7 @@ cnU dQJ eRa oQf -wJN +eMx aXv gXr koW @@ -197016,7 +197495,7 @@ dFP kJd btN eEf -pGf +iJT fYt tqw enV @@ -200177,7 +200656,7 @@ nnU uBe jgy htm -lmA +uyr erS aYE bKm @@ -201193,7 +201672,7 @@ qze nPb pdc kds -oWz +vam fVJ uvq yeD @@ -202267,7 +202746,7 @@ xcZ sWX taO mym -tJN +fOW sWX aEf aPQ @@ -202734,7 +203213,7 @@ erF xhj afW pgK -mtc +jNn stA rkL ufk @@ -204043,7 +204522,7 @@ iUI cBA uov iui -iXS +pnZ axZ doz eSZ @@ -204779,7 +205258,7 @@ nEe fnB fWn iXT -kYl +aFJ pXZ qIV iur @@ -205587,7 +206066,7 @@ hZc aqm dNa axZ -bWX +qhk jvh lXy cZo @@ -206075,7 +206554,7 @@ stJ tVf stJ ugh -lWh +kkn kBY tls jUH @@ -206345,7 +206824,7 @@ mZH kXk sdy jSw -rUy +xZo ndV fzl tsW @@ -207374,7 +207853,7 @@ aZf qIF qIF sVl -ahK +ahu qIF sSW vVN @@ -209412,7 +209891,7 @@ frw qkC ord dzT -kMh +xVY drZ tbp fgd diff --git a/_maps/metastation.json b/_maps/metastation.json index b532a3a7aabf2..76bcb0ca96c01 100644 --- a/_maps/metastation.json +++ b/_maps/metastation.json @@ -12,6 +12,15 @@ "job_changes": { "Cook": { "additional_cqc_areas": ["/area/station/service/bar", "/area/station/commons/lounge"] - } + }, + "Nanotrasen Representative": { + "spawn_positions": 1 + }, + "Blueshield": { + "spawn_positions": 1 + }, + "Magistrate": { + "spawn_positions": 1 + } } } diff --git a/code/__DEFINES/access.dm b/code/__DEFINES/access.dm index 509687c5682ae..a30c4327be782 100644 --- a/code/__DEFINES/access.dm +++ b/code/__DEFINES/access.dm @@ -145,6 +145,15 @@ /// Access to the Lawyer's office. #define ACCESS_LAWYER "lawyer" +// BANDASTATION ADD - START Jobs Module +/// Access to Blueshield's office and closet +#define ACCESS_BLUESHIELD "blueshield" +/// Access to Nanotrasen Representative's office and closet +#define ACCESS_NANOTRASEN_REPRESENTATIVE "nanotrasen_representative" +/// Access to Magistrate's office and closet +#define ACCESS_MAGISTRATE "magistrate" +// BANDASTATION ADD - END + /// - - - AWAY MISSIONS - - - /*For generic away-mission/ruin access. Why would normal crew have access to a long-abandoned derelict or a 2000 year-old temple? */ @@ -365,6 +374,9 @@ ACCESS_HOP, \ ACCESS_QM, \ ACCESS_RD, \ + ACCESS_BLUESHIELD, \ + ACCESS_NANOTRASEN_REPRESENTATIVE, \ + ACCESS_MAGISTRATE, \ ) /// Captains private rooms. Do not use direct, access via SSid_access.get_flag_access_list(ACCESS_FLAG_CAPTAIN) diff --git a/code/__DEFINES/bandastation/ru_jobs.dm b/code/__DEFINES/bandastation/ru_jobs.dm index fb2f94945ae3f..49b4f1a2aa189 100644 --- a/code/__DEFINES/bandastation/ru_jobs.dm +++ b/code/__DEFINES/bandastation/ru_jobs.dm @@ -11,6 +11,12 @@ #define JOB_CHIEF_MEDICAL_OFFICER_RU "Главный врач" #define JOB_BRIDGE_ASSISTANT_RU "Bridge Assistant" #define JOB_VETERAN_ADVISOR_RU "Veteran Security Advisor" +//NT Reprsentation +#define JOB_NANOTRASEN_REPRESENTATIVE_RU "Представитель Нанотрейзен" +#define JOB_BLUESHIELD_RU "Офицер «Синий щит»" +//Justice +#define JOB_MAGISTRATE_RU "Магистрат" +#define JOB_LAWYER_RU "Юрист" //Silicon #define JOB_AI_RU "ИИ" #define JOB_CYBORG_RU "Киборг" @@ -51,7 +57,6 @@ #define JOB_CLOWN_RU "Клоун" #define JOB_MIME_RU "Мим" #define JOB_CURATOR_RU "Куратор" -#define JOB_LAWYER_RU "Адвокат" #define JOB_CHAPLAIN_RU "Священник" #define JOB_PSYCHOLOGIST_RU "Психолог" @@ -68,6 +73,12 @@ GLOBAL_LIST_INIT(job_titles_ru, list( JOB_CHIEF_MEDICAL_OFFICER = JOB_CHIEF_MEDICAL_OFFICER_RU, JOB_BRIDGE_ASSISTANT = JOB_BRIDGE_ASSISTANT_RU, JOB_VETERAN_ADVISOR = JOB_VETERAN_ADVISOR_RU, + //NT Representation + JOB_NANOTRASEN_REPRESENTATIVE = JOB_NANOTRASEN_REPRESENTATIVE_RU, + JOB_BLUESHIELD = JOB_BLUESHIELD_RU, + //Justice + JOB_MAGISTRATE = JOB_MAGISTRATE_RU, + JOB_LAWYER = JOB_LAWYER_RU, //Silicon JOB_AI = JOB_AI_RU, JOB_CYBORG = JOB_CYBORG_RU, @@ -108,7 +119,6 @@ GLOBAL_LIST_INIT(job_titles_ru, list( JOB_CLOWN = JOB_CLOWN_RU, JOB_MIME = JOB_MIME_RU, JOB_CURATOR = JOB_CURATOR_RU, - JOB_LAWYER = JOB_LAWYER_RU, JOB_CHAPLAIN = JOB_CHAPLAIN_RU, JOB_PSYCHOLOGIST = JOB_PSYCHOLOGIST_RU, )) diff --git a/code/__DEFINES/jobs.dm b/code/__DEFINES/jobs.dm index cd25fc7f17833..23c1750123ab8 100644 --- a/code/__DEFINES/jobs.dm +++ b/code/__DEFINES/jobs.dm @@ -200,6 +200,10 @@ #define DEPARTMENT_ASSISTANT "Assistant" #define DEPARTMENT_BITFLAG_CAPTAIN (1<<9) #define DEPARTMENT_CAPTAIN "Captain" +// BANDASTATION ADD - START +#define DEPARTMENT_BITFLAG_NANOTRASEN_REPRESENTATION (1<<10) +#define DEPARTMENT_BITFLAG_JUSTICE (1<<11) +// BANDASTATION ADD - END DEFINE_BITFIELD(departments_bitflags, list( "SECURITY" = DEPARTMENT_BITFLAG_SECURITY, @@ -212,6 +216,10 @@ DEFINE_BITFIELD(departments_bitflags, list( "SILICON" = DEPARTMENT_BITFLAG_SILICON, "ASSISTANT" = DEPARTMENT_BITFLAG_ASSISTANT, "CAPTAIN" = DEPARTMENT_BITFLAG_CAPTAIN, + // BANDASTATION ADD - START + "NANOTRASEN_REPRESENTATION" = DEPARTMENT_BITFLAG_NANOTRASEN_REPRESENTATION, + "JUSTICE" = DEPARTMENT_BITFLAG_JUSTICE, + // BANDASTATION ADD - END )) /* Job datum job_flags */ diff --git a/code/__DEFINES/radio.dm b/code/__DEFINES/radio.dm index 44e4417a20996..8b0ec83cc23aa 100644 --- a/code/__DEFINES/radio.dm +++ b/code/__DEFINES/radio.dm @@ -41,6 +41,11 @@ #define RADIO_KEY_ENTERTAINMENT "p" #define RADIO_TOKEN_ENTERTAINMENT ":p" +// BANDASTATION ADDITION START +#define RADIO_CHANNEL_JUSTICE "Justice" +#define RADIO_KEY_JUSTICE "l" +#define RADIO_TOKEN_JUSTICE ":l" +// BANDASTATION ADDITION END #define RADIO_CHANNEL_SYNDICATE "Syndicate" #define RADIO_KEY_SYNDICATE "t" @@ -77,6 +82,7 @@ #define FREQ_MEDICAL 1355 // Medical comms frequency, soft blue #define FREQ_ENGINEERING 1357 // Engineering comms frequency, orange #define FREQ_SECURITY 1359 // Security comms frequency, red +#define FREQ_JUSTICE 1361 // Precedure comms frequency, raspberry pink // BANDASTATION ADD - Jobs Module #define FREQ_ENTERTAINMENT 1415 // Used by entertainment monitors, cyan #define FREQ_HOLOGRID_SOLUTION 1433 diff --git a/code/_globalvars/admin.dm b/code/_globalvars/admin.dm index e14a56c16814c..40e1a117b586d 100644 --- a/code/_globalvars/admin.dm +++ b/code/_globalvars/admin.dm @@ -128,6 +128,7 @@ GLOBAL_LIST_INIT(spanname_to_formatting, list( "Comic Sans" = "sans", "Science Radio" = "sciradio", "Security Radio" = "secradio", + "Justice Radio" = "justiceradio", // BANDASTATION ADD "Service Radio" = "servradio", "Singing" = "singing", "Slime" = "slime", diff --git a/code/datums/station_traits/positive_traits.dm b/code/datums/station_traits/positive_traits.dm index 75383dacb1553..d0e72e183dbb0 100644 --- a/code/datums/station_traits/positive_traits.dm +++ b/code/datums/station_traits/positive_traits.dm @@ -294,6 +294,11 @@ /datum/job/shaft_miner = /obj/item/organ/monster_core/rush_gland, /datum/job/station_engineer = /obj/item/organ/cyberimp/arm/toolset, /datum/job/warden = /obj/item/organ/cyberimp/eyes/hud/security, + // BANDASTATION ADD - START + /datum/job/nanotrasen_representative = /obj/item/organ/cyberimp/arm/paperwork, + /datum/job/blueshield = /obj/item/organ/cyberimp/arm/flash, + /datum/job/magistrate = /obj/item/organ/cyberimp/arm/paperwork, + // BANDASTATION ADD - END ) /datum/station_trait/cybernetic_revolution/New() diff --git a/code/game/communications.dm b/code/game/communications.dm index aba409b558710..e8c6aac2b397a 100644 --- a/code/game/communications.dm +++ b/code/game/communications.dm @@ -105,6 +105,7 @@ GLOBAL_LIST_INIT(radiochannels, list( RADIO_CHANNEL_SERVICE = FREQ_SERVICE, RADIO_CHANNEL_AI_PRIVATE = FREQ_AI_PRIVATE, RADIO_CHANNEL_ENTERTAINMENT = FREQ_ENTERTAINMENT, + RADIO_CHANNEL_JUSTICE = FREQ_JUSTICE, // BANDASTATION ADD - Jobs Module RADIO_CHANNEL_CTF_RED = FREQ_CTF_RED, RADIO_CHANNEL_CTF_BLUE = FREQ_CTF_BLUE, RADIO_CHANNEL_CTF_GREEN = FREQ_CTF_GREEN, @@ -118,6 +119,7 @@ GLOBAL_LIST_INIT(reverseradiochannels, list( "[FREQ_MEDICAL]" = RADIO_CHANNEL_MEDICAL, "[FREQ_ENGINEERING]" = RADIO_CHANNEL_ENGINEERING, "[FREQ_SECURITY]" = RADIO_CHANNEL_SECURITY, + "[FREQ_JUSTICE]" = RADIO_CHANNEL_JUSTICE, // BANDASTATION ADD - Jobs Module "[FREQ_CENTCOM]" = RADIO_CHANNEL_CENTCOM, "[FREQ_SYNDICATE]" = RADIO_CHANNEL_SYNDICATE, "[FREQ_UPLINK]" = RADIO_CHANNEL_UPLINK, @@ -138,6 +140,7 @@ GLOBAL_LIST_INIT(radiocolors, list( RADIO_CHANNEL_MEDICAL = "#337296", RADIO_CHANNEL_ENGINEERING = "#fb5613", RADIO_CHANNEL_SECURITY = "#a30000", + RADIO_CHANNEL_JUSTICE = "#f2127e", // BANDASTATION ADD - Jobs Module RADIO_CHANNEL_CENTCOM = "#686868", RADIO_CHANNEL_SYNDICATE = "#6d3f40", RADIO_CHANNEL_SUPPLY = "#a8732b", diff --git a/code/game/machinery/telecomms/machines/bus.dm b/code/game/machinery/telecomms/machines/bus.dm index b56b4811083d3..83c924b9f65bc 100644 --- a/code/game/machinery/telecomms/machines/bus.dm +++ b/code/game/machinery/telecomms/machines/bus.dm @@ -66,8 +66,8 @@ /obj/machinery/telecomms/bus/preset_three id = "Bus 3" network = "tcommsat" - freq_listening = list(FREQ_SECURITY, FREQ_COMMAND) - autolinkers = list("processor3", "security", "command") + freq_listening = list(FREQ_SECURITY, FREQ_COMMAND, FREQ_JUSTICE) // BANDASTATION ADD - Jobs Module + autolinkers = list("processor3", "security", "command", "justice") // BANDASTATION ADD - Jobs Module /obj/machinery/telecomms/bus/preset_four id = "Bus 4" diff --git a/code/game/machinery/telecomms/machines/receiver.dm b/code/game/machinery/telecomms/machines/receiver.dm index 875398fb8f245..b2ba74e11d68d 100644 --- a/code/game/machinery/telecomms/machines/receiver.dm +++ b/code/game/machinery/telecomms/machines/receiver.dm @@ -65,7 +65,7 @@ id = "Receiver B" network = "tcommsat" autolinkers = list("receiverB") // link to relay - freq_listening = list(FREQ_COMMAND, FREQ_ENGINEERING, FREQ_SECURITY) + freq_listening = list(FREQ_COMMAND, FREQ_ENGINEERING, FREQ_SECURITY, FREQ_JUSTICE) // BADASTATION EDIT - Jobs Module /obj/machinery/telecomms/receiver/preset_right/Initialize(mapload) . = ..() diff --git a/code/game/machinery/telecomms/machines/server.dm b/code/game/machinery/telecomms/machines/server.dm index 1c7557b79def8..cc1e8fdd38161 100644 --- a/code/game/machinery/telecomms/machines/server.dm +++ b/code/game/machinery/telecomms/machines/server.dm @@ -127,8 +127,8 @@ /obj/machinery/telecomms/server/presets/security id = "Security Server" - freq_listening = list(FREQ_SECURITY) - autolinkers = list("security") + freq_listening = list(FREQ_SECURITY, FREQ_JUSTICE) + autolinkers = list("security", "justice") // BANDASTATION ADD - Jobs Module /obj/machinery/telecomms/server/presets/common/birdstation/Initialize(mapload) . = ..() diff --git a/code/game/objects/items/devices/radio/encryptionkey.dm b/code/game/objects/items/devices/radio/encryptionkey.dm index 2eab06806dd09..c012e67b93a23 100644 --- a/code/game/objects/items/devices/radio/encryptionkey.dm +++ b/code/game/objects/items/devices/radio/encryptionkey.dm @@ -115,7 +115,7 @@ /obj/item/encryptionkey/heads/captain name = "\proper the captain's encryption key" icon_state = "cypherkey_cube" - channels = list(RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SECURITY = 1, RADIO_CHANNEL_ENGINEERING = 0, RADIO_CHANNEL_SCIENCE = 0, RADIO_CHANNEL_MEDICAL = 0, RADIO_CHANNEL_SUPPLY = 0, RADIO_CHANNEL_SERVICE = 0) + channels = list(RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SECURITY = 1, RADIO_CHANNEL_ENGINEERING = 0, RADIO_CHANNEL_SCIENCE = 0, RADIO_CHANNEL_MEDICAL = 0, RADIO_CHANNEL_SUPPLY = 0, RADIO_CHANNEL_SERVICE = 0, RADIO_CHANNEL_JUSTICE = 0) // BANDASTATION ADD - Jobs Module greyscale_config = /datum/greyscale_config/encryptionkey_cube greyscale_colors = "#2b2793#dca01b" @@ -194,6 +194,7 @@ channels = list( RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SECURITY = 1, + RADIO_CHANNEL_JUSTICE = 1, // BANDASTATION ADD - Jobs Module RADIO_CHANNEL_ENGINEERING = 1, RADIO_CHANNEL_SCIENCE = 1, RADIO_CHANNEL_MEDICAL = 1, @@ -208,6 +209,7 @@ channels = list( RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SECURITY = 1, + RADIO_CHANNEL_JUSTICE = 1, // BANDASTATION ADD - Jobs Module RADIO_CHANNEL_ENGINEERING = 1, RADIO_CHANNEL_SCIENCE = 1, RADIO_CHANNEL_MEDICAL = 1, diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 8ad4f0d77d169..8ea5333c3d028 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -6,6 +6,7 @@ GLOBAL_LIST_INIT(channel_tokens, list( RADIO_CHANNEL_MEDICAL = RADIO_TOKEN_MEDICAL, RADIO_CHANNEL_ENGINEERING = RADIO_TOKEN_ENGINEERING, RADIO_CHANNEL_SECURITY = RADIO_TOKEN_SECURITY, + RADIO_CHANNEL_JUSTICE = RADIO_TOKEN_JUSTICE, RADIO_CHANNEL_CENTCOM = RADIO_TOKEN_CENTCOM, RADIO_CHANNEL_SYNDICATE = RADIO_TOKEN_SYNDICATE, RADIO_CHANNEL_SUPPLY = RADIO_TOKEN_SUPPLY, diff --git a/code/game/say.dm b/code/game/say.dm index 1e5b4bce45070..7cd4a82b1224a 100644 --- a/code/game/say.dm +++ b/code/game/say.dm @@ -10,6 +10,7 @@ GLOBAL_LIST_INIT(freqtospan, list( "[FREQ_SUPPLY]" = "suppradio", "[FREQ_SERVICE]" = "servradio", "[FREQ_SECURITY]" = "secradio", + "[FREQ_JUSTICE]" = "justiceradio", // BANDASTAION ADD - Jobs Module "[FREQ_COMMAND]" = "comradio", "[FREQ_AI_PRIVATE]" = "aiprivradio", "[FREQ_ENTERTAINMENT]" = "enteradio", diff --git a/code/modules/asset_cache/assets/paper.dm b/code/modules/asset_cache/assets/paper.dm index fdd2e748dec21..b06ec9dd04e3f 100644 --- a/code/modules/asset_cache/assets/paper.dm +++ b/code/modules/asset_cache/assets/paper.dm @@ -16,5 +16,9 @@ "stamp-chap" = 'icons/stamp_icons/large_stamp-chap.png', "stamp-mime" = 'icons/stamp_icons/large_stamp-mime.png', "stamp-centcom" = 'icons/stamp_icons/large_stamp-centcom.png', - "stamp-syndicate" = 'icons/stamp_icons/large_stamp-syndicate.png' + "stamp-syndicate" = 'icons/stamp_icons/large_stamp-syndicate.png', + // BANDASTATION EDIT START + "stamp-magistrate" = 'modular_bandastation/objects/icons/stamp_icons/large_stamp-magistrate.png', + "stamp-nanotrasen_representative" = 'modular_bandastation/objects/icons/stamp_icons/large_stamp-nanotrasen_representative.png' + // BANDASTATION EDIT END ) diff --git a/code/modules/mob/living/living_say.dm b/code/modules/mob/living/living_say.dm index 39fb903573d1f..883d78785b8b7 100644 --- a/code/modules/mob/living/living_say.dm +++ b/code/modules/mob/living/living_say.dm @@ -13,6 +13,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list( RADIO_KEY_MEDICAL = RADIO_CHANNEL_MEDICAL, RADIO_KEY_ENGINEERING = RADIO_CHANNEL_ENGINEERING, RADIO_KEY_SECURITY = RADIO_CHANNEL_SECURITY, + RADIO_KEY_JUSTICE = RADIO_CHANNEL_JUSTICE, // BANDASTATION ADD - Jobs Module RADIO_KEY_SUPPLY = RADIO_CHANNEL_SUPPLY, RADIO_KEY_SERVICE = RADIO_CHANNEL_SERVICE, @@ -45,6 +46,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list( "ь" = RADIO_CHANNEL_MEDICAL, "у" = RADIO_CHANNEL_ENGINEERING, "ы" = RADIO_CHANNEL_SECURITY, + "д" = RADIO_CHANNEL_JUSTICE, // BANDASTATION ADD - Jobs Module "г" = RADIO_CHANNEL_SUPPLY, "м" = RADIO_CHANNEL_SERVICE, diff --git a/html/admin/banpanel.css b/html/admin/banpanel.css index 8cdfb4233e3af..30fe73860e794 100644 --- a/html/admin/banpanel.css +++ b/html/admin/banpanel.css @@ -1,78 +1,90 @@ .middle { - width: 80px; + width: 80px; } .right { - width: 150px; + width: 150px; } .reason { - resize: none; - min-height: 40px; - width: 340px; + resize: none; + min-height: 40px; + width: 340px; } .rolegroup { - padding: 3px; - width: 430px; - border: none; - text-align: center; - outline: none; - display: inline-block; + padding: 3px; + width: 430px; + border: none; + text-align: center; + outline: none; + display: inline-block; } .long { - width: 860px; + width: 860px; } .content { - text-align: center; + text-align: center; } .command { - background-color: #948f02; + background-color: #948f02; } .security { - background-color: #a30000; + background-color: #a30000; } .engineering { - background-color: #fb5613; + background-color: #fb5613; } .medical { - background-color: #337296; + background-color: #337296; } .science { - background-color: #993399; + background-color: #993399; } .supply { - background-color: #a8732b; + background-color: #a8732b; } .silicon { - background-color: #ff00ff; + background-color: #ff00ff; } .abstract { - background-color: #708090; + background-color: #708090; } .service { - background-color: #6eaa2c; + background-color: #6eaa2c; } .ghostandotherroles { - background-color: #5c00e6; + background-color: #5c00e6; } .antagonistpositions { - background-color: #6d3f40; + background-color: #6d3f40; } .undefineddepartment { - background-color: #111cf7; + background-color: #111cf7; } + +/* BANDASTATION ADD START */ + +.nanotrasen_representation { + background-color: #6993d3; +} + +.justice { + background-color: #e03e71; +} + +/* BANDASTATION ADD END */ diff --git a/icons/mob/huds/hud.dmi b/icons/mob/huds/hud.dmi index 53dd33a4544f65d830c1ccc013bc14cf4f49ac77..0692da6f4bcb2dc8baf01f2a214acc2212d2d4d9 100644 GIT binary patch literal 11399 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 literal 11016 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 RaEB{!TgOPdT+<=)e*xL37%2b% diff --git a/icons/obj/service/bureaucracy.dmi b/icons/obj/service/bureaucracy.dmi index f52379a72b36e7888b862a3dd0c37deb710c82ae..162bde5a8cd4e215e11af99d9e251dad9e19e81e 100644 GIT binary patch literal 32127 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≶>kfJVfW)hbw1x0J!<+7<51_e4wkCYK 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 NCk;&XpB=N0`d{xHm^T0b diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index e0e1181f93c98..e3eb43ce2e9e9 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -44,6 +44,7 @@ em {font-style: normal; font-weight: bold;} .sciradio {color: #993399;} .comradio {color: #948f02;} .secradio {color: #a30000;} +.justiceradio {color: #df3e71;} .medradio {color: #337296;} .engradio {color: #fb5613;} .suppradio {color: #a8732b;} diff --git a/modular_bandastation/_defines220/_defines220.dme b/modular_bandastation/_defines220/_defines220.dme index 133bee1148c87..ca9cf0cafe5a7 100644 --- a/modular_bandastation/_defines220/_defines220.dme +++ b/modular_bandastation/_defines220/_defines220.dme @@ -1,10 +1,13 @@ #include "_defines220.dm" +#include "code/defines/atom_hud.dm" #include "code/signals_atom.dm" #include "code/signals_item.dm" #include "code/defines/automapper.dm" +#include "code/defines/jobs.dm" #include "code/defines/keybindings.dm" #include "code/defines/misc.dm" +#include "code/defines/preferences.dm" #include "code/defines/spans.dm" #include "code/defines/subsystems.dm" #include "code/defines/text_to_speech.dm" diff --git a/modular_bandastation/_defines220/code/defines/atom_hud.dm b/modular_bandastation/_defines220/code/defines/atom_hud.dm new file mode 100644 index 0000000000000..5c3fdc4b00597 --- /dev/null +++ b/modular_bandastation/_defines220/code/defines/atom_hud.dm @@ -0,0 +1,3 @@ +#define SECHUD_BLUESHIELD "hudblueshield" +#define SECHUD_NANOTRASEN_REPRESENTATIVE "hudnanotrasen_representative" +#define SECHUD_MAGISTARTE "hudmagistrate" diff --git a/modular_bandastation/_defines220/code/defines/jobs.dm b/modular_bandastation/_defines220/code/defines/jobs.dm new file mode 100644 index 0000000000000..d99515c4b5d57 --- /dev/null +++ b/modular_bandastation/_defines220/code/defines/jobs.dm @@ -0,0 +1,7 @@ +#define JOB_NANOTRASEN_REPRESENTATIVE "Nanotrasen Representative" +#define JOB_BLUESHIELD "Blueshield" +#define JOB_MAGISTRATE "Magistrate" + +#define JOB_DISPLAY_ORDER_NANOTRASEN_REPRESENTATIVE 2.5 +#define JOB_DISPLAY_ORDER_MAGISTRATE 3.5 +#define JOB_DISPLAY_ORDER_BLUESHIELD 35.5 diff --git a/modular_bandastation/_defines220/code/defines/preferences.dm b/modular_bandastation/_defines220/code/defines/preferences.dm new file mode 100644 index 0000000000000..31a189bf4ede4 --- /dev/null +++ b/modular_bandastation/_defines220/code/defines/preferences.dm @@ -0,0 +1,2 @@ +#define EXP_TYPE_NANOTRASEN_REPRESENTATION "Nanotrasen Representation" +#define EXP_TYPE_JUSTICE "Justice" diff --git a/modular_bandastation/aesthetics/_aesthetics.dme b/modular_bandastation/aesthetics/_aesthetics.dme index 6caebae2f0218..4d142b206a4fc 100644 --- a/modular_bandastation/aesthetics/_aesthetics.dme +++ b/modular_bandastation/aesthetics/_aesthetics.dme @@ -77,4 +77,3 @@ // WinDoors #include "windoors/code/windoors.dm" - diff --git a/modular_bandastation/aesthetics/radio/icons/mob/ears.dmi b/modular_bandastation/aesthetics/radio/icons/mob/ears.dmi index f10a35a9a42d78af0e16be1a464179b5be21d822..4b5a76bca98b8b31162fa135143ddcb46333ae1e 100644 GIT binary patch literal 7046 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�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 diff --git a/modular_bandastation/aesthetics/radio/icons/obj/headsets.dmi b/modular_bandastation/aesthetics/radio/icons/obj/headsets.dmi index 37b6c58f97e12d1af7adba9a355b612309ce3551..eb14fcd2a0e2da8fea6d34a02fcc1175e3b974de 100644 GIT binary patch literal 5458 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 literal 2186 zcmZ`*c{J4h8vo5OX3RvIWEuMnStHqcD@&0<_OV5bNX9m{!eGpda8ra7w-KU2V`-34 z*+Z0iQH^@-B#PH^P4*e??|sj?=iGnpbI$X8{&~L7_Ib{8zPB9htwfL*Bme*+)>sQ? z5b=L0LI|`o1+m5;l#*~BF&0;&{i6sGF$7{b0K^rh-f2aq=t^16Cptt9x!z_oydIQ_ z!;{j#CO({UP!zu3mIQx%kI|osnlBXJ+!>0g97*%}Gv&Iba%}~zJMg-G_KQMmDR$Yd zU12B7G>f%agWwgCJvL}jK-mVJ;*Nr2$FM;~92xZ0ocn*oiX!7z#=93Ie>g^Tt>#bU zO-}!jr8;*T`AO%P<+v*t+T_~5?0SC@CDH%@US@4!j*BZ?^7h4gxy$a2DXadl%cozu zEZ!~DbV7n2kirhCBc_CZJ;F{eW$Ep(oW6c4V5Oh^)9%M7GYw-mc#cWTpc|V;e5d6a zJY!%(kSx7fb44<$)-I0+`6(a1Vo*0!NS|0FtbzkJXr*TXQoN^)#kopTY>|O(d zr0Q|8+|2zw?ZuW$Q#u&R#lWiBTcqs%@G4GawSW=XEk0;B+d62 zJ=^#eLM;xKusB~dd3w{NgoTBxh<#DOXPX4~s7t9B^x z%5+Og-a%7Ba#9dDZ-qZqsZ7>@Z6%&AC~QexeV50sIALUZ!0hen^nLY<_7k+{`p}N8 zLzR;0oh#fWsn-q+%J=Ug0A(-;j#&aI)Z4ySqShYVD7hxk82$%^yOX!UKa^abT?6E!<;~oisQw0zRg7$SVt4BUShf{^5eVrxB<`nNUvM+$0 zJ;F8*dS2GR)!*6GQ9}aRBlc|`L28gnH&}q47glVl?4U!}Hv$aM5@h5{c&2G8w&`Y~2>KKK_)`nl;HZ^UQw6>-*YbGWg zT1CO`@QsFq-h?CB`?A%Bu!6S^azM$d>c9l5BREXsRe$X8Bnl`H{jl(JLKlZNbp-_d z4p-QVIyD~c-cmS@pyNg%_xpVHfO;*!gVQJzq|AH-Zbh!wH*7ehE;(jBM2h*Sc;V3J z{kIiy^=-9P-wg9n_mcOVhAlbh_FCn{JzhNXM(py~(5Emvt_y7H?apr_-p94h#F=pj z^nOM{_h$_-DebnBpyYX++(T;coT)DGz3sgrvazF`2>i;6ETCSRex~VG^m}BS8k2H~ zIdJX603UK^J3jKb|0bP)I(HsQK+^LxM>-k3s1LGiAD6gN5<@ZZZ=gJW%vUUFq; zyxjJy`9}?t4C%%KUtOxN4$~g;bSa=Syp+)?1abvZ_uFZQvfAaa+4`Ru)xXywV3jCoPBEZ%TLmm5 zBxIAz6P{aLwB)GciGI2in!l@Du-FUe0eR}e9XQ~u<~>re@%*TA_YwRs;yt*y{pHi* zULe7p>TL1xYtu+wf*|vjk$F)tS$m!1$Cv|Lp!f?(Z6vO1RVWP~izFdgNPc)?n9ve|vm0RH6VgZTG<5Ba4j<%H?~j#f&A59wjkZ2j7! zeR_8iht+-_Wa)p+PL%lKLsqy6ZZ;quw)<*$zCnnih2;|o8_ntqcguv)R!WtVa1TtV zrBx0_s>~|1#_S79dOa0uvXz-^;0RaDx9cK5iT72B$b*B)5Byg(k|{no=OnVaAe7o) zs+KW6K0e_b)-}ztKq&cxavqeMVtU5LTm9zqjx_?ZS>genYFjv^3^L-isbD#pU^uc{}eSQ6Gd&1`OCe>^z>S=ULK0^!*Rcba;0LGS&i=oe1^+xtZwUjPI zy{Akg!An~AHMq0E7?asCjqRMq5~%;|af9I8u0E93b%g-PH3*A-6nxlMUw5iRmNjSO z4cRvG%AHvy(ZR9-n{Y={R~29isp|}>*XmddOH)?w-L`fT?u+ccQWeo0%RM*QBpm_E z6KaI!$&4}V3}AjP^eh`^*?O%4L)1sqFt7YOB}g9%whkWnT)`LPWI$;tQW-%{ln}fZ zXdaxKdEw~Dy8(-9t}gsSDVg`dUm6gtq=dS(Kq{^eUTmz`aL4}xd5y!?Ja80;c5Q?;JW~e diff --git a/modular_bandastation/jobs/_jobs.dm b/modular_bandastation/jobs/_jobs.dm index 83d94ac5d178a..9e93fd8232437 100644 --- a/modular_bandastation/jobs/_jobs.dm +++ b/modular_bandastation/jobs/_jobs.dm @@ -1,4 +1,4 @@ /datum/modpack/jobs name = "Расширение и дополнение работ" desc = "Добавляет новые работы, расширяет и изменяет имеющиеся." - author = "dj-34" + author = "dj-34, gaxeer" diff --git a/modular_bandastation/jobs/_jobs.dme b/modular_bandastation/jobs/_jobs.dme index b996a037809cb..59f775a774be7 100644 --- a/modular_bandastation/jobs/_jobs.dme +++ b/modular_bandastation/jobs/_jobs.dme @@ -1,4 +1,51 @@ #include "_jobs.dm" -#include "code/detective/detective.dm" -#include "code/detective/forensics.dm" +// NT Representation department +#include "code/departments/nt_representation.dm" + +// Department of Justice +#include "code/departments/justice.dm" + +// Captain +#include "code/job_types/captain/trim.dm" + +// Blueshield job +#include "code/job_types/blueshield/access_helpers.dm" +#include "code/job_types/blueshield/areas.dm" +#include "code/job_types/blueshield/job.dm" +#include "code/job_types/blueshield/landmarks.dm" +#include "code/job_types/blueshield/pda.dm" +#include "code/job_types/blueshield/trim.dm" + +// Detective job +#include "code/job_types/detective/detective.dm" +#include "code/job_types/detective/forensics.dm" + +// Lawyer +#include "code/job_types/lawyer/job.dm" +#include "code/job_types/lawyer/trim.dm" + +// Head of Security +#include "code/job_types/head_of_security/trim.dm" + +// Magistrate +#include "code/job_types/magistrate/access_helpers.dm" +#include "code/job_types/magistrate/areas.dm" +#include "code/job_types/magistrate/job.dm" +#include "code/job_types/magistrate/landmarks.dm" +#include "code/job_types/magistrate/pda.dm" +#include "code/job_types/magistrate/trim.dm" + +// Nanotrasen Representative job +#include "code/job_types/nanotrasen_representative/access_helpers.dm" +#include "code/job_types/nanotrasen_representative/areas.dm" +#include "code/job_types/nanotrasen_representative/job.dm" +#include "code/job_types/nanotrasen_representative/landmarks.dm" +#include "code/job_types/nanotrasen_representative/pda.dm" +#include "code/job_types/nanotrasen_representative/trim.dm" + +// Research Scientist +#include "code/job_types/research_director/trim.dm" + +// Scientist +#include "code/job_types/scientist/trim.dm" diff --git a/modular_bandastation/jobs/code/departments/justice.dm b/modular_bandastation/jobs/code/departments/justice.dm new file mode 100644 index 0000000000000..e9c8633a3884d --- /dev/null +++ b/modular_bandastation/jobs/code/departments/justice.dm @@ -0,0 +1,9 @@ +/datum/job_department/justice + department_name = "Justice" + department_bitflags = DEPARTMENT_BITFLAG_JUSTICE + department_head = /datum/job/magistrate + department_experience_type = EXP_TYPE_JUSTICE + display_order = 1.5 + label_class = "justice" + ui_color = "#E03E71" + head_of_staff_access = ACCESS_MAGISTRATE diff --git a/modular_bandastation/jobs/code/departments/nt_representation.dm b/modular_bandastation/jobs/code/departments/nt_representation.dm new file mode 100644 index 0000000000000..8261458eed246 --- /dev/null +++ b/modular_bandastation/jobs/code/departments/nt_representation.dm @@ -0,0 +1,9 @@ +/datum/job_department/nanotrasen_representation + department_name = "NT Representation" + department_bitflags = DEPARTMENT_BITFLAG_NANOTRASEN_REPRESENTATION + department_head = /datum/job/nanotrasen_representative + department_experience_type = EXP_TYPE_NANOTRASEN_REPRESENTATION + display_order = 1.25 + label_class = "nanotrasen_representation" + ui_color = "#6993D3" + head_of_staff_access = ACCESS_NANOTRASEN_REPRESENTATIVE diff --git a/modular_bandastation/jobs/code/job_types/blueshield/access_helpers.dm b/modular_bandastation/jobs/code/job_types/blueshield/access_helpers.dm new file mode 100644 index 0000000000000..6b0b272c48ba2 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/blueshield/access_helpers.dm @@ -0,0 +1,9 @@ +/obj/effect/mapping_helpers/airlock/access/all/command/blueshield/get_access() + var/list/access_list = ..() + access_list += ACCESS_BLUESHIELD + return access_list + +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield/get_access() + var/list/access_list = ..() + access_list += ACCESS_BLUESHIELD + return access_list diff --git a/modular_bandastation/jobs/code/job_types/blueshield/areas.dm b/modular_bandastation/jobs/code/job_types/blueshield/areas.dm new file mode 100644 index 0000000000000..399af85f3da98 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/blueshield/areas.dm @@ -0,0 +1,4 @@ +/area/station/command/heads_quarters/blueshield + name = "Blueshield's Office" + icon = 'modular_bandastation/jobs/icons/areas/areas_station.dmi' + icon_state = "blueshield" diff --git a/modular_bandastation/jobs/code/job_types/blueshield/job.dm b/modular_bandastation/jobs/code/job_types/blueshield/job.dm new file mode 100644 index 0000000000000..e9265ee956981 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/blueshield/job.dm @@ -0,0 +1,42 @@ +/datum/job/blueshield + title = JOB_BLUESHIELD + description = "Персональная охрана глав" + department_head = list("Представитель Нанотрейзен") + auto_deadmin_role_flags = DEADMIN_POSITION_SECURITY + faction = FACTION_STATION + total_positions = 1 + spawn_positions = 0 + supervisors = "Представитель Нанотрейзен и Центральное Командование" + minimal_player_age = 7 + exp_requirements = 1500 + exp_required_type = EXP_TYPE_CREW + exp_required_type_department = EXP_TYPE_SECURITY + exp_granted_type = EXP_TYPE_CREW + config_tag = "BLUESHIELD" + + outfit = /datum/outfit/job/blueshield + plasmaman_outfit = /datum/outfit/plasmaman/blueshield + + paycheck = PAYCHECK_COMMAND + paycheck_department = ACCOUNT_SEC + + liver_traits = list(TRAIT_PRETENDER_ROYAL_METABOLISM) + + display_order = JOB_DISPLAY_ORDER_BLUESHIELD + bounty_types = CIV_JOB_SEC + departments_list = list( + /datum/job_department/nanotrasen_representation, + /datum/job_department/security, + ) + + family_heirlooms = list(/obj/item/bedsheet/captain, /obj/item/clothing/head/beret/blueshield) + + mail_goodies = list( + /obj/item/storage/fancy/cigarettes/cigars/havana = 10, + /obj/item/stack/spacecash/c500 = 3, + /obj/item/disk/nuclear/fake/obvious = 2, + /obj/item/clothing/head/collectable/captain = 4, + ) + + rpg_title = "Guard" + job_flags = STATION_JOB_FLAGS | JOB_CANNOT_OPEN_SLOTS diff --git a/modular_bandastation/jobs/code/job_types/blueshield/landmarks.dm b/modular_bandastation/jobs/code/job_types/blueshield/landmarks.dm new file mode 100644 index 0000000000000..9250dfc3a1b07 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/blueshield/landmarks.dm @@ -0,0 +1,4 @@ +/obj/effect/landmark/start/blueshield + name = JOB_BLUESHIELD + icon = 'modular_bandastation/jobs/icons/mob/landmarks.dmi' + icon_state = JOB_BLUESHIELD diff --git a/modular_bandastation/jobs/code/job_types/blueshield/pda.dm b/modular_bandastation/jobs/code/job_types/blueshield/pda.dm new file mode 100644 index 0000000000000..8ceeb75a8f60b --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/blueshield/pda.dm @@ -0,0 +1,10 @@ +/obj/item/modular_computer/pda/heads/blueshield + name = "blueshield PDA" + greyscale_config = /datum/greyscale_config/tablet/stripe_double + greyscale_colors = "#595F6B#212328#005DBF" + starting_programs = list( + /datum/computer_file/program/records/security, + /datum/computer_file/program/records/medical, + /datum/computer_file/program/robocontrol, + /datum/computer_file/program/radar/lifeline, + ) diff --git a/modular_bandastation/jobs/code/job_types/blueshield/trim.dm b/modular_bandastation/jobs/code/job_types/blueshield/trim.dm new file mode 100644 index 0000000000000..cc96518e1a294 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/blueshield/trim.dm @@ -0,0 +1,33 @@ +/datum/id_trim/job/blueshield + assignment = JOB_BLUESHIELD + trim_icon = 'modular_bandastation/jobs/icons/obj/card.dmi' + trim_state = "trim_blueshield" + department_color = COLOR_CENTCOM_BLUE + subdepartment_color = "#FFD700" + sechud_icon_state = SECHUD_BLUESHIELD + minimal_access = list( + ACCESS_BRIG, + ACCESS_CARGO, + ACCESS_COURT, + ACCESS_GATEWAY, + ACCESS_SECURITY, + ACCESS_ALL_PERSONAL_LOCKERS, + ACCESS_BRIG_ENTRANCE, + ACCESS_BLUESHIELD, + ACCESS_COMMAND, + ACCESS_CONSTRUCTION, + ACCESS_ENGINEERING, + ACCESS_EVA, + ACCESS_MAINT_TUNNELS, + ACCESS_MEDICAL, + ACCESS_MINERAL_STOREROOM, + ACCESS_SCIENCE, + ACCESS_TELEPORTER, + ACCESS_WEAPONS, + ) + template_access = list( + ACCESS_CAPTAIN, + ACCESS_CHANGE_IDS, + ACCESS_NANOTRASEN_REPRESENTATIVE, + ) + job = /datum/job/blueshield diff --git a/modular_bandastation/jobs/code/job_types/captain/trim.dm b/modular_bandastation/jobs/code/job_types/captain/trim.dm new file mode 100644 index 0000000000000..423eec1393335 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/captain/trim.dm @@ -0,0 +1,2 @@ +/datum/id_trim/job/captain + trim_icon = 'modular_bandastation/jobs/icons/obj/card.dmi' diff --git a/modular_bandastation/jobs/code/detective/detective.dm b/modular_bandastation/jobs/code/job_types/detective/detective.dm similarity index 100% rename from modular_bandastation/jobs/code/detective/detective.dm rename to modular_bandastation/jobs/code/job_types/detective/detective.dm diff --git a/modular_bandastation/jobs/code/detective/forensics.dm b/modular_bandastation/jobs/code/job_types/detective/forensics.dm similarity index 100% rename from modular_bandastation/jobs/code/detective/forensics.dm rename to modular_bandastation/jobs/code/job_types/detective/forensics.dm diff --git a/modular_bandastation/jobs/code/job_types/head_of_security/trim.dm b/modular_bandastation/jobs/code/job_types/head_of_security/trim.dm new file mode 100644 index 0000000000000..0d5eeba1bea88 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/head_of_security/trim.dm @@ -0,0 +1,3 @@ +/datum/id_trim/job/head_of_security + trim_icon = 'modular_bandastation/jobs/icons/obj/card.dmi' + trim_state = "trim_headofsecurity" diff --git a/modular_bandastation/jobs/code/job_types/lawyer/job.dm b/modular_bandastation/jobs/code/job_types/lawyer/job.dm new file mode 100644 index 0000000000000..55d7436609f04 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/lawyer/job.dm @@ -0,0 +1,8 @@ +/datum/job/lawyer + department_head = list("Магистрат") + supervisors = "Магистрат" + display_order = JOB_DISPLAY_ORDER_LAWYER + departments_list = list( + /datum/job_department/justice, + ) + outfit = /datum/outfit/job/lawyer_formal diff --git a/modular_bandastation/jobs/code/job_types/lawyer/trim.dm b/modular_bandastation/jobs/code/job_types/lawyer/trim.dm new file mode 100644 index 0000000000000..07e6833bf46ef --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/lawyer/trim.dm @@ -0,0 +1,10 @@ +/datum/id_trim/job/lawyer + assignment = JOB_LAWYER + trim_state = "trim_lawyer" + department_color = "#E03E71" + subdepartment_color = "#E03E71" + template_access = list( + ACCESS_CAPTAIN, + ACCESS_CHANGE_IDS, + ACCESS_MAGISTRATE, + ) diff --git a/modular_bandastation/jobs/code/job_types/magistrate/access_helpers.dm b/modular_bandastation/jobs/code/job_types/magistrate/access_helpers.dm new file mode 100644 index 0000000000000..22e81c0269efc --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/magistrate/access_helpers.dm @@ -0,0 +1,9 @@ +/obj/effect/mapping_helpers/airlock/access/all/command/magistrate/get_access() + var/list/access_list = ..() + access_list += ACCESS_MAGISTRATE + return access_list + +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate/get_access() + var/list/access_list = ..() + access_list += ACCESS_MAGISTRATE + return access_list diff --git a/modular_bandastation/jobs/code/job_types/magistrate/areas.dm b/modular_bandastation/jobs/code/job_types/magistrate/areas.dm new file mode 100644 index 0000000000000..40c6ba756261f --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/magistrate/areas.dm @@ -0,0 +1,4 @@ +/area/station/command/heads_quarters/magistrate + name = "Magistrate's Office" + icon = 'modular_bandastation/jobs/icons/areas/areas_station.dmi' + icon_state = "magistrate" diff --git a/modular_bandastation/jobs/code/job_types/magistrate/job.dm b/modular_bandastation/jobs/code/job_types/magistrate/job.dm new file mode 100644 index 0000000000000..00621a7a65bc3 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/magistrate/job.dm @@ -0,0 +1,34 @@ +/datum/job/magistrate + title = JOB_MAGISTRATE + description = "Вершите правосудие на станции, поддерживайте соблюдение закона." + department_head = list("Центральное командование") + head_announce = list(RADIO_CHANNEL_JUSTICE) + auto_deadmin_role_flags = DEADMIN_POSITION_HEAD|DEADMIN_POSITION_SECURITY + faction = FACTION_STATION + total_positions = 1 + spawn_positions = 0 + supervisors = "Центральное командование" + minimal_player_age = 14 + exp_requirements = 1500 + exp_required_type = EXP_TYPE_CREW + exp_required_type_department = EXP_TYPE_JUSTICE + exp_granted_type = EXP_TYPE_CREW + config_tag = "MAGISTRATE" + + outfit = /datum/outfit/job/magistrate + + paycheck = PAYCHECK_COMMAND + paycheck_department = ACCOUNT_SEC + + liver_traits = list(TRAIT_ROYAL_METABOLISM) + + display_order = JOB_DISPLAY_ORDER_MAGISTRATE + departments_list = list( + /datum/job_department/justice, + /datum/job_department/command, + ) + family_heirlooms = list(/obj/item/gavelhammer, /obj/item/book/manual/wiki/security_space_law) + rpg_title = "Justiciar" + job_tone = "objection" + job_flags = STATION_JOB_FLAGS | HEAD_OF_STAFF_JOB_FLAGS + diff --git a/modular_bandastation/jobs/code/job_types/magistrate/landmarks.dm b/modular_bandastation/jobs/code/job_types/magistrate/landmarks.dm new file mode 100644 index 0000000000000..8bb0dd3213f0f --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/magistrate/landmarks.dm @@ -0,0 +1,4 @@ +/obj/effect/landmark/start/magistrate + name = JOB_MAGISTRATE + icon = 'modular_bandastation/jobs/icons/mob/landmarks.dmi' + icon_state = JOB_MAGISTRATE diff --git a/modular_bandastation/jobs/code/job_types/magistrate/pda.dm b/modular_bandastation/jobs/code/job_types/magistrate/pda.dm new file mode 100644 index 0000000000000..ab40ead5fd564 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/magistrate/pda.dm @@ -0,0 +1,8 @@ +/obj/item/modular_computer/pda/heads/magistrate + name = "magistrate PDA" + greyscale_config = /datum/greyscale_config/tablet/stripe_thick + greyscale_colors = "#141414#FFD700#cbbd60" + inserted_item = /obj/item/pen/fourcolor + starting_programs = list( + /datum/computer_file/program/records/security, + ) diff --git a/modular_bandastation/jobs/code/job_types/magistrate/trim.dm b/modular_bandastation/jobs/code/job_types/magistrate/trim.dm new file mode 100644 index 0000000000000..eedb83bf355f2 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/magistrate/trim.dm @@ -0,0 +1,49 @@ +/datum/id_trim/job/magistrate + assignment = JOB_MAGISTRATE + trim_icon = 'modular_bandastation/jobs/icons/obj/card.dmi' + trim_state = "trim_magistrate" + department_color = COLOR_CENTCOM_BLUE + subdepartment_color = "#E03E71" + department_state = "departmenthead" + sechud_icon_state = SECHUD_MAGISTARTE + extra_access = list(ACCESS_TELEPORTER) + extra_wildcard_access = list() + minimal_access = list( + ACCESS_ALL_PERSONAL_LOCKERS, + ACCESS_ARMORY, + ACCESS_AUX_BASE, + ACCESS_BIT_DEN, + ACCESS_BRIG, + ACCESS_BRIG_ENTRANCE, + ACCESS_CARGO, + ACCESS_COMMAND, + ACCESS_CONSTRUCTION, + ACCESS_COURT, + ACCESS_DETECTIVE, + ACCESS_ENGINEERING, + ACCESS_EVA, + ACCESS_GATEWAY, + ACCESS_KEYCARD_AUTH, + ACCESS_LAWYER, + ACCESS_MAINT_TUNNELS, + ACCESS_MAGISTRATE, + ACCESS_MECH_SECURITY, + ACCESS_MEDICAL, + ACCESS_MINERAL_STOREROOM, + ACCESS_MINING, + ACCESS_MORGUE, + ACCESS_MORGUE_SECURE, + ACCESS_RC_ANNOUNCE, + ACCESS_SCIENCE, + ACCESS_SECURITY, + ACCESS_SERVICE, + ACCESS_SHIPPING, + ACCESS_WEAPONS, + ) + template_access = list( + ACCESS_CAPTAIN, + ACCESS_CHANGE_IDS, + ) + job = /datum/job/magistrate + big_pointer = TRUE + pointer_color = COLOR_SECURITY_RED diff --git a/modular_bandastation/jobs/code/job_types/nanotrasen_representative/access_helpers.dm b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/access_helpers.dm new file mode 100644 index 0000000000000..c0cdf6b4504c5 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/access_helpers.dm @@ -0,0 +1,9 @@ +/obj/effect/mapping_helpers/airlock/access/all/command/nanotrasen_representative/get_access() + var/list/access_list = ..() + access_list += ACCESS_NANOTRASEN_REPRESENTATIVE + return access_list + +/obj/effect/mapping_helpers/airlock/access/any/command/nanotrasen_representative/get_access() + var/list/access_list = ..() + access_list += ACCESS_NANOTRASEN_REPRESENTATIVE + return access_list diff --git a/modular_bandastation/jobs/code/job_types/nanotrasen_representative/areas.dm b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/areas.dm new file mode 100644 index 0000000000000..862d2ad4caae8 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/areas.dm @@ -0,0 +1,4 @@ +/area/station/command/heads_quarters/nanotrasen_representative + name = "Nanotrasen Representative's Office" + icon = 'modular_bandastation/jobs/icons/areas/areas_station.dmi' + icon_state = "nanotrasen_representative" diff --git a/modular_bandastation/jobs/code/job_types/nanotrasen_representative/job.dm b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/job.dm new file mode 100644 index 0000000000000..542050a1c9b19 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/job.dm @@ -0,0 +1,44 @@ +/datum/job/nanotrasen_representative + title = JOB_NANOTRASEN_REPRESENTATIVE + description = "Следите за работой глав, держите связь с Центральным Командованием, следите за выполнением задач смены" + department_head = list("Центральное Командование") + auto_deadmin_role_flags = DEADMIN_POSITION_HEAD + faction = FACTION_STATION + total_positions = 1 + spawn_positions = 0 + supervisors = "Центральное Командование" + minimal_player_age = 14 + exp_requirements = 1500 + exp_required_type = EXP_TYPE_CREW + exp_required_type_department = EXP_TYPE_COMMAND + exp_granted_type = EXP_TYPE_CREW + config_tag = "NANOTRASEN_REPRESENTATIVE" + + outfit = /datum/outfit/job/nanotrasen_representative + + paycheck = PAYCHECK_COMMAND + paycheck_department = ACCOUNT_SEC + + mind_traits = list(HEAD_OF_STAFF_MIND_TRAITS) + liver_traits = list(TRAIT_ROYAL_METABOLISM) + + display_order = JOB_DISPLAY_ORDER_NANOTRASEN_REPRESENTATIVE + departments_list = list( + /datum/job_department/nanotrasen_representation, + /datum/job_department/command, + ) + + family_heirlooms = list(/obj/item/pen/fountain, /obj/item/lighter, /obj/item/reagent_containers/cup/glass/flask) + + mail_goodies = list( + /obj/item/pen/fountain = 30, + /obj/item/food/moonfish_caviar = 25, + /obj/item/cigarette/cigar/havana = 20, + /obj/item/storage/fancy/cigarettes/cigars/havana = 15, + /obj/item/reagent_containers/cup/glass/bottle/champagne = 15, + /obj/item/reagent_containers/cup/glass/bottle/champagne/cursed = 5, + ) + exclusive_mail_goodies = TRUE + + rpg_title = "Diplomat" + job_flags = STATION_JOB_FLAGS | HEAD_OF_STAFF_JOB_FLAGS diff --git a/modular_bandastation/jobs/code/job_types/nanotrasen_representative/landmarks.dm b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/landmarks.dm new file mode 100644 index 0000000000000..7bb04ca0b455d --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/landmarks.dm @@ -0,0 +1,4 @@ +/obj/effect/landmark/start/nanotrasen_representative + name = JOB_NANOTRASEN_REPRESENTATIVE + icon = 'modular_bandastation/jobs/icons/mob/landmarks.dmi' + icon_state = JOB_NANOTRASEN_REPRESENTATIVE diff --git a/modular_bandastation/jobs/code/job_types/nanotrasen_representative/pda.dm b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/pda.dm new file mode 100644 index 0000000000000..8c7a4656f72c7 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/pda.dm @@ -0,0 +1,7 @@ +/obj/item/modular_computer/pda/heads/nanotrasen_representative + name = "nanotrasen representative PDA" + greyscale_config = /datum/greyscale_config/tablet/stripe_double + greyscale_colors = "#141414#FFD700#FFD700" + starting_programs = list( + /datum/computer_file/program/records/security, + ) diff --git a/modular_bandastation/jobs/code/job_types/nanotrasen_representative/trim.dm b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/trim.dm new file mode 100644 index 0000000000000..daa3c077b5e65 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/nanotrasen_representative/trim.dm @@ -0,0 +1,49 @@ +/datum/id_trim/job/nanotrasen_representative + assignment = JOB_NANOTRASEN_REPRESENTATIVE + trim_icon = 'modular_bandastation/jobs/icons/obj/card.dmi' + trim_state = "trim_nanotrasen_representative" + department_color = COLOR_CENTCOM_BLUE + subdepartment_color = "#FFD700" + sechud_icon_state = SECHUD_NANOTRASEN_REPRESENTATIVE + minimal_access = list( + ACCESS_AI_UPLOAD, + ACCESS_ALL_PERSONAL_LOCKERS, + ACCESS_AUX_BASE, + ACCESS_BAR, + ACCESS_BRIG_ENTRANCE, + ACCESS_CARGO, + ACCESS_CHAPEL_OFFICE, + ACCESS_CHANGE_IDS, + ACCESS_CREMATORIUM, + ACCESS_COMMAND, + ACCESS_COURT, + ACCESS_ENGINEERING, + ACCESS_EVA, + ACCESS_GATEWAY, + ACCESS_HYDROPONICS, + ACCESS_JANITOR, + ACCESS_KEYCARD_AUTH, + ACCESS_KITCHEN, + ACCESS_LAWYER, + ACCESS_LIBRARY, + ACCESS_MAINT_TUNNELS, + ACCESS_MEDICAL, + ACCESS_MINERAL_STOREROOM, + ACCESS_MORGUE, + ACCESS_MORGUE_SECURE, + ACCESS_NANOTRASEN_REPRESENTATIVE, + ACCESS_PSYCHOLOGY, + ACCESS_RC_ANNOUNCE, + ACCESS_SCIENCE, + ACCESS_SERVICE, + ACCESS_TELEPORTER, + ACCESS_THEATRE, + ACCESS_WEAPONS, + ) + template_access = list( + ACCESS_CAPTAIN, + ACCESS_CHANGE_IDS + ) + job = /datum/job/nanotrasen_representative + big_pointer = TRUE + pointer_color = COLOR_CENTCOM_BLUE diff --git a/modular_bandastation/jobs/code/job_types/research_director/trim.dm b/modular_bandastation/jobs/code/job_types/research_director/trim.dm new file mode 100644 index 0000000000000..a2b1f2c878095 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/research_director/trim.dm @@ -0,0 +1,2 @@ +/datum/id_trim/job/research_director + trim_icon = 'modular_bandastation/jobs/icons/obj/card.dmi' diff --git a/modular_bandastation/jobs/code/job_types/scientist/trim.dm b/modular_bandastation/jobs/code/job_types/scientist/trim.dm new file mode 100644 index 0000000000000..6815fed6b5c06 --- /dev/null +++ b/modular_bandastation/jobs/code/job_types/scientist/trim.dm @@ -0,0 +1,2 @@ +/datum/id_trim/job/scientist + trim_icon = 'modular_bandastation/jobs/icons/obj/card.dmi' diff --git a/modular_bandastation/jobs/icons/areas/areas_station.dmi b/modular_bandastation/jobs/icons/areas/areas_station.dmi new file mode 100644 index 0000000000000000000000000000000000000000..fb95390de48c5949dfb6c10a4e0a9dab8e804632 GIT binary patch literal 739 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=ldD1^N?cNllZ!G7N;32F7#J$% zwD#=gI&8q>n*LkcWz+P1VfsfGR(RAcToKXB+8L~3`u8tiW8Tu+wgu;MA6|;R%&^hF zPBk!2i^byow|jdnqZ=8PFD`Gb(Am}~CFR(#EGgC}VCB7*c}`weFH|f&w)@N?fd>!n zIu|UV|zMPnw{!@Q1@#sv}{{J_9{?#RWPp{ss&s6m9b8n5!T*vwMn9eY4VK7N!h+>d3 zX3%Bmm241eIL71gGUiG5smh7^Wqr<{KJL0Fx5xLj`uU#`xjl>LYppsVZZhlK_UnsZ z?zvRvacpu=$3Lc`=PQ$)Riqy<*@@{@uRM6X@9t{0KjGUsa)@KGxhVw=fB_Fq*pL^P;{Z`7gt&)O!S>!gk zD=BGxdTM5&>#;VTXJhC+@tB;6Q`+35KWvK=x|nxC?=jF};@WHS_O{_W|)E38rgOEUw%uYch2>{U9x@>bC#HWAzgso_4v$ xxi)S~@4eq|g}*#ru~&#W8Hc5_&PjjZHe>$f^^GxN3oz9(c)I$ztaD0e0s!?OR8#-} literal 0 HcmV?d00001 diff --git a/modular_bandastation/jobs/icons/mob/landmarks.dmi b/modular_bandastation/jobs/icons/mob/landmarks.dmi new file mode 100644 index 0000000000000000000000000000000000000000..fcc3a0c7c0375cd2fef987d065f9e3e15596a7f5 GIT binary patch literal 2762 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 literal 0 HcmV?d00001 diff --git a/modular_bandastation/jobs/icons/obj/card.dmi b/modular_bandastation/jobs/icons/obj/card.dmi new file mode 100644 index 0000000000000000000000000000000000000000..3f8d1cf828610e2a1941c82afaf7d3da22af6639 GIT binary patch literal 645 zcmV;00($+4P)fFDZ*Bkpc$}S+!EVAZ42I9mQ$%o|w!w9m34}O|S3quK8cQ^-Y?o?fctlbI0003XNkl+7|&vB<#8n%&CdS_S!1;DzshlknGb6+ADt6IJn^ypJjQuDA-gmVL(Vo% zCBx*~=Qj;jP&AS}_OB=k5Sln(KU7dUP>*Q}LWT^xXF3DQ@11h@EeIim_$PSoOaz8E z<7qT{h)sb^(>)~YfEnYkxCh*l_Yo|Lu`C&fKlKX^OWG9FQ#n)L3USNiHyjz1N=64f zbs>Zh{|pVwiG)-eR#OD@5_v=v;@Wf00000NkvXXu0mjfJG~w5 literal 0 HcmV?d00001 diff --git a/modular_bandastation/jobs/readme.md b/modular_bandastation/jobs/readme.md new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/modular_bandastation/mapping/code/areas/station.dm b/modular_bandastation/mapping/code/areas/station.dm index 0d9698726bc3f..d5df8cb18b3db 100644 --- a/modular_bandastation/mapping/code/areas/station.dm +++ b/modular_bandastation/mapping/code/areas/station.dm @@ -21,14 +21,6 @@ name = "Waste Burner" icon_state = "engine" -/area/station/maintenance/department/bridge/ntr - name = "Nanotrasen Reperesentative's Office" - icon_state = "maint_bridge" - -/area/station/maintenance/department/bridge/blueshield - name = "Blueshield's Office" - icon_state = "maint_bridge" - // Ghetto // Department's Lower Floor /area/station/security/prison/ghetto diff --git a/modular_bandastation/objects/_objects.dme b/modular_bandastation/objects/_objects.dme index 46a129d5df0a4..5965df5a4fb59 100644 --- a/modular_bandastation/objects/_objects.dme +++ b/modular_bandastation/objects/_objects.dme @@ -1,34 +1,58 @@ #include "_objects.dm" +#include "code/shuttles.dm" + #include "code/effects/turf_decal.dm" +#include "code/items/banners.dm" +#include "code/items/cards_ids.dm" +#include "code/items/hampters.dm" +#include "code/items/material_pouch.dm" +#include "code/items/stamp.dm" +#include "code/items/wallets.dm" #include "code/items/clothing/glasses/glasses.dm" #include "code/items/clothing/gloves/gloves.dm" #include "code/items/clothing/head/hat.dm" +#include "code/items/clothing/head/jobs.dm" #include "code/items/clothing/head/soft_caps.dm" +#include "code/items/clothing/mod/modules/monitor_module.dm" +#include "code/items/clothing/mod/types/praetorian/mod_theme.dm" +#include "code/items/clothing/mod/types/praetorian/mod_types.dm" #include "code/items/clothing/shoes/shoes.dm" +#include "code/items/clothing/spacesuits/plasmaman.dm" #include "code/items/clothing/suits/armor.dm" #include "code/items/clothing/suits/cloaks.dm" -#include "code/items/clothing/suits/jacket.dm" +#include "code/items/clothing/suits/jobs.dm" #include "code/items/clothing/suits/wintercoats.dm" +#include "code/items/clothing/under/jobs/blueshield.dm" #include "code/items/clothing/under/jobs/centcom.dm" +#include "code/items/clothing/under/jobs/magistrate.dm" +#include "code/items/clothing/under/jobs/nanotrasen_representative.dm" #include "code/items/clothing/under/jobs/research.dm" +#include "code/items/clothing/under/jobs/plasmaman/blueshield.dm" #include "code/items/consumables/customer_data.dm" #include "code/items/consumables/drinks.dm" +#include "code/items/devices/radio.dm" +#include "code/items/implants/death_alarm.dm" +#include "code/items/melee/baton.dm" +#include "code/items/storage/backpack.dm" +#include "code/items/storage/death_implant_box.dm" +#include "code/items/storage/garment.dm" +#include "code/items/storage/tape_box.dm" #include "code/items/weapons/melee/centcom/rapier.dm" #include "code/items/weapons/ranged/energy/awaymission_gun.dm" -#include "code/items/banners.dm" -#include "code/items/hampters.dm" -#include "code/items/material_pouch.dm" -#include "code/items/wallets.dm" +#include "code/items/weapons/ranged/energy/eg_14.dm" -#include "code/machinery/vending/vending.dm" #include "code/machinery/papershredder.dm" #include "code/machinery/photocopier.dm" +#include "code/machinery/suit_storage_unit.dm" +#include "code/machinery/vending/vending.dm" #include "code/structures/chairs.dm" #include "code/structures/platform.dm" #include "code/structures/posters.dm" #include "code/structures/statues.dm" - -#include "code/shuttles.dm" +#include "code/structures/crates_lockers/closets/secure/blueshield.dm" +#include "code/structures/crates_lockers/closets/secure/lawyer.dm" +#include "code/structures/crates_lockers/closets/secure/magistrate.dm" +#include "code/structures/crates_lockers/closets/secure/nanotrasen_representative.dm" diff --git a/modular_bandastation/objects/code/items/cards_ids.dm b/modular_bandastation/objects/code/items/cards_ids.dm new file mode 100644 index 0000000000000..21df69a150b65 --- /dev/null +++ b/modular_bandastation/objects/code/items/cards_ids.dm @@ -0,0 +1,6 @@ +/obj/item/card/id/advanced/nanotrasen_official + name = "Nanotrasen officials identification card" + desc = "Темно-синяя карта, выдаваемая официальным лицам Nanotrasen." + icon_state = "card_centcom" + assigned_icon_state = "assigned_centcom" + wildcard_slots = WILDCARD_LIMIT_SILVER diff --git a/modular_bandastation/objects/code/items/clothing/head/jobs.dm b/modular_bandastation/objects/code/items/clothing/head/jobs.dm new file mode 100644 index 0000000000000..9b47c97071688 --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/head/jobs.dm @@ -0,0 +1,24 @@ +// Nanotrasen Representative +/obj/item/clothing/head/hats/nanotrasen_representative + name = "Nanotrasen Representative's hat" + desc = "A cap issued to Nanotrasen Representatives." + icon = 'modular_bandastation/objects/icons/obj/clothing/head/hats.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/head/hats.dmi' + icon_state = "nanotrasen_representative" + +// Blueshield +/obj/item/clothing/head/beret/blueshield + name = "blueshield's beret" + desc = "A blue beret made of durathread with a genuine golden badge, denoting its owner as a Blueshield Lieuteneant. \ + It seems to be padded with nano-kevlar, making it tougher than standard reinforced berets." + greyscale_config = /datum/greyscale_config/beret_badge + greyscale_config_worn = /datum/greyscale_config/beret_badge/worn + greyscale_colors = "#3A4E7D#DEB63D" + icon_state = "beret_badge" + armor_type = /datum/armor/suit_armor + +/obj/item/clothing/head/beret/blueshield/navy + name = "navy blueshield's beret" + desc = "A navy-blue beret made of durathread with a silver badge, denoting its owner as a Blueshield Lieuteneant. \ + It seems to be padded with nano-kevlar, making it tougher than standard reinforced berets." + greyscale_colors = "#3C485A#BBBBBB" diff --git a/modular_bandastation/objects/code/items/clothing/mod/modules/monitor_module.dm b/modular_bandastation/objects/code/items/clothing/mod/modules/monitor_module.dm new file mode 100644 index 0000000000000..b02fe852a6a2e --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/mod/modules/monitor_module.dm @@ -0,0 +1,20 @@ +/obj/item/mod/module/monitor + name = "MOD crew monitor module" + desc = "A module installed into the wrist of the suit, this presents a display of crew sensor data." + icon_state = "scanner" + module_type = MODULE_ACTIVE + complexity = 1 + active_power_cost = DEFAULT_CHARGE_DRAIN * 0.3 + device = /obj/item/sensor_device + incompatible_modules = list(/obj/item/mod/module/monitor) + cooldown_time = 0.5 SECONDS + required_slots = list(ITEM_SLOT_GLOVES) + +/datum/design/module/mod_monitor + name = "Crew Monitor Module" + id = "mod_monitor" + materials = list( + /datum/material/iron = SHEET_MATERIAL_AMOUNT * 0.75, + /datum/material/glass = SHEET_MATERIAL_AMOUNT * 1.5, + ) + build_path = /obj/item/mod/module/monitor diff --git a/modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_theme.dm b/modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_theme.dm new file mode 100644 index 0000000000000..9f3330138e8f6 --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_theme.dm @@ -0,0 +1,62 @@ +/datum/mod_theme/praetorian + name = "'Praetorian' escort" + desc = "A Nanotrasen refit of the Apadyne Technologies modsuit line. Offers higher mobility than the base model, and comes with a snazzy blue-and-black paint job." + extended_desc = "A licensed copy of the Shellguard Munitions 'Apadyne Technologies' modsuit, the NA-35 'Praetorian' is specially issued to Nanotrasen Asset Protection's Blueshield Corps: \ + elite bodyguards charged with protecting Nanotrasen VIPs. As such, the suit's motor and weight distribution systems have seen a measure of improvement, to allow for the \ + Blueshields to more effectively respond to threats facing their charges. Beyond this and its stylish blue & black paint job, however, the Praetorian differs little \ + from its Shellguard roots, retaining its middling armor ratings and restrictive hardware. Even so, Nanotrasen is more than happy with the design, and has proceeded \ + with a full rollout of the suit to Blueshields across their corporate empire." + default_skin = "praetorian" + armor_type = /datum/armor/mod_theme_security + complexity_max = DEFAULT_MAX_COMPLEXITY - 2 + slowdown_inactive = 0.75 + slowdown_active = 0.25 + resistance_flags = FIRE_PROOF | ACID_PROOF + max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT + siemens_coefficient = 0 + allowed_suit_storage = list( + /obj/item/gun, + /obj/item/reagent_containers/spray/pepper, + /obj/item/restraints/handcuffs, + /obj/item/flashlight, + /obj/item/assembly/flash, + /obj/item/melee/baton, + /obj/item/knife/combat + ) + variants = list( + "praetorian" = list( + MOD_ICON_OVERRIDE = 'modular_bandastation/objects/icons/obj/clothing/modsuit/mod_clothing.dmi', + MOD_WORN_ICON_OVERRIDE = 'modular_bandastation/objects/icons/mob/clothing/modsuit/mod_clothing.dmi', + /obj/item/clothing/head/mod = list( + UNSEALED_CLOTHING = SNUG_FIT|THICKMATERIAL, + SEALED_CLOTHING = STOPSPRESSUREDAMAGE|HEADINTERNALS, + UNSEALED_INVISIBILITY = HIDEFACIALHAIR|HIDEEARS|HIDEHAIR|HIDESNOUT, + SEALED_INVISIBILITY = HIDEMASK|HIDEEYES|HIDEFACE, + UNSEALED_COVER = HEADCOVERSMOUTH, + SEALED_COVER = HEADCOVERSEYES|PEPPERPROOF, + UNSEALED_MESSAGE = HELMET_UNSEAL_MESSAGE, + SEALED_MESSAGE = HELMET_SEAL_MESSAGE, + ), + /obj/item/clothing/suit/mod = list( + UNSEALED_CLOTHING = THICKMATERIAL, + SEALED_CLOTHING = STOPSPRESSUREDAMAGE, + SEALED_INVISIBILITY = HIDEJUMPSUIT, + UNSEALED_MESSAGE = CHESTPLATE_UNSEAL_MESSAGE, + SEALED_MESSAGE = CHESTPLATE_SEAL_MESSAGE, + ), + /obj/item/clothing/gloves/mod = list( + UNSEALED_CLOTHING = THICKMATERIAL, + SEALED_CLOTHING = STOPSPRESSUREDAMAGE, + CAN_OVERSLOT = TRUE, + UNSEALED_MESSAGE = GAUNTLET_UNSEAL_MESSAGE, + SEALED_MESSAGE = GAUNTLET_SEAL_MESSAGE, + ), + /obj/item/clothing/shoes/mod = list( + UNSEALED_CLOTHING = THICKMATERIAL, + SEALED_CLOTHING = STOPSPRESSUREDAMAGE, + CAN_OVERSLOT = TRUE, + UNSEALED_MESSAGE = BOOT_UNSEAL_MESSAGE, + SEALED_MESSAGE = BOOT_SEAL_MESSAGE, + ), + ), + ) diff --git a/modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_types.dm b/modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_types.dm new file mode 100644 index 0000000000000..6aff2036a3670 --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/mod/types/praetorian/mod_types.dm @@ -0,0 +1,11 @@ +/obj/item/mod/control/pre_equipped/praetorian + theme = /datum/mod_theme/praetorian + applied_modules = list( + /obj/item/mod/module/storage/large_capacity, + /obj/item/mod/module/jetpack, + /obj/item/mod/module/health_analyzer, + /obj/item/mod/module/monitor, + ) + default_pins = list( + /obj/item/mod/module/jetpack, + ) diff --git a/modular_bandastation/objects/code/items/clothing/spacesuits/plasmaman.dm b/modular_bandastation/objects/code/items/clothing/spacesuits/plasmaman.dm new file mode 100644 index 0000000000000..addf6ab57c774 --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/spacesuits/plasmaman.dm @@ -0,0 +1,7 @@ +/obj/item/clothing/head/helmet/space/plasmaman/blueshield + name = "blueshield envirosuit helmet" + desc = "A plasmaman containment helmet designed for certified blueshields, who's job guarding heads should not include self-combustion... most of the time." + icon = 'modular_bandastation/objects/icons/obj/clothing/head/plasmaman_hats.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/head/plasmaman_head.dmi' + icon_state = "blueshield_envirohelm" + armor_type = /datum/armor/suit_armor diff --git a/modular_bandastation/objects/code/items/clothing/suits/armor.dm b/modular_bandastation/objects/code/items/clothing/suits/armor.dm index 85d3cb61e33d8..dfd3c4dececf2 100644 --- a/modular_bandastation/objects/code/items/clothing/suits/armor.dm +++ b/modular_bandastation/objects/code/items/clothing/suits/armor.dm @@ -11,3 +11,29 @@ name = "fleet officer's greatcoat" desc = "Удобный мундир для повседневного ношения." icon_state = "centcom_officer" + +// Blueshield +/obj/item/clothing/suit/armor/vest/blueshield + name = "blueshield's armor" + desc = "A tight-fitting kevlar-lined vest with a blue badge on the chest of it." + icon = 'modular_bandastation/objects/icons/obj/clothing/suits/amor.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/suits/armor.dmi' + icon_state = "blueshield_armor" + body_parts_covered = CHEST + unique_reskin = list( + "Slim" = "blueshield_armor", + "Marine" = "blueshield_marine", + "Bulky" = "vest_black" + ) + +/obj/item/clothing/suit/armor/vest/blueshield_jacket + name = "blueshield's jacket" + desc = "An expensive kevlar-lined jacket with a golden badge on the chest and \"NT\" emblazoned on the back. It weighs surprisingly little, despite how heavy it looks." + icon = 'modular_bandastation/objects/icons/obj/clothing/suits/amor.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/suits/armor.dmi' + icon_state = "blueshield" + body_parts_covered = CHEST|ARMS + +/obj/item/clothing/suit/armor/vest/blueshield_jacket/Initialize(mapload) + . = ..() + AddComponent(/datum/component/toggle_icon) diff --git a/modular_bandastation/objects/code/items/clothing/suits/cloaks.dm b/modular_bandastation/objects/code/items/clothing/suits/cloaks.dm index 91eb1b7b07fd2..06751667f753a 100644 --- a/modular_bandastation/objects/code/items/clothing/suits/cloaks.dm +++ b/modular_bandastation/objects/code/items/clothing/suits/cloaks.dm @@ -55,3 +55,10 @@ офицерского убранства - пафос и защиту. Линейка этих дорогих плащей встречается у крайне состоятельных членов старшего офицерского состава." icon_state = "centcom_admiral" +// Blueshield +/obj/item/clothing/neck/cloak/blueshield + name = "blueshield's cloak" + desc = "A cloak fit for only the best of bodyguards." + icon = 'modular_bandastation/objects/icons/obj/clothing/cloaks.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/cloaks.dmi' + icon_state = "blueshield_cloak" diff --git a/modular_bandastation/objects/code/items/clothing/suits/jacket.dm b/modular_bandastation/objects/code/items/clothing/suits/jobs.dm similarity index 65% rename from modular_bandastation/objects/code/items/clothing/suits/jacket.dm rename to modular_bandastation/objects/code/items/clothing/suits/jobs.dm index e6d4a50e67982..a204425dc3464 100644 --- a/modular_bandastation/objects/code/items/clothing/suits/jacket.dm +++ b/modular_bandastation/objects/code/items/clothing/suits/jobs.dm @@ -1,4 +1,20 @@ -// MARK: Jacket // +// Nanotrasen Representative +/obj/item/clothing/suit/toggle/nanotrasen_representative + name = "Nanotrasen Representative jacket" + desc = "A fancy black jacket; standard issue to Nanotrasen Representatives." + icon = 'modular_bandastation/objects/icons/obj/clothing/suits/jacket.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/suits/jacket.dmi' + icon_state = "nanotrasen_representative" + +// Magistrate +/obj/item/clothing/suit/magirobe + name = "magistrate's robe" + desc = "An opulent robe that commands authority. Issued only to licensed magistrates." + icon_state = "magirobe" + worn_icon_state = "magirobe" + icon = 'modular_bandastation/objects/icons/obj/clothing/suits/magistrate.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/suits/magistrate.dmi' + body_parts_covered = CHEST|GROIN|ARMS|LEGS // Roboticist /obj/item/clothing/suit/toggle/jacket/roboticist diff --git a/modular_bandastation/objects/code/items/clothing/suits/wintercoats.dm b/modular_bandastation/objects/code/items/clothing/suits/wintercoats.dm index 19bce1d4d9a9c..09f4ee282ef38 100644 --- a/modular_bandastation/objects/code/items/clothing/suits/wintercoats.dm +++ b/modular_bandastation/objects/code/items/clothing/suits/wintercoats.dm @@ -9,3 +9,24 @@ /obj/item/clothing/suit/hooded/wintercoat/science/robotics/alt/click_alt(mob/user) return NONE // Restrict user to zip and unzip coat + +// Blueshield +/obj/item/clothing/suit/hooded/wintercoat/blueshield + name = "blueshield's winter coat" + desc = "A comfy kevlar-lined coat with blue highlights, fit to keep the blueshield armored and warm." + icon = 'modular_bandastation/objects/icons/obj/clothing/suits/wintercoat.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/suits/wintercoat.dmi' + icon_state = "coat_blueshield" + hoodtype = /obj/item/clothing/head/hooded/winterhood/blueshield + armor_type = /datum/armor/suit_armor + +/obj/item/clothing/suit/hooded/wintercoat/blueshield/Initialize(mapload) + . = ..() + allowed += GLOB.security_wintercoat_allowed + +/obj/item/clothing/head/hooded/winterhood/blueshield + desc = "A comfy kevlar-lined hood to go with the comfy kevlar-lined coat." + icon = 'modular_bandastation/objects/icons/obj/clothing/head/winterhood.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/head/winterhood.dmi' + icon_state = "hood_blueshield" + armor_type = /datum/armor/suit_armor diff --git a/modular_bandastation/objects/code/items/clothing/under/jobs/blueshield.dm b/modular_bandastation/objects/code/items/clothing/under/jobs/blueshield.dm new file mode 100644 index 0000000000000..0be0b3a49eecf --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/under/jobs/blueshield.dm @@ -0,0 +1,63 @@ +/datum/armor/clothing_under/rank_blueshield + melee = 10 + bullet = 5 + laser = 5 + energy = 10 + bomb = 10 + fire = 50 + acid = 50 + +/obj/item/clothing/under/rank/blueshield + icon = 'modular_bandastation/objects/icons/obj/clothing/under/blueshield.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/under/blueshield.dmi' + name = "blueshield's suit" + desc = "A classic bodyguard's suit, with custom-fitted Blueshield-Blue cuffs and a Nanotrasen insignia over one of the pockets." + icon_state = "blueshield" + strip_delay = 50 + armor_type = /datum/armor/clothing_under/rank_blueshield + sensor_mode = SENSOR_COORDS + random_sensor = FALSE + alt_covers_chest = TRUE + +/obj/item/clothing/under/rank/blueshield/skirt + name = "blueshield's suitskirt" + desc = "A classic bodyguard's suitskirt, with custom-fitted Blueshield-Blue cuffs and a Nanotrasen insignia over one of the pockets." + icon_state = "blueshield_skirt" + body_parts_covered = CHEST|GROIN|ARMS + dying_key = DYE_REGISTRY_JUMPSKIRT + female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY + supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON + +/obj/item/clothing/under/rank/blueshield/casual + name = "blueshield's casual suit" + desc = "A casual bodyguard's suit, with custom-fitted Blueshield-Blue cuffs and a Nanotrasen insignia over one of the pockets." + icon_state = "blueshield_casual" + +/obj/item/clothing/under/rank/blueshield/casual/skirt + name = "blueshield's casual skirt" + desc = "A casual bodyguard's suitskirt, with custom-fitted Blueshield-Blue cuffs and a Nanotrasen insignia over one of the pockets." + icon_state = "blueshield_casual_skirt" + body_parts_covered = CHEST|GROIN|ARMS + dying_key = DYE_REGISTRY_JUMPSKIRT + female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY + supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON + +/obj/item/clothing/under/rank/blueshield/turtleneck + name = "blueshield's turtleneck" + desc = "A tactical jumper fit for only the best of bodyguards, with plenty of tactical pockets for your tactical needs." + icon_state = "blueshield_turtleneck" + +/obj/item/clothing/under/rank/blueshield/turtleneck/skirt + name = "blueshield's skirtleneck" + desc = "A tactical jumper fit for only the best of bodyguards - instead of tactical pockets, this one has a tactical lack of leg protection." + icon_state = "blueshield_skirtleneck" + body_parts_covered = CHEST|GROIN|ARMS + dying_key = DYE_REGISTRY_JUMPSKIRT + female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY + supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON + +/obj/item/clothing/under/rank/blueshield/formal + name = "blueshield's formal suit" + desc = "A formal bodyguard's suit, with custom-fitted Blueshield-Blue cuffs and a Nanotrasen insignia over one of the pockets." + icon_state = "blueshield_formal" + can_adjust = FALSE diff --git a/modular_bandastation/objects/code/items/clothing/under/jobs/magistrate.dm b/modular_bandastation/objects/code/items/clothing/under/jobs/magistrate.dm new file mode 100644 index 0000000000000..0299f1952e4cd --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/under/jobs/magistrate.dm @@ -0,0 +1,23 @@ +/obj/item/clothing/under/rank/magistrate + name = "magistrate's uniform" + desc = "Fine black cotton pants and white shirt, with a black tie and gold trim." + icon = 'modular_bandastation/objects/icons/obj/clothing/under/magistrate.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/under/magistrate.dmi' + icon_state = "magistrate" + can_adjust = FALSE + +/obj/item/clothing/under/rank/magistrate/skirt + name = "magistrate's skirt" + desc = "A silky black skirt and white shirt, with a black tie and gold trim." + icon = 'modular_bandastation/objects/icons/obj/clothing/under/magistrate.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/under/magistrate.dmi' + icon_state = "magistrate_skirt" + can_adjust = FALSE + +/obj/item/clothing/under/rank/magistrate/formal + name = "formal magistrate's uniform" + desc = "A formal black suit with gold trim and a snazzy red tie, this uniform displays the rank of \"Magistrate\" and bears \"N.S.S. Cyberiad\" on the left shoulder." + icon = 'modular_bandastation/objects/icons/obj/clothing/under/magistrate.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/under/magistrate.dmi' + icon_state = "magistrate_formal" + can_adjust = FALSE diff --git a/modular_bandastation/objects/code/items/clothing/under/jobs/nanotrasen_representative.dm b/modular_bandastation/objects/code/items/clothing/under/jobs/nanotrasen_representative.dm new file mode 100644 index 0000000000000..8e7284a3ba2be --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/under/jobs/nanotrasen_representative.dm @@ -0,0 +1,27 @@ +/obj/item/clothing/under/rank/nanotrasen_representative + name = "Nanotrasen Representative's uniform" + desc = "Fine black cotton pants and white shirt, with blue and gold trim." + icon = 'modular_bandastation/objects/icons/obj/clothing/under/nanotrasen_representative.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/under/nanotrasen_representative.dmi' + icon_state = "nanotrasen_representative" + can_adjust = FALSE + +/obj/item/clothing/under/rank/nanotrasen_representative/skirt + name = "Nanotrasen Representative's skirt" + desc = "A silky black skirt and white shirt, with blue and gold trim." + icon_state = "nanotrasen_representative_skirt" + can_adjust = FALSE + +/obj/item/clothing/under/rank/nanotrasen_representative/formal + name = "formal Nanotrasen Representative's uniform" + desc = "A formal black suit with gold trim and a blue tie, this uniform bears \"N.S.S. Cyberiad\" on the left shoulder." + icon_state = "nanotrasen_representative_formal" + can_adjust = FALSE + +/obj/item/clothing/under/suit/nanotrasen_representative_female_suit + name = "executive suit" + desc = "A formal trouser suit for women, intended for the station's finest." + icon = 'modular_bandastation/objects/icons/obj/clothing/under/nanotrasen_representative.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/under/nanotrasen_representative.dmi' + icon_state = "nanotrasen_representative_female_suit" + can_adjust = FALSE diff --git a/modular_bandastation/objects/code/items/clothing/under/jobs/plasmaman/blueshield.dm b/modular_bandastation/objects/code/items/clothing/under/jobs/plasmaman/blueshield.dm new file mode 100644 index 0000000000000..7bbefbfacfb60 --- /dev/null +++ b/modular_bandastation/objects/code/items/clothing/under/jobs/plasmaman/blueshield.dm @@ -0,0 +1,15 @@ +/datum/armor/clothing_under/under_plasmaman_blueshield + melee = 10 + bio = 100 + fire = 95 + acid = 95 + +/obj/item/clothing/under/plasmaman/blueshield + name = "blueshield envirosuit" + desc = "A plasmaman containment suit designed for certified blueshields, offering a limited amount of extra protection." + icon = 'modular_bandastation/objects/icons/obj/clothing/under/plasmaman.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/under/plasmaman.dmi' + icon_state = "blueshield_envirosuit" + armor_type = /datum/armor/clothing_under/under_plasmaman_blueshield + sensor_mode = SENSOR_COORDS + random_sensor = FALSE diff --git a/modular_bandastation/objects/code/items/devices/radio.dm b/modular_bandastation/objects/code/items/devices/radio.dm new file mode 100644 index 0000000000000..17d676ce232ab --- /dev/null +++ b/modular_bandastation/objects/code/items/devices/radio.dm @@ -0,0 +1,83 @@ +// Blueshield +/obj/item/encryptionkey/heads/blueshield + name = "blueshield's encryption key" + icon_state = "cypherkey_centcom" + channels = list(RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SECURITY = 1, RADIO_CHANNEL_JUSTICE = 1) + greyscale_config = /datum/greyscale_config/encryptionkey_centcom + greyscale_colors = "#1d2657#dca01b" + +/obj/item/radio/headset/blueshield + name = "blueshield's headset" + desc = "The headset of the guy who keeps the administration alive." + icon_state = "com_headset" + worn_icon_state = "com_headset" + keyslot = /obj/item/encryptionkey/heads/blueshield + +/obj/item/radio/headset/blueshield/alt + name = "blueshield's bowman headset" + desc = "The headset of the guy who keeps the administration alive. Protects your ears from flashbangs." + icon_state = "com_headset_alt" + worn_icon_state = "com_headset_alt" + +/obj/item/radio/headset/blueshield/alt/Initialize(mapload) + . = ..() + AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_EARS)) + +// Nanotrasen Representative +/obj/item/encryptionkey/heads/nanotrasen_representative + name = "nanotrasen representative's encryption key" + icon_state = "cypherkey_centcom" + channels = list(RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_JUSTICE = 1) + greyscale_config = /datum/greyscale_config/encryptionkey_centcom + greyscale_colors = "#1d2657#dca01b" + +/obj/item/radio/headset/heads/nanotrasen_representative + name = "nanotrasen representative's headset" + desc = "The headset of the guy who keeps the administration alive." + icon_state = "com_headset" + worn_icon_state = "com_headset" + keyslot = /obj/item/encryptionkey/heads/nanotrasen_representative + +/obj/item/radio/headset/heads/nanotrasen_representative/alt + name = "nanotrasen representative's bowman headset" + desc = "The headset of the guy who keeps the administration alive. Protects your ears from flashbangs." + icon_state = "com_headset_alt" + worn_icon_state = "com_headset_alt" + +/obj/item/radio/headset/heads/nanotrasen_representative/alt/Initialize(mapload) + . = ..() + AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_EARS)) + +// Magistrate +/obj/item/encryptionkey/heads/magistrate + name = "magistrate's encryption key" + channels = list(RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SECURITY = 1, RADIO_CHANNEL_JUSTICE = 1) + +/obj/item/radio/headset/heads/magistrate + name = "magistrate's headset" + desc = "Я веселое описание." + icon_state = "com_headset" + worn_icon_state = "com_headset" + keyslot = /obj/item/encryptionkey/heads/magistrate + +/obj/item/radio/headset/heads/magistrate/alt + name = "magistrate's bowman headset" + desc = "Я веселое описание. Защищает уши от громкого шума." + icon_state = "com_headset_alt" + worn_icon_state = "com_headset_alt" + +/obj/item/radio/headset/heads/magistrate/alt/Initialize(mapload) + . = ..() + AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_EARS)) + +// Lawyer +/obj/item/encryptionkey/lawyer + name = "lawyer's encryption key" + channels = list(RADIO_CHANNEL_SECURITY = 1, RADIO_CHANNEL_JUSTICE = 1) + +/obj/item/radio/headset/lawyer + name = "lawyer's headset" + desc = "Простой наушник юриста, имеющий доступ к юридическому и каналу безопасности." + icon_state = "justice_headset" + worn_icon_state = "justice_headset" + keyslot = /obj/item/encryptionkey/lawyer diff --git a/modular_bandastation/objects/code/items/implants/death_alarm.dm b/modular_bandastation/objects/code/items/implants/death_alarm.dm new file mode 100644 index 0000000000000..233bb88cb36b3 --- /dev/null +++ b/modular_bandastation/objects/code/items/implants/death_alarm.dm @@ -0,0 +1,83 @@ +/obj/item/implant/death_alarm + name = "death alarm implant" + actions_types = null + /// Radio which is used for transmitting the alarm. Null by default and created on demand. + var/obj/item/radio/my_radio = null + +/obj/item/implant/death_alarm/Destroy() + QDEL_NULL(my_radio) + . = ..() + +/obj/item/implant/death_alarm/implant(mob/living/target, mob/user, silent, force) + . = ..() + if(!.) + return + + RegisterSignal(imp_in, COMSIG_LIVING_DEATH, PROC_REF(on_death)) + +/obj/item/implant/death_alarm/removed(mob/living/source, silent, special) + UnregisterSignal(imp_in, COMSIG_LIVING_DEATH) + . = ..() + +/obj/item/implant/death_alarm/activate() + . = ..() + var/turf/implanted_mob_turf = get_turf(imp_in) + if(is_station_level(implanted_mob_turf.z) || is_mining_level(implanted_mob_turf.z)) + var/area/implanted_mob_area = get_area(imp_in) + send_death_message("[imp_in.real_name] умер в [implanted_mob_area.name].") + else + send_death_message("[imp_in.real_name] умер за пределами действия сенсоров.") + +/obj/item/implant/death_alarm/get_data() + return {" + Характеристики импланта: + + Название: Имплант оповещения о смерти + + Срок службы: Практически неограниченный + + Важные замечания: Запрещено + +
+ Подробности об импланте: + + Функция: Автоматически отправляет сигнал тревоги в случае фатального состояния пользователя. + Сигнал будет содержать информацию о возможном местоположении пользователя. + + Отказ от ответственности: Работоспособность может быть ограничена в зонах с сильными помехами или экранированием сигналов. + "} + +/obj/item/implant/death_alarm/proc/on_death(mob/user) + SIGNAL_HANDLER + + activate() + +/obj/item/implant/death_alarm/proc/send_death_message(message) + PRIVATE_PROC(TRUE) + + setup_radio_if_not_exists() + + var/static/list/channels_for_alert = list(RADIO_CHANNEL_COMMAND, RADIO_CHANNEL_MEDICAL, RADIO_CHANNEL_SECURITY) + for(var/channel in channels_for_alert) + my_radio.talk_into(src, message, channel, list(SPAN_YELL), /datum/language/common) + +/obj/item/implant/death_alarm/proc/setup_radio_if_not_exists() + PRIVATE_PROC(TRUE) + + if(my_radio) + return + + my_radio = new(src) + my_radio.set_listening(FALSE) + my_radio.freqlock = RADIO_FREQENCY_LOCKED + my_radio.keyslot = new/obj/item/encryptionkey/ai() + my_radio.recalculateChannels() + +/obj/item/implanter/death_alarm + name = "implanter (death_alarm)" + imp_type = /obj/item/implant/death_alarm + +/obj/item/implantcase/death_alarm + name = "death alarm implant case" + desc = "Стеклянный футляр, содержащий имплант-оповещатель о смерти." + imp_type = /obj/item/implant/death_alarm diff --git a/modular_bandastation/objects/code/items/melee/baton.dm b/modular_bandastation/objects/code/items/melee/baton.dm new file mode 100644 index 0000000000000..de83b14d36d97 --- /dev/null +++ b/modular_bandastation/objects/code/items/melee/baton.dm @@ -0,0 +1,8 @@ +/obj/item/melee/baton/nt_cane + name = "fancy cane" + desc = "A cane with special engraving on it. It seems well suited for fending off assailants..." + icon = 'modular_bandastation/objects/icons/obj/weapons/baton.dmi' + icon_state = "cane_nt" + lefthand_file = 'modular_bandastation/objects/icons/mob/inhands/equipment/security_lefthand.dmi' + righthand_file = 'modular_bandastation/objects/icons/mob/inhands/equipment/security_righthand.dmi' + inhand_icon_state = "cane_nt" diff --git a/modular_bandastation/objects/code/items/stamp.dm b/modular_bandastation/objects/code/items/stamp.dm new file mode 100644 index 0000000000000..056ad41a49b5c --- /dev/null +++ b/modular_bandastation/objects/code/items/stamp.dm @@ -0,0 +1,9 @@ +/obj/item/stamp/nanotrasen_representative + name = "Nanotrasen Representative's rubber stamp" + icon_state = "stamp-nanotrasen_representative" + dye_color = DYE_YELLOW + +/obj/item/stamp/magistrate + name = "Magistrate's rubber stamp" + icon_state = "stamp-magistrate" + dye_color = DYE_YELLOW diff --git a/modular_bandastation/objects/code/items/storage/backpack.dm b/modular_bandastation/objects/code/items/storage/backpack.dm new file mode 100644 index 0000000000000..136af35fae7a8 --- /dev/null +++ b/modular_bandastation/objects/code/items/storage/backpack.dm @@ -0,0 +1,29 @@ +/obj/item/storage/backpack/blueshield + name = "blueshield backpack" + desc = "A robust backpack issued to Nanotrasen's finest." + icon = 'modular_bandastation/objects/icons/obj/storage/backpack.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/back.dmi' + lefthand_file = 'modular_bandastation/objects/icons/mob/inhands/backpack_lefthand.dmi' + righthand_file = 'modular_bandastation/objects/icons/mob/inhands/backpack_righthand.dmi' + icon_state = "backpack_blueshield" + inhand_icon_state = "backpack_blueshield" + +/obj/item/storage/backpack/satchel/blueshield + name = "blueshield satchel" + desc = "A robust satchel issued to Nanotrasen's finest." + icon = 'modular_bandastation/objects/icons/obj/storage/backpack.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/back.dmi' + lefthand_file = 'modular_bandastation/objects/icons/mob/inhands/backpack_lefthand.dmi' + righthand_file = 'modular_bandastation/objects/icons/mob/inhands/backpack_righthand.dmi' + icon_state = "satchel_blueshield" + inhand_icon_state = "satchel_blueshield" + +/obj/item/storage/backpack/duffelbag/blueshield + name = "blueshield duffelbag" + desc = "A robust duffelbag issued to Nanotrasen's finest." + icon = 'modular_bandastation/objects/icons/obj/storage/backpack.dmi' + worn_icon = 'modular_bandastation/objects/icons/mob/clothing/back.dmi' + lefthand_file = 'modular_bandastation/objects/icons/mob/inhands/backpack_lefthand.dmi' + righthand_file = 'modular_bandastation/objects/icons/mob/inhands/backpack_righthand.dmi' + icon_state = "duffel_blueshield" + inhand_icon_state = "duffel_blueshield" diff --git a/modular_bandastation/objects/code/items/storage/death_implant_box.dm b/modular_bandastation/objects/code/items/storage/death_implant_box.dm new file mode 100644 index 0000000000000..81f8fa2f73af0 --- /dev/null +++ b/modular_bandastation/objects/code/items/storage/death_implant_box.dm @@ -0,0 +1,9 @@ +/obj/item/storage/box/deathimp + name = "death alarm implant kit" + desc = "Коробка с имплантами оповещения о смерти." + illustration = "implant" + +/obj/item/storage/box/deathimp/PopulateContents() + for(var/i in 1 to 6) + new /obj/item/implantcase/death_alarm(src) + new /obj/item/implanter/death_alarm(src) diff --git a/modular_bandastation/objects/code/items/storage/garment.dm b/modular_bandastation/objects/code/items/storage/garment.dm new file mode 100644 index 0000000000000..0279b05c107f1 --- /dev/null +++ b/modular_bandastation/objects/code/items/storage/garment.dm @@ -0,0 +1,52 @@ +/obj/item/storage/bag/garment/blueshield + name = "blueshield's garment bag" + desc = "A bag for storing extra clothes and shoes. This one belongs to the blueshield." + +/obj/item/storage/bag/garment/blueshield/PopulateContents() + new /obj/item/clothing/suit/hooded/wintercoat/blueshield(src) + new /obj/item/clothing/suit/armor/vest/blueshield(src) + new /obj/item/clothing/suit/armor/vest/blueshield_jacket(src) + new /obj/item/clothing/head/beret/blueshield(src) + new /obj/item/clothing/head/beret/blueshield/navy(src) + new /obj/item/clothing/mask/gas/sechailer(src) + new /obj/item/clothing/under/rank/blueshield(src) + new /obj/item/clothing/under/rank/blueshield/skirt(src) + new /obj/item/clothing/under/rank/blueshield/casual(src) + new /obj/item/clothing/under/rank/blueshield/casual/skirt(src) + new /obj/item/clothing/under/rank/blueshield/turtleneck(src) + new /obj/item/clothing/under/rank/blueshield/turtleneck/skirt(src) + new /obj/item/clothing/under/rank/blueshield/formal(src) + new /obj/item/clothing/neck/cloak/blueshield(src) + new /obj/item/clothing/glasses/sunglasses(src) + new /obj/item/clothing/glasses/hud/security/sunglasses(src) + new /obj/item/clothing/glasses/hud/health/sunglasses(src) + new /obj/item/clothing/shoes/jackboots/sec(src) + new /obj/item/clothing/shoes/laceup(src) + +/obj/item/storage/bag/garment/nanotrasen_representative + name = "nanotrasen representative's garment bag" + desc = "A bag for storing extra clothes and shoes. This one belongs to the nanotrasen representative." + +/obj/item/storage/bag/garment/nanotrasen_representative/PopulateContents() + new /obj/item/clothing/glasses/hud/security/sunglasses(src) + new /obj/item/clothing/glasses/sunglasses(src) + new /obj/item/clothing/gloves/color/white(src) + new /obj/item/clothing/shoes/laceup(src) + new /obj/item/clothing/head/hats/nanotrasen_representative(src) + new /obj/item/clothing/under/rank/nanotrasen_representative(src) + new /obj/item/clothing/under/rank/nanotrasen_representative/skirt(src) + new /obj/item/clothing/under/rank/nanotrasen_representative/formal(src) + new /obj/item/clothing/under/suit/nanotrasen_representative_female_suit(src) + +/obj/item/storage/bag/garment/magistrate + name = "magistrate's garment bag" + desc = "A bag for storing extra clothes and shoes. This one belongs to the magistrate." + +/obj/item/storage/bag/garment/magistrate/PopulateContents() + new /obj/item/clothing/under/rank/magistrate(src) + new /obj/item/clothing/under/rank/magistrate/skirt(src) + new /obj/item/clothing/under/rank/magistrate/formal(src) + new /obj/item/clothing/suit/magirobe(src) + new /obj/item/clothing/shoes/laceup(src) + new /obj/item/clothing/glasses/sunglasses(src) + new /obj/item/clothing/gloves/color/white(src) diff --git a/modular_bandastation/objects/code/items/storage/tape_box.dm b/modular_bandastation/objects/code/items/storage/tape_box.dm new file mode 100644 index 0000000000000..02067f5c5877e --- /dev/null +++ b/modular_bandastation/objects/code/items/storage/tape_box.dm @@ -0,0 +1,7 @@ +/obj/item/storage/box/tapes + name = "tape box" + desc = "Коробка запасных плёнок для диктофона." + +/obj/item/storage/box/tapes/PopulateContents() + for(var/i in 1 to 6) + new /obj/item/tape/random(src) diff --git a/modular_bandastation/objects/code/items/weapons/ranged/energy/eg_14.dm b/modular_bandastation/objects/code/items/weapons/ranged/energy/eg_14.dm new file mode 100644 index 0000000000000..6b79f0dfae5c2 --- /dev/null +++ b/modular_bandastation/objects/code/items/weapons/ranged/energy/eg_14.dm @@ -0,0 +1,28 @@ +/obj/item/gun/energy/eg_14 + name = "EG-14 advanced energy revolver" + desc = "Продвинутый энергетический пистолет. Выглядит стильно, а его дизайн делает его немного лучше в качестве оружия ближнего боя. \ + Переключатель режимов имеет два положения: «disable» и «kill»." + cell_type = /obj/item/stock_parts/power_store/cell/hos_gun + icon = 'modular_bandastation/objects/icons/obj/weapons/guns/energy.dmi' + lefthand_file = 'modular_bandastation/objects/icons/mob/inhands/guns_lefthand.dmi' + righthand_file = 'modular_bandastation/objects/icons/mob/inhands/guns_righthand.dmi' + icon_state = "bsgun" + inhand_icon_state = null + force = 7 + ammo_type = list(/obj/item/ammo_casing/energy/disabler/hos, /obj/item/ammo_casing/energy/laser/hos) + ammo_x_offset = 2 + modifystate = TRUE + +/obj/item/gun/energy/eg_14/examine_more(mob/user) + . = ..() + . += {" + EG-14 — это премиальное предложение Shellguard Munitions на рынке энергетического оружия. + Оно равно или превосходит EG-7 по всем параметрам, сохраняя ту же скорострельность, останавливающую силу и ёмкость батареи. + Кроме того, благодаря улучшенной эргономике и распределению веса, EG-14 лучше подходит для использованияв качестве импровизированного + оружия ближнего боя, всё это в компактном формате пистолета. + + Барабан револьвера действительно поворачивается с каждым выстрелом, и его можно прокручивать так же, как барабан баллистического револьвера. + Однако это никак не влияет на функциональность оружия и добавлено исключительно в декоративных целях. + + Цена EG-14 делает его недоступным для значительной части рынка, однако он пользуется большим спросом среди телохранителей и охотников за головами. + "} diff --git a/modular_bandastation/objects/code/machinery/suit_storage_unit.dm b/modular_bandastation/objects/code/machinery/suit_storage_unit.dm new file mode 100644 index 0000000000000..573baf4c536e8 --- /dev/null +++ b/modular_bandastation/objects/code/machinery/suit_storage_unit.dm @@ -0,0 +1,3 @@ +/obj/machinery/suit_storage_unit/blueshield + mask_type = /obj/item/clothing/mask/gas + mod_type = /obj/item/mod/control/pre_equipped/praetorian diff --git a/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/blueshield.dm b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/blueshield.dm new file mode 100644 index 0000000000000..c8a374409dcd7 --- /dev/null +++ b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/blueshield.dm @@ -0,0 +1,15 @@ +/obj/structure/closet/secure_closet/blueshield + name = "blueshield's locker" + icon_state = "blueshield" + icon = 'modular_bandastation/objects/icons/obj/storage/closet.dmi' + req_access = list(ACCESS_BLUESHIELD) + +/obj/structure/closet/secure_closet/blueshield/PopulateContents() + new /obj/item/storage/briefcase/secure(src) + new /obj/item/storage/medkit/advanced(src) + new /obj/item/storage/belt/security/full(src) + new /obj/item/storage/bag/garment/blueshield(src) + new /obj/item/radio/headset/blueshield(src) + new /obj/item/radio/headset/blueshield/alt(src) + new /obj/item/sensor_device(src) + new /obj/item/pinpointer/crew(src) diff --git a/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/lawyer.dm b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/lawyer.dm new file mode 100644 index 0000000000000..1a7c4626694fd --- /dev/null +++ b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/lawyer.dm @@ -0,0 +1,33 @@ + +/obj/structure/closet/secure_closet/lawyer + name = "lawyer's locker" + icon_state = "lawyer" + icon = 'modular_bandastation/objects/icons/obj/storage/closet.dmi' + req_access = list(ACCESS_LAWYER) + +/obj/structure/closet/secure_closet/lawyer/populate_contents_immediate() + new /obj/item/clothing/under/suit/black(src) + new /obj/item/clothing/under/rank/civilian/lawyer/beige(src) + new /obj/item/clothing/under/rank/civilian/lawyer/black(src) + new /obj/item/clothing/under/rank/civilian/lawyer/red(src) + new /obj/item/clothing/under/rank/civilian/lawyer/bluesuit(src) + new /obj/item/clothing/neck/tie/blue(src) + new /obj/item/clothing/suit/toggle/lawyer(src) + new /obj/item/clothing/under/rank/civilian/lawyer/purpsuit(src) + new /obj/item/clothing/suit/toggle/lawyer/purple(src) + new /obj/item/clothing/under/costume/buttondown/slacks/service(src) + new /obj/item/clothing/neck/tie/black(src) + new /obj/item/clothing/suit/toggle/lawyer/black(src) + new /obj/item/clothing/shoes/laceup(src) + new /obj/item/clothing/shoes/laceup(src) + new /obj/item/storage/box/tapes(src) + new /obj/item/taperecorder(src) + new /obj/item/taperecorder(src) + new /obj/item/storage/briefcase/secure(src) + new /obj/item/storage/briefcase/secure(src) + new /obj/item/storage/briefcase(src) + new /obj/item/storage/briefcase(src) + new /obj/item/radio/headset/lawyer(src) + new /obj/item/radio/headset/lawyer(src) + new /obj/item/clothing/accessory/lawyers_badge(src) + new /obj/item/clothing/accessory/lawyers_badge(src) diff --git a/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/magistrate.dm b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/magistrate.dm new file mode 100644 index 0000000000000..0884a02320752 --- /dev/null +++ b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/magistrate.dm @@ -0,0 +1,17 @@ +/obj/structure/closet/secure_closet/magistrate + name = "magistrate's locker" + icon_state = "magistrate" + icon = 'modular_bandastation/objects/icons/obj/storage/closet.dmi' + req_access = list(ACCESS_MAGISTRATE) + +/obj/structure/closet/secure_closet/magistrate/populate_contents_immediate() + new /obj/item/storage/briefcase/secure(src) + new /obj/item/pai_card(src) + new /obj/item/assembly/flash/handheld(src) + new /obj/item/radio/headset/heads/magistrate(src) + new /obj/item/radio/headset/heads/magistrate/alt(src) + new /obj/item/gavelblock(src) + new /obj/item/gavelhammer(src) + new /obj/item/clothing/accessory/medal/silver/bureaucracy(src) + new /obj/item/clothing/accessory/lawyers_badge(src) + new /obj/item/storage/bag/garment/magistrate(src) diff --git a/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/nanotrasen_representative.dm b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/nanotrasen_representative.dm new file mode 100644 index 0000000000000..d0dc683958827 --- /dev/null +++ b/modular_bandastation/objects/code/structures/crates_lockers/closets/secure/nanotrasen_representative.dm @@ -0,0 +1,15 @@ +/obj/structure/closet/secure_closet/nanotrasen_representative + name = "nanotrasen representative's locker" + icon_state = "nanotrasen_representative" + icon = 'modular_bandastation/objects/icons/obj/storage/closet.dmi' + req_access = list(ACCESS_NANOTRASEN_REPRESENTATIVE) + +/obj/structure/closet/secure_closet/nanotrasen_representative/PopulateContents() + new /obj/item/storage/briefcase/secure(src) + new /obj/item/radio/headset/headset_cent(src) + new /obj/item/radio/headset/headset_cent/alt(src) + new /obj/item/pai_card(src) + new /obj/item/assembly/flash/handheld(src) + new /obj/item/taperecorder(src) + new /obj/item/storage/box/tapes(src) + new /obj/item/storage/bag/garment/nanotrasen_representative(src) diff --git a/modular_bandastation/objects/icons/mob/clothing/back.dmi b/modular_bandastation/objects/icons/mob/clothing/back.dmi new file mode 100644 index 0000000000000000000000000000000000000000..0f2a0c084dc429149924834e0b10cf8d741995f9 GIT binary patch literal 1097 zcmV-P1h)H$P)C0000sP)t-sz`(#t zOi(p7I2af}A|fMka&#RgS0gZCrKz^d&C%}e?k_GeAs`|Z6ciR5KN~AnA~awuLv8?? zaq$2E00DGTPE!Ct=GbNc005GDR9JLGWpiV4X>fFDZ*Bkpc$`yKaB_9`^iy#0_2eo` zEh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+DKR;_0Epw0a!ON+ zGcr?iQk1wjQ!92)Y9mK!f;GzOCT3=|>KbnveZNbZ&+ zGZYYV&GeUHseEDt2sL0Tz-1O-A2q5B*Cen;0{&5Q3Kw1`g5( z0)apv5C{YU{|axy`D07@{doW2736kgH}ep^TGvtAyJ-2og0~M#fyUxgpb*qX*;N(j z94-afyaFYNb)Rc9D>2J1b`@o_LQD^ZU(dad-}F(VTXr zJ|L(=?}@~Iwb04FVV2tM{(E=0#S{nx0)apv@akv|pT6ee{SsiVju5S81paqZ$IcV_ zs#93h_C>L+pp!u2SG6ty{l{xg!5Y(2aN!UH*a~uM#Lo$6TTETS%0SMnn`8G}TjK-( zov(fY-J4xm8w%(KKxJD5{fGVaw5DK-pZi+?s)s0m_Fv2%Hmx=26|hv{{xYBnK)wS0 z6rd=$23G`-lPE!~0NQM|a(y^#0W=SkCUz2969V)(fUkhH2sdTo6>J6+i%`X74iLH+ zRGit}NzIf?m7m|Hb^+oG6j-*`SZwrHSjv$$27oL;d%NQst`9@CH#q#gnH{cyKp+qZ z1Oh)3<4G`_#=jc=x5KAk`Fw_g@igjDWd328=JV{KI2ir{&0#u!DGD}=N^vnNm!YZ0 z`FtKl1@mY}*o?9Obu^~wBV=-0C=2JR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r z;NmRLOex6#a*U0*I5Sc+(=$pSoZ^zil2jm5DJiEkwKyX)H76xLIVV3cTZxM^C9|j) zq@Rm3ttc@!6~s2=QdV&Fa{=1`0J2UVn4>kw)BpeiTuDShR9J=WmeF>iFc5~7UQ zw6Rpgq`Qc^0c_v@>2^Z5U27)Ti(c}dGr&3X&o?0u!eTLN)(>mBygnfc-sMY^a7E!n zS0O?35sTv_N#dAAc%Fx8O4l?^LykEj9F1_1Kn(jB3;o{S`?cN0$@@;!34y~la$N_(6THoqOj#~ z?GSR--TemQ%Yu5 zQmWnF1>|}C(UsPD?gEs4f$=MdU%wRssO$furgiNCbR*S4w(_84qcOnMsFxK2I6g{s z(ycxz`FKPC>o0)yEr3Ll>(fCCeK=_@Bj;^jmetiQRHX~x5}Ka`gqGX|kf=J3OUcH$ zatwrUepIT}tx`wMiM!rNbhcf`IJ*rNgbOZOp&{T3S+9h*pMXDz0RUnzpxho&fEd@< z7(yTb!uKFy57-^p7Tg{oIMx6NS3>f$X3hFZ`S-34kllI7}Nl>><7S80?RM~FhKCug9GY~9}p-tf&Uz&QoiRLXsst^ zU<5D*CNJP}VaT@nMI>UEiyy#V?*m?$7qDP&jrTqO0Ep(zf0LvU_eUTazlGeb9|;qH k`}NbN@9q2Z-@&c^0=u6vncjr6<^TWy07*qoM6N<$f>w2eRR910 literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/mob/clothing/head/hats.dmi b/modular_bandastation/objects/icons/mob/clothing/head/hats.dmi new file mode 100644 index 0000000000000000000000000000000000000000..0b4d97cebad27bc5e35ba2dfe5b100bd778c30ae GIT binary patch literal 1111 zcmV-d1gQIoP)=ZJ^%m!0d!JMQvg8b*k%9#0FZiASad{Xb7OL8aCB*JZU6vyoKseC za&`CgQ*iP1g-~0`y5lK~!jg?Uvhi;xG(Fw3^?TaFjJr9r3WiL8^x(5B1cLos!|k1m3cf-VWFZ?Jc=swqpE!V zMC^G2$?;_DwctMK(RUnE@mKlmifP!T^u}P;&rInCv0n18~A*54k3w{7lyj_z<5duIutM-7?@) ze5UoTYXKhPW*=%!jS8tkK*XX_XfVlw79sn9NoUCO^ zK-MzJX_*p`wajJ!$*?=J=?jM4sRalM`UyHf-q^!S6xR0hzUp zcYyZuKf4h7I*W^-9_D`^AbkR;-B2Xp>kCU3(L+nLfXrPoTtM5VZay9(>0UAz&~^To zfYS-f4`?<2r|J28HjWo||F#UXpQhBq{13pzIKujR{d2t*MF>Er`5*sQcqbM_ z0UhW65Mt*miZL7_o0b3o002ovPDHLkV1h!XP)V=-0C=2JR&a84_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0* zI5Sc+(=$pSoZ^zil2jm5DJiEkwKyX)H76xLHLonQC_f`LCs&D!GbOXA7-R?+XIfEW zZYqdvNI;iv4#<3hdJzf?krV(Gr=;d2R)U1}jC7DNm$HJZp9|P?0H!KJZeKZFj{pDz zZb?KzRA_urFbsxe0tpM`R7&VEZQ8WiZ1(-1ZzVyD+#thDF4~#(kH;5we(6Io z!7)J4kCKU^$XqcGW-^%=^%I7tefD@_Cb9krlT7gPL@?7hNg^$RiK8Tmr#}CT z{O9!A^8w$V)4}tBIbPSE56sh|f4ZRH{_}w%O;f!D#h6;ee{pSP4V!kM@Js()i zHGuhI_Xsous0BBO%{sKVt17`uw z>ohI`2cUWOIgM|E0cf7{I*p4k!mk390|3>v*0AT>;Pdm(4%PgT z0S*G7Yyql@YWBndjv_$S0@O9t{Fwnx0-$aI{C)ud3;+TEoB+T9Km-5>02lxSz!*Q2 z=S9c>AON5RXcrL&01*IMfOZiw00;o6$M_upT7h5};UxgAAh3(*5`b19*hP2=(B~JA z;R^%2ipOy2JVtLE;9WdME9Wu%V1Q5Y7_LY79e}Ry2k82KfUfTc==1-8pW^R-87-IF zFYn^5^EzIwc3oO09f?|xD^2F9)OJi@cHeQOae4p zGH|wJGC;GXIs-IYG6~RZ$-vo?X@0vY6%2MnZc0TAJ0drwg29e#M)-sNd;J5)GPyP_ S)D%wu0000;nMcfUS+C z6W@F7nDAcyIgu4%z;`K;F0P@LS8t+2FhQZ1z#9O7CELHNKG>lsY0b>$NygAV={mW& z?N9dh^KAF3-v@fM+kr)g8NBY4Ml3EHoRey7>wmR8k|aMl^jWCmF^NxC3m{5a_tog2YW?!o+wKf<_H8jV> z=6Q(rm`Atf9CdcdJ1k@m8aUI?f7V+(`1nFd3t=m+K*gb9?oyg=5qw4_jw(bZbq zRQs(SJJJ2Fv#qC=IqP+^P#aKHT8@6i>=?T~CLmbJNiC5)=$9ZI&erMWn4~Qe*i->x5nL z>dm9!vqkPR=>uRUz6l&nuY=BMPI1%&8L2(mgoOoZokv)?X|DK##kEMon-6Ouy8t*L_kM)UnktyDKRq?L=jV$C4A|1UImWoc=_W^NZs{3~uE-bG{- zs(aKg#z7%!#@4Qdi^$+Omr5SfyF|SVKu&L@ws=`b7 zHrj+BAztjv?px0!YA!sgWKHtG*&kc+$S6J%01#*=poZ}H9W74DQ@9@a(`U)&0_hDo zVEbHE411vLNSLAG7^rn)-Mw1>TO;am@!gF1m@ABy;O3Tj{Dzt~1#H=km1D7VQYud! zFSDs7`0HK2Eitgw;(9#4m&+9Yf!mC^kn`Sp&(!7*RcnDsCtK!1gUg{6k#7y3JKsrr zg1GaN4_2OKjDp6m6QeJ*U}_*Q5+3eSY5@-g;*j)uq3_+w1T=Fb=f>76WGaQkOi-}p zZ7hVJvWznkRhJ~K&VPxRz*9E^^j=nr4h2n5&XTK~BQzpT%r6I>XI2e@qXJAR<2u6x>y{R;<4;cCQ#n+#|#j~Ws8e3xfb<{CAa z`awHjx``IK)UbW;J-Q5Y76@FJIS{@Qvq-X7zST{< zo-E$eG2B_)H=J+Z(7VpreR(I9hq!Gsq1M&y(k}1BSF2ajvYA+qW0jqYSsn&X8yjxW+5i+j|HkYB9 z-@UzceF~MD%Pb&`trgMl>rCda4)?47?1PQ^7Ah5%b^i9sk1_deRtGTNM!F>oPty}4 zUO9etJmAGI0w~_tlT&1Wc2%tWCF~)6aB40wPc-q;>7v&d5O_Ph3Zg;De@|ytt`IQ- z$O-IdbzaGNxlF?z1RNA}T~m+yEaOpjl{{luxrC#0Ej|+;-#u;l7bY7-XUc1ZtQ!-f zOYp^LbFtJ+gyY^ZUxA1B=P2tY@}C4(M~#vmvo^|DHPV%3thLc5325(Ill0v(I!K7V z6C9*?+i>{hQE$^V6kv$1m|ud-6UKpmMPivty}S!|PV`DQpsd7`OvU zc7+;W!_6TNH?x9O`}rXhfnudo=yZC%I{07O3Z00KrS-D4#^5JAOubn^#lLj zZuH>1U)sktX=vwJQ;RfyMmtjGPSAE>_?Q}cZs(E@d}^9xp}lKvy}mj~w_fK-wlj++ zq^%ZtSmhqO&B&3>cIFJVf}ey~fJ6R!=GRPhXd&h4*o2?_KNDbUg|MtJ_qzQL7w5Wb literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/mob/clothing/modsuit/mod_clothing.dmi b/modular_bandastation/objects/icons/mob/clothing/modsuit/mod_clothing.dmi new file mode 100644 index 0000000000000000000000000000000000000000..9bca5e2991015528f39137d502214fe99113a0bd GIT binary patch literal 2709 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 literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/mob/clothing/suits/wintercoat.dmi b/modular_bandastation/objects/icons/mob/clothing/suits/wintercoat.dmi index 376de18ac2c1a2b8351d44b7b559aabefcf44444..8302c4b3a12b398aaf85a6cd50c3e064a26fb555 100644 GIT binary patch literal 5615 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 R7J>i(002ovPDHLkV1mv#DYgIr diff --git a/modular_bandastation/objects/icons/mob/clothing/under/blueshield.dmi b/modular_bandastation/objects/icons/mob/clothing/under/blueshield.dmi new file mode 100644 index 0000000000000000000000000000000000000000..c5fbcf7d161061c224f69cd2101558f00b5efaf4 GIT binary patch literal 4005 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 UoPN9K_;(1b%&pC8OuUl+1)n%K?*IS* literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/mob/clothing/under/magistrate.dmi b/modular_bandastation/objects/icons/mob/clothing/under/magistrate.dmi new file mode 100644 index 0000000000000000000000000000000000000000..0f41da596011d94348f8ebc6d9fa877e9064be93 GIT binary patch literal 3343 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 KMNUMnLSTZWeqCn( literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/mob/clothing/under/plasmaman.dmi b/modular_bandastation/objects/icons/mob/clothing/under/plasmaman.dmi new file mode 100644 index 0000000000000000000000000000000000000000..1ef63d579fbc80200d63c4a94eb164b4e1959023 GIT binary patch literal 1583 zcmV+~2GIG5P)b=E^i(l9%g1{larIf!^1`ZJVgLILI61b0NgKmX9puDjHlcL{0oo)0 zU_jV^o&k_2X_}fW-}FGbO42M%R8S`X0zfXp0F|ZI*etPWZqsaY4C!k?P{$HdfXPJ= zpp3IB&N6Ht5po-0M&Nx65hDLB;KUNxWE>#TI3-zb44o3aG05RBNH3C%RAaOY0JM$0 ziy%N74@lvk0OsyNa>_yXrwBUz762IIU9cxr#c3MHF?-IHik)-pQFqEBf^Z=La=7OK zv2uxHbpSE|@;I=&^$2IJBV%VH^Y8RUE}E_#mitWQf=4s!1DwgVfR>9w6&9B2Rf0A@B}_5Xm~l zNCZ%bA~8gWFRqfb0~5M}+pZAzgmfW`PTqmmeubKQqiL<7YgYFoG`|B($K3jp(H(Th z>5+fwYMt}q+CliO+@$+4US#&r>E7#hJNSX0osiz?taW^201&(PI$cI>t+m$vKWnJ* zMJsv-W!dB&Z{;+smA%8G`(??xD2v{Mhl1|iqp(1kA0(9J!K3?+$w5Etzw8a3{6_ka z^^X<+RfW+Z0G3CSk4L|cgKI2`g7lNqNmwVdslyg*5&{&(;3+vcn+|88D8PS@^k--N zpk4#eJQ#Euq1PVrcjUt}pH&QCK>GPKtb5B1r2zgn0cA0G@|+yZtEvhlvMkmiT+C-n zHqq!paEM|Q`kM>H6vTHi_mivn-8_5!`HPE@*O$vB1Msz@;Q%i$`?r8;NWVH+Eo1k=#ce-|-Ztn_odj#S((PS?gZHE_WdKsl_h^4KIJj;G&=!K%%-g8J!DJUp0t{uH%n9v5RAK`nU{*B(q&C-|Anza?WayQodvlsE z|LdnDB{96jCY>zTny<~H<*kFTTr~sSx(8s*JCJ1lIp?k0L5mP<4q9uiwbuT%x#f-1ss08@fG%t z0H5SP|C+K3B>mk4ZS0N!-{)S8#v{Qy5!6L~)UCuJYN=~-W%?>qfH0A<}oh`QM0Z3Aei&*dg^ h3qZs4JpuoL{RC8#VAr@2eRKc-002ovPDHLkV1h+Jm3aUF literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/mob/clothing/under/rnd.dmi b/modular_bandastation/objects/icons/mob/clothing/under/rnd.dmi index 33dfb9bf58760aa455ed874a464837feab5ab6b3..df9f17aad0bcebeeeb2a47eb5867a4d70fb18a23 100644 GIT binary patch delta 2675 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 Y0#p(2c>MPG)-we>UH9y`?-H8%Z&Q7sW&i*H literal 6760 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 Wr;c(cznh~YfVR4xTD1x+;{O1nujGpW diff --git a/modular_bandastation/objects/icons/mob/inhands/backpack_lefthand.dmi b/modular_bandastation/objects/icons/mob/inhands/backpack_lefthand.dmi new file mode 100644 index 0000000000000000000000000000000000000000..d018a0e2ba8cd57990f765c7a74fb65685f7ad02 GIT binary patch literal 1056 zcmV+*1mF9KP)C00015P)t-sz`($6 zZf;doRYpceA0HnnDJd8jKt)AGBQRk?K|wV&I3gk=9VS;wOi*!hbcc$P%gxd5?(Qrs zEC3n3Vq#)ML_}(8YEx5FA~awxE-@P`Ru&vTAs`|wLvCwsYOVkP00DGTPE!Ct=GbNc z005GDR9JLGWpiV4X>fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;Zh zDainGjE%TBGg33tGfE(w;*!LYR3K9+DKR;_0Epw0a!ON+Gcr?iQk1wjQ!_u$N;jJjNZ|i}b8S%7*uG8%LAMW`BNd71^_htc zNNEv*VHk#Cn4I1B8E9(x^Z-QzOducn);^)(Avk8(mE~C`!CmS zs6nWzlr&ORm0pyztjTWHxV=<`j!V@3 z_c&S2Fbu;m48t%OOD?`fonV|Z!Wowrp9ZQEtlb-H&FwKMlDj;j&O&Y5?oGSDJ=(ZP z9H8Wf>O9rFzc=Rn{%GSOt$)!E)rHjI7!X3!M#Wupy-Ec z6!S;853d(zObON&6*#oLF`UeB+pRxL-mXK zZa>2?48t%C^Bd@%{sO_@r_^1KQr#eq)c&d|^ug+M^{Dzrh%v1mhY>Hx82U!RMp&Iq zsm8%KQ(am;4#WY*p&vT*3#`skqf&!XV=};a9EnHJDb?d1Se?g)UinKfY4u1vf-$Ve zJ+L~TGwf3~fUnX9=!-{CP@|aNr8MQMv;jIlL1~k*I>mHdm*3%kOMrVH;1^6JY}9#3_@`7i3ZY_0y*3NLV z+;o}d%e?Y$>#wMDm$;pOPTm1q7}d1_OY!&}NF;e>Wpyd&C2eWC%#p_E8?dIer0Zvx aU&cSeS|-C00015P)t-sz`($6 zZf;doRYpceA0HnnDJd8jKt)AGBQRk?K|wV&I3gk=9VS;wOi*!hbnfo%hl-NR&Cx6@ zEC3n3Vq#)yYHCD8L{n2!A~awdD^@QqF%}#@As`|wLvD;)EW-c*00DGTPE!Ct=GbNc z005GDR9JLGWpiV4X>fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;Zh zDainGjE%TBGg33tGfE(w;*!LYR3K9+DKR;_0Epw0a!ON+Gcr?iQk1wjQ!GntGQ=1?0;q$Q} zkq}Wz5ClOGga=MvDq-05GYXIrhTS})04ZVEzrBEcMgda7uzz0x=PV3c=lGN4;fe%? z>G_SZ+G}eJvw?23`y8%FQl9=CIO9(3$#Lh0)nxNmCCCwvLZh`d>{F1!IzI(PiGxGP zEpXZ;*gF8HK<7J9mZW+OUBEO=lP`(_4Ob-FFg?H44%=3OZ3jMuE0S%PEO64>>C-1} z0VG_J?8B7M>KEh8i{^e48I6Q1k~BisXo0 z5ClOG1VQ+zgl9w#NFM2Yr+n9WW*m56x&)aLyYJf!R zlGKeT@ao&w*LHtp6+og@$=;AG@b>=k&M$yOtCGDTUZD5w2kc&|$SZ(EtCGDTs`H^s zR}TDn-uw!QRwa8w+~-x7fR9kinqOhjnq+TC2>*OMh^rJMkJcnxLsGZHo*j+WB>(UY z^<)k#Q4j<{5ClQ^so3F5CBN#&j?4xZHIYeDV%y?V$yup(v@`F? z{IKmF_aelTMagywM!Ep(AA5d9B+HTk<}aKA2n+-F{*_2pBrsNRdUfRfnMjr;75$NW zXEIrq$lbXh2!bF8f>2`l4@Z<(uZIu0uDJ#N(k4M*qUSbT_J{%|z`fJE+-FjQ&Es{S$h%pe)j?=-n z!gJL;-9bKow@(Dx(-nT80c$$816Uf~?n6maTH}!oAk(nKLmEL462AfR3MS*OvIAoP O0000X9N4iU?6adgx6c35bYNj~6>7C?ba< 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 Pd0jkbWnOM}{q}zV7?F>` literal 2367 zcmai0dpy(s8voXWWHy;xMhV5J(#I=Xt&Vc%IMmyr1{yd3_Sk*;|7}WJLe~0Nb3g zbmaTXe~z#q-?H)u`g|9C*BN`u()XrMNI=l70Q?OA2qQVU1clsQTX72F@+Q^J9#`w> zW;j)1PWEX}u#Pd%h)y6RCACgp+fnvo$YBz=BZ1*B5&tzV_V4<5xpN@oQrT zIJu&FdWL#<4lM#t2=(MzQO{@eek&n2R;1|wn*BiQ84y$nY?|_afS8kq2f4D}gfX)> zrp4>_Zg+QgXeuh=OIrLskyvwVs zWaR7iUh95$rrAwX9Om}!WLFcqMeq0I+-G%lL(7)cmv?fW&zh~u(_4bQL}SoKyM8QF z&?D~k2kxuNoogv55UU-Ub#tp^#&5svk~DFLgc zGc9g?zslSCk$UNK4cr|rr`wpuxvI;d_LtiWe8shV!`iW38pYP@YXuwZ(@NyWyDDpT zPDk$6K`B;x1q+ezWkfxxZ+lod-g~|rv&g-6EtyTKdCGLc(tr5Vvu1dZ}JK+X8QdAUlg|$CY-;L@P7Ga~Yq@_<^PNnZ(>b*NXD^OP%DVePy(nOV% z4BFDjz067Zy8j4{eAYFdQBe&$B|beOA{AO}Cr~Z%w%Uilx-~w&v{jDi9UBwt>ro0~ z{-i{2ZnZpN_kj;H#_ucEaRhyPz#kq@?GZC?BN?1LiwN6&qC+FBP=G}l0t#an*DpFEKd0K5x#C1eUJpk#^C{{Bh!lrP|w z?}{kL4ZhTCKK;CNZcw})*{)@9J(lK6+4W1-iJ>$iXy}nn9r-~e!}xY z+Eax5JG&U{!JAg5O4=Dk;SSQo{72U6lrsy`QVWM@E$esM`UM>NMm3D`U$^LJ3&K4Y z_so^gF*_*bnUPkR45yX%r#G&)UuNTI3O}GRh}gV@A{bpOm-iAbTzsN?aSf77G;w9b z44gdB%UgqYtnK~4fVIC~1#*x`4IKx&L*soTfrg2*D;;T7rW>Re0VcSN!FxG>wZLS? z6UH*xX8GGl(8hb$?D4J{d>5#+pPsuo(lxqn#B)t9s;_xZggb#It;3}^6UCHR*F z`k)2KVs;d|C|wV4Mq<0CdyOeflcq^=r*@jR0%a8JMad(E&u{JWf-E_1*12?I)4zuq zmSMC8*{&T@T0~^THeJd3;SAe7USh&>Q=hSKF6^xeXLk=4=w~+BMrJ*+`YKy_P4ET%hM0a?Ikt`&~>| zA@9+wUc8}+qO#_U=zfMCFOrxI^=;CrNfHq?rLps2R`$vcGDIP#f>O1LFm?gE<6g-Eitkrk&Nej>jL zZ1Yp4(5zwuez|TDZ>aac<7>24fBr1fs%wxc_<K0RUNQ+QK@0VL{cY{``=cL5Tt{0xiaTxBOrt&;MdHeY*2QzcEE}x%$dkgSxUy@(>81-*eY(w^m5}=-gkC*sABEZJV L-twjS<>-F_xweMS diff --git a/modular_bandastation/objects/icons/mob/inhands/guns_righthand.dmi b/modular_bandastation/objects/icons/mob/inhands/guns_righthand.dmi index c36c654b96ffe1c7e61b37484b1f124ad439c615..b5550e32254a451ab9110861ae522a9640776c10 100644 GIT binary patch literal 5039 zcmbVQdpOg7`=1obDJn!+loT>Ki*3@RlTwM5oR>r9kVDwUD94Z_$#Eg1975(iBxg1X zIgipN=hNme+n(w9{jTTvJ=gWUem&nmw%ynJ^LoFp`}4Zr_v^mzMVeeS65J!X2LJ#F zUc3Oi0RV7uOu#rF59fRKY=sHurvYUO_lDi`viEfM@OE~00|5L|(@3>@9;@uFU()e^ za?boD#lGvti|?~|`?)8D0m}npF#>pQpe*GB^)DM0$`JE=neZofZaN{bxu)h+8 z^SmT*hRL%lQ&iVil^xoetA{JmyN~S7YQ(C3b#`$6l2m-rk$#-1>%R-hJ$a{1sAfpu zRK{URr_HB<04wp2q2G^XBm)4Vc^6@4P5n~mMzP5Kjws&6h5T>NB3#b6_E~Z!UJAw3A3=m5|rcEbGXzh&IW7QfZ^wLa7>k z77}*v_7Pcd=%c_Lu>FTL0kSd0Tzj3P1%ocwBLOf;d+sA&B%}aw%>#f4^=2OZH>dvs zQoj?HbzN67W+=z`_$`Wt@mI5?*c`$m!FqLL^j45L>ch1cvrQYT%`t7QReaKZ<6P<* z8f_Qi;-@hQV;%?y`v}V&F)1L9(!Y6g-}KB(Pj~NL6zWIwWQu$3ExFB$5zE_K#qr2y zM($W*(s6HQyH97b20tEb7E35gInQO|N}lPzML=RMY`}hoo+1j){mwR{P zQZb@Uv}UNs0SXX^+l`4TP3~*|>k~W9??-q{@Shi0+v)A(UTJQy*f#MUV3jrwh6l1&LYJT3$p7Bv0*%P(WRX(N)u%Qyunu7`4aOT%U zgZ`UEpYXv?-3ek(A9_b8=ji0!&2b(Y&g?<7lv|zKqZzo>tDMgo&+cXsm^Y+8czr1Q z_;Gw|essMZ?>aR%r;$oMrdED}xH8MJ2_>#l#D%e#moLR+_-{ENp&QdOmo|gieY)pn zhQm2-a94OOCMr@lbVzH%N7;4}R;d6FGINbv!es{o`$3orOpA1{9f~1>aG$dY2PP8P zi;)*k^&XBbXl^1L$e5#C#Gt9~*WYIFFxdXq?Sr6$SH6DSx1=py8F;uDE}$hT)zjT= z(oa)-A|aX`>qkI)FzSNZDb3gU$1+=U(IFL)nSG5)Ga?QGae zmK@qaBJ#4x4&`2 zbeweFfL<`M^tjM|_O(<6^`iQy-m4t~+A*(1E5sZteo?B|SKD)^hBOG;F4P>#mGaQp zs6n5h=0t)}7F%O$O?Spt87-h_mS69Vt9}wnTg#z9n2B=Kjn%G&VJgU~g{?#omcN=B z)Q8=(l0L+(#BdpxFUrX$9?$Ucuqs2LP%0`aK@$_Uzv_DT7?_(Ug3)v&C;2jJYYzui zUd*KnYw1mmQM^Xza0PRI=tva3xNAA zP?y%pZYL`}psbWpdJB#T8Uxloai1TF^jgwposw?37LScS+%Z&~g*9*AJfHOeb?A&= zH)|+N5MJedGN|1@8^`DPAWg@M$9-Y&ai2>+->~`h;#=PuKPbIlJi8Wex%++T^+8<5 z@yq?+z16J!Nt%GI7Aw5X1?`6deQ{Pj4RPKAVj&c8hsd0tRn z9svKLW2oc3`1+LR=@+_53`JRdJ4#}{;fR9pnIr`0YG&T2al{eXfCNSi7%p-Y7qqS$ebsaovz`J54-Abd--Fal4FoRto#W|; zRtyB1_Cf=8+a%{Od4i|_Jpr57l?OprgEtoAC=TcoV&^a(d&%53>Ds4%Ep?UHb5GAS zY$jeq>RW;h#t z!s`z#Ry4lfj2I5e8hA%-d`}cV)(=gwy)8y8Meq9D|UI{l4w2At_`ngZa#60#{d}pefQPjpFB~|AOrSaNvyv1qS-nO>2u^RuI zRjh@s6!`*He9WBL6)^1d-{FXpae1xhVD}=*ckKHc)%MScds)t9+OFSvR~twuS&nSp z6c?ipw{9#pG}CWb3im??2CP(P;(U1O|98okKvqK6WX`Zt?!{hyUza~%RWcLT1JDLS zwl7;}I4Qy1s831nCbWoyxx&<&eVZ(o&C0ZAw3!QE|FT`~bwy&2LbSK_`+}F6WKJ{2 z?{l+bh5Yviw!9^s+a$lrakjRq;5#>?byO_M_7=PNFy0_nghVkp$c=TzLp*D2KLI+5QwtJs0Ty)0z8Jvyev_GlB z)(#x~c}xQp4Jgdm!e3^~3X3GjjP1Gdm)*{v^Z(a96MT%vZ!C2MlN1*rVI>jrtD;P5ZBwd@L&)Bnb;$N)ZMr;uEJ)6)S?xb_Xok4e%>> znD?6K&n;u4d7imT2V|!TRXJ9WXMZ*H(;uE(nJ{dj#}`SfR;*YKRUH5u#hQ6D(NCqD zvI{J-d#%0yr^<_RqQ(#ekhuIL>h-;{-CvUSA!4W$WeF=29VhV98;kE&c16-i4)B*voG^=7Y_qofq@YBa z6H|rdz1I(ZFR1@7I@rGv(?8UCj)wl5^mF>XD?H1@qeX0@Z?_8M`H;G?ZC30(Pbf(k zvR?m?&Pj@l!a}zjqj&zlaS?;@cJ(>TJ;am@O1q~O~k-Wh91F_#aGPp3_Kq{fh= zQ^IazvaXOV#BbK(QZZ_=xa2Q1od4E~kDJ#t|9&>aEtvykzwo>7I{s&40Ea{jR5W_k zb2+wz{Hbco=%oz0dWCrahs80Dc08*c-GHphE0(grw4xS)!Qr%p$0OME?SaD)5aN|L z>)H{3|JF;a_XLPL5*Guunv&EOXRMjl4cf$qEhG#pppZoWRi>sQUXR_F^u?3ulWS2w zkiM7~t%3FDAj7$R#Ci-s{Qf)rJO>-z6o`Gj_(07Qx?WDo}fp;T4KUr-bj*N<2cx2?o7Uq$wGEykTu<_}jp2 zAFnXDTAj-X#KpEAH<@d{ZHWksGd_Y@QztL1hz#z8%|oRC2eMy*!7waQE7Vgyb(=Dcap~KIU>h#q-zN1N+k4CVp13@Kz*MRTesR`$soKUCVI&cY# zyOx(IdMmvp+;dXvNvHL6o_C*RQmmF9f5%(N4%cWXZLsH=r{U6DEIZ@aHzGGc`~9|Bc1r=}ky}bh8}7Qm-vetNg4iLoF`wb(Yc|bX+4m>3q#<_doR1Q1 z(!6Yua}^MsP>=`A>4RH?zE43k)Q@K%9M$?&$7b)Z?{!LfLin z$-j+UB5zC;LQNGCScGT8Upc z%`JL#_p$S$yX@0eYoN8SvvhoV>83O?DYg23mKfJba#&RpG+CL*C+S z;n)|RJ{61p$;1R5S%dBzNiqubZ}@%^3}h`oYTE9Se(Mb1b99FMdC?0`#UN8KPvBHr z+|C>CR;tBNp5FT(ibP#?3JhidJ%t7wr>Wbue^qbUQ@d|}MtS+S?a4eWJiPcFTOvIV z$E)8d7ZW{jwy$wPX`Eg#d@y$*a6yq&Hp(cS*9*i6kFP0cqh=m9|9Zbx{$m4=#`dSR zENpD1?Kop9SGAFj(+?~A zvtG^k^?ciOYr5MKMds4Hk=^BD14 zeMO-Z5G_8~bRJ6P*LR+GS@|hpQL)b-Sm)JZoySiOa6Kb#&pQtrYgrgsGMoP7Yn=iO zDGt?*TU*lg-Abrhd^~{F1hjYD{@kR=ErR2oq8$3%q|DRf2qMZV;}1rxAJW$vWVpj$ oYQ#|uVK)I}!3+QDdS=;Nbvn!abhHU+`~SF$hF4*Q1~!lW0R-yowEzGB literal 2470 zcmai0S5y&E_RG4p2AOL_aM%bZ3!VmWms2%E(qS-mc@lhh8 z*;aKzeUYL}G*=h`gk)uRK-I0)|4}!UDyHQ1=h;Xh6y#cV-wgnT2qhEJxEc5L}U0L+G)D-hFEG2seD$n9igR2~D`fsa}RAh~21RNAj z2i)PZ5?oF?x@zbsnIVf8R#XOoZ1fPUc6P!i>5_QVz3vX~>jItAVcXvBiTf+dNBA25s)EIePD8(9{*>MmT zTw-$fG`scbT7erdRj*|e#z>x>9NoU)U*E;N8VxH-IYM$G$=JuG);>hNsM2rDZSTv#+oI6!{7AaHS%w6Ux@g!w zEnUurStg-y-+9v`z3Yk+`F);1P42+cuSLPlfef_p!neAuSG`C!hVNW%^~i<`dKWa4r^(yyso~K`h2_R!40^lsodfDl=PA>!xkLR&LxiX zidY1=0w#PB*NU;~DEBz0&3DY= z{qSMWWkFfoksI%w*o(tm4{&boY~i1e^XbxBQ$anw zl9;-trujM~T-rrLGmpqCBml0~gPa*q0B$9pp6{xW5E3*tsal%U4v^0SyFAm`U{r|5@QV)&#TG8{P_j=d_$59a8G8t$ImNe1dSK|@8EGWm5<>Y z2Q8$cL-6ArOOZOC;CV^6^Ry5>^Sifjv{Dq2?vN4lDe%V;Ne5W`y< zemI7mH6FC18_6}_8GBqFOBDSvW>AcDC)6!`Nfr^OC4|Jgq9LHbAqXg;gA?ktxR@}z z<%C{KzBlgO|13sb&PkoOS*Fd|r=ut5T|`N_oT|dT$kd9bfrb}puB}%WOUmVI#H>Q; zO%vl61zDnc*?MQU^!X=ec$R&2_;_#mc=;@2)*zpkwipX;C)(R;DRN=ct=B#4RU3+X zRy2%QU`oV|&C}B}-IX6#f1_i2-ab_SaB?h<%1>;Lo)|)7g|BFUhqP617SJ57S_G~3 z`icTY@FTJZe-<5tR;d~DFM14N@%Mi~KI>9j&8OpL`?m<1O6IV=qKP?1O#dxLWjfte z;^X#87B&muQLFW*?O4$(U>QLtAlPQZqdmTr5-UhM)NE^V#Vv=$x7fr4Qk~M^k(}H~ z0WKSlL{8brldXi2UYxX8F5==dsZlCocm!cz_v51(@Ys}8L^CDHSv>yI|4gOQTH$NE z$PGr9sh`gMKDY*Jy(y^+f5iU4IOuv)ghoFtXAVRbM%uNBl@i6uZtY&J+jBYJLj0PF zGM`M1q0?9b+3oY|My9IPqwWX8ZZ0lYx_Hi7EW7E9u;8t!b9Z6?RISqv{ z*jx&33hgR&x-&Z@EOV0=cLt(e8T-Q;f$7A?cG=bah5fL+cCuFby0Nq%-+u!tr5e@y{_TQ$g&TPT-PT#?hC5%iUVl zD%I5nx_?=ibI&m%&uSBVlw7KNH-3eiZyl!k>^dVXDs?sEPYF&msuyPja{L>OnvPO< z)DrHT4aG?RkH6!izIm*t-TT(esmKMh*u&O<;p1pO19m=)A&xx1Iqer2dVH$JY)5U~ zCvsx3ey6^h&pK?7r+%NZHv(jg7fKZ8V0*Wj+s=!l4s#>~{EsvQgGbx9W}|&c zL1C;#(>xi>BzFkto1*Bfz|w6L6{@9;21LSyT(o*dm?Oc<@2!q!Qj>xJeYHEP-02;!P=y@61r6J^0_={^>Dp7#4? zUXr)VldEfp)p*jmK-XYL!xBPj8~-+qxlk#A%VhOfhkAFwhDkvM5%0#`2BXi!Tas209x&El=92s= z%n%ANGFDEh$a>h!-}O#=f~w?~TC%}o7z4jJyZNLudH^94(LaqC{CN@5x{R;ChhE@b zUD1R)?r1?uE0{8l_yhjqjFbf?@x6spe4(HPJ=Zh8I*HM^%W0YQ6fFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33t zGfE(w;*!LYR3K9+DW^2GI3qJPCnY{PCqFS;iHkEOv#1y-Wyr;uR+N~V3SlcNxca$( zZ2$nW1|F3PYgDfQ007EKL_t(IjqT6PZp0uA1mN&zvzblowi^QP|DrYRr4sJFhmK?t zX+8+qw*M>%-}$YMDd$p3&MEpm<@5zoCRao*)kIFUum{3pXKRxg#>2TsNWjxBkjoQD z9;mh(Gxn@22;r!88f$Ak)_)D>A%Z#s$ZG`Y2mqe gUzp-Yoc=H86KoU=7}IfFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33t zGfE(w;*!LYR3K9+DW^2GI3qJPCnY{PCqFS;iHkEOv#1y-Wyr;uR+N~V3SlcNxca$( zZ2$nW1|F3PYgDfQ007EKL_t(IjqT6PZp0uA1mN&zvzblowi^QP|DrYRr4sJFhmK?t zX+8+qw*M>%-}$YMDd$p3&MEpm<@5zoCRao*)kIFUum{3pXKRxg#>2TsNWjxBkjoQD z9;mh(Gxn@22;r!88f$Ak)_)D>A%Z#s$ZG`Y2mqe gUzp-Yoc=H86KoU=7}I{O4gUy`7k^*~0{{R3)kcR30001rP)t-s|Ns9S92_PlCKwqWA0Q?a6cjBj zGdVdwbQ3302M6-7Q2)+b3JMCNX&;gyJ%R!NsR97P2?tgH0ALOaf&c)C4hxqB1)UQR zXBQHV7ZRZy7Hb_AksTJKAsdMh3yv8QkscPV5DT#x60;r_#eWwO$R8NVB^+%Z7?U9w zlOGtgAsD439m*#j|NsBm;4cOM0004WQchCdQ@0+L}hbha%pgMX>V=- z0C=2*kHHGUFbsyz?NgNPDnsY4USvadaIY|;&0Ju%B`p)*-smnO!VZD&|MKUM+#H)z z+nM^@>KQqbcYo$!s$#3vgKQcl>`Sdiq}!O55ECR6%-CQ26+)(!C5~ctS`7?$T==)w z4-^^Ad0Kvp#4>gE4JB^D=mzI9PFUq(Fa5$w=PO?Tod5s= z_en%SRA_Zq? z7zrRMD(a^xk!scbmz0Om>2yogdECG0bgZS6+?A5l_V0Fky=pZ#z+7|2iL zhZ5oTAB{bPrvX`t2^x)&kR)m529W$o;@?;~%F=YA&R~+-{s91xW$9!z9*-tzX8X%C z)|yV8S$~rGnNHbfHXy~^V5S@!2myesyhn+{Kai57-9IfVDk>@}%C8y98v*7hZv3+XaSV9js^fD z`5J>ZK>%DQUt`cF2!QM4YYf^%9Y8by@&-WR0)M=|;^3Pw0dH?O_$Exi`#TQ42@X*1 zoM8f#J7<^x<<1!;Kw#wV6@vgdu5~=fp zxF`1y&5-j#P;w53gLFKS`=@5e`8=oOoK7d{cqaER&5-j&aR=gKdi`^~-Z#MjXX%L6x7**_?Y@Z$AOz-QO@Ipnh!T+Jn3D|wt_+ZufTF;hYzc5< zfZ`DV1ONsA0{{d71^@#91ONtr@`9>ECIB!1lz{S(2>=WLC7?WH0ssSm4ZsryeaJQd zPZ;ze+Wb z6O59{0jgwzQ8GC|l}r=B8G42nea6r;yy!EAo*_U~R8(_&{{I7-`u|V>Z~q?vfN;^@ z|F;In+W@#qVmN@Os6P*A=>LNPT>bykYU=-k0P6bx0D$`bKOn%}{|5kI^!NWk0j~c4 zX*Ko#K>@D*|9L>`PeuEWU48!_1W?!i2LROf|Dgch{y*x+>mO*@v!ao%QMLd8002ov JPDHLkV1mQE{MrBj delta 1676 zcmV;726OrU2#*br7k@wq1^@s6V=-0C=2JR&a84 z_w-Y6@%7{?OD!tS%+FJ>RWQ*r;NmRLOex6#a*U0*I5Sc+(=$pSoZ^zil2jm5sVF}w zKRK~LiHkEOv#1y-V#vjrR+N~V3SpzGi%-kREGS4#A*dd^0)G>rXlhPkB}iD$NCydX zDJ!`8xq!U@0Egx`z%ZwTWB>pK!bwCyRCt{2T+NFVM--o)kDb|dcMlR+b`{pJhr~k& zc=5IbFF^!JHfR)*m`g5!oI)=71M*h{l3)Tc;s*f{5u|r-UW9<6<3wFA2_Zqq?nZZZ zK05Py=e5-}uYW$LyGz*mLD98us_WHzuimSwuBSm1MWwxr)zwv}{L4u*TEp|soE@$=6=o@O#G9YyOJgM~B%f$~A|P-bUl zlCm&ApOjOZL0ncEjR=bI2n>OIkS{wHc8oY~oIom2GZYkRqg2_uJRcu|EKr@Ol69-T zY+l;h+J8#wHx{Pj=f>vZSOd|;o%vlpzt2qLV8-qfXXWkpP9)xP^y5vAzg zJ~^H8E|oE`f7T29E{H&l3muhOTCwGFdAC%`NnHk67*l!xE@poZpCWwS*qxbQz4m7G zXlp&LU*6u%WC6srWoi0Q>C4%Y z3~=iFFXV*!;D?`$CK`KylX^f_TexvSdD0g-@DZJCLGc$qK0V?Gp!iGY&S>xap#Ser zo=C47=EL;p_xogBg!YTJ@HZcV2H?M7Qt0k<2ILu&3cYz%jf59DlM#=N)G_0Sae|8UIkD(mOR?4khlCP11yJOfCW1P92H~>sObD4mVb%- zcov6m-VCt7->Af;OIOMFRCL}5*slmKtLMFe}=V&%{k5A*X8H6dS zlM`fJhAfScrTp3k&|#!I7#rv)TGtph$V>ht1W^`(4sDexdRH_Ps2K_hwNRhTsF%9#1_R{U!K6)AtJ=hpDVR^u|g9t*CGpBU!Hw-oIkbaxq5d;Jpo?|*GtU3vhm zp4ol&13^DYe-7j~ItRQh$d7-^Fh5>&fKlP#cR!Ku9r*UVQGcQXoC;+a^%A0 zREI?=9uxy*@y9g3q7?5!eyb(iG(Wy$kuxbn)a#RV5xOsSGUcD8{ILh%{8 zK$h|+2B2mE?>dhJ`SBE8z>u$^aOfYJ-#7eo1~j%ZOt7jL47IiL)4+D}S?7sgp1dR?(Ew z*%LKFXPt2&KN-C`8Ry5F=G*r+o@dHmNBJy@lt1MG?A_(u@I{;N_;}(oRXlrl3o#lL zXY(B&PrRmzcOk#}zbY7ZqC1$Z|8)r}QP&uzN>?Fo`F(DvWB9xv$M6Pl3~vC(_#eCt W8?X7m54`{Y002ovP6b4+LSTY_k0$;A diff --git a/modular_bandastation/objects/icons/obj/clothing/head/plasmaman_hats.dmi b/modular_bandastation/objects/icons/obj/clothing/head/plasmaman_hats.dmi new file mode 100644 index 0000000000000000000000000000000000000000..c6aecb8ab88ab3f5addcbb86aa1158b770a5f6af GIT binary patch literal 1116 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 IM6N<$f;2Cx4*&oF diff --git a/modular_bandastation/objects/icons/obj/clothing/suits/magistrate.dmi b/modular_bandastation/objects/icons/obj/clothing/suits/magistrate.dmi new file mode 100644 index 0000000000000000000000000000000000000000..623a51e4807c8469a20287550c4d21b45a757a75 GIT binary patch literal 366 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#Q>iWS0K&B#r6MO^rsC0GBPrY zGv)X1-+%MwO%V|hH8r)*U%%XYe9RB1h_NKdFPOpM*^M+HC#NbTqQoV&IJqdZpd>Rt zkAb0LPH}3|Lo_BPCrAV+Xfzy3H7Y4IaS}5q_4F?^br8y!xijnO6gHOmhl_u$dTMMt zf%VRG{qHVf0-D;|+7lg&oRg}me(|JqTc%Z2oO9SV?Qk*IrkOlEy>pGz&6Fa!OOBtJ zdE#BdhdGw1&wSWxm~?|17$Un{mbWiw-()Re&7vwL$tKFcz}=vF>+svyK%jFNJYD@< J);T3K0RZ3whIIe{ literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/obj/clothing/suits/wintercoat.dmi b/modular_bandastation/objects/icons/obj/clothing/suits/wintercoat.dmi index a34178764458c2de51a4d71ba4899811900a20e1..7e7bc5360cf482aa8f1efce8d99182d16ee011aa 100644 GIT binary patch delta 1281 zcmV+c1^)W~4(ke#7k^*~0{{R3)kcR30001=P)t-sz`(#!2L~qv0yqW&tu9WUgLSx` zjdT+yk|90L$iEmF9v>hk4i6D6Ei*?)PB}S0BQRkdCRZ#!a2Oas8XZjz4iSO^0I321 z!U+df003YP3xWUui4F^w1qGcG5N8(>ju#T492RRG7Lgqmq(>nei4Y5p84{5m7OoHr zu^AGx9u~zH5y&4H$t4_Z9~hG%7?U3uv>_O!Bpu2p9>BoB%<{(800001bW%=J06^y0 zW&i*Hl#wN8f1@alPs%AxEzZbH%}F6ueS8T)9oQ9^07X-C5-UN%dPX`(m`ho~)z1a& za{v`zNqo?ZDeV9N1KLSMK~!jg?UsRd+Byt|MFXMOm?Z61XqshPTRJ*A#<=hQZdX!5 zkco}g5$@SNCpty}EBs$#a9wgDbvV4KAb~e+>s$WP@SkzF`#eB_4SM0`X{k zT?4MiZbCenD6J-w*aHZ}bu=Chrqk(QIF7XI1~ZB$vBA&CI0XW6J=4)O1Fj?d?)ZPA zbv)6NSnDKp=?CI^mgqne<%)0DUE5y85(Q+?)tw$h`i)0Nj(Y&mkv+yy>~e_yZaH0tzxHnw|%YespNmaSD(J07U>$x&WU) zQIVh`3W`hh1A_r2#ijaz z(E>a^Qu70zo~Zc&&(GA30C~P#E>ZD?f7QP=4D8Qyo}ATcg^I7N{=H#fe^Kz{tk-K) zd}H+=4Fmhjau0YxMUviZer`7VK?uMrDw6be`)j-14?+OmP?4l}yMK1O{U8p2Jf}H% zWWYuM@)}SSG$&6C*a|>V1Im)-lgt1R0H^_Vk{JL30Brze7@8!v0hD2AlH3MRhM`Gv4LB^*7Y2M2%k<7#rmqb6 zE|%%sTBdId_#u|*;uvu7Zot920S7Mu7vCx_zuDd0Esyr9e@V`SU3RUf554ZObMutOt6kj38;=tu#QX#sE$k5+%NU^G1p=&iTj!sYqj4+z!&T>-rHe+K~a{`&u7fZ`GW*OAyAz;mdd4+zx%odR6- z|JfF*|2qMks{cCxoUZ>n1i0(}4glo+^?#=TSN(ssh3fxK0j~Q0e89!GFN(`=cBkwA rP5`Is{|*4B>;J9*-ul0{|GoVSSvvh7e10pp00000NkvXXu0mjfXx}XF delta 1818 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 literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/obj/clothing/under/magistrate.dmi b/modular_bandastation/objects/icons/obj/clothing/under/magistrate.dmi new file mode 100644 index 0000000000000000000000000000000000000000..f02306cd4e3391d312711d3f77d2cd8e85e639e1 GIT binary patch literal 1301 zcmV+w1?u{VP)MUw<|BdzrXJ8?j|NCoG2{w_4G>|AQTi73JMB&AS5p% z9Aif}f&u`k0sz7Z2UY+8U=9m{004;&3zr22of8me7ZQ#a5}_OxYaJGm9Tub^8;KAL zju{e>9u}?;3$YmzvmO@37ZJ!G7|A6ZZ66quAsCY%7_=c6r6e87CmxG?@CEfFDZ*Bkpc$`yKaB_9`^iy#0_2eo`Eh^5;&r`5f zFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+H!(f4xTFZkQ{v)G$t)@c3L0{8 zrWGaTrb5_Ql*SilXBL%^q9HB6C^s>OpbqQ`On{=PIf<1ZVLc-qB+R9(;OgfB_Ba5_ z14&MME^jFS00WUpL_t(&f$f%$SK=@X$HUmDGQ9TWhjUIvQ55Ak?*ISiF3HB0Lc6_# z;k&!HP@=DK-_P2_HUOP<*4YO3Dk7LtUeT6^WgdXjVqJ8Q)o^OoDTE!+NQ#y75=p_pQceo+0jgCzi zhxq=+xdN(k7VuVjL);k6E6~Px1)^b(cHqdk)@Be7l=i$o3*i4zEuc28l~H6~!1Z_> z_QUb``p7r}bS(g*R0G~Wz&*}CzPQpv@W!c<6@J`R%+F&f(#NAfNjBP_W6F}|ujg@; zj)@U_2>Axptf0YYcj)!KWsYk!cv2jz4|%2gQ_xvwo&C=?A@h2GDVf&;%*ed{D*!iS z>=Q`HASq{VFn&wMK82JF(sJe&<9B52GswswD`)NmAeS!v0U(zy{Q)4CF1-aH&$`y& zMKFNktZNNk1Oq6}y4K)D)B%zPK-vJvT!8y~8gdaf;NgLWT!amHe54^4ApyC%WY~aQ zT{3Jyt}Yn`AR#Z+D+U8nic9s1!GMh7QoUjv0OoTVe!$Zc4L{)dnZ_OUJp zo6XP7X153d_&`OH-fn+wx4T7DfFz+knKNK507(HzQ`(a!25bZ%EdW_Yd-BYHtpH^E z0AK(J09XKE00;nB0AK(J02Bq9Cz$~t08jvmBr^a6017~nWCnl$z#)J#3}uoJ0hD1V zlY9uE3`3dZ0#KFd3j|DO&x`%!WJ!>+#nZv{}-|F;0B@BiBZc>Dj({(1WiD^laBdlG>D00000 LNkvXXu0mjfe?2=Z literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/obj/clothing/under/nanotrasen_representative.dmi b/modular_bandastation/objects/icons/obj/clothing/under/nanotrasen_representative.dmi new file mode 100644 index 0000000000000000000000000000000000000000..2dfb3db7143494b67a566958fecab2d9d9f08c0e GIT binary patch literal 1471 zcmV;w1wi_VP)7Lgqmi4Y5p84{5m7OoHru^AGx9u{pM7?U9wlOGtgAsE2Gz`_X!mjwl# z6A+;s7Nj8?#TOCC9~j9c9Hk^3$|oL~@#1^{0004WQchCV=-0C=3GP(ccVKny(ZzGBg9k=A)(+0@eCH?5Z*3LZQJ zW+pRXNNUd2rEW}lt@R8PF?e$_MYh-Ki5)v3$6PB1cyqjv$d*B1;;j!%HiB;nCISJn z!Wj~+I;1F`gH}D+5f;3jY~vk?H{|<3qaC&!0Le>_2d>xnZzx2C!M;9nmhXN>r>1Jk z@2}q|rgUoMS9Q|>00aX`L_t(&f$f%$SDQ!>$0rGB3he<^Ljl_$m($qTT<$3~HuwMk zT{kl%Fu-p3VeIR@GOQEdj`@C=oppBr1{-X!pKPP?cszPVyul`hIl{-7^o%!|ab}Lq zbNo3odc|QfeTV+tRPzF+h0l08=Fc8+FwX7wAEqDP+vmy`pl@52`G;v)V{=+pXo>?k zu5Ej0w(F<>V{?opv?dmo5!az}9Q9q-o7fW@Kh=a0W^bM2TjFm$;;v)6o=avst_nae zxff7}8{&@VxSrt}`2L0W#^_cLI=S-O}JB7(j8> zEe%ehrWS@_TY%pH2X z8IY+1>rFy}r02WCS{}m_6LJPRPrJ)Dh-OR)pP&ig(u&T6$n#RpdZmNRfZ2x@=@|I`5Ys7TW5_229DAqfF^ zKt+v0p{~0O6GGN02lxQ z03`r000aOkfG9#h6jcHHA~OI40QP`=kr@C205yPSi3$K!81f?50aRhgi`)`WY}0!N zd==Z2j_YEZJ}}^$*rt`^Iy#sZP{Av>XrJq)&njTfSCYXDFEsVM+wNTObN)YOekHM5|CY)-2jr2&&W$(F!GsJ zfWZd)9qf@z>rc?0zd7KEjC~3z8Kn8l6P%#`-vct~+}8m8`+rse)-4TA0=oA99RO(q zp!J0!0pGvVkV%~2O3VS7x@43AEiQF6ASEx=3kCyP_x~*b&(AdUfaCqY#?o}V-J;?P ztN+LuIG?7_rT;$yctJ&y-tGR~?G8x@K+FDL2S`&|lV=9(1R&i5TKE4=0AK(J06?ey zUk4yh6(#@(0PF$eTlN3V0ID$LMXm!H`hT?*+w_G2Kg2er@&Hs{cP+nG%p)nNYeid-wl`OJ6YZ8F}ds{r~^g Z{sR@kBtExKwuS%z002ovPDHLkV1iaFkuLxM literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/obj/clothing/under/plasmaman.dmi b/modular_bandastation/objects/icons/obj/clothing/under/plasmaman.dmi new file mode 100644 index 0000000000000000000000000000000000000000..4045b0fa56e3b76661c32022e459ed0b5f88319a GIT binary patch literal 1102 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 O0000a0(WE1jLKK2EEe-We z?bf?=b{ng1ULm28bmHjDuqiWUb0unP@A$Q|ftQV;oKfoWWnGsVptb&K$ChD1y6g)at+G!qjN+`A7k{7#0{{R3yb+fl0004QP)t-sz`(#J003E8St%(ge*geBHa3ls zjpOL*uDZgds;a78Wyh46CnqON001}u0B2`sfjUvWf{1N6DE|Nk@&EwX002J#0BZjL z8b1Jwi;I;E05C8xd3kv#C@5JdIJW=*|K3|yBO#dp0BIN~0Dpl007Z(XrvErNI801T zfPnu1Hf%IVNdN!;04GlX00930Gt2-0%$dy0|7HOHGnoK0001+YW;4wH007K0W&ktH z%mB=p0A>JY%w_-pnKR5Y003q)05ktUKtK-<4U=|h@Q@6k@K1OT*|0rp1f&u`k0sz7Z z2UY+8U=9m{004;&3zr22of8me7ZQ#a5}_OxW-|b0003(p7Lgqmq#+xL5DShO5|JJj zt`G~c84|M|7R474$R8NVB^+%Z7?U9wlOGtgAsD439e>Iv9zp9qHUIzs0d!JMQvg8b z*k%9#0N{F5Sad{Xb7OL8aCB*JZU6vyoSl@*3WG2ZMc3vlf^J3XW7|!s6c_auBsOUh zjJ70ci+|tv0J{+ExCqRIbC~2365vyQDN2047U<2ik&g}^aTXnr_mR{J*Q5#Z1e09Y zsWFyV=6_0G5yN!FUFRc@N^RU`jJ&%hEt~2Uw7LnRIg8;+0#{PFl0g*KK5f4)xX>t5 zq#rU1(^b1|Kv#13p70iJ=QL1=iv|jE&~}7b8~*Ax=Zw^Rs)|ZOYPJ1hCkaN+BO0mH zp9TQk5zjiEEp!|u;m<+=&dc-o7kmL3NjMJm>wnlU000G1NklS0;@pr*X}l)w;e#%?pk2V4N@p?|d}WgM>Y@(}GW1NBH2b%n9UL6E z_383IpMS^52gAd|Av26z8i^Xe6g55)CODM( zFg2uSKl=C+ti{(s}S zZ_YZucuKBSDu$tbt8RX=$n%TW^WWL|#j&xHTKUEAVd}<>>o;?^Dt3Nxyi`^zzc_vS z&duAP->TU8#qrWrwepL1@7$XP{eH#CFOE&Bm0!Gj@4?jlhYu@Gez7#ER(^5%!L=z* ze(?v@5_nTn-u$9!egeub5(GgI1b;yg1aXe3_IA{2wIn?Jsn?;=<%x`|a#bLKez4c3jm4B8h`^RX{ z&$E4dX769iMjgSqI`eDKRUd;eOWLOw?#Be#!&*5v4)>b_759$Q7Jlj?E^yKoA++nN z3(mFMZIv%Ew2`DG2!bF8f*=UuUt%F*{8zgK(VN2R<&j;2<3$PNw}=IPw@VODBjTUf zB{*J`ld!N5Wgkwl7`|@QIDbJ91VIo4K@bG-zhe;zYyp;#z!qQ`32dX|&%fXb!dnwe z1Wc!Ag^jNwyzM{-fsWI&%Es3a-dbQGU^zW&G2-J23N@$g6BJWBZJ(e}bJ{+^!1x$~ z*m5sV<(tSCz;QmWr}9nUf;i5-Je6-^jQA4^nh}DX2tg}CuyYc@=YP+!%A4q2;Kd89 z@+No%U%tdDZ(?+Od_iF+J9-7h?D863L18C5dIbaGqXkWDWjoiA3wCf^p50x83tBiX z+qsTwG2%VEdi6)B;QBh&V8M+Itightn^=Pd{o*4r&8@91X0*-iUOSGg-!%Ef+1c4) zGw$-)-#BZq{tm8fS$}(bd(3E`+r4!hS-)k)h>s<>&5Tg(;NZ`LgYG6ug1c-+oci$a zufxOcCP;$&%m~$vj{ZJ6>TaSW7#1Hx&@}Oyu5-ZyNzk+fI~}|x8+?I7X@QO{Xjyno zH@V=EBxu=!;qk{11TF}YAb1u4z5qxIfJYFxAV`97;$sM6i+^_r3W6jEwjj3n3C9IM zS^#W8Z1E03L68K&iW7es3@e>ZthrC}9?+|cql72zI_(xvtp0n1T=eQLfA4_o2M{q?FT=H39RT5nG5nPi5!{TEI ziX*=)D31K#Ir7U3h$DMfP#pPXL2={<&yhbUKCYnb==8|HG)ZeXJ@PM2lB3hJ79*Y@ a66PO-^ljy`Lwh>_0000=_1SU%nVx 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 M07*qoM6N<$f=W}S_W%F@ literal 0 HcmV?d00001 diff --git a/modular_bandastation/objects/icons/stamp_icons/large_stamp-nanotrasen_representative.png b/modular_bandastation/objects/icons/stamp_icons/large_stamp-nanotrasen_representative.png new file mode 100644 index 0000000000000000000000000000000000000000..bf97600f225ec3ea859a407eebec844fc46b2c25 GIT binary patch literal 1632 zcmV-m2A}zfP)Px#1ZP1_K>z@;j|==^1pojA@JU2LRCr$PoWE~eMG(j5*^vJrKoL2Tu@nQPpG3zU zCGQ+6OOd6fGN<>2t>Vp1i3G`<{g zn>3lKw25P=GZtH%X4k-ca62N3Y!et*!g-x9z5^MJF9-X38z)C8zTijlUP&ugE zu1)AQZg3?LAFS#_P;ej|$xa2HPWq+o*<3VUFrHJeT&wMTpwedPyPwQ;IOKnMQG^x}2X#>}`j#x$RWkurC5FMcO!~MZB zV6@wAnNrfYA1`Z2ZAg97I({p*#c>}Vr~NDhH^eHkZ)a7{I$JWNByw#1@j6=Ob!bDo zPv0nl)Rrwy^4F;1>w{I~D!7u#(R^%442`XCIvGF_6n&(4Uz)^f7$QrzGXQ|+&(a4) zo|Z2rpMT2h5IVp%23!Xz`G~E~1;*OOgOkL!ADSbdT={4qVTjDn;KQSfNs*^lYgcd% z0C0VM^?Q-0UW0I98`a4_7=a3FNBMV?+2d0G~E zT9!YUlOqxyNdr3Z_yR=?u?~+eCOB(h9$4h*E9yH<(?1u2BEgX~prT5<4`PT6^8mKx zd<+1u`@6FQ0AA0_k!~?Gp!X-+5g}I4S)siu>l)ikrSQSJ;;6sN7vX&@3w#BQJFljd zv68iY{q%TeyU5e>^mu2R*WD!O85N2y`jF5xa6OA5vP6-mWs)Rk002pnoHe@HwTREh z4hf9&iS_jhjidqIpSUl_OXT@Epq3-y;W@{$YZZg9$n%?>T8@N==e)?%R|mt*tkz1V zU$pCGMKV9gjhh{hTL#+M=o&c2NwGH=QG==ZNyxycqyu*acS#jN=ySW`s`zr2ogexI z58JaC75tkacrAbaEPb$c1?OvP>z{p*{rbmZRCpu-aA0-oIFhe~79Sc-1AK1nxs2^v zqSg1ND+V50^oRR&fu;eSnA*o*FOmDZvvmNt#&T~qTVM2ughtXp6P4p7vh?0`(c|_& zFKxctdmA*-zz|t_EvDVLHF@Ms!H|B#O(ip=3# z125kuo_>4(r|-VG|0B1DhUc7@LBCJ=i7dT0rR6TcufK46S3Lac?$fWcyWewrXn4-C z%y(Uh_qag;Z+2Vr#=UQL6x&UwjqtjgW4K+ zt>h**JBn>^Q;!$znC!p*`S(9whe)fO+Ax;;VVUm~MV^+n{;J{{qec@AyhLu3x`U*A z_`#j`0RWynzW4Tx&uIL{xPVBuN5hwQXo4gk4)*8EXnZ-4#wppl!01%_1I41(a-b_2 z6VJC@myK`1k`Mm=zk3vCj0zLJ|V8owDl8os>4?TD0o9~&T@WOU}+h9t1TF0000 <> - {jobIcon && } + {jobIcon && } {job.command ? ( - {JOBS_RU[jobName] ? JOBS_RU[jobName] : jobName} - ) : JOBS_RU[jobName] ? ( - JOBS_RU[jobName] + {JOBS_RU[jobName] || jobName} ) : ( - jobName + JOBS_RU[jobName] || jobName )} { - {DEPARTMENTS_RU[departmentName] - ? DEPARTMENTS_RU[departmentName] - : departmentName} + {DEPARTMENTS_RU[departmentName] || departmentName} {
{entries.map((entry) => ( diff --git a/tgui/packages/tgui/interfaces/Orbit/constants.ts b/tgui/packages/tgui/interfaces/Orbit/constants.ts index d683561f3825b..ed56cba0f3b2f 100644 --- a/tgui/packages/tgui/interfaces/Orbit/constants.ts +++ b/tgui/packages/tgui/interfaces/Orbit/constants.ts @@ -60,11 +60,21 @@ export const DEPARTMENT2COLOR: Record = { 'Cook', 'Curator', 'Janitor', - 'Lawyer', + // 'Lawyer', BANDASTATION REMOVE 'Mime', 'Psychologist', ], }, + // BANDASTATION ADD - START + 'nt representation': { + color: 'label', + trims: ['Nanotrasen Representative', 'Blueshield'], + }, + justice: { + color: 'purple', + trims: ['Lawyer', 'Magistrate', 'Магистрат'], + }, + // BANDASTATION ADD - START }; export const THREAT = { diff --git a/tgui/packages/tgui/interfaces/PreferencesMenu/JobsPage.tsx b/tgui/packages/tgui/interfaces/PreferencesMenu/JobsPage.tsx index b0c8190de6888..db2bbec182d3a 100644 --- a/tgui/packages/tgui/interfaces/PreferencesMenu/JobsPage.tsx +++ b/tgui/packages/tgui/interfaces/PreferencesMenu/JobsPage.tsx @@ -252,7 +252,7 @@ const JobRow = (props: { className?: string; job: Job; name: string }) => { const Department = (props: { department: string } & PropsWithChildren) => { const { children, department: name } = props; - const className = `PreferencesMenu__Jobs__departments--${name}`; + const className = `PreferencesMenu__Jobs__departments--${name.replace(' ', '')}`; return ( { + + + + @@ -400,6 +404,10 @@ export const JobsPage = () => { + + + + diff --git a/tgui/packages/tgui/interfaces/common/JobToIcon.ts b/tgui/packages/tgui/interfaces/common/JobToIcon.ts index d2a473f3b058e..6a931296b9391 100644 --- a/tgui/packages/tgui/interfaces/common/JobToIcon.ts +++ b/tgui/packages/tgui/interfaces/common/JobToIcon.ts @@ -56,4 +56,7 @@ export const JOB2ICON = { 'Veteran Security Advisor': 'ribbon', 'Pun Pun': 'paw', Warden: 'handcuffs', + Blueshield: 'shield', + 'Nanotrasen Representative': 'user-tie', + Magistrate: 'scale-balanced', } as const; diff --git a/tgui/packages/tgui/styles/interfaces/CrewManifest.scss b/tgui/packages/tgui/styles/interfaces/CrewManifest.scss index 8191ed794b778..9229e17e786f8 100644 --- a/tgui/packages/tgui/styles/interfaces/CrewManifest.scss +++ b/tgui/packages/tgui/styles/interfaces/CrewManifest.scss @@ -10,6 +10,8 @@ $department_map: ( 'Science': colors.$purple, 'Service': colors.$green, 'Silicon': colors.$pink, + 'NTRepresentation': hsl(216, 55%, 62%), + 'Justice': hsl(341, 72%, 56%), ); .CrewManifest { diff --git a/tgui/packages/tgui/styles/interfaces/PreferencesMenu.scss b/tgui/packages/tgui/styles/interfaces/PreferencesMenu.scss index cbaf1c9e6765d..5e0cdf8867f63 100644 --- a/tgui/packages/tgui/styles/interfaces/PreferencesMenu.scss +++ b/tgui/packages/tgui/styles/interfaces/PreferencesMenu.scss @@ -14,6 +14,8 @@ $department_map: ( 'Science': colors.fg(colors.$purple), 'Service': colors.$green, 'Silicon': colors.$pink, + 'NTRepresentation': hsl(216, 55%, 62%), + 'Justice': hsl(341, 72%, 56%), ); .ChoicedSelection {