diff --git a/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/areas.dm b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/areas.dm new file mode 100644 index 0000000000000..3a1df3a132ec7 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/areas.dm @@ -0,0 +1,331 @@ + +/area/map_template/scgcity + name = "\improper SCG City" + icon_state = "dk_yellow" + +/area/map_template/scgcity/hallway + name = "\improper City Central Hallway" + icon_state = "teleporter" + +/area/map_template/scgcity/hallway/north + name = "\improper City North Hallway" + +/area/map_template/scgcity/hallway/south + name = "\improper City South Hallway" + +/area/map_template/scgcity/hallway/west + name = "\improper City West Hallway" + +/area/map_template/scgcity/hallway/east + name = "\improper City East Hallway" + +/area/map_template/scgcity/medbay + name = "\improper City Infirmary" + icon_state = "medbay" + req_access = list(access_medical) + lighting_tone = AREA_LIGHTING_COOL + +/area/map_template/scgcity/medbay/surgery + name = "\improper City Surgery" + +/area/map_template/scgcity/medbay/storage + name = "\improper City Infirmary Storage" + +/area/map_template/scgcity/medbay/chemistryonelove + name = "\improper City Infirmary Chemistry" + +/area/map_template/scgcity/cargo + name = "\improper City Cargo" + +/area/map_template/scgcity/cargo/mining + name = "\improper City Mining Hangar" + req_access = list(list(access_mining, access_xenoarch)) + +/area/map_template/scgcity/cargo/mining/storage + name = "\improper City Mining Storage" + +/area/map_template/scgcity/cargo/qm + name = "\improper City Quartermaster Office" + +/area/map_template/scgcity/engineering + name = "\improper City Engineering" + icon_state = "engine" + req_access = list(access_engine) + area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED + +/area/map_template/scgcity/engineering/smes + name = "\improper City Engineering SMES Room" + +/area/map_template/scgcity/engineering/dorms + name = "\improper City Engineering Dormitories" + +/area/map_template/scgcity/engineering/storage + name = "\improper City Engineering Storage" + +/area/map_template/scgcity/engineering/solars + name = "\improper City Solars" + +/area/map_template/scgcity/engineering/atmospheris + name = "\improper City Atmospherics" + icon_state = "atmos" + sound_env = LARGE_ENCLOSED + req_access = list(access_atmospherics) +/area/map_template/scgcity/engineering/atmospheris/storage + name = "\improper City Atmospherics Storage" + sound_env = SMALL_ENCLOSED + +/area/map_template/scgcity/bridge + name = "\improper City Command" + icon_state = "bridge" + req_access = list(access_bridge) + area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED + +/area/map_template/scgcity/bridge/sgr + name = "\improper City SGR Office" + req_access = list(access_captain) + lighting_tone = AREA_LIGHTING_WARM + +/area/map_template/scgcity/bridge/sgr/back + name = "\improper City SCGR's Quarters" + +/area/map_template/scgcity/bridge/sea + icon_state = "heads_sea" + name = "\improper Prep Room" + req_access = list(access_explorer) + lighting_tone = AREA_LIGHTING_WARM + +/area/map_template/scgcity/bridge/sea/back + name = "\improper City SEA's Quarters" + +/area/map_template/scgcity/bridge/storage + name = "\improper City Command Storage" + +/area/map_template/scgcity/bridge/emexit + name = "\improper City Command Emergency Exit" + +/area/map_template/scgcity/bridge/meeting + name = "\improper City Command Conference Room" + +/area/map_template/scgcity/bridge/hallway + name = "\improper City Command Hallway" + +/area/map_template/scgcity/bridge/officehall + name = "\improper City Command Heads Hallway" + req_access = list(access_researchlab_supervisor) + +/area/map_template/scgcity/bridge/heads + name = "\improper City Overseer Office" + icon_state = "heads" + sound_env = MEDIUM_SOFTFLOOR + req_access = list(access_captain) + lighting_tone = AREA_LIGHTING_WARM + +/area/map_template/scgcity/bridge/heads/rd + name = "\improper Research Director Office" + req_access = list(access_rd) + lighting_tone = AREA_LIGHTING_COOL + +/area/map_template/scgcity/bridge/heads/ce + name = "\improper Chief Engineer Office" + req_access = list(access_ce) + +/area/map_template/scgcity/bridge/heads/cos + name = "\improper Chief of Security Office" + req_access = list(access_hos) + +/area/map_template/scgcity/bridge/heads/cmo + name = "\improper Chief Medical Officer Office" + req_access = list(access_cmo) + lighting_tone = AREA_LIGHTING_COOL + +/area/map_template/scgcity/bridge/heads/hop + name = "\improper Head of Personnel Office" + req_access = list(access_hop) + lighting_tone = AREA_LIGHTING_WARM + +/area/map_template/scgcity/bridge/heads/hop/office + name = "\improper HoP Office" + +/area/map_template/scgcity/bridge/checkpoint + name = "\improper City Command Security Checkpoint" + req_access = list(access_security) + +/area/map_template/scgcity/research + name = "\improper City Research Wing" + icon_state = "purple" + req_access = list(access_research) + lighting_tone = AREA_LIGHTING_COOL + +/area/map_template/scgcity/research/office + name = "\improper City Research Paperwork Office" + +/area/map_template/scgcity/research/office/one + name = "\improper City Research Office 1" + +/area/map_template/scgcity/research/office/two + name = "\improper City Research Office 2" + +/area/map_template/scgcity/research/meeting + name = "\improper City Research Conference Room" + +/area/map_template/scgcity/research/checkpoint + name = "\improper City Research Security Checkpoint" + req_access = list(access_security) + +/area/map_template/scgcity/research/storage + name = "\improper City Research Equipment Storage" + +/area/map_template/scgcity/research/datab + name = "\improper City Research DB storage" + +/area/map_template/scgcity/research/rdoffice + name = "\improper RD Office" + req_access = list(access_rd) + +/area/map_template/scgcity/research/testlab + name = "\improper City Research Testing Lab" + +/area/map_template/scgcity/research/testlab/observation + name = "\improper City Research Testing Lab Observation" + +/area/map_template/scgcity/public + name = "\improper City" + icon_state = "locker" + +/area/map_template/scgcity/public/entrance + name = "\improper Main City Entrance" + icon_state = "Tactical" + sound_env = SMALL_ENCLOSED + req_access = list(list(access_bridge,access_security,access_medical,access_cargo,access_research,access_engine)) + +/area/map_template/scgcity/public/entrance/airlock + name = "\improper Main City Entrance Airlock" +/area/map_template/scgcity/public/entrance/prep + name = "\improper Main City Entrance Preparations" + +/area/map_template/scgcity/public/maint + name = "\improper City Maintenance" + area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED +/area/map_template/scgcity/public/maint/two + name = "\improper City Second Maintenance" +/area/map_template/scgcity/public/maint/three + name = "\improper City Thirt Maintenance" +/area/map_template/scgcity/public/maint/four + name = "\improper City Fourth Maintenance" + +/area/map_template/scgcity/public/house + name = "\improper City House 101" + icon_state = "brig" + +/area/map_template/scgcity/public/house/a102 + name = "\improper City House 102" + +/area/map_template/scgcity/public/house/a103 + name = "\improper City House 103" + +/area/map_template/scgcity/public/house/a104 + name = "\improper City House 104" + +/area/map_template/scgcity/public/house/a105 + name = "\improper City House 105" + +/area/map_template/scgcity/public/house/a106 + name = "\improper City House 106" + +/area/map_template/scgcity/public/bar + name = "\improper City Bar" + icon_state = "cafeteria" + sound_env = LARGE_SOFTFLOOR + req_access = list(access_kitchen) + lighting_tone = AREA_LIGHTING_WARM + +/area/map_template/scgcity/public/bar/kitchen + name = "\improper City Kitchen" + +/area/map_template/scgcity/public/adherant + name = "\improper City Adherant Room" + +/area/map_template/scgcity/public/hydro + name = "\improper City Hydroponics" + +/area/map_template/scgcity/public/janitor + name = "\improper City Janitor Maintenance" + +/area/map_template/scgcity/public/dorms + name = "\improper City Dormitories" + +/area/map_template/scgcity/public/head + name = "\improper City Head" + +/area/map_template/scgcity/public/laundry + name = "\improper City Laundry" + +/area/map_template/scgcity/public/computer + name = "\improper City Computer Lab" + +/area/map_template/scgcity/public/recreation + name = "\improper City Recreation" + sound_env = SMALL_SOFTFLOOR + lighting_tone = AREA_LIGHTING_WARM + +/area/map_template/scgcity/public/recreation/observatory + name = "\improper City Recreation Observatory" + +/area/map_template/scgcity/public/recreation/pool + name = "\improper City Recreation Pool" + sound_env = LARGE_ENCLOSED + +/area/map_template/scgcity/security + name = "\improper City Security" + icon_state = "security" + req_access = list(access_security) + +/area/map_template/scgcity/security/forensics + name = "\improper City Detective Office" + sound_env = MEDIUM_SOFTFLOOR + req_access = list(access_forensics_lockers) + lighting_tone = AREA_LIGHTING_COOL + +/area/map_template/scgcity/security/cells + name = "\improper City Security Prison" + +/area/map_template/scgcity/security/equipment + name = "\improper City Security Equipment Storage" + +/area/map_template/scgcity/outside + name = "\improper City Environment" + +/area/map_template/scgcity/hangar + name = "\improper City Hangar" + icon_state = "hangar" + sound_env = LARGE_ENCLOSED + +/area/map_template/scgcity/hangar/shuttle + name = "\improper SCGV Lovely" + +/area/map_template/scgcity/tcommsat + ambience = list('sound/ambience/ambisin2.ogg', 'sound/ambience/signal.ogg', 'sound/ambience/signal.ogg', 'sound/ambience/ambigen10.ogg') + req_access = list(access_tcomsat) + icon_state = "tcomsatcham" + +/area/map_template/scgcity/tcommsat/chamber + name = "\improper Telecoms Central Compartment" + icon_state = "tcomsatcham" + +/area/map_template/scgcity/tcommsat/computer + name = "\improper Telecoms Control Room" + icon_state = "tcomsatcomp" + + +// ACCESS + + +/var/const/access_researchlab_lead = "ACCESS_SCG_RESEARCH_LEAD" //g +/datum/access/researchlab + id = access_researchlab_lead + desc = "SCG Lab Researcher leaders' access" + region = ACCESS_REGION_NONE + +var/const/access_researchlab_supervisor = "ACCESS_SCG_RESEARCH_SUPERVISOR" +/datum/access/researchlab/supervisor + id = access_researchlab_supervisor diff --git a/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/closet.dm b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/closet.dm new file mode 100644 index 0000000000000..cb0a774ea9acb --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/closet.dm @@ -0,0 +1,5 @@ +/obj/structure/closet/secure_closet/explorer/engineer/empty/WillContain() + return list() + +/obj/structure/closet/secure_closet/explorer/empty/WillContain() + return list() diff --git a/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/jobs.dm b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/jobs.dm new file mode 100644 index 0000000000000..112486ff0db72 --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/jobs.dm @@ -0,0 +1,248 @@ +/datum/job/submap/research_lab_scg + title = "Colony Supervisor" + total_positions = 1 + spawn_positions = 1 + whitelisted_species = list(SPECIES_HUMAN,SPECIES_SPACER,SPECIES_GRAVWORLDER,SPECIES_VATGROWN) + info = "Главный на районе. Тот, кто связывает всех воедино, не давая развалиться на кусочки подобно планете, на которой они все находятся." + outfit_type = + access = list() + min_skill = list( SKILL_BUREAUCRACY = SKILL_BASIC, + SKILL_SCIENCE = SKILL_TRAINED, + SKILL_PILOT = SKILL_TRAINED) + + max_skill = list( SKILL_PILOT = SKILL_MAX, + SKILL_SCIENCE = SKILL_MAX) + skill_points = 30 + +/datum/job/submap/research_lab_scg/research + title = "Research Supervisor" + total_positions = 1 + spawn_positions = 1 + info = "Something" + outfit_type = + access = list( + access_tox, access_tox_storage, access_emergency_storage, access_teleporter, access_bridge, + access_research, access_mining, access_mining_office, access_mining_station, access_xenobiology, access_aquila, + access_RC_announce, access_keycard_auth, access_xenoarch, access_nanotrasen, access_sec_guard, access_heads, + access_expedition_shuttle, access_guppy, access_hangar, access_petrov, access_petrov_helm, access_guppy_helm, + access_petrov_analysis, access_petrov_phoron, access_petrov_toxins, access_petrov_chemistry, access_petrov_rd, + access_petrov_control, access_petrov_maint, access_pathfinder, access_explorer, access_eva, access_solgov_crew, + access_expedition_shuttle, access_expedition_shuttle_helm, access_maint_tunnels, access_torch_fax, access_radio_comm, + access_radio_sci, access_radio_exp, access_research_storage, access_cmo, access_ce, access_hop, access_hos, access_researchlab_lead, access_researchlab_supervisor + ) + min_skill = list( SKILL_BUREAUCRACY = SKILL_BASIC, + SKILL_SCIENCE = SKILL_TRAINED, + SKILL_PILOT = SKILL_TRAINED) + + max_skill = list( SKILL_PILOT = SKILL_MAX, + SKILL_SCIENCE = SKILL_MAX) + skill_points = 30 + +/datum/job/submap/research_lab_scg/research/xenoarcheology + title = "Lead Scientist of Xenoarcheology" + access = list( + access_tox, access_tox_storage, access_emergency_storage, access_teleporter, access_bridge, + access_research, access_mining, access_mining_office, access_mining_station, access_xenobiology, access_aquila, + access_RC_announce, access_keycard_auth, access_xenoarch, access_nanotrasen, access_sec_guard, access_heads, + access_expedition_shuttle, access_guppy, access_hangar, access_petrov, access_petrov_helm, access_guppy_helm, + access_petrov_analysis, access_petrov_phoron, access_petrov_toxins, access_petrov_chemistry, access_petrov_rd, + access_petrov_control, access_petrov_maint, access_pathfinder, access_explorer, access_eva, access_solgov_crew, + access_expedition_shuttle, access_expedition_shuttle_helm, access_maint_tunnels, access_torch_fax, access_radio_comm, + access_radio_sci, access_radio_exp, access_research_storage, access_hos, access_researchlab_lead + ) + outfit_type = /obj/item/card/id/torch/passenger/research/scientist/xenoarcheology + min_skill = list( SKILL_BUREAUCRACY = SKILL_BASIC, + SKILL_COMPUTER = SKILL_BASIC, + SKILL_FINANCE = SKILL_BASIC, + SKILL_BOTANY = SKILL_BASIC, + SKILL_ANATOMY = SKILL_BASIC, + SKILL_DEVICES = SKILL_TRAINED, + SKILL_SCIENCE = SKILL_TRAINED) + + max_skill = list( SKILL_ANATOMY = SKILL_MAX, + SKILL_DEVICES = SKILL_MAX, + SKILL_SCIENCE = SKILL_MAX) + skill_points = 20 + +/datum/job/submap/research_lab_scg/research/roboticist + title = "Lead Scientist of Roboticists" + access = list( + access_tox, access_tox_storage, access_emergency_storage, access_teleporter, access_bridge, access_rd, + access_research, access_mining, access_mining_office, access_mining_station, access_xenobiology, access_aquila, + access_RC_announce, access_keycard_auth, access_xenoarch, access_nanotrasen, access_sec_guard, access_heads, + access_expedition_shuttle, access_guppy, access_hangar, access_petrov, access_petrov_helm, access_guppy_helm, + access_petrov_analysis, access_petrov_phoron, access_petrov_toxins, access_petrov_chemistry, access_petrov_rd, + access_petrov_control, access_petrov_maint, access_pathfinder, access_explorer, access_eva, access_solgov_crew, + access_expedition_shuttle, access_expedition_shuttle_helm, access_maint_tunnels, access_torch_fax, access_radio_comm, + access_radio_sci, access_radio_exp, access_research_storage, access_researchlab_lead + ) + outfit_type = /obj/item/card/id/torch/passenger/research/scientist/roboticist + min_skill = list( SKILL_COMPUTER = SKILL_BASIC, + SKILL_EVA = SKILL_BASIC, + SKILL_CONSTRUCTION = SKILL_TRAINED, + SKILL_ELECTRICAL = SKILL_BASIC, + SKILL_ATMOS = SKILL_BASIC, + SKILL_ENGINES = SKILL_BASIC) + + max_skill = list( SKILL_CONSTRUCTION = SKILL_MAX, + SKILL_ELECTRICAL = SKILL_MAX, + SKILL_ATMOS = SKILL_MAX, + SKILL_ENGINES = SKILL_MAX) + skill_points = 20 + +/datum/job/submap/research_lab_scg/research/biology + title = "Lead Scientist of Biology" + access = list( + access_tox, access_tox_storage, access_emergency_storage, access_teleporter, access_bridge, + access_research, access_mining, access_mining_office, access_mining_station, access_xenobiology, access_aquila, + access_RC_announce, access_keycard_auth, access_xenoarch, access_nanotrasen, access_sec_guard, access_heads, + access_expedition_shuttle, access_guppy, access_hangar, access_petrov, access_petrov_helm, access_guppy_helm, + access_petrov_analysis, access_petrov_phoron, access_petrov_toxins, access_petrov_chemistry, access_petrov_rd, + access_petrov_control, access_petrov_maint, access_pathfinder, access_explorer, access_eva, access_solgov_crew, + access_expedition_shuttle, access_expedition_shuttle_helm, access_maint_tunnels, access_torch_fax, access_radio_comm, + access_radio_sci, access_radio_exp, access_research_storage, access_cmo, access_researchlab_lead + ) + outfit_type = /obj/item/card/id/torch/passenger/research/scientist/biology + min_skill = list( SKILL_BUREAUCRACY = SKILL_BASIC, + SKILL_MEDICAL = SKILL_EXPERIENCED, + SKILL_ANATOMY = SKILL_EXPERIENCED, + SKILL_CHEMISTRY = SKILL_BASIC, + SKILL_DEVICES = SKILL_TRAINED) + + max_skill = list( SKILL_MEDICAL = SKILL_MAX, + SKILL_ANATOMY = SKILL_MAX, + SKILL_CHEMISTRY = SKILL_MAX) + skill_points = 20 + +/datum/job/submap/research_lab_scg/research/bluespace + title = "Lead Scientist of Theorical Bluespace" + outfit_type = /obj/item/card/id/torch/passenger/research/scientist/bluespace + min_skill = list( SKILL_BUREAUCRACY = SKILL_BASIC, + SKILL_COMPUTER = SKILL_BASIC, + SKILL_FINANCE = SKILL_BASIC, + SKILL_BOTANY = SKILL_BASIC, + SKILL_ANATOMY = SKILL_BASIC, + SKILL_DEVICES = SKILL_TRAINED, + SKILL_SCIENCE = SKILL_TRAINED) + + max_skill = list( SKILL_ANATOMY = SKILL_MAX, + SKILL_DEVICES = SKILL_MAX, + SKILL_SCIENCE = SKILL_MAX) + skill_points = 20 + access = list( + access_tox, access_tox_storage, access_emergency_storage, access_teleporter, access_bridge, + access_research, access_mining, access_mining_office, access_mining_station, access_xenobiology, access_aquila, + access_RC_announce, access_keycard_auth, access_xenoarch, access_nanotrasen, access_sec_guard, access_heads, + access_expedition_shuttle, access_guppy, access_hangar, access_petrov, access_petrov_helm, access_guppy_helm, + access_petrov_analysis, access_petrov_phoron, access_petrov_toxins, access_petrov_chemistry, access_petrov_rd, + access_petrov_control, access_petrov_maint, access_pathfinder, access_explorer, access_eva, access_solgov_crew, + access_expedition_shuttle, access_expedition_shuttle_helm, access_maint_tunnels, access_torch_fax, access_radio_comm, + access_radio_sci, access_radio_exp, access_research_storage, access_ce, access_researchlab_lead + ) + +/datum/job/submap/research_lab_scg/research/psycho + title = "Lead Scientist of Psychology" + outfit_type = /obj/item/card/id/torch/passenger/research/scientist/psycho + min_skill = list( + SKILL_BUREAUCRACY = SKILL_TRAINED, + SKILL_MEDICAL = SKILL_BASIC + ) + max_skill = list( + SKILL_MEDICAL = SKILL_TRAINED, + SKILL_ANATOMY = SKILL_TRAINED + ) + skill_points = 20 + access = list( + access_tox, access_tox_storage, access_emergency_storage, access_teleporter, access_bridge, + access_research, access_mining, access_mining_office, access_mining_station, access_xenobiology, access_aquila, + access_RC_announce, access_keycard_auth, access_xenoarch, access_nanotrasen, access_sec_guard, access_heads, + access_expedition_shuttle, access_guppy, access_hangar, access_petrov, access_petrov_helm, access_guppy_helm, + access_petrov_analysis, access_petrov_phoron, access_petrov_toxins, access_petrov_chemistry, access_petrov_rd, + access_petrov_control, access_petrov_maint, access_pathfinder, access_explorer, access_eva, access_solgov_crew, + access_expedition_shuttle, access_expedition_shuttle_helm, access_maint_tunnels, access_torch_fax, access_radio_comm, + access_radio_sci, access_radio_exp, access_research_storage, access_researchlab_lead, access_xo + ) + +// Lab Technicians + + +/datum/job/submap/research_lab_scg/research/xenoarcheology/lab + title = "Lab Technician of Xenoarcheology" + access = list( + access_tox, access_tox_storage, access_maint_tunnels, access_research, access_mining_office, + access_mining_station, access_xenobiology, access_xenoarch, access_nanotrasen, access_solgov_crew, + access_expedition_shuttle, access_guppy, access_hangar, access_petrov, access_petrov_helm, access_guppy_helm, + access_petrov_analysis, access_petrov_phoron, access_petrov_toxins, access_petrov_chemistry, access_petrov_control, + access_petrov_maint, access_torch_fax, access_radio_sci, access_radio_exp, access_research_storage, access_explorer + ) + outfit_type = /singleton/hierarchy/outfit/job/torch/passenger/research/scientist/lab + +/datum/job/submap/research_lab_scg/research/robotist/lab + title = "Lab Technician of Robotists" + outfit_type = /singleton/hierarchy/outfit/job/torch/passenger/research/scientist/lab + +/datum/job/submap/research_lab_scg/research/biology/lab + title = "Lab Technician of Biology" + outfit_type = /singleton/hierarchy/outfit/job/torch/passenger/research/scientist/lab + +/datum/job/submap/research_lab_scg/research/bluespace/lab + title = "Lab Technician of Theorical Bluespace" + outfit_type = /singleton/hierarchy/outfit/job/torch/passenger/research/scientist/lab + +/datum/job/submap/research_lab_scg/research/psycho/lab + title = "Lab Technician of Psychology" + outfit_type = /singleton/hierarchy/outfit/job/torch/passenger/research/scientist/lab + + +// Security + + +/datum/job/submap/research_lab_scg/agent + title = "Security Agent" + info = "You are the part of the Agency" + outfit_type = /decl/hierarchy/outfit/job/aaaa/agent/aegis + total_positions = 30 + skill_points = 30 + required_language = LANGUAGE_HUMAN_EURO + + min_skill = list( SKILL_BUREAUCRACY = SKILL_TRAINED, + SKILL_EVA = SKILL_BASIC, + SKILL_COMBAT = SKILL_BASIC, + SKILL_WEAPONS = SKILL_TRAINED, + SKILL_FORENSICS = SKILL_BASIC) + + max_skill = list( SKILL_COMBAT = SKILL_MAX, + SKILL_WEAPONS = SKILL_MAX, + SKILL_FORENSICS = SKILL_MAX) + skill_points = 20 + + access = list( + access_security, access_brig, access_armory, access_forensics_lockers, + access_maint_tunnels, access_external_airlocks, access_emergency_storage, + access_eva, access_sec_doors, access_solgov_crew, access_gun, access_torch_fax, + access_radio_sec, access_bridge + ) + +/*/datum/job/submap/aaaa_head/agent/leader/aegis + title = "Bureau 12 Supervisor Agent" + info = "You are the part of the Agency" + access = list(access_aegis, access_aegis_captain) + outfit_type = /decl/hierarchy/outfit/job/aaaa/agent/leader/aegis + total_positions = 1 + skill_points = 35 +*/ + +/datum/job/submap/research_lab_scg/service + title = "Service staff" + total_positions = 4 + spawn_positions = 4 + +/datum/job/submap/research_lab_scg/service/colonist + title = "Colonist" + total_positions = -1 + spawn_positions = -1 + +/datum/job/submap/research_lab_scg/service/maintence + title = "Maintence Staff" + total_positions = 2 + spawn_positions = 2 diff --git a/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/outfit.dm b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/outfit.dm new file mode 100644 index 0000000000000..a89e71cf9de2d --- /dev/null +++ b/maps/random_ruins/exoplanet_ruins/research_lab_scg/code/outfit.dm @@ -0,0 +1,74 @@ +/* +/decl/hierarchy/outfit/job/aaaa/agent/aegis + name = "Bureau 12 Agent" + uniform = /obj/item/clothing/under/lawyer/infil + glasses = /obj/item/clothing/glasses/aviators_black + suit = /obj/item/clothing/suit/storage/toggle/agent_jacket + shoes = /obj/item/clothing/shoes/dress +// r_pocket = /obj/item/device/radio/map_preset/aaaa_head +// l_ear = /obj/item/device/radio/headset/map_preset/aaaa_head +// id_types = list(/obj/item/card/id/bureua) + backpack_contents = list(/obj/item/clothing/accessory/armor_plate/sneaky/tactical=1) + +/decl/hierarchy/outfit/job/aaaa/agent/leader/aegis + name = "Bureau 12 Supervisor" + uniform = /obj/item/clothing/under/lawyer/infil + glasses = /obj/item/clothing/glasses/aviators_black + suit = /obj/item/clothing/suit/storage/toggle/agent_jacket + shoes = /obj/item/clothing/shoes/dress +// r_pocket = /obj/item/device/radio/map_preset/aaaa_head +// l_ear = /obj/item/device/radio/headset/map_preset/aaaa_head/leader +// id_types = list(/obj/item/card/id/bureua/leader) + backpack_contents = list(/obj/item/clothing/accessory/armor_plate/sneaky/tactical=1) +*/ + +// Research + +/singleton/hierarchy/outfit/job/torch/passenger/research/scientist/lab + name = "Scientist - Lab-Technician" + uniform = /obj/item/clothing/under/rank/scientist + shoes = /obj/item/clothing/shoes/white + pda_type = /obj/item/modular_computer/pda/science + id_types = list(/obj/item/card/id/torch/passenger/research/scientist/lab) + +/decl/hierarchy/outfit/job/researchlab/agent + name = "Security Agent" + uniform = /obj/item/clothing/under/lawyer/infil + glasses = /obj/item/clothing/glasses/aviators_black + suit = /obj/item/clothing/suit/storage/toggle/agent_jacket + shoes = /obj/item/clothing/shoes/dress + r_pocket = /obj/item/device/radio + l_ear = /obj/item/device/radio + id_types = list(/obj/item/card/id/torch/crew/security/brigchief/agent) + backpack_contents = list(/obj/item/clothing/accessory/armor_plate/sneaky/tactical=1) + +/obj/item/card/id/torch/passenger/research/scientist/xenoarcheology + job_access_type = /datum/job/submap/research_lab_scg/research/xenoarcheology + +/obj/item/card/id/torch/passenger/research/scientist/roboticist + job_access_type = /datum/job/submap/research_lab_scg/research/roboticist + +/obj/item/card/id/torch/passenger/research/scientist/biology + job_access_type = /datum/job/submap/research_lab_scg/research/biology + +/obj/item/card/id/torch/passenger/research/scientist/bluespace + job_access_type = /datum/job/submap/research_lab_scg/research/bluespace + +/obj/item/card/id/torch/passenger/research/scientist/psycho + job_access_type = /datum/job/submap/research_lab_scg/research/psycho + +/obj/item/card/id/torch/passenger/research/scientist/lab + job_access_type = /datum/job/submap/research_lab_scg/research/xenoarcheology/lab + + +// card stuff +/obj/item/card/id/torch/gold/colony + desc = "A golden identification card belonging to the Colony Supervisor." + item_state = "gold_id" + job_access_type = /datum/job/captain + color = "#d4c780" + extra_details = list("goldstripe") + +/obj/item/card/id/torch/crew/security/brigchief/agent + job_access_type = /datum/job/submap/research_lab_scg/agent + extra_details = list("onegoldstripe") diff --git a/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dm b/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dm index f2331d946669f..2d6b4f0ff3d02 100644 --- a/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dm +++ b/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dm @@ -1,4 +1,9 @@ // #include "scg_city_restored_shuttles.dm" +#include "code/areas.dm" +#include "code/closet.dm" +#include "code/jobs.dm" +#include "code/outfit.dm" + /datum/map_template/ruin/exoplanet/scg_city_restored name = "SCG City" id = "scg_city_restored" @@ -13,26 +18,6 @@ descriptor = "SCG City" crew_jobs = list(/datum/job/submap/citydweller, /datum/job/submap/citymayor) -/datum/job/submap/citydweller - title = "City Dweller" - info = "You are a citizen of abandoned SCG colony, left alone in the rim." - total_positions = 20 - loadout_allowed = TRUE - outfit_type = /singleton/hierarchy/outfit/job/city - -/datum/job/submap/citymayor - title = "City Head" - info = "You are a last sane man at this colony. Try to not make things even more complicated." - total_positions = 1 - loadout_allowed = TRUE - outfit_type = /singleton/hierarchy/outfit/job/city - -/singleton/hierarchy/outfit/job/city - name = OUTFIT_JOB_NAME("City Dweller") - id_types = null - pda_type = null - l_ear = /obj/item/device/radio - /obj/submap_landmark/spawnpoint/citydweller_spawn name = "City Dweller" @@ -42,363 +27,3 @@ /obj/submap_landmark/joinable_submap/city name = "SCG City" archetype = /singleton/submap_archetype/playablecity - -/area/map_template/scgcity - name = "\improper SCG City" - icon_state = "dk_yellow" - -/area/map_template/scgcity/hallway - name = "\improper City Central Hallway" - icon_state = "teleporter" - -/area/map_template/scgcity/hallway/north - name = "\improper City North Hallway" - -/area/map_template/scgcity/hallway/south - name = "\improper City South Hallway" - -/area/map_template/scgcity/hallway/west - name = "\improper City West Hallway" - -/area/map_template/scgcity/hallway/east - name = "\improper City East Hallway" - -/area/map_template/scgcity/medbay - name = "\improper City Infirmary" - icon_state = "medbay" - req_access = list(access_medical) - lighting_tone = AREA_LIGHTING_COOL - -/area/map_template/scgcity/medbay/surgery - name = "\improper City Surgery" - -/area/map_template/scgcity/medbay/storage - name = "\improper City Infirmary Storage" - -/area/map_template/scgcity/medbay/chemistryonelove - name = "\improper City Infirmary Chemistry" - -/area/map_template/scgcity/cargo - name = "\improper City Cargo" - req_access = list(access_cargo) - -/area/map_template/scgcity/cargo/mining - name = "\improper City Mining Hangar" - req_access = list(list(access_mining, access_xenoarch)) - -/area/map_template/scgcity/cargo/mining/storage - name = "\improper City Mining Storage" - -/area/map_template/scgcity/cargo/qm - name = "\improper City Quartermaster Office" - -/area/map_template/scgcity/engineering - name = "\improper City Engineering" - icon_state = "engine" - req_access = list(access_engine) - area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED - -/area/map_template/scgcity/engineering/smes - name = "\improper City Engineering SMES Room" - -/area/map_template/scgcity/engineering/dorms - name = "\improper City Engineering Dormitories" - -/area/map_template/scgcity/engineering/storage - name = "\improper City Engineering Storage" - -/area/map_template/scgcity/engineering/solars - name = "\improper City Solars" - -/area/map_template/scgcity/engineering/atmospheris - name = "\improper City Atmospherics" - icon_state = "atmos" - sound_env = LARGE_ENCLOSED - req_access = list(access_atmospherics) -/area/map_template/scgcity/engineering/atmospheris/storage - name = "\improper City Atmospherics Storage" - sound_env = SMALL_ENCLOSED - -/area/map_template/scgcity/bridge - name = "\improper City Command" - icon_state = "bridge" - req_access = list(access_bridge) - area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED - -/area/map_template/scgcity/bridge/sgr - name = "\improper City SGR Office" - req_access = list(access_representative) - lighting_tone = AREA_LIGHTING_WARM -/area/map_template/scgcity/bridge/sgr/back - name = "\improper City SCGR's Quarters" -/area/map_template/scgcity/bridge/sea - icon_state = "heads_sea" - name = "\improper City SEA's Office" - req_access = list(access_senadv) - lighting_tone = AREA_LIGHTING_WARM -/area/map_template/scgcity/bridge/sea/back - name = "\improper City SEA's Quarters" -/area/map_template/scgcity/bridge/cl - icon_state = "heads_cl" - name = "\improper City CL's Office" - req_access = list(access_liaison) - lighting_tone = AREA_LIGHTING_WARM -/area/map_template/scgcity/bridge/cl/back - name = "\improper City CL's Quarters" - -/area/map_template/scgcity/bridge/storage - name = "\improper City Command Storage" - -/area/map_template/scgcity/bridge/emexit - name = "\improper City Command Emergency Exit" - -/area/map_template/scgcity/bridge/meeting - name = "\improper City Command Conference Room" - -/area/map_template/scgcity/bridge/hallway - name = "\improper City Command Hallway" - -/area/map_template/scgcity/bridge/officehall - name = "\improper City Command Heads Hallway" - req_access = list(access_heads) - -/area/map_template/scgcity/bridge/heads - name = "\improper City Overseer Office" - icon_state = "heads" - sound_env = MEDIUM_SOFTFLOOR - req_access = list(access_captain) - lighting_tone = AREA_LIGHTING_WARM - -/area/map_template/scgcity/bridge/heads/rd - name = "\improper Research Director Office" - req_access = list(access_rd) - lighting_tone = AREA_LIGHTING_COOL - -/area/map_template/scgcity/bridge/heads/ce - name = "\improper Chief Engineer Office" - req_access = list(access_ce) - -/area/map_template/scgcity/bridge/heads/cos - name = "\improper Chief of Security Office" - req_access = list(access_hos) - -/area/map_template/scgcity/bridge/heads/cmo - name = "\improper Chief Medical Officer Office" - req_access = list(access_cmo) - lighting_tone = AREA_LIGHTING_COOL - -/area/map_template/scgcity/bridge/heads/hop - name = "\improper Head of Personnel Office" - req_access = list(access_hop) - lighting_tone = AREA_LIGHTING_WARM - -/area/map_template/scgcity/bridge/heads/hop/office - name = "\improper HoP Office" - -/area/map_template/scgcity/bridge/checkpoint - name = "\improper City Command Security Checkpoint" - req_access = list(access_security) - -/area/map_template/scgcity/research - name = "\improper City Research Wing" - icon_state = "purple" - req_access = list(access_research) - lighting_tone = AREA_LIGHTING_COOL - -/area/map_template/scgcity/research/office - name = "\improper City Research Paperwork Office" - -/area/map_template/scgcity/research/office/one - name = "\improper City Research Office 1" - -/area/map_template/scgcity/research/office/two - name = "\improper City Research Office 2" - -/area/map_template/scgcity/research/meeting - name = "\improper City Research Conference Room" - -/area/map_template/scgcity/research/checkpoint - name = "\improper City Research Security Checkpoint" - req_access = list(access_research_security) - -/area/map_template/scgcity/research/storage - name = "\improper City Research Equipment Storage" - -/area/map_template/scgcity/research/datab - name = "\improper City Research DB storage" - -/area/map_template/scgcity/research/rdoffice - name = "\improper RD Office" - req_access = list(access_rd) - -/area/map_template/scgcity/research/testlab - name = "\improper City Research Testing Lab" - -/area/map_template/scgcity/research/testlab/observation - name = "\improper City Research Testing Lab Observation" - -/area/map_template/scgcity/public - name = "\improper City" - icon_state = "locker" - -/area/map_template/scgcity/public/entrance - name = "\improper Main City Entrance" - icon_state = "Tactical" - sound_env = SMALL_ENCLOSED - req_access = list(list(access_bridge,access_security,access_medical,access_cargo,access_research,access_engine)) -/area/map_template/scgcity/public/entrance/airlock - name = "\improper Main City Entrance Airlock" -/area/map_template/scgcity/public/entrance/prep - name = "\improper Main City Entrance Preparations" - -/area/map_template/scgcity/public/maint - name = "\improper City Maintenance" - area_flags = AREA_FLAG_RAD_SHIELDED | AREA_FLAG_ION_SHIELDED -/area/map_template/scgcity/public/maint/two - name = "\improper City Second Maintenance" -/area/map_template/scgcity/public/maint/three - name = "\improper City Thirt Maintenance" -/area/map_template/scgcity/public/maint/four - name = "\improper City Fourth Maintenance" - -/area/map_template/scgcity/public/house - name = "\improper City House 101" - icon_state = "brig" - -/area/map_template/scgcity/public/house/a102 - name = "\improper City House 102" - -/area/map_template/scgcity/public/house/a103 - name = "\improper City House 103" - -/area/map_template/scgcity/public/house/a104 - name = "\improper City House 104" - -/area/map_template/scgcity/public/house/a105 - name = "\improper City House 105" - -/area/map_template/scgcity/public/house/a106 - name = "\improper City House 106" - -/area/map_template/scgcity/public/bar - name = "\improper City Bar" - icon_state = "cafeteria" - sound_env = LARGE_SOFTFLOOR - req_access = list(access_kitchen) - lighting_tone = AREA_LIGHTING_WARM - -/area/map_template/scgcity/public/bar/kitchen - name = "\improper City Kitchen" - -/area/map_template/scgcity/public/adherant - name = "\improper City Adherant Room" - -/area/map_template/scgcity/public/hydro - name = "\improper City Hydroponics" - -/area/map_template/scgcity/public/janitor - name = "\improper City Janitor Maintenance" - -/area/map_template/scgcity/public/dorms - name = "\improper City Dormitories" - -/area/map_template/scgcity/public/head - name = "\improper City Head" - -/area/map_template/scgcity/public/laundry - name = "\improper City Laundry" - -/area/map_template/scgcity/public/computer - name = "\improper City Computer Lab" - -/area/map_template/scgcity/public/recreation - name = "\improper City Recreation" - sound_env = SMALL_SOFTFLOOR - lighting_tone = AREA_LIGHTING_WARM -/area/map_template/scgcity/public/recreation/observatory - name = "\improper City Recreation Observatory" -/area/map_template/scgcity/public/recreation/pool - name = "\improper City Recreation Pool" - sound_env = LARGE_ENCLOSED - -/area/map_template/scgcity/security - name = "\improper City Security" - icon_state = "security" - req_access = list(access_security) - -/area/map_template/scgcity/security/forensics - name = "\improper City Detective Office" - sound_env = MEDIUM_SOFTFLOOR - req_access = list(access_forensics_lockers) - lighting_tone = AREA_LIGHTING_COOL - -/area/map_template/scgcity/security/cells - name = "\improper City Security Prison" - -/area/map_template/scgcity/security/equipment - name = "\improper City Security Equipment Storage" - -/area/map_template/scgcity/outside - name = "\improper City Environment" - -/area/map_template/scgcity/hangar - name = "\improper City Hangar" - icon_state = "hangar" - sound_env = LARGE_ENCLOSED - req_access = list(access_hangar) - -/area/map_template/scgcity/hangar/shuttle - name = "\improper SCGV Lovely" - -/area/map_template/scgcity/tcommsat - ambience = list('sound/ambience/ambisin2.ogg', 'sound/ambience/signal.ogg', 'sound/ambience/signal.ogg', 'sound/ambience/ambigen10.ogg') - req_access = list(access_tcomsat) - icon_state = "tcomsatcham" - -/area/map_template/scgcity/tcommsat/chamber - name = "\improper Telecoms Central Compartment" - icon_state = "tcomsatcham" - -/area/map_template/scgcity/tcommsat/computer - name = "\improper Telecoms Control Room" - icon_state = "tcomsatcomp" - - -/* ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS -// ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS ITEMS -*/ - - -/obj/effect/reactor_radiate - name = "Reactor Radiation Spawner" - icon = 'icons/effects/landmarks.dmi' - icon_state = "x2" - var/radiation_power = 70 - var/datum/radiation_source/S - var/req_range = 2 - -/obj/effect/reactor_radiate/Initialize() - . = ..() - - name = null - icon = null - icon_state = null - - S = new() - S.flat = TRUE - S.range = req_range - S.respect_maint = FALSE - S.decay = FALSE - S.source_turf = get_turf(src) - S.update_rad_power(radiation_power) - SSradiation.add_source(S) - - loc.set_light(0.2, 1, req_range, l_color = COLOR_LIME) //The goo doesn't last, so this is another indicator - -/obj/effect/reactor_radiate/Destroy() - . = ..() - QDEL_NULL(S) - -/obj/shuttle_landmark/nav_scgcity - name = "LZ 1" - landmark_tag = "nav_scgcity1" diff --git a/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dmm b/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dmm index 14ab032e622b1..fb5040596d9ee 100644 --- a/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dmm +++ b/maps/random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dmm @@ -2,10 +2,11 @@ "aab" = (/obj/floor_decal/corner/blue/half{dir = 1},/obj/machinery/radio_beacon,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge) "aac" = (/obj/floor_decal/scglogo{dir = 4; icon_state = "center"},/obj/machinery/hologram/holopad/longrange,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) "aad" = (/obj/submap_landmark/joinable_submap/city,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) +"aae" = (/obj/structure/closet/secure_closet/explorer,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/science,/obj/floor_decal/industrial/outline,/obj/structure/railing/mapped,/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/techfloor{dir = 8},/obj/item/device/radio/intercom/private{name = "intercom (Troops)"; dir = 4; pixel_x = -8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "aal" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) "aar" = (/obj/wallframe_spawn/reinforced/polarized,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/heads/cos) "aaw" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/bridge/sgr/back) -"abe" = (/obj/floor_decal/industrial/warning{dir = 4},/obj/structure/window/boron_reinforced{dir = 4},/obj/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) +"abe" = (/obj/floor_decal/industrial/warning{dir = 4},/obj/structure/window/boron_reinforced{dir = 4},/obj/floor_decal/industrial/warning{dir = 8},/obj/machinery/light/spot{dir = 4; pixel_x = -5},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) "abn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/bridge/heads/cmo) "ace" = (/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/ansible,/obj/structure/table/rack,/obj/item/stock_parts/subspace/crystal,/obj/item/stock_parts/subspace/crystal,/obj/item/stock_parts/subspace/crystal,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/amplifier,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/tcommsat/chamber) "acr" = (/obj/structure/table/glass,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 4; name = "west bump"; pixel_x = 24},/turf/simulated/floor/crystal,/area/map_template/scgcity/public/adherant) @@ -21,7 +22,7 @@ "agt" = (/obj/structure/reagent_dispensers/watertank,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/plating,/area/map_template/scgcity/public/maint/two) "agI" = (/obj/floor_decal/industrial/hatch/yellow,/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/east) "agP" = (/obj/floor_decal/spline/fancy/wood,/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/bar) -"ahy" = (/obj/floor_decal/corner/research{dir = 9},/obj/floor_decal/corner/research{dir = 4},/obj/structure/closet/medical_wall/filled{pixel_y = 32},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"ahy" = (/obj/floor_decal/corner/research{dir = 9},/obj/floor_decal/corner/research{dir = 4},/obj/structure/closet/medical_wall/filled{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "ahJ" = (/obj/structure/catwalk,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/solars) "ahV" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/bridge/emexit) "aia" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/south) @@ -30,6 +31,7 @@ "ajg" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office) "ajo" = (/obj/structure/table/woodentable/maple,/obj/machinery/alarm/auto_access{dir = 8; pixel_x = 24},/obj/item/tableflag{pixel_x = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) "ajp" = (/obj/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) +"ajq" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "ajH" = (/obj/machinery/atmospherics/omni/mixer{active_power_usage = 7500; tag_east = 2; tag_east_con = null; tag_north = 1; tag_north_con = 0.79; tag_south = 1; tag_south_con = 0.21; tag_west = 0; tag_west_con = null; use_power = 1},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) "ajO" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/security/equipment) "akf" = (/obj/structure/bed/chair/comfy/lime{dir = 4},/obj/floor_decal/corner/research{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office) @@ -55,13 +57,14 @@ "aqd" = (/obj/machinery/alarm{dir = 8; icon_state = "alarm0"; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/tcommsat/chamber) "aqn" = (/obj/floor_decal/industrial/warning/corner{dir = 1},/obj/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/house/a103) "aqs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) +"aqJ" = (/obj/machinery/suit_storage_unit/explorer{req_access = list()},/obj/structure/railing/mapped,/obj/floor_decal/industrial/outline,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "aqX" = (/obj/floor_decal/corner/blue{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "arE" = (/obj/structure/roller_bed,/obj/structure/closet/medical_wall/filled{pixel_x = -26},/obj/item/bodybag/cryobag,/obj/random/medical,/obj/random/medical,/obj/random/medical,/obj/random/medical,/obj/random/medical,/obj/random/medical,/obj/random/medical,/obj/random/firstaid,/obj/floor_decal/borderfloorwhite{dir = 9},/obj/floor_decal/corner/paleblue/border{dir = 9},/obj/item/storage/firstaid/surgery,/obj/item/storage/firstaid/combat,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) "arV" = (/obj/structure/bed/chair/armchair/black,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/west) "arY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads/hop/office) "asp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled,/area/map_template/scgcity/public/hydro) "ata" = (/obj/floor_decal/corner/research{dir = 10},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/rdoffice) -"atf" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"atf" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/obj/machinery/door/firedoor/autoset{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "ati" = (/obj/wallframe_spawn/reinforced/polarized{id = "scgruincity_bridgemain897"},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/hallway) "auz" = (/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "auI" = (/obj/floor_decal/corner/brown/half,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo) @@ -138,7 +141,7 @@ "aUU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "aWK" = (/obj/structure/table/marble,/obj/item/material/bell,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/lino,/area/map_template/scgcity/public/bar) "aXd" = (/obj/structure/table/steel,/obj/item/storage/box/cups,/obj/machinery/power/apc/hyper{dir = 4; name = "east bump"; pixel_x = 24},/obj/structure/cable,/turf/simulated/floor/lino,/area/map_template/scgcity/tcommsat/computer) -"aXm" = (/obj/machinery/power/terminal{dir = 4; pixel_y = -6},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "0-9"; pixel_y = -6},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"aXm" = (/obj/machinery/power/terminal{dir = 4; pixel_y = -6},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "0-9"; pixel_y = -6},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/obj/machinery/door/firedoor/autoset{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "aXt" = (/obj/machinery/door/airlock/command{id_tag = null; name = "Conference Room"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/meeting) "aYr" = (/obj/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "aYD" = (/obj/floor_decal/corner/red/bordercorner,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/security) @@ -157,6 +160,7 @@ "bcm" = (/obj/structure/bed/chair/wood/mahogany{dir = 4},/turf/simulated/floor/wood/maple,/area/map_template/scgcity/bridge/hallway) "bcO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/recreation) "bef" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/research) +"beD" = (/obj/machinery/suit_storage_unit/explorer/medic{req_access = list()},/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/obj/structure/railing/mapped,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/industrial/outline/blue,/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "beU" = (/obj/floor_decal/corner/yellow/mono,/obj/machinery/papershredder,/obj/machinery/alarm/auto_access{pixel_y = 21},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/bridge/heads/ce) "beZ" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "bfd" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/grass,/area/map_template/scgcity/hallway/north) @@ -170,13 +174,14 @@ "bgV" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/public/house/a106) "bhd" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/research/testlab/observation) "bhM" = (/obj/floor_decal/corner/paleblue{dir = 6},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) -"bhO" = (/obj/machinery/suit_storage_unit/explorer{req_access = list()},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"bhO" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/railing/mapped,/obj/machinery/suit_storage_unit/security/alt,/obj/floor_decal/industrial/outline/blood_red,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "bhX" = (/obj/structure/bed/chair/armchair/black{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/recreation/observatory) "biu" = (/obj/structure/bed/chair/wood{dir = 4},/obj/submap_landmark/spawnpoint/citydweller_spawn,/turf/simulated/floor/wood/maple,/area/map_template/scgcity/hallway) "biy" = (/obj/machinery/door/airlock/glass/medical{id_tag = "scgruin_medmaindoor721"; name = "Infirmary Wing"},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/medbay) "bkl" = (/obj/machinery/firealarm{pixel_y = 21},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/security) "bkD" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/heads) "bkE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cos) +"bkV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/extinguisher_cabinet{pixel_x = 32},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "blk" = (/obj/structure/table/woodentable/maple,/turf/simulated/floor/carpet/blue,/area/map_template/scgcity/bridge/meeting) "blt" = (/obj/floor_decal/corner/yellow/half{dir = 1},/obj/structure/filingcabinet/chestdrawer{dir = 1},/obj/item/folder/white,/obj/item/folder/blue,/obj/item/sticky_pad/random{pixel_x = -5; pixel_y = 7},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/bridge/heads/ce) "blO" = (/obj/floor_decal/corner/blue/border{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/officehall) @@ -241,7 +246,7 @@ "bHB" = (/obj/random/firstaid,/obj/random/firstaid,/obj/structure/table/standard,/obj/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/storage) "bIe" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/public/entrance) "bIf" = (/obj/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/map_template/scgcity/medbay/chemistryonelove) -"bIn" = (/obj/machinery/door/airlock/research{name = "Gateway Chamber Observation Room"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"bIn" = (/obj/machinery/door/airlock/research{name = "Gateway Chamber Observation Room"; req_access = list("ACCESS_SCG_RESEARCH_LEAD")},/obj/machinery/door/firedoor/autoset,/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "bIL" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/carpet,/area/map_template/scgcity/public/bar) "bKw" = (/obj/structure/bed/padded,/obj/item/bedsheet/medical,/obj/structure/curtain/open/bed,/turf/simulated/floor/carpet/blue3,/area/map_template/scgcity/bridge/heads/cmo) "bKS" = (/obj/floor_decal/corner/red{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/security) @@ -284,9 +289,11 @@ "ccD" = (/obj/floor_decal/corner/brown{dir = 5},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/cargo/qm) "ccK" = (/obj/item/reagent_containers/chem_disp_cartridge/acetone,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/chemistryonelove) "ccL" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) +"cdd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "cdG" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/security) "cdM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/freezer,/area/map_template/scgcity/public/head) "ceL" = (/obj/floor_decal/industrial/warning/corner{dir = 1},/obj/floor_decal/corner/research{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/research) +"cfJ" = (/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor/corner{dir = 1; icon_state = "techfloor_corners"},/obj/floor_decal/hull,/obj/floor_decal/techfloor/corner,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "cgw" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/recreation/observatory) "cgE" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/obj/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/recreation/pool) "cgZ" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) @@ -298,8 +305,10 @@ "cka" = (/obj/floor_decal/corner/green{dir = 5},/turf/simulated/floor/tiled,/area/map_template/scgcity/public/hydro) "ckQ" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/structure/holoplant,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/surgery) "cmi" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/lino,/area/map_template/scgcity/public/computer) +"cmp" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/obj/machinery/door/firedoor/autoset{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "cmB" = (/obj/structure/closet/radiation,/obj/item/clothing/head/radiation,/obj/item/clothing/suit/radiation,/obj/item/device/geiger,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/smes) "cmC" = (/obj/floor_decal/industrial/hatch/yellow,/obj/machinery/stasis_cage,/turf/simulated/floor/reinforced,/area/map_template/scgcity/research/testlab) +"cnA" = (/obj/floor_decal/industrial/loading{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "coc" = (/obj/floor_decal/corner/green{dir = 10},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "cog" = (/obj/structure/table/reinforced,/obj/random/clipboard,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) "coi" = (/obj/machinery/light{dir = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) @@ -320,7 +329,7 @@ "ctu" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 2; id_tag = "scgcitymain_pump_out_external"},/obj/machinery/access_button/airlock_exterior{frequency = 1380; master_tag = "scgcitymain"; pixel_x = 19; pixel_y = 5},/obj/machinery/airlock_sensor/airlock_exterior{frequency = 1380; id_tag = "scgcitymain_sensor_external"; pixel_x = 22},/obj/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/entrance/airlock) "ctv" = (/obj/floor_decal/corner/blue{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "ctL" = (/obj/floor_decal/corner/research{dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/south) -"ctM" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9; pixel_y = 0},/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) +"ctM" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/catwalk_plated/dark,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "cub" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/engineering/dorms) "cui" = (/obj/machinery/door/airlock/security{name = "Investigator Office"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security/forensics) "cuW" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/carpet,/area/map_template/scgcity/public/house/a105) @@ -334,9 +343,10 @@ "cxK" = (/obj/machinery/papershredder,/obj/floor_decal/corner/research{dir = 9},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office) "cyh" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "cyI" = (/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/cargo/mining/storage) -"czl" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/floor_decal/corner/red/mono,/obj/structure/closet/secure_closet/guncabinet/sidearm/combined,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) +"czl" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/floor_decal/corner/red/mono,/obj/structure/closet/secure_closet/guncabinet/sidearm/combined,/obj/item/gun/energy/laser/lasgun,/obj/item/gun/energy/laser/lasgun,/obj/item/gun/energy/laser/lasgun,/obj/item/cell/guncell/lasgun,/obj/item/cell/guncell/lasgun,/obj/item/cell/guncell/lasgun,/obj/item/cell/guncell/lasgun,/obj/item/cell/guncell/lasgun,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) "czI" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/obj/item/stool/padded,/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/recreation/pool) "cBx" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/research/meeting) +"cBz" = (/obj/decal/cleanable/dirt,/obj/floor_decal/corner/beige{dir = 6},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "cCt" = (/obj/structure/table/marble,/obj/item/material/kitchen/rollingpin/aluminium,/obj/item/material/knife/kitchen/cleaver,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/public/bar/kitchen) "cCQ" = (/obj/wallframe_spawn/reinforced,/obj/machinery/door/blast/regular{id_tag = "scgruincity_bridgeblastdoors283"; name = "City Control Room Blast Doors"},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge) "cDf" = (/obj/random/medical,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) @@ -368,7 +378,7 @@ "cNj" = (/obj/floor_decal/spline/fancy/wood/corner{dir = 1},/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/recreation/pool) "cNn" = (/obj/floor_decal/corner/blue{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "cNA" = (/obj/structure/closet/crate/uranium,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium/ten,/obj/item/stack/material/uranium{amount = 60},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/smes) -"cNJ" = (/obj/structure/bed/chair/comfy/purple{dir = 8},/obj/floor_decal/corner/research{dir = 9},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"cNJ" = (/obj/structure/bed/chair/comfy/purple{dir = 8},/obj/floor_decal/corner/research{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "cOz" = (/obj/floor_decal/corner/brown/half{dir = 1; icon_state = "bordercolorhalf"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo) "cOB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads/cos) "cOL" = (/obj/structure/iv_stand,/obj/floor_decal/corner/paleblue/mono,/obj/item/reagent_containers/ivbag/nanoblood,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/medbay/surgery) @@ -429,6 +439,7 @@ "dkv" = (/obj/machinery/alarm/auto_access{dir = 4; pixel_x = -23},/turf/simulated/floor/carpet,/area/map_template/scgcity/public/bar) "dkS" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "dld" = (/obj/floor_decal/corner/blue/mono,/obj/structure/table/woodentable/maple,/obj/item/book/manual/solgov_law{pixel_x = 3; pixel_y = 3},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/meeting) +"dlp" = (/obj/structure/closet/secure_closet/explorer,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/science,/obj/floor_decal/industrial/outline,/obj/structure/railing/mapped,/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/techfloor{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "dma" = (/obj/machinery/door/airlock/engineering{name = "Engineering Dorms"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/engineering/dorms) "dmb" = (/obj/floor_decal/corner/red,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "dmf" = (/obj/machinery/light{dir = 4},/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) @@ -500,7 +511,7 @@ "dMl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/public/house/a103) "dMt" = (/obj/floor_decal/corner/research{dir = 10},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/bridge/heads/rd) "dNc" = (/obj/floor_decal/spline/fancy/black{dir = 9; icon_state = "spline_fancy"},/obj/structure/holoplant,/turf/simulated/floor/wood/maple,/area/map_template/scgcity/bridge/hallway) -"dOA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) +"dOA" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "dOO" = (/obj/structure/table/rack,/turf/simulated/floor/wood/maple,/area/map_template/scgcity/public/house/a105) "dOW" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/south) "dPi" = (/obj/structure/table/marble,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/house/a105) @@ -517,6 +528,7 @@ "dRZ" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/bridge/officehall) "dSs" = (/obj/floor_decal/spline/fancy/wood,/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/bar) "dTs" = (/obj/structure/bookcase/manuals/engineering,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/ce) +"dTG" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor/corner{dir = 1; icon_state = "techfloor_corners"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "dTH" = (/obj/structure/table/rack,/obj/structure/window/reinforced,/obj/floor_decal/industrial/warning,/obj/random/toolbox,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/cargo) "dTJ" = (/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/obj/floor_decal/corner/green{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "dUr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) @@ -557,7 +569,7 @@ "eha" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "ehe" = (/obj/machinery/door/airlock/civilian{name = "Head"},/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/bridge/officehall) "ehr" = (/obj/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) -"ehW" = (/obj/machinery/door/airlock/sol{id_tag = null; name = "SolGov Representative"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/sgr) +"ehW" = (/obj/machinery/door/airlock/sol{id_tag = null; name = "Colony Supervisor"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/sgr) "eiz" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/house/a103) "eiA" = (/obj/machinery/button/windowtint{id = "scgruin_surgery456"; pixel_x = 9; pixel_y = -24},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/surgery) "eiR" = (/obj/structure/railing/mapped,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) @@ -579,18 +591,19 @@ "eov" = (/obj/floor_decal/corner/blue{dir = 9},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/meeting) "eoz" = (/obj/machinery/stasis_cage,/turf/simulated/floor/reinforced,/area/map_template/scgcity/research/testlab) "eoG" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/structure/window/reinforced,/obj/machinery/door/window/eastright,/obj/machinery/portable_atmospherics/canister/oxygen/prechilled,/obj/floor_decal/corner/paleblue{dir = 5},/obj/floor_decal/corner/paleblue{dir = 10},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) -"epm" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"epm" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/obj/machinery/door/firedoor/autoset{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "epN" = (/obj/structure/table/rack,/obj/floor_decal/industrial/outline/grey,/obj/item/storage/secure/briefcase,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/storage) "eqm" = (/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/north) "eqp" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/obj/floor_decal/spline/fancy/wood,/obj/submap_landmark/spawnpoint/citydweller_spawn,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/bar) "eqI" = (/obj/floor_decal/corner/paleblue{dir = 5},/obj/machinery/light{dir = 1},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "eru" = (/obj/structure/bed/chair/comfy/blue{dir = 4; icon_state = "comfychair_preview"},/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) "esq" = (/obj/structure/hygiene/faucet{dir = 4},/turf/simulated/floor/pool,/area/map_template/scgcity/public/recreation/pool) +"esy" = (/obj/structure/closet/secure_closet/explorer,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/science,/obj/floor_decal/industrial/outline,/obj/structure/railing/mapped,/obj/floor_decal/techfloor{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "esV" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/bridge/heads/rd) "esW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "etn" = (/obj/structure/bed/chair/comfy/blue,/turf/simulated/floor/carpet/blue,/area/map_template/scgcity/bridge/meeting) "eui" = (/obj/floor_decal/corner/research{dir = 1},/turf/simulated/floor/tiled,/area/map_template/scgcity/research) -"evj" = (/obj/machinery/door/airlock/sol{name = "Head of Personnel Quarters"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) +"evj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/sol{name = "Lead Scientist of Psychology's office"},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) "evI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) "ewn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hallway/west) "ewZ" = (/obj/structure/table/standard,/obj/item/disk/integrated_circuit/upgrade/advanced,/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 5},/obj/machinery/cell_charger{pixel_x = -5; pixel_y = 10},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/rdoffice) @@ -610,8 +623,10 @@ "eCt" = (/obj/item/reagent_containers/ivbag/nanoblood,/obj/item/reagent_containers/ivbag/nanoblood,/obj/item/reagent_containers/ivbag/blood/human/oneg,/obj/item/reagent_containers/ivbag/blood/human/oneg,/obj/item/reagent_containers/ivbag/blood/human/oneg,/obj/item/reagent_containers/ivbag/blood/human/oneg,/obj/item/reagent_containers/ivbag/blood/skrell/oneg,/obj/item/reagent_containers/ivbag/blood/skrell/oneg,/obj/item/reagent_containers/ivbag/blood/unathi/oneg,/obj/structure/iv_stand,/obj/floor_decal/borderfloorwhite{dir = 8},/obj/floor_decal/corner/paleblue/border{dir = 8},/obj/item/reagent_containers/ivbag/blood/unathi/oneg,/obj/structure/closet/secure_closet/medical_wall{name = "IV Blood Cabinet"; pixel_x = -25},/obj/item/reagent_containers/ivbag/blood/serpentid,/obj/item/reagent_containers/ivbag/blood/serpentid,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) "eCJ" = (/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/cargo/mining) "eCS" = (/obj/machinery/door/airlock/mining{name = "Mining Prep"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo) +"eDf" = (/obj/structure/closet/hydrant{pixel_x = 26},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "eDm" = (/obj/machinery/door/airlock/medical{name = "Operating Room"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/medbay/surgery) "eDt" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/machinery/button/blast_door{id_tag = "scgruin_medshutmain372"; name = "Infirmary Shutters Control"; pixel_y = -24},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) +"eDM" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/railing/mapped,/obj/machinery/suit_storage_unit/security/alt,/obj/floor_decal/industrial/outline/blood_red,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/device/radio/intercom/private{name = "intercom (Troops)"; dir = 4; pixel_x = -8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "eEP" = (/obj/machinery/fabricator,/obj/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled,/area/map_template/scgcity/engineering/dorms) "eER" = (/obj/floor_decal/corner/paleblue{dir = 6},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/laundry) "eES" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/media/music_writer{pixel_x = -30},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/bar) @@ -619,7 +634,7 @@ "eFW" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4; icon_state = "map"},/obj/machinery/access_button/airlock_interior{frequency = 1380; master_tag = "scgcitymain"; pixel_x = 22; pixel_y = 5},/obj/machinery/airlock_sensor/airlock_interior{frequency = 1380; id_tag = "scgcitymain_sensor_interior"; pixel_x = 22},/obj/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/plating,/area/map_template/scgcity/public/entrance) "eGr" = (/obj/floor_decal/corner/green{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "eGA" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/bridge/heads) -"eGB" = (/obj/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "6-9"; pixel_y = -7; pixel_x = 1},/obj/structure/window/boron_reinforced{dir = 4},/obj/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) +"eGB" = (/obj/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "6-9"; pixel_y = -7; pixel_x = 1},/obj/structure/window/boron_reinforced{dir = 4},/obj/floor_decal/industrial/warning{dir = 8},/obj/machinery/alarm/auto_access{dir = 8; pixel_x = 7},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) "eHw" = (/obj/floor_decal/corner/red/half,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/officehall) "eHC" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) "eJj" = (/obj/structure/holoplant,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) @@ -630,7 +645,7 @@ "eMx" = (/obj/structure/catwalk,/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/solars) "eMA" = (/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "eMI" = (/obj/floor_decal/corner/paleblue{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) -"eNd" = (/obj/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/window/boron_reinforced{dir = 8},/obj/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) +"eNd" = (/obj/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/window/boron_reinforced{dir = 8},/obj/floor_decal/industrial/warning{dir = 4},/obj/machinery/light/spot{dir = 8; pixel_x = 5},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) "eNw" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) "eND" = (/obj/structure/table/standard,/obj/item/paper_bin{pixel_x = -4},/obj/item/pen/multi,/obj/floor_decal/corner/research{dir = 10},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office/one) "eNE" = (/obj/floor_decal/corner/blue{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/meeting) @@ -647,11 +662,12 @@ "eSj" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/lavendergrass,/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/turf/simulated/floor/grass,/area/map_template/scgcity/medbay) "eSO" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/plating,/area/map_template/scgcity/public/house/a106) "eTf" = (/obj/structure/catwalk,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/emexit) -"eTk" = (/obj/structure/bed/chair/comfy/purple{dir = 8},/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"eTk" = (/obj/structure/bed/chair/comfy/purple{dir = 8},/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 1},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 1; frequency = 1331; id_tag = "scgruin_gateway_airlock"; pixel_y = -26; req_access = list("ACCESS_SCG_RESEARCH_LEAD"); tag_exterior_sensor = "charon_shuttle_sensor_external"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "eTt" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 9; icon_state = "intact"},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) -"eTB" = (/obj/machinery/suit_storage_unit/security,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"eTB" = (/obj/machinery/suit_storage_unit/explorer{req_access = list()},/obj/structure/railing/mapped,/obj/floor_decal/industrial/outline,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "eTU" = (/obj/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/reinforced,/area/map_template/scgcity/research/testlab) "eUW" = (/obj/floor_decal/corner/brown/half{dir = 8; icon_state = "bordercolorhalf"},/obj/structure/closet/crate,/obj/item/dice/d100,/obj/random/accessory,/obj/structure/extinguisher_cabinet{pixel_x = -32},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo) +"eVs" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/railing/mapped,/obj/machinery/suit_storage_unit{name = "security voidsuit storage unit"; isopen = 1},/obj/floor_decal/industrial/outline/blood_red,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "eVU" = (/obj/machinery/mineral/stacking_machine{input_turf = 8; output_turf = 4},/obj/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/cargo/mining) "eWA" = (/obj/structure/table/woodentable/walnut,/obj/item/storage/secure/safe{pixel_x = -24},/obj/random/solgov,/obj/random/solgov,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/sgr/back) "eWV" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 2; id_tag = "scgcitymain_pump_out_external"},/obj/machinery/light,/obj/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/entrance/airlock) @@ -699,6 +715,7 @@ "fln" = (/obj/floor_decal/corner/blue/mono,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/hallway) "flL" = (/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/template_noop) "fmr" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 8; id_tag = "scgcitymain_pump_out_internal"; power_rating = 25000},/obj/structure/hygiene/drain,/turf/simulated/floor/reinforced,/area/map_template/scgcity/public/entrance/airlock) +"fmz" = (/obj/machinery/suit_storage_unit/explorer{req_access = list()},/obj/structure/railing/mapped,/obj/floor_decal/industrial/outline,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/obj/floor_decal/techfloor{dir = 6},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "fnC" = (/obj/machinery/computer/rdservercontrol{dir = 4; icon_state = "computer"},/turf/simulated/floor/lino,/area/map_template/scgcity/tcommsat/computer) "fnJ" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 4; name = "west bump"; pixel_x = 24},/obj/decal/cleanable/dirt,/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/cargo/mining) "fog" = (/obj/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters{id_tag = "scgruin_medshutmain372"; name = "Infirmary Shutters"},/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/map_template/scgcity/medbay) @@ -758,6 +775,7 @@ "fFH" = (/obj/structure/reagent_dispensers/beerkeg,/obj/structure/table/standard,/turf/simulated/floor/lino,/area/map_template/scgcity/public/bar) "fFX" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "west bump"; pixel_x = 24},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/heads/cos) "fGB" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/bar) +"fGC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/floor_decal/corner/beige{dir = 9},/obj/structure/extinguisher_cabinet{pixel_x = -32},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/north) "fGN" = (/obj/floor_decal/corner/blue{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "fGP" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/closet/emcloset,/obj/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/house/a103) "fHr" = (/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) @@ -778,7 +796,7 @@ "fMc" = (/obj/floor_decal/hull{dir = 1},/obj/floor_decal/hull,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "fMJ" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood/maple,/area/map_template/scgcity/hallway) "fNi" = (/obj/item/device/paint_sprayer,/obj/structure/table/rack,/obj/item/clothing/mask/plunger,/obj/item/clothing/mask/plunger,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/plating,/area/map_template/scgcity/public/janitor) -"fNY" = (/obj/machinery/suit_storage_unit/explorer,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"fNY" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/obj/structure/railing/mapped,/obj/machinery/suit_storage_unit/command,/obj/floor_decal/industrial/outline/yellow,/obj/floor_decal/techfloor{dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/space,/area/map_template/scgcity/bridge/sea) "fOn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/bridge/heads/ce) "fOx" = (/turf/simulated/floor/tiled,/area/map_template/scgcity/security) "fOI" = (/obj/structure/closet/secure_closet/personal/empty,/obj/floor_decal/corner/paleblue/half,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/public/recreation/pool) @@ -793,6 +811,7 @@ "fSV" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/medbay/chemistryonelove) "fTg" = (/obj/floor_decal/corner/blue/three_quarters,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "fTk" = (/obj/machinery/door/airlock/engineering{name = "Engineering Maintenance"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/engineering/storage) +"fTx" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "fUo" = (/obj/machinery/door/airlock/glass/command{name = "E.V.A. Suit Storage"},/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/public/entrance/prep) "fUq" = (/obj/structure/hygiene/shower{pixel_y = 24},/obj/floor_decal/borderfloorwhite{dir = 1},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/head) "fVq" = (/obj/floor_decal/techfloor,/obj/structure/closet/toolcloset,/obj/random/tool,/obj/random/tool,/obj/random/tool,/obj/random/toolbox,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/cargo/mining/storage) @@ -839,7 +858,7 @@ "gnD" = (/obj/floor_decal/hull{dir = 10},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "gnG" = (/obj/floor_decal/corner/blue/mono,/obj/random/accessory,/obj/floor_decal/industrial/outline/yellow,/obj/structure/closet/secure_closet/RD_torch,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/bridge/heads/hop) "gnP" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/hallway/south) -"gnW" = (/obj/structure/bed/chair{dir = 4},/obj/floor_decal/corner/beige{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"gnW" = (/obj/structure/bed/chair{dir = 4},/obj/floor_decal/corner/research{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "goa" = (/obj/floor_decal/corner/paleblue/mono,/obj/structure/table/standard,/obj/random/plushie,/obj/structure/flora/pottedplant/largebush{pixel_y = 16},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/bridge/heads/cmo) "gof" = (/obj/machinery/door_timer{id = "scgcity_cell_2"; name = "Cell 2 Control"; pixel_x = -32; req_access = list()},/obj/floor_decal/corner/red{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/security/cells) "goC" = (/obj/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/map_template/scgcity/research) @@ -848,6 +867,7 @@ "gpm" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads) "gpr" = (/obj/structure/table/steel,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/device/tape/random,/obj/floor_decal/corner/red/half{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security) "gpE" = (/obj/floor_decal/corner/blue/mono,/obj/machinery/door/airlock/sol{name = "City Control Room"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge) +"gpS" = (/obj/structure/railing/mapped,/obj/floor_decal/industrial/outline,/obj/machinery/suit_storage_unit{name = "exploration voidsuit storage unit"; isopen = 1},/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "gqr" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "gqG" = (/obj/floor_decal/industrial/warning{dir = 1},/obj/floor_decal/corner/brown/half,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo) "grz" = (/obj/machinery/atmospherics/binary/pump/high_power/on{dir = 4; target_pressure = 500},/turf/simulated/floor/plating,/area/map_template/scgcity/public/entrance) @@ -862,20 +882,23 @@ "gvv" = (/obj/floor_decal/corner/blue/three_quarters{dir = 1},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) "gwk" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/research/office/one) "gwJ" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/plating,/area/map_template/scgcity/public/entrance) +"gwO" = (/obj/floor_decal/industrial/outline,/obj/structure/railing/mapped,/obj/floor_decal/techfloor{dir = 8},/obj/structure/closet/secure_closet/explorer/empty,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "gxo" = (/obj/machinery/button/blast_door{id_tag = "scgruincity_mining746"; name = "Mining Hangar Door Control"; pixel_x = 28},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/cargo/mining) "gxS" = (/obj/structure/extinguisher_cabinet{pixel_x = -32},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/cargo) "gxZ" = (/obj/structure/bed/chair/comfy/purple,/turf/simulated/floor/wood/maple,/area/map_template/scgcity/research/rdoffice) "gyh" = (/obj/structure/table/woodentable/walnut,/obj/item/towel/random,/turf/simulated/floor/carpet/red,/area/map_template/scgcity/public/house/a105) "gyv" = (/obj/floor_decal/corner/red/three_quarters{dir = 1},/obj/structure/table/standard,/turf/simulated/floor/tiled,/area/map_template/scgcity/bridge/checkpoint) "gyx" = (/obj/machinery/light/small,/turf/simulated/floor/wood,/area/map_template/scgcity/public/dorms) +"gzc" = (/obj/machinery/computer/modular/preset/civilian/professional{dir = 4},/obj/floor_decal/corner/research/mono,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "gzf" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) "gzW" = (/obj/machinery/door/airlock/civilian{name = "Custodial Closet"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/public/janitor) "gAv" = (/obj/floor_decal/industrial/hatch/yellow,/obj/decal/cleanable/blood/oil,/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) "gAO" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a106) "gAT" = (/obj/structure/table/steel_reinforced,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) -"gBf" = (/obj/machinery/door/airlock/command{name = "Chief Medical Officer Quarters"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cmo) +"gBf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/medical{id_tag = null; name = "Lead Scientist of Biology's office"},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cmo) "gBH" = (/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/recreation/observatory) "gCf" = (/obj/decal/cleanable/dirt,/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) +"gCx" = (/obj/floor_decal/hull{dir = 1},/obj/floor_decal/hull,/obj/floor_decal/techfloor/corner{dir = 8},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "gCZ" = (/obj/decal/cleanable/blood/tracks/footprints{icon_state = "human2"; blood_color = "#a10808"},/obj/decal/cleanable/blood/tracks/footprints{icon_state = "human1"; blood_color = "#a10808"},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) "gDf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/hallway) "gDm" = (/obj/floor_decal/industrial/warning{dir = 1},/obj/floor_decal/industrial/warning,/obj/structure/closet/emcloset,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/public/house/a103) @@ -901,7 +924,7 @@ "gHR" = (/obj/floor_decal/corner/research/mono,/obj/random/accessory,/obj/structure/closet/secure_closet/RD_torch,/obj/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/bridge/heads/rd) "gIh" = (/obj/machinery/alarm/auto_access{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office/one) "gIz" = (/obj/wallframe_spawn/reinforced,/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering) -"gIC" = (/obj/machinery/suit_storage_unit/explorer/medic{req_access = list()},/obj/structure/window/boron_reinforced{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"gIC" = (/obj/machinery/suit_storage_unit/explorer/medic{req_access = list()},/obj/structure/railing/mapped,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/industrial/outline/blue,/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "gJd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/sgr) "gJi" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/machinery/atmospherics/binary/pump/on{dir = 8; name = "Scrubber to Waste"},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) "gKw" = (/obj/structure/cable/cyan{d1 = 4; d2 = 8; icon_state = "6-8"; pixel_y = -8; pixel_x = 2},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) @@ -940,7 +963,7 @@ "gXr" = (/obj/machinery/light/spot{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "gXR" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/bar/kitchen) "gXS" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/security/forensics) -"gYi" = (/obj/structure/table/woodentable,/obj/floor_decal/corner/green{dir = 9},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"gYi" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/extinguisher_cabinet{pixel_x = 32},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "gYz" = (/obj/wallframe_spawn/no_grille,/turf/simulated/floor/plating,/area/map_template/scgcity/public/computer) "gZc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/chemistryonelove) "haq" = (/obj/structure/closet/fridge{icon = 'icons/obj/closets/fridge.dmi'; name = "fridge"},/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/house/a105) @@ -955,6 +978,7 @@ "heh" = (/obj/structure/table/standard,/obj/item/tableflag{pixel_y = 12},/obj/item/disk/secret_project/science,/turf/simulated/floor/wood/maple,/area/map_template/scgcity/research/rdoffice) "heL" = (/obj/floor_decal/industrial/warning{dir = 1},/obj/machinery/door/blast/regular{id_tag = "scgcitymaingate_doors"; name = "Sturdy Blast Door"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/entrance/airlock) "heN" = (/obj/machinery/light{dir = 8},/obj/floor_decal/corner/green{dir = 1; icon_state = "corner_white"},/obj/floor_decal/corner/purple{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) +"hfU" = (/obj/floor_decal/hull{dir = 1},/obj/floor_decal/hull,/obj/floor_decal/techfloor,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 18},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "hgu" = (/obj/machinery/computer/modular/preset/cardslot/command{dir = 1},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge) "hgD" = (/obj/structure/bookcase,/obj/item/book/manual/medical_cloning,/obj/item/book/manual/medical_diagnostics_manual,/obj/item/book/manual/chemistry_recipes,/obj/item/book/manual/psionics,/obj/item/book/manual/stasis,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/recreation) "hgY" = (/obj/floor_decal/spline/fancy/wood{dir = 6; icon_state = "spline_fancy"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/carpet,/area/map_template/scgcity/public/recreation/observatory) @@ -971,7 +995,7 @@ "hky" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "hkz" = (/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/security) "hkO" = (/obj/floor_decal/industrial/warning{dir = 1},/obj/decal/cleanable/blood/oil,/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/cargo/mining) -"hkX" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/catwalk_plated/dark,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) +"hkX" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/catwalk_plated/dark,/obj/machinery/light/spot,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "hlr" = (/obj/floor_decal/spline/fancy/wood,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) "hlE" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/grass,/area/map_template/scgcity/hallway/north) "hmm" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/grass,/area/map_template/scgcity/bridge/emexit) @@ -1036,6 +1060,7 @@ "hDD" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/empty,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/atmospheris) "hEh" = (/obj/floor_decal/corner/red{dir = 9; icon_state = "corner_white"},/obj/machinery/light{dir = 8},/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/map_template/scgcity/public/entrance/airlock) "hEn" = (/obj/floor_decal/corner/research{dir = 9},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/research) +"hEM" = (/obj/floor_decal/hull{dir = 1},/obj/floor_decal/hull,/obj/floor_decal/techfloor/corner,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "hFC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/recreation/pool) "hGb" = (/obj/wallframe_spawn/reinforced/polarized{id = "scgruincity_secbreakwindows"},/turf/simulated/floor/plating,/area/map_template/scgcity/security) "hGi" = (/obj/floor_decal/corner/blue/mono,/obj/machinery/photocopier,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/meeting) @@ -1066,7 +1091,7 @@ "hLZ" = (/obj/structure/bed/chair,/obj/floor_decal/corner/beige{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "hMA" = (/obj/machinery/door/unpowered/simple/wood,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/wood,/area/map_template/scgcity/public/dorms) "hNa" = (/obj/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/map_template/scgcity/public/house/a106) -"hNk" = (/obj/floor_decal/corner/research,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"hNk" = (/obj/floor_decal/corner/research,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "hNR" = (/obj/structure/bed/chair/office/comfy/red{dir = 8},/obj/decal/cleanable/dirt,/turf/simulated/floor/carpet,/area/map_template/scgcity/security/forensics) "hNV" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/cargo) "hOg" = (/obj/structure/bed/chair/comfy/blue{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) @@ -1116,7 +1141,7 @@ "iij" = (/obj/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "iiq" = (/obj/structure/fd/gateway,/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) "iiN" = (/obj/floor_decal/corner/paleblue{dir = 5},/obj/structure/noticeboard{pixel_x = 32},/obj/machinery/computer/modular/preset/cardslot/command{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/bridge/heads/cmo) -"ijb" = (/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"ijb" = (/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/floor_decal/corner/beige{dir = 6},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "ikJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "ikT" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/obj/structure/extinguisher_cabinet{pixel_y = -32},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/research/meeting) "ili" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/public/dorms) @@ -1124,6 +1149,7 @@ "imj" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/structure/table/rack,/obj/random/medical/lite,/obj/random/firstaid,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) "imS" = (/obj/structure/table/woodentable_reinforced/walnut,/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) "inH" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/south) +"iot" = (/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor{dir = 1},/obj/floor_decal/techfloor/corner{dir = 8},/obj/floor_decal/hull,/obj/floor_decal/techfloor/corner{dir = 8},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "iov" = (/obj/machinery/light/small,/obj/machinery/portable_atmospherics/powered/scrubber,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/atmospheris) "ipk" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/recreation/pool) "ipn" = (/obj/floor_decal/corner/green{dir = 10},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) @@ -1146,7 +1172,7 @@ "iuL" = (/obj/floor_decal/corner/blue{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "iuM" = (/obj/floor_decal/corner/red{dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/research) "ivd" = (/obj/floor_decal/industrial/outline/grey,/obj/machinery/suit_storage_unit/atmos/alt/sol,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/public/entrance/prep) -"ivx" = (/obj/floor_decal/corner/beige{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"ivx" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/floor_decal/corner/research{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "ivF" = (/obj/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/solars) "iwn" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/bar) "iwP" = (/obj/structure/bed/chair/padded/blue{dir = 8},/obj/floor_decal/spline/fancy/wood{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/sgr) @@ -1165,7 +1191,8 @@ "iyH" = (/obj/floor_decal/corner/red/half{dir = 1; icon_state = "bordercolorhalf"},/obj/structure/closet/secure_closet/security_torch,/obj/item/clothing/suit/storage/vest/solgov/security,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security/equipment) "iyO" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/floor_decal/corner/paleblue{dir = 5},/obj/structure/table/rack,/obj/floor_decal/industrial/outline/yellow,/obj/item/auto_cpr,/obj/item/defibrillator/loaded,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/storage) "izC" = (/obj/structure/table/standard,/obj/machinery/recharger/wallcharger{dir = 4; icon_state = "wrecharger0"; pixel_x = -23; pixel_y = -3},/obj/item/paper_bin,/obj/random/clipboard,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads/cos) -"iAD" = (/obj/structure/holoplant,/obj/floor_decal/corner/green{dir = 9},/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/obj/machinery/alarm/auto_access{dir = 4; pixel_x = -23},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"iAz" = (/obj/structure/closet/secure_closet/explorer,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/science,/obj/floor_decal/industrial/outline,/obj/structure/railing/mapped,/obj/floor_decal/techfloor{dir = 8},/obj/item/device/radio/intercom/private{name = "intercom (Troops)"; dir = 4; pixel_x = -17},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"iAD" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "iBG" = (/turf/simulated/floor/wood/maple,/area/map_template/scgcity/research/rdoffice) "iCa" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) "iCS" = (/obj/floor_decal/industrial/warning/corner,/obj/floor_decal/industrial/warning/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/house/a103) @@ -1174,7 +1201,7 @@ "iDj" = (/obj/floor_decal/corner/blue{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "iDl" = (/obj/machinery/door/airlock/security{name = "Security Interview Room"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security) "iEh" = (/obj/floor_decal/borderfloorwhite{dir = 6},/obj/floor_decal/corner/paleblue/border{dir = 6},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) -"iEj" = (/obj/machinery/suit_storage_unit/explorer{req_access = list()},/obj/structure/window/boron_reinforced{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"iEj" = (/obj/floor_decal/industrial/outline,/obj/structure/railing/mapped,/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/techfloor{dir = 8},/obj/structure/closet/secure_closet/explorer/empty,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "iEu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "iEJ" = (/obj/structure/bed/chair/comfy/blue{dir = 4; icon_state = "comfychair_preview"},/turf/simulated/floor/carpet/blue,/area/map_template/scgcity/bridge/meeting) "iEN" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped,/obj/floor_decal/spline/fancy/wood/corner{dir = 1},/obj/floor_decal/spline/fancy/wood,/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/recreation/pool) @@ -1215,7 +1242,7 @@ "iQP" = (/obj/wallframe_spawn/no_grille,/turf/simulated/floor/plating,/area/map_template/scgcity/research/office) "iRm" = (/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/obj/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "iRz" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/alarm/auto_access{pixel_y = 21},/turf/simulated/floor/wood/maple,/area/map_template/scgcity/security) -"iSa" = (/obj/machinery/door/airlock/research,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/bridge/heads/rd) +"iSa" = (/obj/machinery/door/airlock/research{name = "Lead Scientist of Robotist's office"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/bridge/heads/rd) "iSC" = (/obj/machinery/door/airlock/sol{name = "Head Quarters"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/officehall) "iSF" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/floor_decal/corner/paleblue{dir = 5},/obj/structure/table/rack,/obj/item/storage/box/latexgloves,/obj/item/storage/box/syringes,/obj/item/storage/box/beakers,/obj/item/storage/box/masks,/obj/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 4},/obj/item/storage/box/rxglasses,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/storage) "iSO" = (/obj/floor_decal/corner/blue{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/meeting) @@ -1243,12 +1270,14 @@ "jdl" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "jdx" = (/obj/wallframe_spawn/reinforced/polarized,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/heads/ce) "jdG" = (/obj/structure/railing/mapped,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/east) +"jem" = (/obj/floor_decal/hull{dir = 1},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5; pixel_y = 0},/obj/machinery/porta_turret,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "jeL" = (/obj/structure/table/woodentable/walnut,/obj/item/paper_bin,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a105) "jfw" = (/obj/floor_decal/industrial/hatch/yellow,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/east) "jfZ" = (/obj/machinery/atmospherics/binary/pump/high_power/on,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) "jgy" = (/obj/structure/table/standard,/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo/qm) "jhe" = (/obj/structure/table/woodentable/maple,/obj/item/storage/secure/safe{pixel_x = -24},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cos) "jho" = (/obj/structure/iv_stand,/obj/item/reagent_containers/ivbag/nanoblood,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) +"jht" = (/obj/floor_decal/hull{dir = 4},/obj/machinery/alarm/auto_access{dir = 4; pixel_x = -23},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "jhH" = (/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor/tiled/techmaint,/area/map_template/scgcity/public/maint) "jib" = (/obj/structure/bed/chair/wood{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet,/area/map_template/scgcity/public/bar) "jiq" = (/obj/floor_decal/corner/red/half{dir = 1; icon_state = "bordercolorhalf"},/obj/structure/closet/secure_closet/security_torch,/obj/item/clothing/suit/storage/vest/solgov/security,/obj/machinery/firealarm{pixel_y = 21},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security/equipment) @@ -1318,6 +1347,7 @@ "jAQ" = (/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/public/janitor) "jBa" = (/obj/structure/holoplant,/obj/floor_decal/spline/plain/blue{dir = 8},/turf/simulated/floor/wood/mahogany,/area/map_template/scgcity/bridge/heads/hop/office) "jBm" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/smes) +"jBx" = (/obj/structure/closet/secure_closet/explorer/medic,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/hud/health/goggle,/obj/item/clothing/glasses/hud/health,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/floor_decal/industrial/outline/blue,/obj/structure/railing/mapped,/obj/floor_decal/techfloor{dir = 9},/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "jBB" = (/obj/machinery/light{dir = 4},/obj/floor_decal/corner/blue{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) "jBU" = (/obj/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/research/meeting) "jCo" = (/obj/structure/table/steel,/obj/item/folder/red,/obj/floor_decal/corner/red/half{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security) @@ -1345,7 +1375,7 @@ "jMi" = (/obj/machinery/mineral/processing_unit{input_turf = 2; output_turf = 1},/obj/floor_decal/industrial/outline/yellow,/obj/structure/sign/warning/moving_parts{dir = 4; pixel_x = -36},/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/cargo/mining) "jMJ" = (/obj/floor_decal/corner/blue/half,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/officehall) "jMM" = (/obj/structure/window/reinforced,/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) -"jMW" = (/obj/structure/bed/chair{dir = 4},/obj/floor_decal/corner/beige{dir = 9},/obj/structure/extinguisher_cabinet{pixel_x = -32},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"jMW" = (/obj/structure/bed/chair{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -32},/obj/floor_decal/corner/research{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "jMX" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/head) "jNW" = (/obj/structure/closet/secure_closet/personal,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a106) "jOw" = (/obj/machinery/power/port_gen/pacman{anchored = 1; sheets = 25},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/emexit) @@ -1382,13 +1412,15 @@ "jWU" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 4; icon_state = "map"},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) "jXk" = (/obj/structure/table/rack,/obj/item/clothing/gloves/latex/nitrile,/obj/item/clothing/gloves/latex/nitrile,/obj/item/clothing/glasses/welding/superior,/obj/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/research/testlab) "jXr" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/storage) +"jXV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "jXZ" = (/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a106) "jYj" = (/obj/machinery/light_switch{pixel_x = -6; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cmo) "jYk" = (/obj/machinery/door/unpowered/simple/walnut,/obj/decal/cleanable/dirt,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a105) "jZa" = (/obj/structure/bookcase,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) "jZc" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/plating,/area/map_template/scgcity/tcommsat/chamber) "jZf" = (/obj/floor_decal/corner/red{dir = 10},/obj/structure/bed/chair/comfy/red{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads/cos) -"jZH" = (/obj/machinery/porta_turret,/obj/floor_decal/hull,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"jZE" = (/obj/floor_decal/industrial/loading{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"jZH" = (/obj/machinery/porta_turret,/obj/floor_decal/hull,/obj/machinery/airlock_sensor{frequency = 1331; id_tag = "scgruin_gateway_airlock_sensor_external"; pixel_y = 24},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "kaG" = (/obj/floor_decal/corner/research{dir = 10},/obj/machinery/light,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/research) "kaO" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/floor_decal/hull,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "kbb" = (/obj/structure/table/standard,/obj/structure/bedsheetbin,/obj/floor_decal/corner/paleblue{dir = 9},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/laundry) @@ -1398,7 +1430,7 @@ "kca" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/recreation/pool) "kco" = (/obj/structure/noticeboard{pixel_x = -32},/obj/floor_decal/corner/red{dir = 10},/turf/simulated/floor/tiled,/area/map_template/scgcity/security) "kcJ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/cargo/mining/storage) -"kdv" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"kdv" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1; level = 2; id_tag = "scgruin_gateway_airlock_pump"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "kdx" = (/obj/machinery/light{dir = 1},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/map_template/scgcity/research) "kdA" = (/obj/structure/catwalk,/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "keZ" = (/obj/floor_decal/corner/research{dir = 9},/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) @@ -1420,9 +1452,11 @@ "kkr" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "kkt" = (/obj/floor_decal/hull/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "kkL" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/cargo/qm) +"kkT" = (/obj/structure/closet/secure_closet/explorer/medic,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/hud/health/goggle,/obj/item/clothing/glasses/hud/health,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/floor_decal/industrial/outline/blue,/obj/structure/railing/mapped,/obj/floor_decal/techfloor{dir = 8},/obj/item/device/radio/intercom/private{name = "intercom (Troops)"; dir = 4; pixel_x = -17},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "kkW" = (/obj/machinery/light/spot,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/reinforced,/area/map_template/scgcity/outside) "klg" = (/obj/floor_decal/corner/red{dir = 9},/obj/machinery/light{dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/security) "klu" = (/obj/structure/railing/mapped,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/east) +"klv" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/railing/mapped,/obj/machinery/suit_storage_unit/command,/obj/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/device/radio/intercom/private{name = "intercom (Troops)"; dir = 4; pixel_x = -8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "klB" = (/obj/structure/closet/emcloset,/obj/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo) "klC" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/east) "kmJ" = (/obj/machinery/door/airlock/mining{name = "Mining Prep"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/cargo/mining/storage) @@ -1486,7 +1520,7 @@ "kKm" = (/obj/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/map_template/scgcity/tcommsat/computer) "kLu" = (/obj/floor_decal/corner/paleblue/mono,/obj/structure/closet{closet_appearance = /decl/closet_appearance/secure_closet/torch/medical/physician; name = "Medical Techician Closet"},/obj/item/clothing/glasses/hud/health,/obj/item/clothing/accessory/stethoscope,/obj/structure/sign/warning/nosmoking_1{pixel_y = 24},/obj/random/medical/lite,/obj/random/medical,/obj/item/clothing/mask/surgical,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/medbay/storage) "kMj" = (/obj/structure/table/standard,/obj/item/paper_bin,/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 5},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office) -"kMZ" = (/obj/machinery/door/airlock/vault/bolted{autoset_access = 0; id_tag = "scg_city_capexit45"; name = "Emergency Exit"},/obj/item/airlock_brace{req_access = list("ACCESS_CAPTAIN")},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/heads) +"kMZ" = (/obj/machinery/door/airlock/vault/bolted{autoset_access = 0; id_tag = "scg_city_capexit45"; name = "Emergency Exit"},/obj/item/airlock_brace{req_access = list("ACCESS_SCG_RESEARCH_LEAD")},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/heads) "kNm" = (/obj/floor_decal/corner/blue{dir = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/hallway) "kNE" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/cargo) "kNM" = (/obj/floor_decal/industrial/warning{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/research) @@ -1508,7 +1542,7 @@ "kTL" = (/obj/floor_decal/corner/blue{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) "kTU" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/research/meeting) "kUg" = (/obj/structure/bed/chair{dir = 8},/obj/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/security) -"kWp" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) +"kWp" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/catwalk_plated/dark,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "kWy" = (/obj/floor_decal/corner/green{dir = 10},/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "kWE" = (/obj/floor_decal/spline/plain/blue{dir = 8},/obj/machinery/computer/modular/preset/cardslot/command{dir = 1},/turf/simulated/floor/wood/mahogany,/area/map_template/scgcity/bridge/heads/hop/office) "kWX" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/bridge/checkpoint) @@ -1516,6 +1550,7 @@ "kXg" = (/turf/simulated/floor/tiled/freezer,/area/map_template/scgcity/public/house/a102) "kXo" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/outside) "kXz" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/cargo/qm) +"kZi" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor/corner{dir = 1; icon_state = "techfloor_corners"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "kZG" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/power/apc{dir = 4; name = "west bump"; pixel_x = 24},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/public/entrance/prep) "kZP" = (/obj/floor_decal/corner/red/mono,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/bridge/checkpoint) "kZT" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security/forensics) @@ -1530,6 +1565,7 @@ "ldd" = (/obj/floor_decal/industrial/shutoff,/obj/machinery/atmospherics/valve/shutoff/supply,/obj/machinery/atmospherics/valve/shutoff/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "ldX" = (/obj/structure/catwalk,/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/solars) "ldY" = (/obj/structure/table/standard,/obj/floor_decal/corner/research{dir = 10},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office/two) +"leD" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/obj/machinery/suit_storage_unit{name = "exploration voidsuit storage unit"; isopen = 1},/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/industrial/outline/orange,/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "leF" = (/obj/floor_decal/corner/paleblue{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/recreation/pool) "lff" = (/obj/structure/catwalk,/turf/simulated/floor/plating,/area/map_template/scgcity/cargo/mining) "lft" = (/obj/floor_decal/corner/green{dir = 4},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/west) @@ -1605,7 +1641,7 @@ "lHY" = (/obj/structure/table/glass,/obj/item/storage/briefcase/crimekit{pixel_y = 7},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/security/forensics) "lIx" = (/obj/floor_decal/corner/red/mono,/obj/item/paper_bin,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) "lID" = (/obj/structure/closet/chefcloset,/turf/simulated/floor/tiled/freezer,/area/map_template/scgcity/public/bar/kitchen) -"lIY" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/floor_decal/corner/research/mono,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"lIY" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/floor_decal/corner/research/mono,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "lJx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/simulated/floor/crystal,/area/map_template/scgcity/public/adherant) "lJK" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/pointybush,/turf/simulated/floor/grass,/area/map_template/scgcity/hallway/west) "lJX" = (/obj/structure/bed/chair{dir = 1},/obj/machinery/light{dir = 4},/obj/floor_decal/corner/green{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) @@ -1615,9 +1651,10 @@ "lML" = (/obj/wallframe_spawn/no_grille,/turf/simulated/floor/plating,/area/map_template/scgcity/public/laundry) "lNa" = (/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "lNl" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 4; name = "west bump"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a102) +"lND" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor/corner{dir = 4},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "lOg" = (/obj/floor_decal/corner/blue{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) "lOi" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/bridge/heads/rd) -"lOz" = (/obj/item/stock_parts/capacitor/super{name = "super-mega-ultra-peta-quadro-giga-chad capacitor"; rating = 7},/obj/item/stock_parts/micro_laser/ultra{name = "ultra-mega-super-duper-high-power micro-laser"; rating = 7},/obj/structure/table/rack,/obj/structure/sign/warning/radioactive{dir = 1; pixel_y = -32},/obj/item/stock_parts/micro_laser/ultra{name = "ultra-mega-super-duper-high-power micro-laser"; rating = 7},/obj/item/stock_parts/capacitor/super{name = "super-mega-ultra-peta-quadro-giga-chad capacitor"; rating = 7},/obj/item/paper{info = "These parts delivered to us SPECIAL for our shit-reactor, so I recommend use them ONLY for upgrading reactor"; name = "Parts Note"; pixel_x = -10},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/smes) +"lOz" = (/obj/structure/table/rack,/obj/structure/sign/warning/radioactive{dir = 1; pixel_y = -32},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/smes) "lOI" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/smes/buildable/preset/on_full,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/smes) "lOX" = (/obj/structure/table/standard,/obj/machinery/cell_charger,/obj/random/powercell,/obj/random/powercell,/turf/simulated/floor/tiled,/area/map_template/scgcity/engineering) "lPw" = (/obj/structure/bed/chair/office/comfy/blue,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/chemistryonelove) @@ -1650,10 +1687,10 @@ "lXO" = (/obj/machinery/atmospherics/unary/tank/oxygen{dir = 4},/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/atmospheris) "lXQ" = (/obj/floor_decal/spline/fancy/wood{dir = 6; icon_state = "spline_fancy"},/obj/machinery/light{dir = 4},/obj/machinery/photocopier,/turf/simulated/floor/wood/mahogany,/area/map_template/scgcity/bridge/heads) "lYf" = (/obj/structure/closet/crate/bin,/obj/floor_decal/corner/red/mono,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) -"lYj" = (/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/hangar) +"lYj" = (/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/wallframe_spawn/reinforced_phoron,/obj/machinery/door/firedoor/autoset,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/hangar) "lYl" = (/obj/structure/table/reinforced,/obj/floor_decal/corner/research/mono,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "lYz" = (/obj/machinery/door/unpowered/simple/wood,/turf/simulated/floor/wood,/area/map_template/scgcity/public/dorms) -"lYH" = (/obj/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"lYH" = (/obj/wallframe_spawn/reinforced_phoron,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/machinery/door/firedoor/autoset,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "lZa" = (/obj/machinery/door/airlock/sol{name = "Head of Personnel Quarters"},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/heads/hop/office) "lZx" = (/obj/machinery/alarm/auto_access{dir = 8; pixel_x = 24},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office/two) "lZY" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/bridge/sea) @@ -1687,6 +1724,7 @@ "mkJ" = (/obj/floor_decal/industrial/outline/yellow,/obj/machinery/floodlight,/turf/simulated/floor/plating,/area/map_template/scgcity/cargo/mining) "mkL" = (/obj/machinery/power/terminal,/obj/structure/catwalk,/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/smes) "mle" = (/obj/structure/table/woodentable/walnut,/turf/simulated/floor/carpet,/area/map_template/scgcity/public/bar) +"mlK" = (/obj/machinery/suit_storage_unit/explorer/engineer{req_access = list()},/obj/structure/railing/mapped,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/industrial/outline/orange,/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "mmu" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/obj/random/clipboard,/obj/item/paper_bin,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/bridge/heads/rd) "mmQ" = (/obj/floor_decal/corner/red{dir = 10},/obj/machinery/vending/wallmed1{dir = 1; icon_state = "wallmed"; name = "Emergency NanoMed"; pixel_x = 0; pixel_y = -32},/obj/machinery/photocopier,/turf/simulated/floor/tiled,/area/map_template/scgcity/security) "mmU" = (/obj/floor_decal/corner/green{dir = 1; icon_state = "corner_white"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) @@ -1696,7 +1734,7 @@ "moh" = (/obj/structure/catwalk,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/east) "mol" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/tcommsat/computer) "moo" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/obj/item/storage/mirror{pixel_x = 32},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/bridge/officehall) -"mpp" = (/obj/machinery/door/airlock/command{name = "Chief of Security Quarters"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cos) +"mpp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/security{id_tag = null; name = "Lead Scientist of Xenoarcheology's office"},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cos) "mpu" = (/obj/machinery/cooker/fryer,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/public/bar/kitchen) "mpC" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/floor_decal/corner/green{dir = 6},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "mpI" = (/obj/structure/table/standard,/obj/floor_decal/corner/green/mono,/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/public/hydro) @@ -1720,9 +1758,10 @@ "mxN" = (/obj/structure/table/standard,/obj/item/clothing/suit/greatcoat{armor = list("melee" = 90, "bullet" = 50, "laser" = 40, "energy" = 10, "bomb" = 30); desc = "A heavy armored great coat."; name = "greatest coat"},/turf/simulated/floor/lino,/area/map_template/scgcity/public/computer) "mxS" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/computer) "mya" = (/obj/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/window/boron_reinforced{dir = 8},/obj/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) +"mza" = (/obj/structure/closet/secure_closet/explorer,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/science,/obj/floor_decal/industrial/outline,/obj/structure/railing/mapped,/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/techfloor{dir = 8},/obj/floor_decal/techfloor{dir = 10},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "mzp" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/research/storage) "mAf" = (/obj/structure/table/reinforced,/obj/machinery/door/window/brigdoor/eastright{name = "HoP Desk"},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/heads/hop/office) -"mAh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"mAh" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "mBd" = (/obj/floor_decal/industrial/outline/yellow,/obj/machinery/stasis_cage,/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) "mBE" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/laundry) "mBW" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/structure/flora/pottedplant/dead,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) @@ -1735,7 +1774,7 @@ "mFu" = (/obj/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/meeting) "mGI" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office/two) "mGR" = (/obj/structure/catwalk,/turf/simulated/floor/plating,/area/map_template/scgcity/public/maint/two) -"mGZ" = (/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"mGZ" = (/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 4},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "mHM" = (/obj/floor_decal/corner/blue/mono,/obj/structure/closet/emcloset,/obj/floor_decal/industrial/outline/grey,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/hallway) "mHO" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/bucket,/turf/simulated/floor/plating,/area/map_template/scgcity/public/janitor) "mIb" = (/obj/structure/catwalk,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/emexit) @@ -1757,7 +1796,7 @@ "mQS" = (/obj/machinery/power/rad_collector{anchored = 1; drainratio = 0.3; max_power = 900000; max_rads = 550; max_safe_temp = 5273.15},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/engineering/smes) "mRe" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/turf/simulated/floor/carpet,/area/map_template/scgcity/public/recreation/observatory) "mRx" = (/obj/structure/closet/secure_closet/personal,/obj/floor_decal/spline/fancy/wood,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a105) -"mRy" = (/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"mRy" = (/obj/machinery/door/airlock/command{name = "Preparation Room"; id_tag = "scgruin_gateway_site"; locked = 1},/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/machinery/door/firedoor/autoset,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "mRG" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/security) "mRL" = (/obj/machinery/door/airlock/security{name = "Equipment Storage"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/security/equipment) "mSL" = (/obj/structure/closet/crate/bin,/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/bar) @@ -1766,7 +1805,7 @@ "mUi" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/map_template/scgcity/engineering/dorms) "mUn" = (/obj/catwalk_plated/dark,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/officehall) "mUQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) -"mVc" = (/obj/structure/table/reinforced,/obj/floor_decal/corner/research{dir = 5},/obj/machinery/button/blast_door/indicator{pixel_y = 9; pixel_x = 5; name = "EMERGENCY: Blast Door"},/obj/machinery/button/blast_door/indicator{pixel_y = 3; pixel_x = -5; name = "EMERGENCY: Blast Door"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"mVc" = (/obj/structure/table/reinforced,/obj/floor_decal/corner/research{dir = 5},/obj/machinery/button/blast_door/indicator{pixel_y = 9; pixel_x = 5; name = "EMERGENCY: Blast Door"},/obj/machinery/button/blast_door/indicator{pixel_y = 3; pixel_x = -5; name = "EMERGENCY: Blast Door"},/obj/machinery/button/alternate/door/bolts{pixel_y = -5; pixel_x = 4; name = "Prep room lock"; id_tag = "scgruin_gateway_site"; req_access = list("ACCESS_SCG_RESEARCH_LEAD")},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "mYw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "mZb" = (/obj/machinery/computer/modular/preset/dock,/obj/floor_decal/corner/brown/half{dir = 1; icon_state = "bordercolorhalf"},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo/qm) "mZD" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/tcommsat/computer) @@ -1786,8 +1825,8 @@ "ncK" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads/hop/office) "nds" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) "new" = (/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/atmospheris) -"nex" = (/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) -"neG" = (/obj/machinery/door/airlock/command{name = "Chief Engineer Quarters"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/ce) +"nex" = (/obj/machinery/airlock_sensor{frequency = 1331; id_tag = "scgruin_gateway_airlock_sensor"; pixel_y = -24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8; id_tag = "scgruin_gateway_airlock_pump"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"neG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/engineering{id_tag = null; name = "Lead Scientist of Theoric Bluespace's office"; desc = "It have label on it: Don't enter without whiesky and drugs."},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/ce) "nfi" = (/obj/structure/bed/chair{dir = 1},/obj/floor_decal/corner/green{dir = 10},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "nfx" = (/obj/wallframe_spawn/no_grille,/turf/simulated/floor/plating,/area/map_template/scgcity/public/recreation) "nfZ" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm/auto_access{pixel_y = 21},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) @@ -1847,6 +1886,7 @@ "nAw" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "nBn" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/map_template/scgcity/public/maint/two) "nBF" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{cycle_to_external_air = 1; frequency = 1380; id_tag = "scgcitymain"; pixel_x = 33; pixel_y = 28; tag_airpump = "scgcitymain_pump"; tag_chamber_sensor = "scgcitymain_sensor_chamber"; tag_exterior_door = "scgcitymain_exterior_door"; tag_exterior_sensor = "scgcitymain_sensor_external"; tag_interior_door = "scgcitymain_interior_door"; tag_interior_sensor = "scgcitymain_sensor_interior"},/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 4; id_tag = "scgcitymain_pump_out_internal"; power_rating = 25000},/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "scgcitymain_sensor_chamber"; pixel_x = 25; pixel_y = 23},/turf/simulated/floor/reinforced,/area/map_template/scgcity/public/entrance/airlock) +"nBU" = (/obj/structure/closet/secure_closet/explorer,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/science,/obj/structure/railing/mapped,/obj/floor_decal/techfloor{dir = 10},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "nBV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/head) "nCk" = (/obj/machinery/atmospherics/omni/filter{tag_east = 1; tag_north = 4; tag_south = 2; tag_west = 3},/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/engineering/atmospheris) "nCG" = (/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/east) @@ -1902,7 +1942,7 @@ "nUx" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/crystal,/area/map_template/scgcity/public/adherant) "nUB" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "nUL" = (/turf/simulated/floor/tiled,/area/map_template/scgcity/public/hydro) -"nUO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"nUO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "nUS" = (/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/obj/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "nVG" = (/obj/machinery/light,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/security/forensics) "nVL" = (/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) @@ -1927,6 +1967,7 @@ "obU" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) "ocd" = (/obj/structure/curtain/open/bed,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a105) "ocj" = (/obj/floor_decal/borderfloorwhite{dir = 4},/obj/floor_decal/corner/paleblue/border{dir = 4},/obj/structure/window/reinforced{dir = 4},/obj/structure/roller_bed{icon_state = "up"},/obj/decal/cleanable/blood{blood_color = "#a10808"},/obj/item/defibrillator/loaded{pixel_y = -11},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) +"ocn" = (/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor/corner{dir = 4},/obj/floor_decal/hull,/obj/floor_decal/techfloor,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "ocz" = (/obj/floor_decal/corner/yellow/half{dir = 1; icon_state = "bordercolorhalf"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "ocI" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/freezer,/area/map_template/scgcity/public/head) "ocV" = (/obj/floor_decal/spline/fancy/wood{dir = 10; icon_state = "spline_fancy"},/turf/simulated/floor/carpet/red,/area/map_template/scgcity/public/house/a102) @@ -1982,7 +2023,7 @@ "ouD" = (/obj/item/device/flashlight/lamp/floodlamp,/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/cargo/mining) "ovr" = (/obj/machinery/door/airlock/atmos{name = "Atmospherics"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/atmospheris) "owI" = (/obj/floor_decal/corner/black/diagonal,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/house/a106) -"oxv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"oxv" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/floor_decal/corner/beige{dir = 9},/obj/item/device/radio/intercom{dir = 4; pixel_x = -21},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "oyw" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/flora/pottedplant,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/medbay) "oyD" = (/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/sgr/back) "oAh" = (/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) @@ -1994,7 +2035,7 @@ "oCW" = (/obj/floor_decal/corner/red{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "oDu" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/house/a103) "oDQ" = (/obj/structure/inflatable/door,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/research) -"oEu" = (/obj/structure/bed/chair,/obj/floor_decal/corner/green{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"oEu" = (/obj/floor_decal/corner/beige{dir = 6},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "oEz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/research) "oEO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a102) "oFN" = (/obj/floor_decal/corner/red/half,/obj/structure/table/rack,/obj/structure/reagent_dispensers/peppertank{pixel_y = -32},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security/equipment) @@ -2011,6 +2052,7 @@ "oJg" = (/obj/structure/bed/chair/armchair/black{dir = 1},/obj/structure/window/reinforced,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/hallway/west) "oKc" = (/obj/structure/reagent_dispensers/watertank,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/floor_decal/industrial/outline/grey,/obj/machinery/light_switch{pixel_x = -6; pixel_y = -24},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/public/entrance/prep) "oKp" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/bridge/officehall) +"oKA" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal{dir = 4},/obj/wallframe_spawn/reinforced_phoron,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "oKO" = (/obj/structure/catwalk,/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/smes) "oLe" = (/obj/structure/hygiene/sink{dir = 4; pixel_x = 11},/obj/item/storage/mirror{pixel_x = 32},/turf/simulated/floor/tiled/freezer,/area/map_template/scgcity/public/house/a105) "oLr" = (/obj/structure/largecrate,/obj/random/material,/obj/machinery/space_heater,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hallway/east) @@ -2018,6 +2060,7 @@ "oMH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/security/equipment) "oNw" = (/obj/wallframe_spawn/no_grille,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/officehall) "oNG" = (/obj/structure/table/standard,/obj/item/honey_frame/filled,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled,/area/map_template/scgcity/public/hydro) +"oOi" = (/obj/floor_decal/hull{dir = 9},/obj/floor_decal/hull/corner,/obj/floor_decal/techfloor/corner,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "oOo" = (/obj/structure/holoplant,/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) "oOC" = (/obj/structure/bed/chair/office/comfy/red{dir = 4},/obj/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/security) "oOF" = (/obj/machinery/power/tracker{id = "scgruin_solar"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/solars) @@ -2037,7 +2080,7 @@ "oUF" = (/obj/item/stool/padded,/obj/machinery/alarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/recreation/pool) "oVo" = (/obj/floor_decal/spline/fancy/wood,/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/research/meeting) "oVX" = (/obj/structure/closet/secure_closet/guncabinet/sidearm/combined,/obj/floor_decal/industrial/outline/grey,/obj/machinery/recharger/wallcharger{dir = 8; pixel_x = 23; pixel_y = -3},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/storage) -"oWf" = (/obj/floor_decal/corner/green{dir = 9},/obj/structure/table/woodentable,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"oWf" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "oWC" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/obj/machinery/papershredder,/turf/simulated/floor/wood/mahogany,/area/map_template/scgcity/bridge/heads) "oWX" = (/obj/item/stack/cable_coil,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/tcommsat/chamber) "oXD" = (/obj/structure/closet/medical_wall/filled{pixel_y = -32},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) @@ -2077,6 +2120,7 @@ "plu" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/public/entrance/airlock) "pmo" = (/obj/machinery/door/airlock/engineering{name = "Auxiliary Power Storage"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hallway/north) "pmK" = (/obj/item/defibrillator/loaded,/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) +"pmU" = (/obj/machinery/atmospherics/binary/passive_gate{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "pmW" = (/obj/structure/closet/secure_closet/personal,/obj/random/accessory,/obj/random/accessory,/obj/random/accessory,/obj/random/clothing,/obj/random/clothing,/obj/random/gloves,/obj/random/gloves,/obj/random/glasses,/obj/random/glasses,/obj/random/suit,/obj/random/suit,/obj/random/shoes,/turf/simulated/floor/wood,/area/map_template/scgcity/public/dorms) "pmY" = (/obj/structure/railing/mapped,/obj/floor_decal/corner/green{dir = 10},/obj/floor_decal/industrial/shutoff{dir = 4},/obj/machinery/atmospherics/valve/shutoff/scrubbers{dir = 4},/obj/machinery/atmospherics/valve/shutoff/supply{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "pnA" = (/obj/floor_decal/corner/yellow{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/bridge/heads/ce) @@ -2108,6 +2152,7 @@ "puW" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light/small,/turf/simulated/floor/plating,/area/map_template/scgcity/public/maint/three) "pvd" = (/obj/structure/table/standard,/obj/floor_decal/corner/brown/half{dir = 4; icon_state = "bordercolorhalf"},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo/qm) "pvr" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume/external_air{dir = 8; id_tag = "scgcitymain_pump"; power_rating = 25000},/turf/simulated/floor/reinforced,/area/map_template/scgcity/public/entrance/airlock) +"pwu" = (/obj/floor_decal/hull{dir = 5},/obj/floor_decal/hull/corner{dir = 8},/obj/floor_decal/techfloor,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "pwv" = (/obj/machinery/light/small,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/engineering/dorms) "pwX" = (/obj/floor_decal/spline/fancy/wood,/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cos) "pxj" = (/obj/floor_decal/corner/blue{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) @@ -2187,7 +2232,7 @@ "pWR" = (/obj/machinery/door/unpowered/simple/walnut,/obj/decal/cleanable/dirt,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/engineering/dorms) "pXb" = (/obj/structure/bed/chair/armchair/black,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a105) "pXn" = (/obj/structure/catwalk,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/solars) -"pXq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/glass/command{name = "Gateway"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"pXq" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/glass/command{name = "Gateway"; locked = 1; id_tag = "scgruin_gateway_airlock_outer"},/obj/machinery/door/firedoor/autoset,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "pXy" = (/obj/floor_decal/spline/fancy/black{dir = 1; icon_state = "spline_fancy"},/obj/machinery/alarm/auto_access{pixel_y = 21},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/wood/maple,/area/map_template/scgcity/engineering/dorms) "pXD" = (/obj/floor_decal/corner/green{dir = 8},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "pXY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/rd) @@ -2215,7 +2260,7 @@ "qhn" = (/obj/floor_decal/corner/green{dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "qhr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/south) "qhG" = (/obj/wallframe_spawn/no_grille,/turf/simulated/floor/plating,/area/map_template/scgcity/public/entrance/prep) -"qhM" = (/obj/machinery/suit_storage_unit/explorer{req_access = list()},/obj/structure/window/boron_reinforced{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"qhM" = (/obj/structure/railing/mapped,/obj/machinery/suit_storage_unit{name = "exploration voidsuit storage unit"; isopen = 1},/obj/floor_decal/industrial/outline,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/techfloor{dir = 4; icon_state = "techfloor_edges"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "qid" = (/obj/machinery/door/airlock/external{frequency = 1380; id_tag = "scgcitymain_exterior_door"; locked = 1},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9; icon_state = "intact"},/turf/simulated/floor/reinforced,/area/map_template/scgcity/public/entrance/airlock) "qig" = (/obj/machinery/photocopier,/obj/floor_decal/corner/research{dir = 9},/obj/machinery/light_switch{pixel_x = -24; pixel_y = 6},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office) "qij" = (/obj/structure/table/reinforced,/obj/random/junk,/turf/simulated/floor/tiled,/area/map_template/scgcity/research) @@ -2252,7 +2297,7 @@ "qqV" = (/obj/structure/table/glass,/obj/item/toy/figure/scientist,/obj/decal/cleanable/dirt,/turf/simulated/floor/wood/maple,/area/map_template/scgcity/research/rdoffice) "qrv" = (/obj/floor_decal/corner/blue{dir = 10},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) "qrG" = (/obj/floor_decal/spline/fancy/wood,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/research/meeting) -"qrI" = (/obj/structure/table/rack,/obj/item/stock_parts/subspace/crystal,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"qrI" = (/obj/structure/table/rack,/obj/item/stock_parts/subspace/crystal,/obj/machinery/light/spot{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "qrL" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/catwalk_plated,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/east) "qsz" = (/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/obj/floor_decal/industrial/outline/yellow,/obj/machinery/suspension_gen,/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) "qsH" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/south) @@ -2280,9 +2325,9 @@ "qAW" = (/obj/floor_decal/corner/green{dir = 9},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "qCe" = (/obj/structure/table/woodentable_reinforced/walnut,/obj/item/sticky_pad/random,/obj/machinery/light,/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) "qCC" = (/turf/simulated/wall/uranium,/area/map_template/scgcity/engineering/smes) -"qCF" = (/obj/floor_decal/hull{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/closet/medical_wall/filled{pixel_y = -32},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"qCF" = (/obj/floor_decal/hull{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/closet/hydrant{pixel_y = -26},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "qDG" = (/obj/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/alarm/auto_access{dir = 8; pixel_x = 24},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/research/meeting) -"qEk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm/auto_access{dir = 4; pixel_x = -23},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) +"qEk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/alarm/auto_access{dir = 4; pixel_x = -23},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/catwalk_plated/dark,/obj/floor_decal/watch_step{layer = 2.1},/turf/simulated/floor/plating,/area/map_template/scgcity/hangar) "qEr" = (/obj/structure/table/standard,/obj/item/reagent_containers/glass/beaker/large,/obj/machinery/reagentgrinder/juicer{pixel_y = 8},/turf/simulated/floor/lino,/area/map_template/scgcity/public/bar) "qEC" = (/turf/simulated/floor/reinforced,/area/map_template/scgcity/outside) "qEI" = (/obj/floor_decal/corner/blue/mono,/obj/machinery/computer/modular/preset/aislot/sysadmin{dir = 4},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge) @@ -2371,6 +2416,7 @@ "rsq" = (/obj/structure/bed/chair/armchair/black,/obj/submap_landmark/spawnpoint/citydweller_spawn,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a105) "rsY" = (/obj/wallframe_spawn/reinforced/polarized{id = "scgruincity_bridgemain897"},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/hallway) "rtd" = (/obj/floor_decal/corner/paleblue{dir = 10},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) +"rtm" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/command{name = "Preparation Room"; id_tag = "scgruin_gateway_site"; locked = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/autoset,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/sea) "rtI" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/grass,/area/map_template/scgcity/bridge/emexit) "rtR" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) "rtW" = (/obj/structure/holoplant,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cmo) @@ -2397,6 +2443,7 @@ "rHk" = (/obj/machinery/light{dir = 8},/obj/machinery/constructable_frame/machine_frame,/obj/item/screwdriver,/turf/simulated/floor/plating,/area/map_template/scgcity/tcommsat/chamber) "rHR" = (/obj/structure/holoplant,/obj/floor_decal/corner/brown/half,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/cargo/qm) "rIg" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/leafybush,/obj/machinery/light{dir = 4},/turf/simulated/floor/grass,/area/map_template/scgcity/hallway/west) +"rJw" = (/obj/floor_decal/industrial/loading{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "rJK" = (/obj/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/north) "rJO" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/surgery) "rKj" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/engineering) @@ -2437,13 +2484,14 @@ "rVP" = (/obj/machinery/chem_master/condimaster,/turf/simulated/floor/tiled/freezer,/area/map_template/scgcity/public/bar/kitchen) "rWl" = (/obj/floor_decal/scglogo{dir = 4; icon_state = "top-left"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge) "rWm" = (/obj/machinery/papershredder,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/computer) +"rXi" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "rXo" = (/obj/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) "rYn" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hallway/south) "rYx" = (/obj/machinery/light/small{dir = 8},/obj/floor_decal/corner/red/mono,/obj/machinery/computer/modular/preset/security{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security/cells) "rYB" = (/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads) "rYN" = (/obj/structure/solbanner/exo,/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/public/entrance/airlock) "rYO" = (/obj/floor_decal/corner/research{dir = 10},/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/research) -"rZo" = (/obj/machinery/door/airlock/glass/maintenance,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/hangar) +"rZo" = (/obj/machinery/door/airlock/glass/maintenance,/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{density = 0; dir = 2; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/autoset,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/hangar) "rZz" = (/obj/structure/largecrate,/obj/random/loot,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hallway/east) "rZF" = (/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/storage) "sad" = (/obj/catwalk_plated,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/plating,/area/map_template/scgcity/engineering) @@ -2482,12 +2530,12 @@ "smH" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/recreation) "smV" = (/obj/floor_decal/corner/grey{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/public/entrance/prep) "snk" = (/obj/wallframe_spawn/reinforced,/turf/simulated/floor/plating,/area/map_template/scgcity/public/entrance) -"snl" = (/obj/machinery/door/airlock/glass/command{name = "Gateway"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"snl" = (/obj/machinery/door/airlock/glass/command{name = "Gateway"; locked = 1; id_tag = "scgruin_gateway_airlock_inner"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/blast/regular{density = 0; dir = 4; icon_state = "pdoor0"; id_tag = "scgruin_gateway_emerg"; name = "Protective Shutter"; opacity = 0},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "snm" = (/obj/structure/flora/pottedplant/dead,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/security/cells) -"snu" = (/obj/floor_decal/corner/green{dir = 9},/obj/structure/closet/emcloset,/obj/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"snu" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/floor_decal/corner/beige{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "snB" = (/obj/machinery/light{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "snE" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4; external_pressure_bound = 202; external_pressure_bound_default = 202},/obj/machinery/space_heater{set_temperature = 348.15},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/head) -"sot" = (/obj/floor_decal/corner/red/half,/obj/structure/table/reinforced,/obj/machinery/recharger/wallcharger{dir = 4; pixel_x = -23; pixel_y = -3},/obj/random/maintenance,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security/equipment) +"sot" = (/obj/floor_decal/corner/red/half,/obj/machinery/recharger/wallcharger{dir = 4; pixel_x = -23; pixel_y = -3},/obj/random/maintenance,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security/equipment) "sow" = (/obj/wallframe_spawn/reinforced,/obj/decal/cleanable/dirt,/turf/simulated/floor/plating,/area/map_template/scgcity/cargo/qm) "soZ" = (/obj/machinery/door/window/brigdoor/westleft{id = "scgcity_cell_2"; name = "Cell 2"; req_access = list("ACCESS_BRIG")},/obj/floor_decal/corner/red{dir = 4; icon_state = "corner_white"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security/cells) "spk" = (/obj/machinery/door/airlock/command{id_tag = null; name = "Conference Room"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/meeting) @@ -2508,6 +2556,7 @@ "suT" = (/obj/structure/flora/ausbushes/pointybush,/turf/simulated/floor/grass,/area/map_template/scgcity/hallway) "svo" = (/obj/wallframe_spawn/reinforced/polarized/no_grille{id = "scgruin_surgery456"},/turf/simulated/floor/plating,/area/map_template/scgcity/medbay/surgery) "svy" = (/obj/machinery/button/alternate/door{id_tag = "scgruin_medmaindoor721"; name = "Infirmary Main Door"; pixel_x = -25; pixel_y = 23},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) +"swk" = (/obj/wallframe_spawn/reinforced_phoron,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4; icon_state = "map"},/obj/machinery/door/firedoor/autoset,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "swz" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "swD" = (/obj/structure/table/woodentable,/obj/floor_decal/corner/beige{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "sxi" = (/turf/simulated/floor/plating,/area/map_template/scgcity/public/house/a106) @@ -2521,7 +2570,7 @@ "szP" = (/obj/machinery/chem_master,/obj/floor_decal/corner/beige{dir = 10},/obj/floor_decal/corner/beige{dir = 5},/obj/machinery/light{dir = 4},/obj/decal/cleanable/dirt,/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/chemistryonelove) "sAa" = (/obj/structure/catwalk,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/smes) "sAN" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/obj/floor_decal/spline/fancy/wood,/obj/decal/cleanable/dirt,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/bar) -"sBc" = (/obj/floor_decal/corner/green{dir = 9},/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"sBc" = (/obj/floor_decal/hull,/obj/floor_decal/hull{dir = 1},/obj/floor_decal/techfloor/corner{dir = 4},/turf/simulated/floor/plating,/area/map_template/scgcity/bridge/sea) "sCb" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/wood/mahogany,/area/map_template/scgcity/bridge/heads/hop/office) "sCn" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/cargo) "sDd" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/bridge/heads/cmo) @@ -2534,7 +2583,7 @@ "sEr" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/cmo) "sFG" = (/obj/floor_decal/borderfloorwhite{dir = 8},/obj/floor_decal/corner/paleblue/border{dir = 8},/obj/decal/cleanable/blood{blood_color = "#a10808"},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) "sFL" = (/obj/structure/railing/mapped{dir = 4; icon_state = "railing0-1"},/obj/structure/holoplant,/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) -"sGd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) +"sGd" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "sGe" = (/obj/structure/filingcabinet{pixel_x = 8},/obj/floor_decal/corner/research{dir = 6},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research) "sGu" = (/obj/machinery/door/airlock/medical{name = "Equipment Storage"},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/medbay) "sGw" = (/obj/floor_decal/industrial/warning,/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/window/boron_reinforced,/turf/simulated/floor/reinforced,/area/map_template/scgcity/hangar) @@ -2595,7 +2644,7 @@ "tap" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/west) "tav" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "taR" = (/obj/structure/table/rack,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a102) -"tbk" = (/obj/structure/table/reinforced,/obj/floor_decal/corner/research/mono,/obj/machinery/button/blast_door/indicator{pixel_y = 9; pixel_x = 5; name = "EMERGENCY: Blast Door"},/obj/machinery/button/blast_door/indicator{pixel_y = 3; pixel_x = -5; name = "EMERGENCY: Blast Door"},/obj/machinery/button/alternate/door/bolts{pixel_y = -5; pixel_x = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"tbk" = (/obj/structure/table/reinforced,/obj/floor_decal/corner/research/mono,/obj/machinery/button/blast_door/indicator{pixel_y = 9; pixel_x = 5; name = "EMERGENCY: Observation room"},/obj/machinery/button/blast_door/indicator{pixel_y = 3; pixel_x = -5; name = "EMERGENCY: Blast Door"; id_tag = "scgruin_gateway_emerg"},/obj/machinery/button/alternate/door/bolts{pixel_y = -5; pixel_x = 4; name = "Prep room lock"; id_tag = "scgruin_gateway_site"; req_access = list("ACCESS_SCG_RESEARCH_LEAD")},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "tbu" = (/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/obj/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "tca" = (/obj/structure/sign/warning/nosmoking_1{pixel_y = 24},/turf/simulated/floor/tiled,/area/map_template/scgcity/research) "tci" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/reinforced,/area/map_template/scgcity/research/testlab) @@ -2642,7 +2691,7 @@ "tqw" = (/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hallway/south) "trk" = (/obj/structure/table/steel_reinforced,/obj/item/material/ashtray/bronze,/obj/floor_decal/corner/red{dir = 10},/obj/floor_decal/corner/red{dir = 5},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/checkpoint) "trS" = (/obj/machinery/recharger/wallcharger{dir = 4; pixel_x = -23; pixel_y = -3},/turf/simulated/floor/tiled,/area/map_template/scgcity/security/equipment) -"trU" = (/obj/floor_decal/corner/beige{dir = 9},/obj/structure/table/glass,/obj/structure/sign/warning/detailed{dir = 4; pixel_x = -32},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"trU" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 2},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/hangar) "trW" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/rdoffice) "tsf" = (/obj/structure/bed/chair/comfy/lime{dir = 4},/obj/floor_decal/corner/research{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office) "ttC" = (/obj/floor_decal/corner/blue/mono,/obj/structure/closet/crate/bin,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/loot,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/officehall) @@ -2708,7 +2757,7 @@ "tNJ" = (/obj/machinery/washing_machine,/turf/simulated/floor/tiled/freezer,/area/map_template/scgcity/public/house/a106) "tOc" = (/obj/item/toy/figure/clown{pixel_x = -9},/obj/item/toy/figure/secofficer{pixel_x = 11; pixel_y = 8},/obj/item/toy/figure/secofficer{pixel_x = 11; pixel_y = -8},/obj/item/toy/figure/hos{pixel_x = 2},/turf/simulated/floor/plating,/area/map_template/scgcity/public/maint) "tOf" = (/obj/floor_decal/corner/research{dir = 5},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) -"tPa" = (/obj/floor_decal/corner/beige{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"tPa" = (/obj/structure/sign/warning/detailed{dir = 4; pixel_x = -32},/obj/floor_decal/corner/research{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "tPI" = (/obj/floor_decal/spline/plain/beige{dir = 8},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/computer) "tPX" = (/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/cargo/mining) "tQb" = (/obj/structure/catwalk,/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/sign/warning/high_voltage{pixel_y = 32},/turf/simulated/floor/plating,/area/map_template/scgcity/hallway/north) @@ -2719,6 +2768,7 @@ "tSj" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/grass,/area/map_template/scgcity/bridge/emexit) "tSr" = (/obj/structure/table/glass,/obj/item/reagent_containers/spray/luminol,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/security/forensics) "tTd" = (/obj/floor_decal/corner/green{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) +"tTw" = (/obj/machinery/porta_turret,/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "tUa" = (/obj/floor_decal/spline/plain/blue{dir = 4},/obj/structure/table/woodentable/walnut,/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/wood/mahogany,/area/map_template/scgcity/bridge/heads/hop/office) "tUv" = (/obj/floor_decal/corner/paleblue/half{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/officehall) "tUx" = (/obj/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) @@ -2728,7 +2778,7 @@ "tVB" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/public/bar/kitchen) "tVG" = (/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge) "tWm" = (/obj/structure/closet/crate/med_crate/burn,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/medbay) -"tWr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"tWr" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "tWE" = (/obj/structure/table/woodentable_reinforced/walnut,/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) "tWH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/sol{autoset_access = 0; name = "City Command"; req_access = list(list("ACCESS_SECURITY","ACCESS_BRIDGE"))},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/hallway) "tXq" = (/obj/machinery/door/unpowered/simple/walnut,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/engineering/dorms) @@ -2747,6 +2797,7 @@ "uff" = (/obj/structure/table/woodentable/walnut,/obj/item/material/ashtray/bronze,/turf/simulated/floor/carpet,/area/map_template/scgcity/public/bar) "ufr" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/turf/simulated/floor/wood/maple,/area/map_template/scgcity/security) "ufC" = (/turf/simulated/floor/carpet,/area/map_template/scgcity/bridge/heads) +"ufF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "ufR" = (/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/medbay) "ugc" = (/obj/machinery/power/smes/buildable/preset/torch/substation_full,/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/structure/cable,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/hallway/north) "ugC" = (/obj/machinery/light_switch{pixel_x = -6; pixel_y = 24},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads/cos) @@ -2846,12 +2897,12 @@ "uPL" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/public/house/a102) "uQl" = (/obj/floor_decal/spline/fancy/wood{dir = 1; icon_state = "spline_fancy"},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/rdoffice) "uQy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/recreation) -"uQI" = (/obj/structure/bed/chair{dir = 1},/obj/floor_decal/corner/green{dir = 9},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"uQI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "uRW" = (/obj/floor_decal/spline/fancy/wood{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/research/meeting) "uSJ" = (/obj/structure/table/standard,/obj/item/reagent_containers/spray/sterilizine{pixel_x = 3},/obj/item/reagent_containers/spray/cleaner{pixel_x = -5},/obj/floor_decal/corner/paleblue{dir = 5},/obj/floor_decal/corner/paleblue{dir = 10},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/surgery) "uSQ" = (/obj/floor_decal/corner/green{dir = 6},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"; pixel_x = 0},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "uTw" = (/obj/floor_decal/industrial/warning,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) -"uTz" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/command{name = "Preparation Room"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/sea) +"uTz" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "uUc" = (/obj/item/clothing/under/captainformal,/obj/random/accessory,/obj/structure/closet/secure_closet/CO,/turf/simulated/floor/carpet,/area/map_template/scgcity/bridge/heads) "uUE" = (/obj/floor_decal/corner/yellow/mono,/obj/random/accessory,/obj/floor_decal/industrial/outline/yellow,/obj/structure/closet/secure_closet/RD_torch,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/bridge/heads/ce) "uUM" = (/obj/structure/bed/chair/armchair/black,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/hallway/west) @@ -2922,7 +2973,7 @@ "vpQ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/heads/cos) "vqw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/hop) "vqM" = (/turf/simulated/wall/prepainted,/area/map_template/scgcity/hallway/east) -"vre" = (/obj/machinery/porta_turret,/obj/floor_decal/hull{dir = 1},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"vre" = (/obj/machinery/porta_turret,/obj/floor_decal/hull{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "vrk" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9; icon_state = "intact"},/obj/structure/window/boron_reinforced/full{dir = 8},/turf/simulated/floor/plating,/area/map_template/scgcity/public/entrance/airlock) "vsq" = (/obj/floor_decal/corner/blue{dir = 5},/obj/machinery/alarm/auto_access{pixel_y = 21},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/meeting) "vta" = (/obj/structure/table/standard,/obj/machinery/reagent_temperature,/obj/floor_decal/corner/beige{dir = 10},/obj/floor_decal/corner/beige{dir = 5},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/chemistryonelove) @@ -2939,7 +2990,7 @@ "vBF" = (/obj/structure/bed/chair/armchair/black{dir = 4},/obj/machinery/alarm{dir = 1; icon_state = "alarm0"; pixel_y = -22},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/recreation/observatory) "vBM" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/recreation/observatory) "vCs" = (/obj/floor_decal/spline/plain/beige{dir = 4},/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/public/computer) -"vCH" = (/obj/machinery/suit_storage_unit/explorer/engineer{req_access = list()},/obj/structure/window/boron_reinforced{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) +"vCH" = (/obj/structure/railing/mapped,/obj/structure/railing/mapped{dir = 1; icon_state = "railing0-1"},/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/industrial/outline/orange,/obj/floor_decal/techfloor{dir = 9},/obj/structure/closet/secure_closet/explorer/engineer/empty,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "vCJ" = (/obj/floor_decal/corner/red/half{dir = 1; icon_state = "bordercolorhalf"},/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/north) "vDv" = (/obj/machinery/door/airlock{name = "House"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a106) "vDF" = (/obj/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/cargo) @@ -2964,12 +3015,14 @@ "vMu" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/plating,/area/map_template/scgcity/public/maint/three) "vMz" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/bar) "vMD" = (/obj/floor_decal/corner/green{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"vMJ" = (/obj/structure/closet/secure_closet/explorer/engineer,/obj/item/storage/firstaid/individual/military,/obj/item/material/hatchet/machete,/obj/item/clothing/mask/gas/half,/obj/item/clothing/glasses/ballistic/engi,/obj/item/clothing/glasses/welding/superior,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/floor_decal/industrial/outline/orange,/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/techfloor{dir = 8},/obj/item/device/radio/intercom/private{name = "intercom (Troops)"; dir = 4; pixel_x = -8},/obj/structure/railing/mapped,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "vMM" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/house/a102) "vNk" = (/obj/structure/bed/padded,/obj/item/bedsheet/ce,/obj/structure/curtain/open/bed,/turf/simulated/floor/carpet/orange,/area/map_template/scgcity/bridge/heads/ce) "vNs" = (/obj/floor_decal/corner/red/mono,/obj/machinery/door/airlock/security{name = "Security Checkpoint"; secured_wires = 1},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/bridge/checkpoint) "vOv" = (/obj/item/contraband/poster,/obj/machinery/space_heater,/turf/simulated/floor/plating,/area/map_template/scgcity/public/maint/four) "vOX" = (/obj/floor_decal/corner/blue/mono,/obj/structure/reagent_dispensers/water_cooler{dir = 8},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/hallway) "vPg" = (/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) +"vPy" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/floor_decal/corner/beige{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "vPH" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/research/office/two) "vQd" = (/obj/floor_decal/corner/red/mono,/obj/machinery/light,/obj/structure/table/reinforced,/obj/random/firstaid,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) "vQA" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/research/meeting) @@ -2992,14 +3045,15 @@ "waF" = (/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "waS" = (/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/public/entrance/airlock) "waY" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/sol{autoset_access = 0; name = "City Command"; req_access = list(list("ACCESS_SECURITY","ACCESS_BRIDGE"))},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) -"wbq" = (/obj/machinery/door/airlock/command{name = "Chief Science Officer Quarters"},/obj/floor_decal/spline/fancy/wood/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/rd) +"wbq" = (/obj/floor_decal/spline/fancy/wood/corner,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/research{name = "Lead Scientist of Robotist's office"},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/rd) "wbu" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway) "wbI" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/plating,/area/map_template/scgcity/engineering/smes) "wcc" = (/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/catwalk_plated/dark,/turf/simulated/floor/plating,/area/map_template/scgcity/cargo) "wcl" = (/obj/machinery/door/window/brigdoor/westleft,/obj/floor_decal/corner/red/mono,/obj/structure/sign/warning/secure_area/armory{dir = 8; pixel_x = 34},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) "wdf" = (/obj/structure/table/standard,/obj/structure/window/reinforced{dir = 4},/obj/random/maintenance,/turf/simulated/floor/tiled,/area/map_template/scgcity/security) -"wdM" = (/obj/structure/extinguisher_cabinet{pixel_x = 32},/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) +"wdM" = (/obj/structure/extinguisher_cabinet{pixel_x = 32},/obj/floor_decal/corner/research{dir = 10},/obj/floor_decal/corner/research{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/hangar) "wdN" = (/obj/structure/closet/emcloset,/obj/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled,/area/map_template/scgcity/public/recreation/pool) +"wee" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "weV" = (/obj/wallframe_spawn/no_grille,/turf/simulated/floor/plating,/area/map_template/scgcity/cargo/mining/storage) "wfu" = (/obj/floor_decal/corner/beige{dir = 6},/obj/structure/closet/shipping_wall/filled{pixel_x = 26},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/chemistryonelove) "wfE" = (/obj/structure/railing/mapped{dir = 8; icon_state = "railing0-1"},/obj/floor_decal/corner/green{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) @@ -3056,7 +3110,7 @@ "wum" = (/obj/floor_decal/corner/research/mono,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/bridge/heads/rd) "wuE" = (/obj/structure/table/steel_reinforced,/obj/floor_decal/corner/red{dir = 10},/obj/floor_decal/corner/red{dir = 5},/obj/item/dice,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/checkpoint) "wuG" = (/obj/floor_decal/corner/blue/half{dir = 4},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/officehall) -"wvo" = (/obj/machinery/door/airlock/security{id_tag = null; name = "Chief of Security"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/bridge/heads/cos) +"wvo" = (/obj/machinery/door/airlock/security{id_tag = null; name = "Lead Scientist of Xenoarcheology's office"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/bridge/heads/cos) "wxa" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 2; name = "south bump"; pixel_y = -24},/obj/floor_decal/corner/blue/border{dir = 8},/obj/floor_decal/corner/blue{dir = 6},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/storage) "wxx" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/south) "wxR" = (/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/cargo/mining) @@ -3121,6 +3175,7 @@ "wPj" = (/obj/structure/flora/ausbushes/leafybush,/turf/simulated/floor/grass,/area/map_template/scgcity/hallway) "wPm" = (/obj/item/stool/bar/padded,/obj/decal/cleanable/dirt,/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/bar) "wPq" = (/obj/floor_decal/techfloor{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/cargo/mining/storage) +"wPM" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/floor_decal/corner/beige{dir = 6},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "wQn" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) "wQr" = (/obj/floor_decal/corner/beige{dir = 9},/obj/machinery/vending/cola,/obj/floor_decal/corner/green{dir = 4},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "wSj" = (/obj/structure/curtain/black,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) @@ -3130,6 +3185,7 @@ "wTe" = (/obj/floor_decal/corner/yellow/mono,/obj/machinery/photocopier,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/bridge/heads/ce) "wTW" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) "wUd" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) +"wUA" = (/obj/machinery/suit_storage_unit/explorer{req_access = list()},/obj/structure/railing/mapped,/obj/floor_decal/industrial/outline,/obj/structure/window/reinforced{dir = 4},/obj/floor_decal/techfloor{dir = 6},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "wUE" = (/obj/structure/bookcase/manuals/research_and_development,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/research/office/two) "wUU" = (/obj/floor_decal/spline/fancy/wood,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/carpet,/area/map_template/scgcity/public/recreation/observatory) "wVg" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_y = 24},/turf/simulated/floor/carpet/blue2,/area/map_template/scgcity/bridge/sgr) @@ -3143,7 +3199,7 @@ "xad" = (/obj/floor_decal/corner/research{dir = 6},/obj/structure/window/reinforced{dir = 4},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) "xaf" = (/obj/machinery/door/airlock/security{name = "Brig"},/obj/structure/cable{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/security/cells) "xal" = (/obj/structure/table/woodentable/maple,/obj/structure/extinguisher_cabinet{pixel_x = -32},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/hallway/west) -"xau" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/corner/red/mono,/obj/decal/cleanable/dirt,/obj/structure/closet/secure_closet/guncabinet/sidearm/combined,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) +"xau" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/floor_decal/corner/red/mono,/obj/decal/cleanable/dirt,/obj/item/gun/projectile/automatic/scg/smg/special,/obj/item/gun/projectile/automatic/scg/smg/special,/obj/item/gun/projectile/automatic/scg/smg/special,/obj/item/ammo_magazine/smg/special/scg,/obj/item/ammo_magazine/smg/special/scg,/obj/item/ammo_magazine/smg/special/scg,/obj/item/ammo_magazine/smg/special/scg,/obj/item/ammo_magazine/smg/special/scg,/obj/item/ammo_magazine/smg/special/scg,/obj/item/ammo_magazine/smg/special/scg/rubber,/obj/item/ammo_magazine/smg/special/scg/rubber,/obj/item/ammo_magazine/smg/special/scg/rubber,/obj/item/ammo_magazine/smg/special/scg/rubber,/obj/item/gun/projectile/pistol/scg/assasin,/obj/item/gun/projectile/pistol/scg/assasin,/obj/item/gun/projectile/pistol/scg/assasin,/obj/item/ammo_magazine/pistol/assasin,/obj/item/ammo_magazine/pistol/assasin,/obj/item/ammo_magazine/pistol/assasin,/obj/item/ammo_magazine/pistol/assasin,/obj/structure/closet/secure_closet/guncabinet,/obj/item/ammo_magazine/pistol/assasin,/obj/item/ammo_magazine/pistol/assasin,/obj/item/ammo_magazine/pistol/assasin/rubber,/obj/item/ammo_magazine/pistol/assasin/rubber,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) "xaP" = (/obj/floor_decal/corner/research{dir = 9},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/research/testlab) "xbv" = (/obj/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/light/spot{dir = 8},/turf/simulated/floor/reinforced,/area/map_template/scgcity/outside) "xbD" = (/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/medbay) @@ -3159,8 +3215,8 @@ "xdM" = (/obj/structure/window/reinforced,/turf/simulated/floor/lino,/area/map_template/scgcity/public/computer) "xdZ" = (/obj/structure/roller_bed,/obj/floor_decal/corner/paleblue/half{dir = 1},/obj/decal/cleanable/cobweb,/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/medbay) "xeS" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) -"xfo" = (/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/obj/structure/closet{closet_appearance = /decl/closet_appearance/secure_closet/torch/security; name = "Security Equipment Closet"},/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security/equipment) -"xfC" = (/obj/machinery/door/airlock/sol{id_tag = null; name = "SolGov Representative"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/sgr/back) +"xfo" = (/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/obj/structure/table/rack,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security/equipment) +"xfC" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/sol{id_tag = null; name = "Colony Supervisor"},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/sgr/back) "xfX" = (/obj/decal/cleanable/dirt,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/research) "xgw" = (/obj/structure/window/reinforced,/obj/machinery/computer/modular/preset/civilian{dir = 4},/turf/simulated/floor/lino,/area/map_template/scgcity/public/computer) "xgG" = (/obj/floor_decal/corner/blue/three_quarters{dir = 4},/turf/simulated/floor/tiled/dark,/area/map_template/scgcity/bridge/hallway) @@ -3202,7 +3258,7 @@ "xwv" = (/obj/floor_decal/corner/research{dir = 10},/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled,/area/map_template/scgcity/research) "xwI" = (/obj/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/ce) "xwO" = (/obj/floor_decal/industrial/loading{dir = 4},/obj/random/material,/turf/simulated/floor/reinforced{icon = 'icons/turf/flooring/misc.dmi'; icon_state = "concrete"},/area/map_template/scgcity/cargo/mining) -"xwY" = (/obj/structure/bed/chair{dir = 4},/obj/floor_decal/corner/beige{dir = 9},/obj/structure/sign/warning/lethal_turrets{pixel_x = -32},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) +"xwY" = (/obj/structure/bed/chair{dir = 4},/obj/structure/sign/warning/lethal_turrets{pixel_x = -32},/obj/floor_decal/corner/research{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/north) "xwZ" = (/obj/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters{density = 0; dir = 4; icon_state = "shutter0"; id_tag = "scgruin_rndcheckwindow432"; name = "RnD SecurityCheckpoint Shutters"; opacity = 0},/turf/simulated/floor/plating,/area/map_template/scgcity/research/checkpoint) "xxF" = (/obj/item/folder/red,/obj/item/folder/blue,/obj/structure/filingcabinet,/obj/floor_decal/corner/red/mono,/obj/item/folder/yellow,/turf/simulated/floor/tiled/monotile,/area/map_template/scgcity/security) "xxT" = (/obj/floor_decal/corner/paleblue/three_quarters{dir = 1},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/storage) @@ -3251,7 +3307,7 @@ "xJM" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/bridge/heads/rd) "xJQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/bridge/heads/ce) "xKq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/west) -"xKr" = (/obj/machinery/door/airlock/sol{name = "Head of Personnel Office"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/bridge/heads/hop) +"xKr" = (/obj/machinery/door/airlock/sol{name = "Lead Scientist of Psychology's office"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/map_template/scgcity/bridge/heads/hop) "xLr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled,/area/map_template/scgcity/bridge/heads/ce) "xLV" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8; icon_state = "map"},/turf/simulated/wall/r_wall/prepainted,/area/map_template/scgcity/public/entrance/airlock) "xMi" = (/obj/structure/table/reinforced,/obj/floor_decal/corner/research/mono,/obj/machinery/button/blast_door{id_tag = "scgruin_rndtestinglabdoor746"; name = "Protective Shutters Control"; pixel_x = -28},/obj/item/device/tape/random,/obj/machinery/light_switch{pixel_x = 6; pixel_y = -24},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/research/testlab/observation) @@ -3272,7 +3328,7 @@ "xRP" = (/obj/floor_decal/corner/red{dir = 6},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) "xRV" = (/obj/floor_decal/corner/black/border,/obj/structure/table/marble,/obj/structure/window/reinforced,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/public/house/a102) "xRZ" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "west bump"; pixel_x = 24},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/bridge/heads/rd) -"xSo" = (/obj/machinery/door/airlock/command{name = "City Overseer Quarters"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/heads) +"xSo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/sol{name = "Research Supervisor"},/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge/heads) "xSx" = (/obj/wallframe_spawn/reinforced,/obj/machinery/door/blast/shutters{id_tag = "scgruin_medshutmain372"; name = "Infirmary Shutters"},/turf/simulated/floor/plating,/area/map_template/scgcity/medbay) "xSI" = (/obj/floor_decal/corner/red{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/map_template/scgcity/security) "xTu" = (/obj/structure/girder,/turf/simulated/floor/asteroid,/area/map_template/scgcity/outside) @@ -3290,6 +3346,7 @@ "xXr" = (/obj/floor_decal/spline/fancy/wood{dir = 9; icon_state = "spline_fancy"},/turf/simulated/floor/carpet,/area/map_template/scgcity/public/recreation/observatory) "xXt" = (/turf/simulated/floor/crystal,/area/map_template/scgcity/public/adherant) "xXz" = (/obj/structure/flora/ausbushes/pointybush,/turf/simulated/floor/grass,/area/map_template/scgcity/bridge/emexit) +"xXS" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/railing/mapped,/obj/machinery/suit_storage_unit/security/alt,/obj/floor_decal/industrial/outline/blood_red,/obj/floor_decal/techfloor{dir = 10},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/map_template/scgcity/bridge/sea) "xYn" = (/obj/floor_decal/corner/paleblue{dir = 5},/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay/surgery) "xZn" = (/obj/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/reinforced,/area/map_template/scgcity/research/testlab) "xZK" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table/glass,/turf/simulated/floor/tiled/dark/monotile,/area/map_template/scgcity/bridge) @@ -3300,7 +3357,7 @@ "yaM" = (/obj/structure/table/standard,/obj/machinery/alarm/auto_access{dir = 1; pixel_y = -23},/obj/decal/cleanable/dirt,/turf/simulated/floor/lino,/area/map_template/scgcity/public/bar) "yaP" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/techfloor,/area/map_template/scgcity/bridge/emexit) "ybm" = (/obj/structure/table/standard,/obj/random/medical,/obj/floor_decal/corner/paleblue{dir = 10},/obj/floor_decal/corner/paleblue{dir = 5},/obj/decal/cleanable/dirt,/turf/simulated/floor/tiled/white,/area/map_template/scgcity/medbay) -"ybn" = (/obj/machinery/sleeper,/obj/floor_decal/borderfloorwhite{dir = 9},/obj/floor_decal/corner/paleblue/border{dir = 9},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) +"ybn" = (/obj/machinery/sleeper,/obj/floor_decal/borderfloorwhite{dir = 9},/obj/floor_decal/corner/paleblue/border{dir = 9},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white/monotile,/area/map_template/scgcity/hangar) "ybN" = (/obj/structure/table/marble,/obj/item/material/bell,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood/walnut,/area/map_template/scgcity/public/bar/kitchen) "ybP" = (/obj/structure/table/marble,/obj/structure/window/reinforced{dir = 8},/obj/random/drinkbottle{pixel_x = 10},/obj/random/drinkbottle,/turf/simulated/floor/wood/ebony,/area/map_template/scgcity/public/bar) "ybQ" = (/obj/floor_decal/corner/paleblue{dir = 9},/obj/structure/sign/chemistry{pixel_y = 32},/turf/simulated/floor/tiled,/area/map_template/scgcity/hallway/east) @@ -3366,27 +3423,27 @@ jQsmxHwyRfbQsJxkkriJVgqrtkCtkCptZxsWdBHtMZofAwrJmxSicZcmicjCmTajxJjxJsFGiKWeNdsI mxHmxHwyRbaTxmwdTJkFHnAcfENnAcfJTlxCdBHezWiptwrJmxSvCsipttfumTajxJarEisGwYxmyapPigAvhyweGBmwoqrIjxJhaMlictebugcbaPfumbuEcFngNRgNRgNRgNRlfYoCWrMsfsEfsEfsEfsEvtJcOUqNAczlcdGnOZxCoeYxnrJvRVgiVlQQkOJeahsHNdhEpqHsHNsHNqooqooqooqooqoolffbfApUUqSobgfadCpMAkXojkIjkIjkIjQsjQshdKhdKhdKhdKhdKhdK mxHiliililYzkmKkmKkmKlYzkmKkmKkohxVRdBHxgwlaLgforfjqHgxdMvfomTajxJeCtgCZocjfzfnaLdcrgTWaIybPhwFhjxJhaMlWIiaFjDVpmonwdgNRcdGcogyhNaOxlabfsEapyfsEfsEjoMfjebonjKUlljlsQwclcdGrYxeLXelMrOFuwsgiVtgLfsZuSQwmyhnhmDrsHNiJXqooqFdeVUxwOtgClffraGraGqSobgfbgfkXokXojkIjkIjQsjQsjQshdKhdKhdKhdKhdKhdK mxHilitwOyhDtwOkmKtwOyhDtwOkmKkohxsWdBHuPvfcHodBbgaicZcvOxvPmTajxJnwDoSgiEhjzasGwtHAjnxqOIxivecljxJhaMhaMhaMhaMmTakzQgNRcdGkcoodefOPfOPmCHidKfOxmiffOxjPYwdffOxcOUqNAxaucdGtJsgofwCAsoZvRVgiVtdExiCeahgnxgnxgnxgnxgnxgnxqFddDQwxRukMnAfgOXhkOgOXnrhbgfjkIjkIjkIjkIjQsjQshdKhdKhdKhdKhdKhdKhdK -mxHilipmWgyxpmWkmKpmWgyxpmWkmKkohxsWdBHiptiptwrJrWmicZmxNtftmTajxJpKIkktblYhzqnTLraFnTLhzqfjxkaOaXmtEBahymVchqUmTapHjgNRcdGxxFlIxvQdhmCfsEklgjitwBbieHmRGjitjitnmjchFpuebKSxafjEblXhrOFuwsgiVtgLxiCeahgnxpJXpJXaHghqwgnxqFdsxGwxRouDhunjuLjuLjuLpVhbgfjkIjkIjkIjkIjQsjQshdKhdKhdKhdKhdKhdKhdK -mxHiliilikmKkmKkmKkmKkmKkmKkmKkohxsWdBHtMZnxEtPIxbMwiqcmicjCmTajxJjxJvKEjROosNosNxGZosNosNkWpctMepmrONcNJmwomwobInmAhruTiIGiIGiIGiIGiIGiIGwDPpBvlirxSIouoxvjhssmmQtptnEulYftJspeJmNgbQyvRVgiVlQQxiCeahgnxlWMhvojPpdRtgnxjMitmZgifsfLqoontxlffifCbgfbgfjkIjQsjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdK -mxHmxHqNEnBnubqubqumVagtaRZvhBkohxsWdBHdBHdBHdBHrmvdBHdBHdBHmTamTajxJvKEvaffMcjAAjAAjAAjAAjAAhVzepmrONpqghNkmGZmTalAGmkniIGiyHiyHjiqiyHiIGmRLiIGfsEiDlfsEfsEfsEfsEqnAcuiqnAgiVgiVgiVgiVgiVgiVlQQxiCeahgnxxdCwPqtnqamZgnxqFdwEHwxRoovqoopCDlffmLVbgfqECjQsjQsjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdK +mxHilipmWgyxpmWkmKpmWgyxpmWkmKkohxsWdBHiptiptwrJrWmicZmxNtftmTajxJtTwkktblYhzqnTLraFnTLhzqfjxkaOaXmtEBahymVchqUmTapHjgNRcdGxxFlIxvQdhmCfsEklgjitwBbieHmRGjitjitnmjchFpuebKSxafjEblXhrOFuwsgiVtgLxiCeahgnxpJXpJXaHghqwgnxqFdsxGwxRouDhunjuLjuLjuLpVhbgfjkIjkIjkIjkIjQsjQshdKhdKhdKhdKhdKhdKhdK +mxHiliilikmKkmKkmKkmKkmKkmKkmKkohxsWdBHtMZnxEtPIxbMwiqcmicjCmTajxJjxJjhtjROosNosNxGZosNosNkWpctMepmgzccNJuTzpmUbInmAhruTiIGiIGiIGiIGiIGiIGwDPpBvlirxSIouoxvjhssmmQtptnEulYftJspeJmNgbQyvRVgiVlQQxiCeahgnxlWMhvojPpdRtgnxjMitmZgifsfLqoontxlffifCbgfbgfjkIjQsjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdK +mxHmxHqNEnBnubqubqumVagtaRZvhBkohxsWdBHdBHdBHdBHrmvdBHdBHdBHmTamTajxJvKEvaffMcjAAjAAjAAjAAjAAhVzcmprONpqghNkmGZmTalAGmkniIGiyHiyHjiqiyHiIGmRLiIGfsEiDlfsEfsEfsEfsEqnAcuiqnAgiVgiVgiVgiVgiVgiVlQQxiCeahgnxxdCwPqtnqamZgnxqFdwEHwxRoovqoopCDlffmLVbgfqECjQsjQsjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdK hdKmxHqNEvLkmGRmGRmGRlUYjwskFVqhnvEdhDuqONeiReiReiReiRqONjLSpTlmTajxJfxwrwplCjhkXgmvgECgECxBTbOXatfrONeTkwdMmTamTabwUeqmiIGtrSajOrOzvocoMHihYiIGjCouyshkzwycbklhkzlnVrmodBWxVbrOTokNkZTqnAnbWlQQxiCeahgnxweVkmJweVweVgnxvJkbgfwxRfnJqoomkJlffoqQbgfcIFjQsjQsjkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdK hdKmxHvWstVBtVBtVBtVBtVBtVBtACkohxsWllFlJKkkdbpuuCudegkXfeMApEQmTajxJlYjrZolYjjxJdabdabvreuYOxGqjxJtbklYllIYmTajMWpHjgNRiIGsotmITgOUoFNxfovEKiIGmuJaYDchRoOCchRnthlnVcsgaQkuPrhNRsbolrsqnAgRbojtenOhndgnxfyxtgJfVqpHrgnxuifwxRtcmgxoqoomkJlffvSZbgfkXojQsjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK -hdKmxHvWsrVPkgxrnlbstdfitVBarVkohpuVnqQjPndfYlNalNaooVjPnjLSnJtmTajxJpAXsxPiIpjxJuWyqszjxJesWgHEjxJjxJlYHlYHmTaxwYgtIbuErOKrOKrOKrOKrOKrOKrOKrOKgprbosbvxuuIjAlkUglnVgXSuhOwqZuhOsboqKoqnAqqwlQQkOJeahgnxxznpzbcyIcyIgnxqThhaNwhvwxReAYpRjgOXgOXoIkqECjQsjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK -hdKmxHvWshBtsjriUckgxkgxtVBxalkohnHqsXNkmKkmKlYzkmKkmKkmKlYzkmKmTajxJlxwfpJsaNjxJfPJcsQjxJqEkgnDjZHbrUmRykdvsZKgnWpHjgNRrOKmkLmDCuCvbzjrOKvDXxclcdGcdGcdGcdGcdGcdGlnVnGeuhOuhOuhOkvjqnAqnAvqMoJcdjUoJcgnxxBDmsarjDhhoweVobrcFSqOueAPjuLhtujuLwsiqoEqECjkIjkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdK +hdKmxHvWsrVPkgxrnlbstdfitVBarVkohpuVnqQjPndfYlNalNaooVjPnjLSnJtmTajxJpAXsxPiIpjxJuWyqszjxJesWgHEjxJjxJlYHswkmTaxwYgtIbuErOKrOKrOKrOKrOKrOKrOKrOKgprbosbvxuuIjAlkUglnVgXSuhOwqZuhOsboqKoqnAqqwlQQkOJeahgnxxznpzbcyIcyIgnxqThhaNwhvwxReAYpRjgOXgOXoIkqECjQsjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK +hdKmxHvWshBtsjriUckgxkgxtVBxalkohnHqsXNkmKkmKlYzkmKkmKkmKlYzkmKmTajxJlxwfpJsaNjxJfPJcsQjxJqEkgnDjZHbrUoWfkdvsZKgnWpHjgNRrOKmkLmDCuCvbzjrOKvDXxclcdGcdGcdGcdGcdGcdGlnVnGeuhOuhOuhOkvjqnAqnAvqMoJcdjUoJcgnxxBDmsarjDhhoweVobrcFSqOueAPjuLhtujuLwsiqoEqECjkIjkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdK hdKmxHvWslIDfEAaBSvZFwDjtVBstkkohnHqcwvkmKtwOyhDtwOkmKtwOyhDtwOmTajxJohTkdAuZkjxJmBdcsQjxJhPhykhdOApXqsGdnUOsnlivxtWrmknrOKlOIlOIlOIiYvrOKpryxclrOKrOKrOKrOKrOKrOKlnVfbTkvjkvjkvjmajqnAwJxwQrmmUxiCuyfgnxbZJqozbGjcTXgnxtVAeCSqoojrGtPXdMheCJdMhbsyqECjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHmxHvWstVBhsmtVBtVBtVBtVBtVBkohnHqkXfkmKpmWgyxpmWkmKpmWgyxpmWmTajxJjxJjxJjxJjxJjxJjxJjxJxduqCFvrebrUmRynexgCftPahawruTrOKrvsbGaqSrmuyrOKrOKrOKrOKgtDjBmixtmLurOKlnVrrRycOfkGygvtFAqnAtdXkjDxDFqrLuyfgnxtyYpSXkcJkcJrdvtLQcXpkXzxkRxkRkXzsowsowkkLkXojkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHvWsvWshWjrxIqmJpiCtcvbEftVBuhixsWuoFkmKkmKkmKkmKkmKwakwakwakwakwakwakwakwakwakwakwakjxJjxJjxJjxJjxJmRyjxJmTatrUpHjgNRrOKuNzcEAqiTiYOrOKeaCcNArOKwJrqbzmQSpcyrOKlnVfkGfkGfkGuIBtSrqnAdoLhLZaadghKhatgnxjtlhipluamNWgnxroDkNEkXztnDccDwAbmZbjldkkLjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHvWsjxIkkjrxIkkjkkjkkjkkjtVBtYKfuItkCuZGjLSkmKtwOpmWwaktyCslllnmjHarFQdPinPQhvVhaqwakqjiqjiqjiqjiqjiqjiqjilZYbaPbwUeqmrOKprIsAafpSoKOgNgisahGlgNgoOGmLupdsqCCrOKlnVhhPnCHnVGlHYlFSqnAqKvswDwaFghKuyfgnxgnxgnxgnxgnxgnxgxSaxykXzvfvhHajgypiSpvdxkRjQsjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHvWspWhvLIquGhdrwMmuOTjyDtVBwESwIQnAcqitjLSlYzyhDhRpwaktMjiJooLejHasOOjmujmujmujmuwakqjiqjigICvCHqjiqjifNYlZYsnuiGRgNRrOKlOzjlRlRfcmBrOKpZikjkrOKwbIdJDmQSpcyrOKlFdlFdlFdlFdlFdlFdooewALvaFhJlenOslgaAlaAlbwpaAltVAklBqNGeKvvaNuAFrUxpojpojpvdxkRjQsjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHvWswxUsfZydlmpuwMmcCtkkjtVBtVBuUMhKVaDujLSkmKtwOpmWwakjHagirjHajHavEemvhvEevEevEewakqjiqjigICvCHqjiqjifNYlZYoWfhHjbuErOKxclfCnxclxclrOKrOKrOKrOKmOInjBudLmLurOKlFdjXrtwSdrsvcjrZFooegQPjaNwZrwsJiyGswziyGiyGiyGjpgwccwccwLnkXzrcirHRoYrpfKkJwkkLmxHjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKvRnhdK -mxHvWsvWskkjnoyoGjudYfqAkkjbQdtVBdcJjSHaDucyhkmKkmKkmKwakgyheKDxQwjHajHajHarPxjHajHawakqjiqjiqhMiEjqjiqjibhOlZYsBciGRoAhtgembfffBfcqxyqmiTkpCxclrOKrOKrOKrOKrOKrOKlFdsDpvzZvzZvzZwmGooepIRpIRpIRpIRpIRtowpIRcEBfLCkCGtVAtVAdFikXzxkRxkRkXzxkRxkRkkLmxHjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHmxHvWsxcktVBtVBoqptVBtVBxcktVBdcJjSHaDujLSkmKtwOpmWwakhzCwkneKDgmTwxSgmTrqHfsNgmTwakqjiqjiqhMiEjqjibhOqjilZYiADpHjdmftgekPRsadyhqnaoxBZmQBkQSkQSkQSkQSkQSkQSkQSkQSfKtfPGfJEshwshwfTkkOTkOTvfJhJxkOTtCRpIRaLbolnlEYvbPviDcOzjQFkIdkpPjFZnAmyatpUvmxHjkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHmxHvWsgXRuiauiapUyuiauiauiatVBoJgsSjaDujLSlYzyhDhRpwakjHajHaocdjHajHarsqdmMgjTiOXwakqjiqjiqhMiEjqjieTBqjilZYoEuoxvoAhsIFamjqqAlOXnmixBZopxkQSlTExmotMyoCupXysWfhmTqxRjSFjSFjSFjSFjSFjSFjhHkbIhPpyevyevyevyevyevyevjlXjJTfbXsCnkRnroDroDroDwrQpUvmxHjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK -hdKmxHvWssJZjiHjiHybNjiHhnOhjXtVBmtOixRfWdjLSkmKyhDyhDwaklWWmRxvYyfDEjHasLeqQWaTMeZIwakqjiqjiqhMiEjqjiqjieTBlZYgYihkyijbgIzmuiktPwSExoBjMhlSjdmacubuEKmUivhImEOnwbkQSjdajSFbKwjWquqzrtWjSFjhHhtXhPpyevgeitGzxIzvNkyevvccqNGapTlxphNVhNVhNVhNVkPhpUvkXojQsjkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdK -hdKmxHxCffSFePNePNjzOePNePNdSsanxtuGnXDhDujLSkmKtwOpmWwaknMIcuWnMInMIjHaanhqxlffFhUswakqjiqjiqjiqjiqjiqjiqjilZYuQIpHjgNRtgecDrqjWrKjffufXGjnInbcwJTkuEhuIiqowkwkQSkQSkQSjSFjWqjWqhzGnGsjSFxFThtXhPpyevnEnxwIxIzxIzyevbtLroDxqnlTZfejhxvekOdTHmqWpUvxbvqECjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK -hdKmxHxCfuExmlewBOpjgftSxlCbILanxfJVuhebGZbGZbGZbGZbGZwakqAygMptQNcHGjHatUYdIncqCanhwaklZYlZYlZYuTzlZYlZYlZYlZYiFWrKBcFntgevRwtgedXpvRwtgevRwnbcdeRwHyeEPiqolmDkQSjIJxPAjSFsErsaApoFqoIjSFfLXhtXhPpyevixNuIDcSfyfQyevlAkroDvDFofaofaofaofaofaofaaItegzqECjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK -hdKmxHxCfftSuffwBOpjgftSmlebILgGnmDUsnBbGZksHnYHgHjacrwakjHajHajHajHajHajHaoQBjHajHawakixGoGfoGfllxoGfqKrnfZuPxoGfphgoGfaUUoGfdwCeBooczncJwbunbcdeRwHyeotteDlmDpWRgFOpwvjSFwLKkJRjYjxJEjSFtOccvbtCRyevxDbtDWxJQdTsyevtxoroDvDFofaofaofaofaofaofaaItegzqECjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK -mxHmxHxCfdkvlWjlWjpjglWjlWjlWjgGnccqdsdvdIxXtjwlxXthqBwakxTPnwKcvZgmTgmTjYkgeYpIurVewaktmPnWRbpRxMBbpRbpRbpRpmYbpRxMBbpRfqybpRhwTxMBbpRbLguHInbcdeRwHyoiLiqohVvkQSkQSkQSjSFopJgBfopJopJjSFjSFhPpyevyevcTtcTtneGcTtyeveUWroDvDFofaofaofaofaofaofaaItegzqECjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHmxHvWstVBhsmtVBtVBtVBtVBtVBkohnHqkXfkmKpmWgyxpmWkmKpmWgyxpmWmTajxJjxJjxJjxJjxJjxJjxJjxJxduqCFjemoKAtrUnexgCftPahawruTrOKrvsbGaqSrmuyrOKrOKrOKrOKgtDjBmixtmLurOKlnVrrRycOfkGygvtFAqnAtdXkjDxDFqrLuyfgnxtyYpSXkcJkcJrdvtLQcXpkXzxkRxkRkXzsowsowkkLkXojkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHvWsvWshWjrxIqmJpiCtcvbEftVBuhixsWuoFkmKkmKkmKkmKkmKwakwakwakwakwakwakwakwakwakwakwakjxJjxJjxJjxJjxJmRyjxJjxJbaPpHjgNRrOKuNzcEAqiTiYOrOKeaCcNArOKwJrqbzmQSpcyrOKlnVfkGfkGfkGuIBtSrqnAdoLhLZaadghKhatgnxjtlhipluamNWgnxroDkNEkXztnDccDwAbmZbjldkkLjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHvWsjxIkkjrxIkkjkkjkkjkkjtVBtYKfuItkCuZGjLSkmKtwOpmWwaktyCslllnmjHarFQdPinPQhvVhaqwakoOihfUgCxhEMocniotcfJpwubaPfGCeqmrOKprIsAafpSoKOgNgisahGlgNgoOGmLupdsqCCrOKlnVhhPnCHnVGlHYlFSqnAqKvswDwaFghKuyfgnxgnxgnxgnxgnxgnxgxSaxykXzvfvhHajgypiSpvdxkRjQsjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHvWspWhvLIquGhdrwMmuOTjyDtVBwESwIQnAcqitjLSlYzyhDhRpwaktMjiJooLejHasOOjmujmujmujmuwakjBxufFbeDvCHqjileDfNYcddbaPsnueDfrOKlOzjlRlRfcmBrOKpZikjkrOKwbIdJDmQSpcyrOKlFdlFdlFdlFdlFdlFdooewALvaFhJlenOslgaAlaAlbwpaAltVAklBqNGeKvvaNuAFrUxpojpojpvdxkRjQsjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHvWswxUsfZydlmpuwMmcCtkkjtVBtVBuUMhKVaDujLSkmKtwOpmWwakjHagirjHajHavEemvhvEevEevEewakkkTuQIgICvMJqjimlKklvbkVbaPhHjwPMrOKxclfCnxclxclrOKrOKrOKrOKmOInjBudLmLurOKlFdjXrtwSdrsvcjrZFooegQPjaNwZrwsJiyGswziyGiyGiyGjpgwccwccwLnkXzrcirHRoYrpfKkJwkkLmxHjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKvRnhdK +mxHvWsvWskkjnoyoGjudYfqAkkjbQdtVBdcJjSHaDucyhkmKkmKkmKwakgyheKDxQwjHajHajHarPxjHajHawakgwOweeqhMiEjqjigpSbhOjXVbaPiGRcBztgembfffBfcqxyqmiTkpCxclrOKrOKrOKrOKrOKrOKlFdsDpvzZvzZvzZwmGooepIRpIRpIRpIRpIRtowpIRcEBfLCkCGtVAtVAdFikXzxkRxkRkXzxkRxkRkkLmxHjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHmxHvWsxcktVBtVBoqptVBtVBxcktVBdcJjSHaDujLSkmKtwOpmWwakhzCwkneKDgmTwxSgmTrqHfsNgmTwakesyweeeTBdlpqjieTBeVsjXVbaPvPydmftgekPRsadyhqnaoxBZmQBkQSkQSkQSkQSkQSkQSkQSkQSfKtfPGfJEshwshwfTkkOTkOTvfJhJxkOTtCRpIRaLbolnlEYvbPviDcOzjQFkIdkpPjFZnAmyatpUvmxHjkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHmxHvWsgXRuiauiapUyuiauiauiatVBoJgsSjaDujLSlYzyhDhRpwakjHajHaocdjHajHarsqdmMgjTiOXwakiAzuQIaqJaaeqjieTBeDMgYibaPoxvoAhsIFamjqqAlOXnmixBZopxkQSlTExmotMyoCupXysWfhmTqxRjSFjSFjSFjSFjSFjSFjhHkbIhPpyevyevyevyevyevyevjlXjJTfbXsCnkRnroDroDroDwrQpUvmxHjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK +hdKmxHvWssJZjiHjiHybNjiHhnOhjXtVBmtOixRfWdjLSkmKyhDyhDwaklWWmRxvYyfDEjHasLeqQWaTMeZIwaknBUcnAwUAmzarJwfmzxXSjZEbaPhkyijbgIzmuiktPwSExoBjMhlSjdmacubuEKmUivhImEOnwbkQSjdajSFbKwjWquqzrtWjSFjhHhtXhPpyevgeitGzxIzvNkyevvccqNGapTlxphNVhNVhNVhNVkPhpUvkXojQsjkIjQsjQshdKhdKhdKhdKhdKhdKhdKhdKhdK +hdKmxHxCffSFePNePNjzOePNePNdSsanxtuGnXDhDujLSkmKtwOpmWwaknMIcuWnMInMIjHaanhqxlffFhUswaksBcajqkZilNDrXidTGiADfTxbaPpHjoEutgecDrqjWrKjffufXGjnInbcwJTkuEhuIiqowkwkQSkQSkQSjSFjWqjWqhzGnGsjSFxFThtXhPpyevnEnxwIxIzxIzyevbtLroDxqnlTZfejhxvekOdTHmqWpUvxbvqECjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK +hdKmxHxCfuExmlewBOpjgftSxlCbILanxfJVuhebGZbGZbGZbGZbGZwakqAygMptQNcHGjHatUYdIncqCanhwaklZYlZYlZYlZYrtmlZYlZYlZYiFWrKBcFntgevRwtgedXpvRwtgevRwnbcdeRwHyeEPiqolmDkQSjIJxPAjSFsErsaApoFqoIjSFfLXhtXhPpyevixNuIDcSfyfQyevlAkroDvDFofaofaofaofaofaofaaItegzqECjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK +hdKmxHxCfftSuffwBOpjgftSmlebILgGnmDUsnBbGZksHnYHgHjacrwakjHajHajHajHajHajHaoQBjHajHawakixGoGfoGfoGfllxqKrnfZuPxoGfphgoGfaUUoGfdwCeBooczncJwbunbcdeRwHyeotteDlmDpWRgFOpwvjSFwLKkJRjYjxJEjSFtOccvbtCRyevxDbtDWxJQdTsyevtxoroDvDFofaofaofaofaofaofaaItegzqECjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK +mxHmxHxCfdkvlWjlWjpjglWjlWjlWjgGnccqdsdvdIxXtjwlxXthqBwakxTPnwKcvZgmTgmTjYkgeYpIurVewaktmPnWRbpRbpRxMBbpRbpRpmYbpRxMBbpRfqybpRhwTxMBbpRbLguHInbcdeRwHyoiLiqohVvkQSkQSkQSjSFopJgBfopJopJjSFjSFhPpyevyevcTtcTtneGcTtyeveUWroDvDFofaofaofaofaofaofaaItegzqECjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK mxHmxHxCfjibxlCbILpjguExmleaOUanxmDUsJQcqRaUhnUxlJxbufwakjeLpXbgmTgmTdydjHafZDrRQdOOwakgXrmrqwNtsuTpbUgdIdGrseBgNcseBseBvHlseBwNtwPjgNcnUSmUQnbcfzPfslmkhteDlmDkQSjIJxPAjSFttGanDcaxgoafXyjSFhPpyevwTelWfbeUfLquUEyevqQgauInudjqPgqGgqGbrnmaubrnpUvjpWqECjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK mxHxCfxCfftSmlebILpjgftSuffbILgGnprDxKqvdIunxtYoxXtpcSwakaGMhUsnXPgmTtUYwaknsOwakxXewakuHImrqwPjgNcfMJcFXjqkseBseBgdIseBnyecFXrskdGrgdInUSuHInbctNfbnCvIRiqolmDtXqgFOpwvjSFomLtAueKXpPriiNjSFhPpyevnIEfVTaSKpnAbltyevoKpoKpjmVjmVjmVjmVjmVjmVjmVjmVkXojQsjkIjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdK mxHxCfcMcwNftqitqixrosYxsDPfGBgGnmDUwTWbGZvdIvdIvdIvdIwakxXexXewakxXexXewakfFakuVuwXancuHIoRTnyenyenyenyenyenyebONseBnyenyenyenyenyenyeafeuHInbckQSkQSkQSiqovcukQSkQSkQSjSFsDdabndPqjxfnuMjSFhPpyevtEkrucrDkfOnqREyevvghdRZeGAoeXnKYavLixQptOhzfjmVmxHjQsjkIjQshdKhdKhdKhdKhdKhdKhdKhdKhdKhdK diff --git a/maps/torch_fd/fd_torch.dm b/maps/torch_fd/fd_torch.dm index 769b7e88ec039..d713dcb435971 100644 --- a/maps/torch_fd/fd_torch.dm +++ b/maps/torch_fd/fd_torch.dm @@ -296,6 +296,7 @@ #include "../random_ruins/exoplanet_ruins/small_ruins/build_ruin.dm" #include "../random_ruins/exoplanet_ruins/remains/remains.dm" + #include "../random_ruins/exoplanet_ruins/research_lab_scg/scg_city_restored.dm" #include "../random_ruins/exoplanet_ruins/scg_city_restored/scg_city_restored.dm" #include "../random_ruins/exoplanet_ruins/scg_ruined_city/scg_ruined_city.dm" #include "../random_ruins/exoplanet_ruins/railway/railway.dm"