From 802b6920f1c35e35be6790bba0721ac082184e59 Mon Sep 17 00:00:00 2001 From: partykp Date: Tue, 12 May 2020 15:26:43 +0200 Subject: [PATCH 01/26] onion? --- code/modules/hydroponics/grown/onion.dm | 210 ++++++++++++------------ 1 file changed, 105 insertions(+), 105 deletions(-) diff --git a/code/modules/hydroponics/grown/onion.dm b/code/modules/hydroponics/grown/onion.dm index 143e943c8bb0..eaede466db50 100644 --- a/code/modules/hydroponics/grown/onion.dm +++ b/code/modules/hydroponics/grown/onion.dm @@ -1,105 +1,105 @@ -/obj/item/seeds/onion - name = "pack of onion seeds" - desc = "These seeds grow into onions." - icon_state = "seed-onion" - species = "onion" - plantname = "Onion Sprouts" - product = /obj/item/reagent_containers/food/snacks/grown/onion - lifespan = 20 - maturation = 3 - production = 4 - yield = 6 - endurance = 25 - growthstages = 3 - weed_chance = 3 - growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi' - reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.04, /datum/reagent/consumable/nutriment = 0.1) - mutatelist = list(/obj/item/seeds/onion/red, - /obj/item/seeds/onion/oblivious) - -/obj/item/reagent_containers/food/snacks/grown/onion - seed = /obj/item/seeds/onion - name = "onion" - desc = "Nothing to cry over." - icon_state = "onion" - filling_color = "#C0C9A0" - bitesize_mod = 2 - tastes = list("onions" = 1) - slice_path = /obj/item/reagent_containers/food/snacks/onion_slice - slices_num = 2 - wine_power = 30 - -/obj/item/seeds/onion/red - name = "pack of red onion seeds" - desc = "For growing exceptionally potent onions." - icon_state = "seed-onionred" - species = "onion_red" - plantname = "Red Onion Sprouts" - weed_chance = 1 - product = /obj/item/reagent_containers/food/snacks/grown/onion/red - reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.04, /datum/reagent/consumable/nutriment = 0.1, /datum/reagent/consumable/tearjuice = 0.05) - -/obj/item/reagent_containers/food/snacks/grown/onion/red - seed = /obj/item/seeds/onion/red - name = "red onion" - desc = "Purple despite the name." - icon_state = "onion_red" - filling_color = "#C29ACF" - slice_path = /obj/item/reagent_containers/food/snacks/onion_slice/red - wine_power = 60 - -/obj/item/reagent_containers/food/snacks/grown/onion/slice(accuracy, obj/item/W, mob/user) - var/datum/effect_system/smoke_spread/chem/S = new //Since the onion is destroyed when it's sliced, - var/splat_location = get_turf(src) //we need to set up the smoke beforehand - S.attach(splat_location) - S.set_up(reagents, 0, splat_location, 0) - if(..()) - S.start() - return TRUE - qdel(S) - -/obj/item/reagent_containers/food/snacks/onion_slice - name = "onion slices" - desc = "Rings, not for wearing." - icon_state = "onionslice" - list_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/vitamin = 2) - filling_color = "#C0C9A0" - gender = PLURAL - cooked_type = /obj/item/reagent_containers/food/snacks/onionrings - -/obj/item/reagent_containers/food/snacks/onion_slice/red - name = "red onion slices" - desc = "They shine like exceptionally low quality amethyst." - icon_state = "onionslice_red" - filling_color = "#C29ACF" - list_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/vitamin = 2, /datum/reagent/consumable/tearjuice = 2.5) - -/obj/item/seeds/onion/oblivious - name = "pack of oblivious onion seeds" - desc = "These seeds grow into oddly confused onions." - icon_state = "seed-onion" - species = "onion" - plantname = "Onion Sprouts" - product = /obj/item/reagent_containers/food/snacks/grown/onion/oblivious - lifespan = 20 - maturation = 3 - production = 4 - yield = 6 - endurance = 25 - growthstages = 3 - weed_chance = 3 - growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi' - reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.4, /datum/reagent/consumable/nutriment = 0.1, /datum/reagent/impedrezene = 0.8) - mutatelist = list(/obj/item/seeds/onion/red) - -/obj/item/reagent_containers/food/snacks/grown/onion/oblivious - seed = /obj/item/seeds/onion - name = "oblivious onion" - desc = "Nothing to cry over." - icon_state = "oblivion" - filling_color = "#C0C9A0" - bitesize_mod = 2 - tastes = list("onions" = 1) - slice_path = /obj/item/reagent_containers/food/snacks/onion_slice - slices_num = 2 - wine_power = 30 +/obj/item/seeds/onion + name = "pack of onion seeds" + desc = "These seeds grow into onions." + icon_state = "seed-onion" + species = "onion" + plantname = "Onion Sprouts" + product = /obj/item/reagent_containers/food/snacks/grown/onion + lifespan = 20 + maturation = 3 + production = 4 + yield = 6 + endurance = 25 + growthstages = 3 + weed_chance = 3 + growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi' + reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.04, /datum/reagent/consumable/nutriment = 0.1) + mutatelist = list(/obj/item/seeds/onion/red, + /obj/item/seeds/onion/oblivious) + +/obj/item/reagent_containers/food/snacks/grown/onion + seed = /obj/item/seeds/onion + name = "onion" + desc = "Nothing to cry over." + icon_state = "onion" + filling_color = "#C0C9A0" + bitesize_mod = 2 + tastes = list("onions" = 1) + slice_path = /obj/item/reagent_containers/food/snacks/onion_slice + slices_num = 2 + wine_power = 30 + +/obj/item/seeds/onion/red + name = "pack of red onion seeds" + desc = "For growing exceptionally potent onions." + icon_state = "seed-onionred" + species = "onion_red" + plantname = "Red Onion Sprouts" + weed_chance = 1 + product = /obj/item/reagent_containers/food/snacks/grown/onion/red + reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.04, /datum/reagent/consumable/nutriment = 0.1, /datum/reagent/consumable/tearjuice = 0.05) + +/obj/item/reagent_containers/food/snacks/grown/onion/red + seed = /obj/item/seeds/onion/red + name = "red onion" + desc = "Purple despite the name." + icon_state = "onion_red" + filling_color = "#C29ACF" + slice_path = /obj/item/reagent_containers/food/snacks/onion_slice/red + wine_power = 60 + +/obj/item/reagent_containers/food/snacks/grown/onion/slice(accuracy, obj/item/W, mob/user) + var/datum/effect_system/smoke_spread/chem/S = new //Since the onion is destroyed when it's sliced, + var/splat_location = get_turf(src) //we need to set up the smoke beforehand + S.attach(splat_location) + S.set_up(reagents, 0, splat_location, 0) + if(..()) + S.start() + return TRUE + qdel(S) + +/obj/item/reagent_containers/food/snacks/onion_slice + name = "onion slices" + desc = "Rings, not for wearing." + icon_state = "onionslice" + list_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/vitamin = 2) + filling_color = "#C0C9A0" + gender = PLURAL + cooked_type = /obj/item/reagent_containers/food/snacks/onionrings + +/obj/item/reagent_containers/food/snacks/onion_slice/red + name = "red onion slices" + desc = "They shine like exceptionally low quality amethyst." + icon_state = "onionslice_red" + filling_color = "#C29ACF" + list_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/vitamin = 2, /datum/reagent/consumable/tearjuice = 2.5) + +/obj/item/seeds/onion/oblivious + name = "pack of oblivious onion seeds" + desc = "These seeds grow into oddly confused onions." + icon_state = "seed-onion" + species = "onion" + plantname = "Onion Sprouts" + product = /obj/item/reagent_containers/food/snacks/grown/onion/oblivious + lifespan = 20 + maturation = 3 + production = 4 + yield = 6 + endurance = 25 + growthstages = 3 + weed_chance = 3 + growing_icon = 'icons/obj/hydroponics/growing_vegetables.dmi' + reagents_add = list(/datum/reagent/consumable/nutriment/vitamin = 0.4, /datum/reagent/consumable/nutriment = 0.1, /datum/reagent/impedrezene = 0.8) + mutatelist = list(/obj/item/seeds/onion/red) + +/obj/item/reagent_containers/food/snacks/grown/onion/oblivious + seed = /obj/item/seeds/onion + name = "oblivious onion" + desc = "Nothing to cry over." + icon_state = "oblivion" + filling_color = "#C0C9A0" + bitesize_mod = 2 + tastes = list("onions" = 1) + slice_path = /obj/item/reagent_containers/food/snacks/onion_slice + slices_num = 2 + wine_power = 30 From ae4f4b493ae4005863984d512b527ba8f6b9fdb3 Mon Sep 17 00:00:00 2001 From: partykp Date: Thu, 14 May 2020 16:31:05 +0200 Subject: [PATCH 02/26] grav&board --- _maps/map_files/YogStation/YogStation.dmm | 4204 +++++++++++---------- 1 file changed, 2280 insertions(+), 1924 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index dd7e13e1d4d0..17cd2a72f722 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -5331,24 +5331,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/brig) -"akd" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "ake" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -14735,12 +14717,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"aEj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) "aEk" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -15093,16 +15069,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"aEY" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) "aEZ" = ( /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/eva) @@ -15544,17 +15510,6 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) -"aFT" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "aFU" = ( /obj/effect/landmark/start/assistant, /obj/structure/cable{ @@ -15626,12 +15581,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"aGa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "aGb" = ( /obj/machinery/light/small{ dir = 4 @@ -15650,24 +15599,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"aGd" = ( -/obj/effect/turf_decal/stripes, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/item/radio/intercom{ - pixel_y = -25 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "aGe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -15737,20 +15668,6 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) -"aGl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aGm" = ( /obj/structure/toilet{ pixel_y = 8 @@ -19597,12 +19514,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/science) -"aOC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) "aOD" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=QM"; @@ -21020,12 +20931,27 @@ "aRS" = ( /turf/open/floor/carpet/purple, /area/chapel/main) -"aRT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 +"aRU" = ( +/obj/structure/table, +/obj/machinery/door/window{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "High-Risk Modules"; + req_access_txt = "20" }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) +/obj/structure/window/reinforced, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "aRV" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/plasteel, @@ -21334,14 +21260,6 @@ /obj/item/storage/box/fancy/donut_box, /turf/open/floor/plasteel, /area/bridge) -"aSF" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "aSG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 1 @@ -23824,21 +23742,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aYb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aYc" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -24002,13 +23905,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aYw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/construction) "aYx" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ @@ -24305,16 +24201,6 @@ dir = 8 }, /area/hallway/secondary/exit) -"aZe" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "aZf" = ( /obj/machinery/holopad, /obj/structure/cable{ @@ -24546,18 +24432,6 @@ "aZE" = ( /turf/closed/wall, /area/quartermaster/storage) -"aZF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aZG" = ( /obj/structure/chair{ dir = 1; @@ -24966,22 +24840,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/prison) -"baz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "baA" = ( /turf/open/floor/carpet/purple{ icon_state = "carpetsymbol" @@ -28475,15 +28333,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"bhK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage" - }, -/turf/open/floor/plasteel, -/area/storage/tech) "bhL" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -29768,15 +29617,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"bkl" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/engine/engineering) "bkm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -29962,12 +29802,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port) -"bkI" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bkJ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -32099,16 +31933,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/qm) -"boI" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) "boJ" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad2" @@ -33673,12 +33497,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"brL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plating, -/area/storage/tech) "brM" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -34171,24 +33989,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/research) -"bsD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bsE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/plating, -/area/storage/tech) "bsF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -34201,28 +34001,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/explab) -"bsH" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "bsI" = ( /obj/machinery/power/apc{ areastring = "/area/science/explab"; @@ -34233,22 +34011,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/explab) -"bsJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bsL" = ( /turf/open/floor/plasteel/white, /area/medical/genetics) @@ -35473,15 +35235,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hallway/primary/central) -"buL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plating, -/area/construction) "buM" = ( /obj/machinery/keycard_auth{ pixel_x = -24 @@ -35521,27 +35274,6 @@ }, /turf/open/floor/plating, /area/construction) -"buR" = ( -/obj/structure/closet/crate, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"buS" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) "buT" = ( /obj/machinery/door/airlock/maintenance{ name = "Air Supply Maintenance"; @@ -35892,21 +35624,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bvH" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plating, -/area/construction) "bvI" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -36183,15 +35900,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"bwo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bwp" = ( /obj/structure/cable{ icon_state = "0-8" @@ -36544,21 +36252,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"bxb" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bxc" = ( /obj/machinery/holopad, /obj/structure/disposalpipe/segment, @@ -36951,24 +36644,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bxP" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bxQ" = ( /turf/open/floor/plasteel, /area/medical/sleeper) @@ -37004,49 +36679,6 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/medical/sleeper) -"bxW" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bxY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bxZ" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -37081,23 +36713,6 @@ /obj/item/coin/silver, /turf/open/floor/plasteel, /area/quartermaster/qm) -"byd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bye" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, @@ -37274,20 +36889,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"byy" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "byz" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -37365,16 +36966,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"byG" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "byH" = ( /obj/machinery/light_switch{ pixel_y = -25 @@ -37625,15 +37216,6 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) -"bzk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bzl" = ( /obj/machinery/dna_scannernew, /obj/effect/turf_decal/tile/blue{ @@ -37930,25 +37512,6 @@ }, /turf/open/floor/engine/vacuum, /area/engine/atmos_distro) -"bzR" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bzS" = ( /obj/structure/table, /obj/machinery/light{ @@ -37960,21 +37523,6 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) -"bzT" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bzU" = ( /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel/white, @@ -38341,21 +37889,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"bAL" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bAM" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) "bAN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -38526,22 +38059,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bBk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bBl" = ( /obj/structure/cable{ icon_state = "1-8" @@ -39086,9 +38603,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) -"bCs" = ( -/turf/closed/wall, -/area/storage/tech) "bCu" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/public/glass{ @@ -39505,40 +39019,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"bDv" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bDw" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/turf/open/floor/plating, -/area/storage/tech) -"bDx" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) "bDy" = ( /obj/machinery/power/apc{ areastring = "/area/quartermaster/miningdock"; @@ -39551,12 +39031,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"bDz" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/storage/tech) "bDA" = ( /obj/structure/disposalpipe/segment, /obj/machinery/power/apc{ @@ -40042,19 +39516,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"bEG" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bEH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -40070,32 +39531,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"bEI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bEJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -40134,29 +39569,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"bEM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bEN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -40206,15 +39618,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"bER" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "bES" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -40245,72 +39648,10 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"bEU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEV" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEX" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plating, -/area/storage/tech) "bEY" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/science/mixing) -"bEZ" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bFa" = ( -/turf/open/floor/plating, -/area/storage/tech) -"bFb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/storage/tech) "bFd" = ( /obj/effect/landmark/blobstart, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -40876,14 +40217,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) -"bGr" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) "bGs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -40893,73 +40226,10 @@ }, /turf/open/floor/plasteel, /area/tcommsat/entrance) -"bGt" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/borgupload{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/aiupload{ - pixel_x = 2; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "bGu" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/storage/tech) -"bGv" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) -"bGw" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/pandemic{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/computer/rdconsole, -/obj/item/circuitboard/machine/rdserver{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/destructive_analyzer, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/circuitboard/computer/aifixer, -/obj/item/circuitboard/computer/teleporter, -/obj/item/circuitboard/machine/circuit_imprinter, -/obj/item/circuitboard/machine/mechfab, -/turf/open/floor/plating, -/area/storage/tech) -"bGx" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/computer/message_monitor{ - pixel_y = -5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bGy" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/mining, -/obj/item/circuitboard/machine/autolathe{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/computer/arcade/battle, -/turf/open/floor/plating, -/area/storage/tech) "bGz" = ( /obj/structure/cable{ icon_state = "4-8" @@ -41459,31 +40729,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bHG" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/crew{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/card{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/circuitboard/computer/communications{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bHH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "bHI" = ( /obj/structure/sign/departments/minsky/research/xenobiology{ pixel_x = -32; @@ -41493,13 +40738,6 @@ dir = 1 }, /area/science/research) -"bHJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/storage/tech) "bHK" = ( /obj/machinery/light{ dir = 8 @@ -41535,24 +40773,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/science/research) -"bHN" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bHO" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) "bHP" = ( /obj/item/radio/intercom{ pixel_x = -25 @@ -41567,10 +40787,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/science) -"bHQ" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plating, -/area/storage/tech) "bHR" = ( /obj/structure/disposalpipe/segment, /obj/machinery/camera{ @@ -41777,16 +40993,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bIq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIr" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bIs" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/shaker, @@ -41873,12 +41079,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"bIF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bIG" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, @@ -41957,16 +41157,6 @@ /obj/structure/chair/comfy/black, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"bIQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bIR" = ( /obj/structure/chair/stool/bar, /obj/effect/landmark/blobstart, @@ -42029,83 +41219,10 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/maintenance/port/aft) -"bJg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bJh" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/robotics{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/mecha_control{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "bJi" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, /area/storage/tech) -"bJj" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plating, -/area/storage/tech) -"bJk" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/cloning, -/obj/item/circuitboard/computer/med_data{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/clonescanner, -/obj/item/circuitboard/machine/clonepod, -/obj/item/circuitboard/computer/scan_consolenew, -/obj/item/circuitboard/machine/smoke_machine, -/turf/open/floor/plating, -/area/storage/tech) -"bJl" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/powermonitor{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/stationalert{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/circuitboard/computer/atmos_alert{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJm" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/secure_data{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/security{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJn" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/storage/tech) "bJo" = ( /turf/open/floor/plasteel/white/side{ dir = 1 @@ -42149,28 +41266,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/aft) -"bJu" = ( -/obj/structure/light_construct{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"bJv" = ( -/obj/item/hand_labeler_refill, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJw" = ( -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bJx" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/blue{ @@ -42178,13 +41273,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bJy" = ( -/obj/item/storage/box/lights/mixed, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bJz" = ( /obj/structure/disposalpipe/segment, /obj/structure/extinguisher_cabinet{ @@ -42494,46 +41582,6 @@ /obj/machinery/mineral/equipment_vendor, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"bKr" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bKs" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bKt" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plating, -/area/storage/tech) -"bKu" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plating, -/area/storage/tech) "bKv" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/beer, @@ -42853,6 +41901,15 @@ }, /turf/open/floor/plating, /area/science/mixing) +"bLp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "bLr" = ( /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -42898,46 +41955,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) -"bLx" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plating, -/area/storage/tech) -"bLy" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/turf/open/floor/plating, -/area/storage/tech) -"bLz" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) -"bLA" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) "bLB" = ( /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/open/floor/plasteel, @@ -43403,16 +42420,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bMM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bMN" = ( /obj/machinery/computer/atmos_control/tank/toxin_tank{ dir = 8; @@ -43849,21 +42856,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) -"bNN" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) "bNO" = ( /obj/effect/turf_decal/tile/blue{ dir = 0 @@ -44144,11 +43136,6 @@ /obj/structure/bookcase/random/reference, /turf/open/floor/wood, /area/medical/psych) -"bOC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engine/gravity_generator) "bOD" = ( /obj/structure/bookcase/manuals/medical, /turf/open/floor/wood, @@ -44457,10 +43444,6 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/maintenance/port/aft) -"bPs" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating/airless, -/area/engine/engineering) "bPt" = ( /obj/machinery/iv_drip, /turf/open/floor/plasteel/white, @@ -44664,16 +43647,6 @@ /obj/effect/decal/cleanable/oil, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"bPQ" = ( -/obj/effect/turf_decal/stripes{ - dir = 9 - }, -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bPR" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -44728,23 +43701,6 @@ /obj/effect/spawner/structure/window/shutter, /turf/open/floor/plating, /area/engine/engineering) -"bQc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/construction) -"bQd" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bQe" = ( /obj/item/screwdriver{ pixel_y = 10 @@ -44812,17 +43768,6 @@ }, /turf/open/floor/plating, /area/engine/atmos) -"bQj" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/construction) "bQk" = ( /obj/machinery/power/apc/highcap/five_k{ areastring = "/area/medical/virology"; @@ -44863,21 +43808,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"bQm" = ( -/obj/effect/turf_decal/stripes{ - dir = 10 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bQn" = ( /obj/effect/turf_decal/bot, /obj/machinery/power/apc/highcap/five_k{ @@ -44965,19 +43895,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"bQt" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - name = "SMES room APC"; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bQv" = ( /obj/machinery/power/apc{ areastring = "/area/tcommsat/lounge"; @@ -45435,10 +44352,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/maintenance/port/aft) -"bSz" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/construction) "bSA" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -45726,16 +44639,6 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"bUl" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bUs" = ( /obj/structure/cable{ icon_state = "4-8" @@ -45752,40 +44655,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"bVc" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVf" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bVg" = ( /obj/item/radio/intercom{ name = "Station Intercom (General)"; @@ -45971,16 +44840,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"bWK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bWL" = ( /obj/machinery/airalarm{ dir = 4; @@ -46059,12 +44918,10 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/science/misc_lab) -"bXm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, +"bXp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, -/area/hallway/primary/aft) +/area/construction) "bXs" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46196,19 +45053,6 @@ /obj/item/stack/spacecash/c200, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"bYz" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bYD" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bYG" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -46299,35 +45143,10 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) -"bZo" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bZr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bZv" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/tcommsat/computer) -"bZB" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bZC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -46604,10 +45423,6 @@ }, /turf/open/floor/plating/airless, /area/maintenance/port/aft) -"cbn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "cbp" = ( /obj/structure/closet/secure_closet/engineering_chief, /obj/machinery/power/apc/highcap/five_k{ @@ -47788,13 +46603,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"ciy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/structure/chair/office/light, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "ciF" = ( /obj/structure/table, /obj/item/cartridge/medical, @@ -48495,12 +47303,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"cmy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "cmD" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=2"; @@ -48549,12 +47351,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"cmX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/construction) "cnl" = ( /obj/structure/cable{ icon_state = "1-8" @@ -48635,13 +47431,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/quartermaster/storage) -"cnL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "cnM" = ( /obj/machinery/door/window{ name = "SMES Chamber"; @@ -48687,41 +47476,12 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"cnQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "cnR" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/closed/wall/r_wall, /area/engine/engine_smes) -"cnS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "cnW" = ( /obj/structure/chair/office/dark, /turf/open/floor/plasteel/dark, @@ -48770,16 +47530,6 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cov" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "coD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 6 @@ -48801,35 +47551,6 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/aft) -"cpj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpk" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpm" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "cpG" = ( /obj/structure/table/optable, /turf/open/floor/plasteel/white, @@ -48933,6 +47654,19 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plasteel, /area/engine/engineering) +"cqV" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/storage/tech) "cqY" = ( /obj/structure/transit_tube/curved/flipped{ dir = 8 @@ -49086,6 +47820,10 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"cuC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plating, +/area/construction) "cuD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -49260,6 +47998,13 @@ }, /turf/open/space/basic, /area/space) +"czD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/aft) "czG" = ( /obj/structure/cable{ icon_state = "2-4" @@ -49476,16 +48221,6 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"cBC" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) "cBD" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -49559,33 +48294,9 @@ /obj/item/clothing/under/burial, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"cCb" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/construction) -"cCc" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/turf/open/floor/plating, -/area/construction) "cCd" = ( /turf/open/floor/plasteel, /area/construction) -"cCe" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/construction) -"cCf" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) "cCi" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -49685,6 +48396,14 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"cGc" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -49835,6 +48554,10 @@ }, /turf/open/space/basic, /area/space) +"cKa" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/space) "cKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -49940,6 +48663,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"cNF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "cNG" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/plasteel, @@ -50069,6 +48798,24 @@ /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"cQN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -50451,6 +49198,10 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"cXO" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/space/nearstation) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -50506,6 +49257,14 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"djL" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating, +/area/maintenance/port/aft) "dkY" = ( /obj/machinery/door/airlock/hatch{ name = "Telecomms Tech Storage"; @@ -50600,6 +49359,26 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"dqT" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/storage/tech) +"drx" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -50609,11 +49388,44 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"dtG" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "dus" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, /turf/open/floor/plasteel/dark, /area/chapel/main) +"dvh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "dvM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -50633,6 +49445,47 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"dxu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/space) +"dAg" = ( +/obj/machinery/computer/upload/ai, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 2; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"dAD" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/turf/open/floor/plasteel/white, +/area/storage/tech) "dCp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50699,6 +49552,11 @@ dir = 1 }, /area/hallway/secondary/entry) +"dLg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/white, +/area/storage/tech) "dLq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/components/binary/pump/on/layer3{ @@ -50793,6 +49651,19 @@ }, /turf/open/floor/plating/airless, /area/space) +"dUy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -50814,6 +49685,26 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) +"dZk" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"dZz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -50823,6 +49714,11 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"edq" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/turf/open/floor/plasteel/white, +/area/storage/tech) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, @@ -50860,6 +49756,12 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eje" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50889,16 +49791,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"ess" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) "esK" = ( /obj/structure/closet/secure_closet/atmospherics, /obj/machinery/light{ @@ -51056,6 +49948,16 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"eNb" = ( +/turf/closed/wall, +/area/engine/gravity_generator) +"eOy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark, +/area/space) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -51132,6 +50034,22 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eTM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"eTS" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "eVv" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -51240,6 +50158,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fbA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "fbC" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -51249,6 +50174,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) +"fbT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"fdQ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plasteel/white, +/area/storage/tech) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -51281,6 +50217,29 @@ "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) +"fiH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"fiQ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "fkp" = ( /obj/machinery/computer/telecomms/traffic{ dir = 8; @@ -51297,6 +50256,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"flo" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "flP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable/yellow{ @@ -51336,6 +50305,15 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"fow" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "foH" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -51394,6 +50372,27 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fvN" = ( +/obj/structure/table, +/obj/item/aiModule/core/full/asimov, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/item/aiModule/core/freeformcore, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/item/aiModule/core/full/custom, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "fxr" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -51452,6 +50451,29 @@ }, /turf/open/floor/plating, /area/medical/virology) +"fCL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 8; + name = "SMES room APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"fDi" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/construction) +"fDj" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "fDx" = ( /obj/machinery/light, /obj/structure/cable{ @@ -51459,6 +50481,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"fDU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) "fEe" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51513,6 +50541,12 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fIY" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plasteel/white, +/area/storage/tech) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -51612,6 +50646,35 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"fSU" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"fUg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -51691,12 +50754,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"gbq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction) "gbw" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -51754,6 +50811,36 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/tcommsat/entrance) +"ghT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/construction) +"ghX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"gir" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/space) "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) @@ -51781,6 +50868,9 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"gou" = ( +/turf/closed/wall, +/area/space) "goD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -51792,6 +50882,9 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) +"grL" = ( +/turf/closed/wall/r_wall, +/area/construction) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -51966,6 +51059,31 @@ /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"gHG" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 2; + name = "Upload APC"; + pixel_y = -24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 1; + network = list("aiupload") + }, +/obj/structure/table, +/obj/item/aiModule/reset, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "gIh" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52078,12 +51196,6 @@ /obj/machinery/suit_storage_unit/atmos, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gWd" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/construction) "gWm" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -52099,6 +51211,25 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"gWt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -52328,14 +51459,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hxt" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 @@ -52452,6 +51575,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"hLo" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/white, +/area/storage/tech) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -52509,6 +51646,14 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) +"hQq" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "hQT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52522,6 +51667,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"hQW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "hSf" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -52590,6 +51748,15 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"hYZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/space) "hZm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -52599,6 +51766,25 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"iav" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 1; + network = list("aiupload") + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "iay" = ( /obj/structure/cable{ icon_state = "2-4" @@ -52611,13 +51797,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"iaS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -52638,6 +51817,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"ilk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/space) "ilH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -52665,6 +51853,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/department/tcoms) +"imN" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) "ini" = ( /obj/machinery/recharge_station, /obj/machinery/camera{ @@ -52687,6 +51879,14 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload_foyer) +"iqu" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/aiModule/supplied/quarantine, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -52698,6 +51898,15 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"isd" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/white, +/area/storage/tech) "itA" = ( /obj/structure/table, /obj/item/storage/box/donkpockets{ @@ -52720,6 +51929,17 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/science/nanite) +"iuy" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "iuF" = ( /obj/machinery/telecomms/server/presets/security, /obj/effect/turf_decal/tile/neutral{ @@ -52926,6 +52146,10 @@ /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) +"iOw" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/space/basic, +/area/space) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -53022,6 +52246,12 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"iYB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "iYT" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -53035,6 +52265,15 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"iZt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "iZA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 5 @@ -53047,6 +52286,9 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"iZX" = ( +/turf/open/floor/plasteel/dark, +/area/space) "jbI" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -53055,6 +52297,24 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) +"jft" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -53104,6 +52364,16 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space) +"jlA" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53167,6 +52437,9 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jrX" = ( +/turf/closed/wall/r_wall, +/area/space) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -53201,6 +52474,28 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"jtz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27; + pixel_y = -34 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "jvd" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -53255,6 +52550,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) +"jBX" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "jCp" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -53324,6 +52628,12 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) +"jHr" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -53382,6 +52692,18 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"jMt" = ( +/turf/open/space/basic, +/area/storage/tech) +"jML" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "jNR" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port/fore"; @@ -53409,6 +52731,14 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jPa" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/aiModule/supplied/freeform, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "jPU" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53429,6 +52759,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"jSK" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) "jSR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -53600,6 +52945,9 @@ /obj/item/stack/rods/ten, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"kiq" = ( +/turf/open/floor/plating, +/area/space/nearstation) "kiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -53624,6 +52972,15 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"kkI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -53638,39 +52995,25 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"kmo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"kmz" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/space) "kmT" = ( /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"knx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -53698,6 +53041,22 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"krb" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/space) +"ksS" = ( +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/space) "kuh" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -53774,6 +53133,20 @@ }, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"kBb" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "kCm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -53838,16 +53211,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"kLv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/structure/table, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -53954,10 +53317,28 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"kXo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/genetics) +"kYo" = ( +/obj/item/trash/candy, +/obj/item/clothing/neck/stethoscope, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "kYG" = ( /obj/structure/cable{ icon_state = "2-4" @@ -53977,6 +53358,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) +"kZL" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) +"laq" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/engine/gravity_generator) "lar" = ( /obj/machinery/telecomms/hub/preset, /obj/effect/turf_decal/tile/neutral{ @@ -53997,6 +53391,24 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"lbf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "lbw" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice/catwalk, @@ -54020,6 +53432,17 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) +"lfX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage" + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -54058,6 +53481,20 @@ }, /turf/open/space/basic, /area/space) +"llL" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/ai_slipper{ + uses = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -54115,6 +53552,28 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, /area/chapel/main) +"lqm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"lqw" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) "lqQ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -54150,6 +53609,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"luu" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/white, +/area/storage/tech) "luw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54180,6 +53646,13 @@ /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) +"lwl" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/space/nearstation) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -54213,6 +53686,13 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) +"lFg" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54249,6 +53729,15 @@ /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) +"lLt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "lLH" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) @@ -54316,6 +53805,12 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"lTR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/construction) "lVu" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -54333,10 +53828,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/tcommsat/computer) -"lWy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/storage/tech) +"lXr" = ( +/obj/structure/window/reinforced, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "lYq" = ( /obj/structure/chair/office/dark, /obj/effect/landmark/start/yogs/signal_technician, @@ -54358,6 +53854,25 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hydroponics) +"lZN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/space) "mag" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -54376,6 +53891,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) +"mdD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "mea" = ( /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, @@ -54414,6 +53941,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"mio" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/storage/tech) "miX" = ( /obj/machinery/door/window/southleft{ base_state = "right"; @@ -54475,6 +54012,10 @@ "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) +"mpW" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/port/aft) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -54491,6 +54032,25 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"mtR" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"mwj" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -54541,6 +54101,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"mBm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/construction) "mBB" = ( /obj/machinery/telecomms/processor/preset_three, /obj/effect/turf_decal/tile/neutral{ @@ -54878,6 +54442,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"nad" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/space) "nau" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -54928,6 +54501,16 @@ "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"ndV" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "nfX" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -54942,6 +54525,9 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ngK" = ( +/turf/open/space/basic, +/area/maintenance/port/aft) "ngM" = ( /obj/structure/transit_tube/curved/flipped{ dir = 4 @@ -55030,6 +54616,28 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"nkM" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"nlb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -55107,6 +54715,30 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"nvt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"nwv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nxw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -55153,6 +54785,15 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"nAO" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nAV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -55264,12 +54905,33 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"nSL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "nTg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) +"nUb" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/aft) "nVo" = ( /obj/machinery/door/airlock/public{ autoclose = 0; @@ -55315,10 +54977,23 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"nZp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "nZJ" = ( /obj/machinery/ntnet_relay, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"oaA" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/engine/engineering) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -55334,6 +55009,10 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"obt" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "odL" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -55342,6 +55021,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/tcommsat/lounge) +"oed" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, @@ -55360,6 +55050,18 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"ogV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "ohJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55378,6 +55080,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"ohK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "oiE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -55503,6 +55227,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"ozd" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -55521,6 +55249,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"oEn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/space) "oFM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55530,6 +55267,13 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"oHz" = ( +/obj/structure/closet/toolcloset, +/obj/structure/light_construct{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) "oHC" = ( /obj/machinery/telecomms/server/presets/medical, /obj/effect/turf_decal/tile/neutral{ @@ -55548,6 +55292,25 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, /area/library) +"oLp" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"oMl" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/space/basic, +/area/space) "oMR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -55585,6 +55348,12 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"oPy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55649,6 +55418,12 @@ }, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) +"oYS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "pbM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, @@ -55690,6 +55465,21 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"pfd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "pgv" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ target_temperature = 80 @@ -55706,6 +55496,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"pkl" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "pkS" = ( /turf/closed/wall, /area/ai_monitored/turret_protected/ai) @@ -55753,6 +55552,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) +"ppg" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55781,6 +55584,9 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"pvS" = ( +/turf/open/space, +/area/space/nearstation) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55868,6 +55674,17 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/engine/engineering) +"pBT" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "pDf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -55891,16 +55708,6 @@ /obj/structure/lattice, /turf/open/space, /area/engine/atmos_distro) -"pGU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) "pHE" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55988,6 +55795,16 @@ /obj/item/camera_film, /turf/open/floor/wood, /area/vacant_room) +"pQc" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "pQy" = ( /obj/machinery/door/airlock/public/glass{ name = "Escape Podbay" @@ -56041,6 +55858,26 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/showroomfloor, /area/security/main) +"pUH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "pUN" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_x = 32 @@ -56126,6 +55963,17 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/nanite) +"qfb" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -56140,17 +55988,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qky" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/closet/radiation, -/obj/machinery/camera{ - c_tag = "Gravity Generator Access" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "qlA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56202,6 +56039,23 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qsf" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -56216,10 +56070,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"qsM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/construction) "qsZ" = ( /obj/machinery/light/small{ dir = 4 @@ -56387,6 +56237,14 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"qDS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qDU" = ( /obj/machinery/door/airlock/hatch{ name = "Telecomms Control Room"; @@ -56400,6 +56258,28 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/tcommsat/computer) +"qEV" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qFh" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56494,6 +56374,11 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"qNc" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plasteel/white, +/area/space) "qOl" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -56521,6 +56406,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"qPz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "qPC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -56716,6 +56607,16 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"rpZ" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/machinery/light/small, +/turf/open/floor/plasteel/white, +/area/storage/tech) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56771,6 +56672,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"rwo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/space) "ryf" = ( /obj/structure/sign/departments/minsky/research/research, /turf/closed/wall/r_wall, @@ -56918,9 +56831,14 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rKP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, +"rKy" = ( +/turf/closed/wall/r_wall, +/area/storage/tech) +"rKW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, /area/construction) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, @@ -56954,6 +56872,12 @@ }, /turf/open/floor/plating, /area/vacant_room/commissary) +"rPl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/port/aft) "rRn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, @@ -57005,6 +56929,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"rZV" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "rZX" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57075,6 +57009,24 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"sfk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "sga" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57153,6 +57105,30 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"snd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"snL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/construction) +"soX" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57414,6 +57390,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sPF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/space) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57444,6 +57429,18 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) +"sTb" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "sTg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -57624,10 +57621,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tiM" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) +"tjs" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) "tkt" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -57763,6 +57763,12 @@ /obj/structure/table/glass, /turf/open/floor/plasteel/chapel, /area/escapepodbay) +"tuM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "txj" = ( /obj/structure/lattice, /obj/structure/transit_tube/junction/flipped{ @@ -57846,6 +57852,18 @@ /obj/structure/chair/wood/wings, /turf/open/floor/plasteel/dark, /area/chapel/main) +"tEB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) "tFJ" = ( /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, @@ -57915,6 +57933,14 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) +"tON" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "tPc" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -57935,6 +57961,19 @@ }, /turf/open/floor/plasteel, /area/storage/tools) +"tPR" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/space) "tPY" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -57967,6 +58006,13 @@ "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) +"tTj" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tTF" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58008,6 +58054,17 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"tUN" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tVl" = ( /obj/structure/table/wood, /obj/machinery/camera{ @@ -58025,6 +58082,14 @@ }, /turf/open/floor/wood, /area/lawoffice) +"tWR" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58056,6 +58121,20 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"tZj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/space) "uax" = ( /obj/structure/table, /obj/item/folder/blue, @@ -58192,6 +58271,10 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"urR" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/engine/gravity_generator) "uum" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden, /obj/effect/turf_decal/tile/neutral{ @@ -58301,6 +58384,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uJk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58403,20 +58495,6 @@ /obj/item/wirecutters, /turf/open/floor/plasteel, /area/hydroponics) -"uVy" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -58523,6 +58601,45 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"vhx" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"vjO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -58674,6 +58791,9 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vyg" = ( +/turf/open/floor/plasteel, +/area/space) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58843,6 +58963,9 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/mixing) +"vSz" = ( +/turf/open/floor/plating, +/area/space) "vSD" = ( /obj/machinery/pipedispenser, /obj/structure/extinguisher_cabinet{ @@ -58893,6 +59016,24 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"vWe" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8; + icon_state = "vent_map_on-1" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"vWz" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "vYs" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 4 @@ -58953,6 +59094,29 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"wbU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "wcB" = ( /turf/closed/wall/r_wall, /area/tcommsat/entrance) @@ -59103,6 +59267,31 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"wuw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59158,6 +59347,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"wxf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "wxr" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -59165,6 +59367,14 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wxB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/construction) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -59269,6 +59479,49 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"wEj" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"wEs" = ( +/obj/machinery/computer/upload/borg, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 2; + icon_state = "left"; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "wEx" = ( /obj/machinery/conveyor{ dir = 4; @@ -59312,6 +59565,12 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wLo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/space) "wMe" = ( /obj/machinery/doorButtons/access_button{ idDoor = "telecomms_airlock_exterior"; @@ -59354,6 +59613,14 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"wSH" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/maintenance/port/aft) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59404,10 +59671,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"wXz" = ( -/obj/structure/sign/warning/radiation/rad_area, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) "wZZ" = ( /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, @@ -59466,6 +59729,30 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"xjo" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"xlM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59483,6 +59770,15 @@ }, /turf/open/space/basic, /area/space) +"xnV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "xoA" = ( /obj/machinery/power/compressor{ comp_id = "incineratorturbine"; @@ -59501,6 +59797,12 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"xrl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59513,6 +59815,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"xrw" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/turf/open/floor/plasteel/white, +/area/storage/tech) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59540,6 +59856,31 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"xwE" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"xAA" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/port/aft) "xBc" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59629,10 +59970,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"xLZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/storage/tech) "xML" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -59658,6 +59995,12 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"xQM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "xRs" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel/dark, @@ -59702,6 +60045,12 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) +"xWx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/space) "xXp" = ( /obj/structure/table/glass, /obj/item/storage/box/rxglasses, @@ -59760,6 +60109,10 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) +"ybP" = ( +/obj/machinery/power/terminal, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -59809,6 +60162,9 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel/white, /area/tcommsat/computer) +"yfe" = ( +/turf/open/space/basic, +/area/construction) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -81358,7 +81714,7 @@ aaa aaa aaa aaa -aaa +ppg aaa aaa aaa @@ -82389,7 +82745,7 @@ bPr aaa aaa aaa -aae +aaa aaa aaa aaa @@ -83405,14 +83761,14 @@ bPr bJf ccd bCq -aaa -aaa +qdN +qdN aaf -aaa -aaa +qdN +qdN aaf aaf -cig +oaA aaf aaa aaa @@ -83420,7 +83776,7 @@ aaa aaa aaa aaa -aaa +ppg aaa aaa aaa @@ -83666,13 +84022,13 @@ cjJ cjJ cjJ cjJ -cjJ -cjJ -aaa -bPs -aaa -aaa -aaa +btG +btG +btG +btG +btG +btG +btG aaa aaa aaa @@ -83918,18 +84274,18 @@ aaa cjJ ckw clC -cmy -clC -cnL -cov -cpj -bQt -cjJ -aaa -bPs -aaa -aaa -aaa +fCL +oPy +lXr +jtz +nSL +fSU +iZt +tON +fbA +cNF +bgN +btG aaa aaa aaa @@ -84179,14 +84535,14 @@ aGx clE cnN bBF -ciy -kLv -cjJ -aaf -bPs -aaa -aaa -aaa +kXo +nkM +oYS +bih +big +bii +dZk +btG aaa aaa aaa @@ -84435,15 +84791,15 @@ clD bEh cnn cnM -bEG -cpk -uVy -cjJ -aaa -bPs -aaa -aaa -aaa +wxf +fbT +qsf +nZp +big +bgN +bkZ +eGt +btG aaa aaa aaa @@ -84693,15 +85049,15 @@ aSi clG cnP bBH -aSF -cjJ -cjJ -aaa -bPs -aaa -aaa -aaa -aaa +fow +nkM +tuM +bii +big +bih +bXF +btG +qdN aaa aaa aaa @@ -84946,20 +85302,20 @@ aaa cjJ ckz clF -cmy +snd cnp cnO bEH -cpm -cjJ -aaf -aaf -bPs -aaa -aaa -aaa -aaa -aaa +pBT +laq +eTM +ghX +ndV +bLp +jBX +btG +qdN +qdN aaa aaa aaa @@ -85206,18 +85562,18 @@ cjJ cjJ cjJ cnR -bEI +vhx cjJ -cjJ -aaa -aaa -bPs -aaf -aaT -aaT -aaT -aaT -aaT +jrX +ybP +lwl +ctv +ctv +ctv +ctv +qdN +ozd +abY aaT aaT aaT @@ -85462,18 +85818,18 @@ aaa aaa aaf cjJ -cnQ +xlM bEL -cpo +dvh cjJ -aaa -aaa -bPs +jrX +jrX +ccw aaf -aaT -ctv -ctv -ctv +pvS +bWC +gXs +imN ctv ctv ctv @@ -85703,7 +86059,7 @@ cem cem cem cem -bIQ +nvt bIV bJs cem @@ -85719,17 +86075,17 @@ bCq bCq bCq cjJ -cnS +sfk aZi aHm cjJ aaf aaf -cig +oaA +aaf +aaf +aaf aaf -aaT -aaT -aaT aaT aaT aaT @@ -85962,8 +86318,8 @@ bIp bCq bCq ceW -bJv -ceY +djL +bSs bCq bCq bCq @@ -85977,7 +86333,7 @@ ceY ccw ccw cnR -bEM +wbU cjJ ccw ccw @@ -86215,12 +86571,12 @@ hQb qsH bCq bIb -bIq +czD bIC bCq bJp -bJw -bSs +kYo +bJD bCq bJV bCq @@ -86236,7 +86592,7 @@ cnr xBc bEP bjW -bkl +sTb bkz bkA crp @@ -86454,30 +86810,30 @@ bnM bnM bAe bBg -aJw -bCq -bCq +mlj +kZL +kZL bPr bPr bPr -bCq +kZL bPr bPr bPr bPr bPr bPr -bCq +kZL bCq vAA bCq bIf -bIr -bIF bCq -bRh -bJy -bJD +rPl +bCq +bPr +bPr +bPr bCq bCq bCq @@ -86711,7 +87067,7 @@ aLX aJq aJq bBi -aJw +mlj aaa aaf aaa @@ -86724,18 +87080,18 @@ aaa aaa aaa aaa -bCq +kZL ciT bqD bCq bCq bCq -bCq -bCq -bPr -bPr -bPr -bCq +ngK +ngK +ngK +ngK +ngK +ngK gXs bCq caz @@ -86968,33 +87324,33 @@ aJw aJq aJq bBi -aJw +mlj aaa -boI -bGr -bGr -bGr -bKr aaa -aaf aaa aaa -aaf -aaf -bCq -pew -bqD -bCq aaa -gXs aaa aaa -gXs -gXs +aaf aaa -gXs aaa -bPr +cXO +cXO +kZL +pew +bqD +bCq +qdN +gXs +aaf +mio +cGc +vWz +flo +dqT +aaf +bCq cay ccw ccw @@ -87225,33 +87581,33 @@ aJw aJq aJq bBi -aJw -aaf -bEU -bGt -bHG -bJh -bEU -aaf -aaf +mlj +qdN aaa +jrX +iOw +jrX +iOw +jrX aaa +aaa +cKa bPr -bPr -bCq -bCq +bHE +bHE +bHE bqD -bCq -aaa -btG -btG -btG -btG -btG -btG -btG -aaa bPr +cKa +urR +qdN +cqV +lfX +xrw +qDS +oed +aaa +bCq cay ccw chY @@ -87482,33 +87838,33 @@ bmr byN aJq bBj -aJw -aaa -bEV -bhK -cBC -bJg -bKs +mlj aaa -aaf -aaf -aaf -bPr +jrX +bfv +fvN +jHr +iqu +lFg +jrX +bWC +cXO +kmo bvE bGq bGq bww -bPr -aaa -btG -bgN -bZo -bkI -bgN -bgN -btG -gXs -bPr +bHE +vSz +urR +jMt +drx +iYB +dxu +iYB +drx +jMt +bCq cay ccw chY @@ -87739,33 +88095,33 @@ bmr aMm aJq bBi -bCs -bCs -bEW -bGu -akd -bJi -bEW -bCs -bCs -bNI -bNI +rKy +jrX +jrX +fDj +aDq +aDq +xrl +gHG +jrX +yfe +grL bNI bvG bNI bNI -bHE -bPr -gXs -btG -bgN -bih -big -bii -bgN -btG -aaa -bPr +bCq +bCq +kiq +eNb +gou +kmz +bGu +cQN +bJi +kmz +gou +bCq cay ccw ciZ @@ -87993,36 +88349,36 @@ brS bsY ays bmr -aMn -aJq -bBi -bCs -bDv -bEX -xLZ -bHH -xLZ -bKt -bLx -bCs -cCe +aLY +cBw +ohK +rKy +ksS +jrX +xjo +aDq +wEs +xQM +xrl +cKa +yfe +grL bRl -buL -bvH -cCf -bNI -bHE -bPr -aaa -btG -bYz -big -bgN -bkZ -eGt -btG -aaa -bPr +jSK +mBm +ghT +eTS +bCq +vSz +eNb +qFh +pQc +hQq +ogV +tTj +luu +rpZ +bCq cay ccw ccw @@ -88250,36 +88606,36 @@ btD buO bwk bmr -aLY -cBw -bBk -bCs -bDx -bFa -bFa -bHJ -bFa -bFa -bLz -bCs -cCe -bNJ -buQ -xhV -gWd -bNI -bHE -bPr -aaa -btG -bgN -bii -big -bih -bXF -btG -gXs -bPr +krb +vyg +xWx +mdD +iZX +oMl +xnV +nCV +aKi +llL +pUH +jrX +yfe +grL +cCd +tEB +rKW +cCd +mpW +bCq +vSz +eNb +iuy +nad +ilk +hQW +eOy +oEn +dAD +bCq cay ccw cig @@ -88509,34 +88865,34 @@ aCO bmr byP aJq -bBi -bCs -bDw -bEZ -bGv -bHH -bJj -bKu -bLy -bCs -bNJ +uJk +jrX +tPR +jrX +vWe +aDq +dAg +xQM +aDq +cKa +yfe +grL bNJ -buR +bvc +snL bNJ -gbq -bNI -bHE -bPr -gXs -btG -bYD -bZr -bzk -cbn -aGa -btG -aaa -bPr +mpW +bCq +kiq +eNb +eje +fIY +qPz +fiH +wLo +isd +hLo +bCq cay ccw cia @@ -88767,33 +89123,33 @@ bfs bft bpB bBl -bCs -bDz -bFa -bFa -bHH -bFa -bFa -bFa -bCs +rKy +jrX +jrX +fDj +aDq +aDq +xrl +iav +jrX +yfe +grL bNL -bNJ buQ -bNJ -bQj -bNI -bHE -bPr -aaa -btG -iaS -ess -bzR -pGU -bOC -btG -aaa -bPr +xhV +lTR +nUb +bCq +vSz +eNb +xwE +wEj +tZj +gir +sPF +kkI +qfb +bCq cay ccw bQo @@ -89024,33 +89380,33 @@ bmr byQ bne aJq -bCs -bNN -bFb -bGw -bER -bJk -bFa -bLA -bCs -qsM -bQc -aYw -rKP -aEY -bNI -bHE -bCq +rKy aaa -btG -bPQ -bxP -bzT -bxb -bQm -btG -gXs -bPr +jrX +bfv +aRU +aFZ +jPa +bfv +jrX +yfe +grL +cuC +wxB +bXp +fDU +tjs +bCq +vSz +eNb +pkl +jft +fdQ +dZz +mtR +lLt +tUN +bCq cay ccw cic @@ -89281,32 +89637,32 @@ bOS aXf bne byV -bCs -bAM -bFa -bGy -bFc -bJm -bFa -bHO -bCs -cCd +rKy +aaa +aaa +jrX +iOw +jrX +iOw +jrX +aaa +yfe +grL +bNJ +buQ cCd -buS bNJ -cCc -bNI -bHE -bCq +oLp bCq -btG -bQd -bwo -aRT -bMM -aGd -btG -aaa +bHE +eNb +soX +lZN +hYZ +rwo +hYZ +vjO +mwj bCq cay ccw @@ -89538,32 +89894,32 @@ bOS aXf bne byU -bCs -bAL -aOC -bGx -bHH -bJl -aEj -bHN -bCs +rKy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +yfe +grL cjo -cCd -bvc +buQ bNJ -cCb -bNI -bHE -bHE +bNJ +wSH bCq -btG -tiM -bxW -tiM -btG -btG -btG -fip +bHE +eNb +jML +lbf +tWR +edq +dLg +lLt +qNc fip cay ccw @@ -89795,32 +90151,32 @@ bOS aXf bne aJq -bCs -bFa -brL -lWy -bsD -bJn -bsE -bHQ -bCs -cjo -bJu +rKy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jMt +yfe +grL +oHz bvc -cmX -bSz -bNI -bHE -bHE +fDi +bNJ +xAA +bCq bHE -btG -qky -aZe -aFT -btG -bVd -bWK -aGl +eNb +obt +pfd +gou +eNb +fip +fip +fip fip cay ccw @@ -90052,34 +90408,34 @@ buP byS bne aDs -bCs -bCs -bCs -bCs -bsH -bCs -bCs -bCs -bCs -bNI +rKy +rKy +rKy +rKy +rKy +rKy +rKy +rKy +rKy +grL +grL bNI bvd bNI bNI -bNI fip fip bTz -btG -wXz -bxY -wXz -btG -bVc -bWJ -byy -bZB -caC +eNb +eNb +fUg +eNb +dUy +nwv +jlA +fiQ +bCq +cdi ccw cSM cjd @@ -90312,31 +90668,31 @@ aUv bCu bAO bSA -cKA -bsJ +bSA +bSA bSA bSA bHR bIe bSA bJz -bve bSA +bve bSA bTJ bSA bWL bSA bSA +cKA +dtG bSA -byd -bSA -bUl -bVf -bXm -byG -fip -bHE +rZV +bLI +bWJ +kBb +lqw +caC ccw cij cjf @@ -90562,7 +90918,7 @@ aVG btF aWV uNF -knx +wuw bwa boU aXE @@ -90570,15 +90926,15 @@ jWz bQQ bLZ aXW -aYb +lqm aYt bLZ bLZ bbp bLZ bLZ -aZF -bLZ +lqm +nlb cBH bMG bLZ @@ -90586,7 +90942,7 @@ bLZ bLZ bLZ bLZ -baz +gWt bLZ cbr bLZ @@ -90843,8 +91199,8 @@ bQg bQg bQg bMv -hxt -bFq +nAO +qEV cbt bVh bAN From 81ad66e3c611842e4522d0baeb4ff1f22c5bba36 Mon Sep 17 00:00:00 2001 From: partykp Date: Fri, 15 May 2020 11:40:54 +0200 Subject: [PATCH 03/26] changes and areas --- _maps/map_files/YogStation/YogStation.dmm | 3625 +++++++++++---------- 1 file changed, 1834 insertions(+), 1791 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 17cd2a72f722..56bb077745ce 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -13967,30 +13967,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) -"aCM" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload turret control"; - pixel_y = 25 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "aCN" = ( /obj/machinery/requests_console{ department = "Science"; @@ -14260,9 +14236,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"aDq" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aDr" = ( /obj/machinery/requests_console{ department = "Security"; @@ -14335,13 +14308,6 @@ }, /turf/open/floor/plasteel, /area/clerk) -"aDx" = ( -/obj/machinery/computer/upload/ai, -/obj/machinery/flasher{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aDy" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/effect/turf_decal/tile/yellow{ @@ -15557,13 +15523,6 @@ }, /turf/open/floor/plasteel, /area/clerk) -"aFX" = ( -/obj/machinery/computer/upload/borg, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aFY" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -15575,12 +15534,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"aFZ" = ( -/obj/machinery/porta_turret/ai{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aGb" = ( /obj/machinery/light/small{ dir = 4 @@ -16157,9 +16110,6 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) -"aHj" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aHl" = ( /obj/structure/closet/crate/coffin, /obj/machinery/door/window/eastleft{ @@ -17594,11 +17544,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"aKc" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/custom, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aKd" = ( /obj/machinery/door/window/southleft{ base_state = "right"; @@ -17641,12 +17586,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"aKi" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aKj" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/door/firedoor/border_only{ @@ -17767,19 +17706,6 @@ }, /turf/closed/wall/r_wall, /area/tcommsat/lounge) -"aKA" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/freeform, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aKB" = ( -/obj/structure/table, -/obj/item/aiModule/reset, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aKC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector{ on = 1 @@ -18110,10 +18036,6 @@ }, /turf/open/floor/circuit/telecomms/mainframe, /area/tcommsat/server) -"aLq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aLr" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -18123,13 +18045,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"aLs" = ( -/obj/structure/table, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aLt" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -18882,10 +18797,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aNn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aNo" = ( /obj/structure/cable{ icon_state = "1-8" @@ -19120,36 +19031,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"aNM" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "aNN" = ( /obj/machinery/door/airlock/public/glass{ name = "Hydroponics"; @@ -19442,13 +19323,6 @@ }, /turf/open/floor/plasteel/white, /area/science/explab) -"aOu" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aOv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -20931,27 +20805,6 @@ "aRS" = ( /turf/open/floor/carpet/purple, /area/chapel/main) -"aRU" = ( -/obj/structure/table, -/obj/machinery/door/window{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aRV" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/plasteel, @@ -22625,14 +22478,6 @@ name = "Holodeck Projector Floor" }, /area/holodeck/perma) -"aVG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aVH" = ( /obj/item/reagent_containers/glass/bucket, /obj/effect/decal/cleanable/dirt, @@ -22790,18 +22635,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"aWh" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aWi" = ( /obj/structure/window/reinforced, /obj/machinery/hydroponics/soil, @@ -23119,16 +22952,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aWR" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aWS" = ( /obj/machinery/camera{ c_tag = "Bridge Center"; @@ -23161,29 +22984,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aWV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "aWW" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port"; @@ -27835,21 +27635,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"bgR" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/zeroth/oneHuman, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/reset/purge, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/obj/item/aiModule/supplied/protectStation, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bgS" = ( /obj/machinery/requests_console{ announcementConsole = 1; @@ -29617,26 +29402,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"bkm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bkn" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "AI Upload"; - dir = 8; - network = list("ss13","RD") - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bko" = ( /obj/machinery/light{ dir = 4 @@ -29833,21 +29598,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bkN" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 8; - name = "Upload APC"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bkO" = ( /obj/machinery/light_switch{ pixel_x = 28 @@ -29883,15 +29633,6 @@ }, /turf/open/floor/plasteel, /area/teleporter) -"bkR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "bkS" = ( /obj/structure/cable{ icon_state = "1-2" @@ -30644,22 +30385,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bmu" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/core/freeformcore, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bmv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -32368,18 +32093,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bpB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bpC" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -34487,33 +34200,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) -"btF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "btG" = ( /turf/closed/wall/r_wall, /area/engine/gravity_generator) @@ -35262,9 +34948,6 @@ /obj/item/stamp/hop, /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) -"buP" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) "buQ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -35569,21 +35252,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"bvE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bvF" = ( /obj/machinery/requests_console{ department = "Cargo Bay"; @@ -35900,29 +35568,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"bwp" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "bwq" = ( /obj/machinery/teleport/station, /turf/open/floor/plating, @@ -37078,13 +36723,6 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/central) -"byV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "byW" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; @@ -38049,22 +37687,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bBj" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBl" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bBm" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -43402,10 +43024,6 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/maintenance/port) -"bPi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) "bPj" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -44480,6 +44098,9 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) +"bTk" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) "bTl" = ( /turf/open/floor/engine, /area/science/misc_lab) @@ -44805,6 +44426,12 @@ "bWr" = ( /turf/open/floor/plasteel, /area/science/misc_lab) +"bWv" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "bWw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plating, @@ -45513,6 +45140,9 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"cbP" = ( +/turf/closed/wall, +/area/storage/tech) "cbR" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -47526,6 +47156,14 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"cot" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "cou" = ( /obj/machinery/space_heater, /turf/open/floor/plating, @@ -47654,25 +47292,21 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plasteel, /area/engine/engineering) -"cqV" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/storage/tech) "cqY" = ( /obj/structure/transit_tube/curved/flipped{ dir = 8 }, /turf/open/space/basic, /area/space/nearstation) +"cra" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "crk" = ( /obj/structure/lattice/catwalk, /turf/open/space, @@ -48404,6 +48038,18 @@ /obj/structure/cable, /turf/open/floor/plating, /area/storage/tech) +"cGu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -48554,10 +48200,6 @@ }, /turf/open/space/basic, /area/space) -"cKa" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/space) "cKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -48568,6 +48210,12 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) +"cKv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "cKA" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -49198,10 +48846,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"cXO" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/space/nearstation) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -49225,6 +48869,12 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"ddi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -49359,26 +49009,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"dqT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"drx" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -49445,37 +49075,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"dxu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/space) -"dAg" = ( -/obj/machinery/computer/upload/ai, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 2; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access_txt = "16" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "dAD" = ( /obj/structure/table, /obj/item/stock_parts/subspace/ansible, @@ -49541,6 +49140,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) +"dJa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "dJo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -49552,6 +49160,23 @@ dir = 1 }, /area/hallway/secondary/entry) +"dJS" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "dLg" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/tcomms, @@ -49595,6 +49220,15 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"dQC" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "dRm" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -49619,6 +49253,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/medical/virology) +"dSg" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "dSB" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -49651,19 +49294,19 @@ }, /turf/open/floor/plating/airless, /area/space) -"dUy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +"dVm" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/machinery/vending/snack/random, +/obj/effect/landmark/xeno_spawn, /turf/open/floor/plasteel, -/area/engine/gravity_generator) +/area/storage/tech) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -49673,6 +49316,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"dWA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "dXk" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49685,6 +49340,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) +"dXA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "dZk" = ( /obj/machinery/camera{ c_tag = "Gravity Generator"; @@ -49692,19 +49356,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"dZz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -49714,11 +49365,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"edq" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/turf/open/floor/plasteel/white, -/area/storage/tech) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, @@ -49756,12 +49402,26 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eiQ" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/turf/open/floor/plating, +/area/construction) "eje" = ( /obj/structure/table, /obj/item/electronics/apc, /obj/item/electronics/airlock, /turf/open/floor/plasteel/white, /area/storage/tech) +"ejV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49773,6 +49433,25 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"epy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, @@ -49836,6 +49515,19 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) +"exJ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "eyM" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 2; @@ -49847,6 +49539,13 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eyP" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -49922,6 +49621,16 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"eHi" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -49948,16 +49657,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eNb" = ( -/turf/closed/wall, -/area/engine/gravity_generator) -"eOy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/space) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -49969,6 +49668,25 @@ /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, /turf/open/floor/plasteel, /area/crew_quarters/dorms) +"ePF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "ePJ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, /obj/effect/turf_decal/tile/neutral{ @@ -50043,13 +49761,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"eTS" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "eVv" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -50217,15 +49928,6 @@ "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) -"fiH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "fiQ" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -50256,16 +49958,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"flo" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" - }, +"flO" = ( /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "flP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable/yellow{ @@ -50305,6 +50019,27 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"fny" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "fow" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 1 @@ -50356,12 +50091,35 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fsX" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "ftM" = ( /obj/structure/extraction_point{ name = "Xenobiology Fulton Retriever" }, /turf/open/floor/engine, /area/science/xenobiology) +"fug" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "fvM" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -50372,27 +50130,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"fvN" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/asimov, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/item/aiModule/core/freeformcore, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/item/aiModule/core/full/custom, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "fxr" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -50470,10 +50207,6 @@ }, /turf/open/floor/plating, /area/construction) -"fDj" = ( -/obj/machinery/porta_turret/ai, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "fDx" = ( /obj/machinery/light, /obj/structure/cable{ @@ -50653,28 +50386,6 @@ }, /turf/open/floor/plating, /area/engine/gravity_generator) -"fUg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -50740,6 +50451,14 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) +"gam" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage" + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) "gaW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -50793,6 +50512,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"geH" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50803,6 +50532,15 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"ghc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "ght" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50825,22 +50563,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"gir" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/space) "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) @@ -50868,9 +50590,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"gou" = ( -/turf/closed/wall, -/area/space) +"goj" = ( +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "goD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -51008,6 +50733,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) +"gCD" = ( +/obj/machinery/power/terminal, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "gCP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer3{ dir = 8 @@ -51059,31 +50788,15 @@ /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"gHG" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 2; - name = "Upload APC"; - pixel_y = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Port"; - dir = 1; - network = list("aiupload") - }, -/obj/structure/table, -/obj/item/aiModule/reset, -/obj/machinery/status_display/ai{ - pixel_x = -32 +"gHT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/machinery/light{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel, +/area/storage/tech) "gIh" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51108,6 +50821,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"gLy" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "gMc" = ( /obj/machinery/door/airlock/medical{ name = "Paramedic Staging Area"; @@ -51167,6 +50890,17 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/tcommsat/entrance) +"gNf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -51174,6 +50908,27 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"gRA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"gTX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -51230,6 +50985,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"gWB" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -51281,6 +51048,11 @@ "hbC" = ( /turf/closed/wall/r_wall, /area/tcommsat/lounge) +"hbF" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel/white, +/area/storage/tech) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51381,6 +51153,31 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) +"hos" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"hpj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "hrn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51480,6 +51277,25 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hBx" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -51575,20 +51391,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hLo" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plasteel/white, -/area/storage/tech) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -51633,6 +51435,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hOD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51667,19 +51475,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"hQW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "hSf" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -51748,15 +51543,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hYZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/space) "hZm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -51766,25 +51552,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"iav" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Starboard"; - dir = 1; - network = list("aiupload") - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "iay" = ( /obj/structure/cable{ icon_state = "2-4" @@ -51817,15 +51584,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"ilk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/space) "ilH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -51857,36 +51615,6 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"ini" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - dir = 1; - network = list("ss13","RD") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"iqu" = ( -/obj/structure/table, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/item/aiModule/supplied/quarantine, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -52146,10 +51874,28 @@ /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) -"iOw" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/space/basic, -/area/space) +"iON" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -52246,12 +51992,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"iYB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "iYT" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -52286,9 +52026,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"iZX" = ( -/turf/open/floor/plasteel/dark, -/area/space) "jbI" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -52297,24 +52034,34 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) -"jft" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" +"jeC" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") }, +/obj/structure/table/reinforced, +/obj/item/aiModule/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"jgE" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jhJ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -52415,6 +52162,35 @@ /obj/item/clothing/mask/gas, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"jpC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/storage/tech) +"jqB" = ( +/obj/machinery/recharge_station, +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + dir = 1; + network = list("ss13","RD") + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "jqZ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -52437,9 +52213,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jrX" = ( -/turf/closed/wall/r_wall, -/area/space) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -52474,6 +52247,19 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"jta" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "jtz" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 @@ -52505,6 +52291,23 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"jve" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"jwC" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) "jwH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52516,6 +52319,29 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"jyp" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -52539,6 +52365,20 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/department/tcoms) +"jAD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52628,12 +52468,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) -"jHr" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -52692,18 +52526,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jMt" = ( -/turf/open/space/basic, -/area/storage/tech) -"jML" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "jNR" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port/fore"; @@ -52731,14 +52553,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jPa" = ( -/obj/structure/table, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/item/aiModule/supplied/freeform, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "jPU" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52792,6 +52606,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"jVo" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/construction) "jWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -52935,6 +52753,16 @@ }, /turf/open/space, /area/engine/atmos_distro) +"kgJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "kgS" = ( /obj/structure/closet/crate{ icon_state = "crateopen" @@ -52945,9 +52773,6 @@ /obj/item/stack/rods/ten, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"kiq" = ( -/turf/open/floor/plating, -/area/space/nearstation) "kiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52972,15 +52797,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"kkI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -53003,13 +52819,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"kmz" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/space) "kmT" = ( /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, @@ -53041,22 +52850,25 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"krb" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/space) -"ksS" = ( -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 +"kqC" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/central) +"ksM" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/space) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "kuh" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -53174,6 +52986,16 @@ /obj/machinery/atmospherics/pipe/simple/purple/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"kHt" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "kHL" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, @@ -53281,6 +53103,16 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"kTk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "kTQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -53391,29 +53223,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"lbf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "lbw" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"lbR" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) "lcI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53432,17 +53253,6 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) -"lfX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage" - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel/white, -/area/storage/tech) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -53474,6 +53284,34 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"lin" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/freeformcore, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"lkD" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -53481,20 +53319,6 @@ }, /turf/open/space/basic, /area/space) -"llL" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/ai_slipper{ - uses = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -53560,20 +53384,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"lqw" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) "lqQ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -53609,6 +53419,21 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"ltJ" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "luu" = ( /obj/structure/table, /obj/item/stock_parts/subspace/analyzer, @@ -53646,13 +53471,6 @@ /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) -"lwl" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/space/nearstation) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -53686,12 +53504,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lFg" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 +"lEb" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 8; + network = list("aiupload") }, -/turf/closed/wall/r_wall, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) "lGE" = ( /obj/structure/cable{ @@ -53725,19 +53547,30 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"lIX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"lKd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "lKf" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) -"lLt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "lLH" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) @@ -53805,6 +53638,30 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"lSb" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "lTR" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53854,25 +53711,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hydroponics) -"lZN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/space) "mag" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -53891,18 +53729,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) -"mdD" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "mea" = ( /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, @@ -53927,6 +53753,16 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) +"mhx" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "min" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -53941,16 +53777,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"mio" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/storage/tech) "miX" = ( /obj/machinery/door/window/southleft{ base_state = "right"; @@ -54012,10 +53838,6 @@ "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) -"mpW" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/port/aft) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -54037,20 +53859,13 @@ /obj/effect/spawner/lootdrop/techstorage/security, /turf/open/floor/plasteel/white, /area/storage/tech) -"mwj" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/obj/machinery/vending/assist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"mww" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) +/turf/open/floor/plating, +/area/maintenance/port/aft) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -54372,6 +54187,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"mTs" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel/white, +/area/storage/tech) "mUs" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -54400,6 +54225,16 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"mVA" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "mWH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -54442,15 +54277,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"nad" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +"mZU" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/structure/cable{ + icon_state = "0-8" }, -/turf/open/floor/plasteel/dark, -/area/space) +/turf/open/floor/plating, +/area/storage/tech) "nau" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -54498,9 +54334,29 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"nbV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/storage/tech) "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"ndB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "ndV" = ( /obj/machinery/light{ dir = 4 @@ -54525,9 +54381,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"ngK" = ( -/turf/open/space/basic, -/area/maintenance/port/aft) "ngM" = ( /obj/structure/transit_tube/curved/flipped{ dir = 4 @@ -54666,6 +54519,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nlQ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"noI" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) "nqo" = ( /obj/machinery/telecomms/receiver/preset_left, /obj/effect/turf_decal/tile/neutral{ @@ -54702,6 +54572,24 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"nta" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54766,6 +54654,9 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nyw" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "nyN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 10 @@ -54824,11 +54715,6 @@ /obj/effect/landmark/stationroom/box/xenobridge, /turf/template_noop, /area/template_noop) -"nCV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "nDj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -54923,15 +54809,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"nUb" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/port/aft) "nVo" = ( /obj/machinery/door/airlock/public{ autoclose = 0; @@ -54990,10 +54867,6 @@ /obj/machinery/ntnet_relay, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"oaA" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/engine/engineering) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -55009,33 +54882,39 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"obt" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"odL" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"oed" = ( -/obj/structure/cable, +"ocv" = ( /obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, /obj/structure/cable{ icon_state = "1-4" }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "0-4" }, /turf/open/floor/plating, /area/storage/tech) +"odL" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) +"oex" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ogO" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -55050,18 +54929,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"ogV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "ohJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55227,10 +55094,28 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"ozd" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space) +"oCd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -55249,15 +55134,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"oEn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/space) "oFM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55288,29 +55164,21 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"oIE" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/full/custom, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, /area/library) -"oLp" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"oMl" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/space/basic, -/area/space) "oMR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -55333,6 +55201,15 @@ }, /turf/open/floor/plating, /area/security/processing) +"oNa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "oNR" = ( /obj/machinery/telecomms/bus/preset_three, /obj/machinery/light, @@ -55383,6 +55260,25 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) +"oSJ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "oTP" = ( /obj/structure/table, /obj/item/phone, @@ -55445,6 +55341,15 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"pcE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "pem" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55465,21 +55370,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pfd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "pgv" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ target_temperature = 80 @@ -55496,15 +55386,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"pkl" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "pkS" = ( /turf/closed/wall, /area/ai_monitored/turret_protected/ai) @@ -55568,6 +55449,40 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"ptw" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"ptE" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload turret control"; + pixel_y = 25 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "ptH" = ( /turf/closed/wall, /area/escapepodbay) @@ -55584,9 +55499,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"pvS" = ( -/turf/open/space, -/area/space/nearstation) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55616,6 +55528,28 @@ /obj/item/lighter, /turf/open/floor/carpet, /area/security/detectives_office) +"pwB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "pwD" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/wood, @@ -55704,6 +55638,17 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"pFe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "pGe" = ( /obj/structure/lattice, /turf/open/space, @@ -55744,6 +55689,12 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"pKU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "pMe" = ( /obj/machinery/camera{ c_tag = "Hydroponics North" @@ -55858,26 +55809,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/showroomfloor, /area/security/main) -"pUH" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "pUN" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_x = 32 @@ -55940,6 +55871,13 @@ }, /turf/open/floor/plasteel, /area/hydroponics) +"pYP" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) "pZs" = ( /obj/effect/turf_decal/bot_white, /obj/machinery/teleport/hub, @@ -55949,6 +55887,15 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) +"qdi" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qdN" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -55988,6 +55935,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qll" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/construction) "qlA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -55997,6 +55953,20 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qmU" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "qpS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -56009,6 +55979,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"qpX" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "qqA" = ( /obj/structure/table/glass, /obj/item/radio/intercom{ @@ -56206,6 +56187,27 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"qBg" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "qBq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56237,14 +56239,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qDS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel/white, -/area/storage/tech) "qDU" = ( /obj/machinery/door/airlock/hatch{ name = "Telecomms Control Room"; @@ -56258,28 +56252,20 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/tcommsat/computer) +"qEa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "qEV" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/landmark/xeno_spawn, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"qFh" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56374,11 +56360,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"qNc" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plasteel/white, -/area/space) "qOl" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -56406,12 +56387,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qPz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "qPC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -56504,6 +56479,15 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"reR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "reS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56546,6 +56530,26 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"riX" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"rjr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56607,16 +56611,6 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"rpZ" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/machinery/light/small, -/turf/open/floor/plasteel/white, -/area/storage/tech) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56672,18 +56666,21 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"rwo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/space) +"rxR" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ryf" = ( /obj/structure/sign/departments/minsky/research/research, /turf/closed/wall/r_wall, @@ -56831,15 +56828,22 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rKy" = ( -/turf/closed/wall/r_wall, -/area/storage/tech) "rKW" = ( /obj/structure/cable{ icon_state = "1-4" }, /turf/open/floor/plasteel, /area/construction) +"rLd" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -56882,6 +56886,24 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) +"rUo" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 2; + name = "Upload APC"; + pixel_y = -24 + }, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "rVk" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -57195,6 +57217,9 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sDc" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57311,6 +57336,14 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"sKi" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/construction) "sKP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57390,15 +57423,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sPF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/space) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57461,6 +57485,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/tcommsat/entrance) +"sUs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "sVZ" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -57500,6 +57533,21 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/central) +"sWF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "sYf" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -57523,6 +57571,13 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"tad" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -57573,6 +57628,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"tft" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "tfA" = ( /turf/template_noop, /area/space) @@ -57621,13 +57683,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tjs" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) "tkt" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -57650,6 +57705,14 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"tmk" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -57701,6 +57764,12 @@ /obj/effect/turf_decal/bot_white/right, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"tps" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "tqk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57961,19 +58030,6 @@ }, /turf/open/floor/plasteel, /area/storage/tools) -"tPR" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/space) "tPY" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -58003,16 +58059,27 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tSz" = ( +"tRu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/effect/landmark/blobstart, /turf/open/floor/plasteel, -/area/science/nanite) -"tTj" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, +/area/storage/tech) +"tSx" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, /turf/open/floor/plasteel/white, /area/storage/tech) +"tSz" = ( +/turf/open/floor/plasteel, +/area/science/nanite) "tTF" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58048,23 +58115,28 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"tUD" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "tUE" = ( /obj/machinery/light/small{ dir = 4 }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"tUN" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/obj/machinery/light/small, -/turf/open/floor/plasteel/white, -/area/storage/tech) "tVl" = ( /obj/structure/table/wood, /obj/machinery/camera{ @@ -58121,20 +58193,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"tZj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/space) "uax" = ( /obj/structure/table, /obj/item/folder/blue, @@ -58180,6 +58238,12 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"ugy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58271,10 +58335,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"urR" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/gravity_generator) "uum" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden, /obj/effect/turf_decal/tile/neutral{ @@ -58297,6 +58357,23 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"uwj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"uwB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "uxv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -58307,6 +58384,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"uys" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "uyE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58384,15 +58470,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uJk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58418,27 +58495,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uNF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "uNH" = ( /obj/machinery/telecomms/broadcaster/preset_left, /obj/effect/turf_decal/tile/neutral{ @@ -58627,19 +58683,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"vjO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -58769,6 +58812,12 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"vve" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -58791,9 +58840,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vyg" = ( -/turf/open/floor/plasteel, -/area/space) +"vyj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58927,6 +58979,13 @@ }, /turf/open/space/basic, /area/space/nearstation) +"vOb" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) "vOl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58944,6 +59003,10 @@ }, /turf/open/space, /area/space) +"vQJ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/storage/tech) "vRI" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -58963,9 +59026,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/mixing) -"vSz" = ( -/turf/open/floor/plating, -/area/space) "vSD" = ( /obj/machinery/pipedispenser, /obj/structure/extinguisher_cabinet{ @@ -58983,6 +59043,24 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/tcommsat/entrance) +"vUc" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + network = list("ss13","RD") + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the AI Upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "vUg" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -58997,6 +59075,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) +"vVK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59016,24 +59106,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"vWe" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"vWz" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) "vYs" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 4 @@ -59061,6 +59133,24 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"vYI" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59120,6 +59210,30 @@ "wcB" = ( /turf/closed/wall/r_wall, /area/tcommsat/entrance) +"wdr" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 1; + icon_state = "left"; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "wec" = ( /obj/machinery/light/small{ dir = 8 @@ -59229,6 +59343,19 @@ }, /turf/open/floor/plasteel, /area/bridge) +"wqb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59267,31 +59394,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"wuw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59347,6 +59449,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"wwp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "wxf" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -59413,6 +59524,36 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"wzq" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "wzt" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -59479,49 +59620,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"wEj" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"wEs" = ( -/obj/machinery/computer/upload/borg, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - layer = 3.1; - name = "Cyborg Upload Console Window"; - req_access_txt = "16" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "wEx" = ( /obj/machinery/conveyor{ dir = 4; @@ -59565,12 +59663,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wLo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/space) "wMe" = ( /obj/machinery/doorButtons/access_button{ idDoor = "telecomms_airlock_exterior"; @@ -59613,14 +59705,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wSH" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/maintenance/port/aft) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59675,6 +59759,10 @@ /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) +"xcK" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/construction) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -59729,17 +59817,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"xjo" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "xlM" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59770,15 +59847,6 @@ }, /turf/open/space/basic, /area/space) -"xnV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "xoA" = ( /obj/machinery/power/compressor{ comp_id = "incineratorturbine"; @@ -59797,12 +59865,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"xrl" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59815,20 +59877,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xrw" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/turf/open/floor/plasteel/white, -/area/storage/tech) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59842,6 +59890,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xuY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -59856,31 +59914,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xwE" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"xAA" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/port/aft) "xBc" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59995,12 +60028,6 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"xQM" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "xRs" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel/dark, @@ -60045,12 +60072,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) -"xWx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/space) "xXp" = ( /obj/structure/table/glass, /obj/item/storage/box/rxglasses, @@ -60109,10 +60130,6 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) -"ybP" = ( -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -60126,6 +60143,35 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/atmos) +"ycB" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "ydd" = ( /obj/structure/closet/crate, /obj/effect/spawner/lootdrop/maintenance, @@ -60162,9 +60208,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel/white, /area/tcommsat/computer) -"yfe" = ( -/turf/open/space/basic, -/area/construction) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -83761,14 +83804,14 @@ bPr bJf ccd bCq -qdN -qdN +gXs +gXs aaf -qdN -qdN +gXs +gXs aaf aaf -oaA +gXs aaf aaa aaa @@ -85057,7 +85100,7 @@ big bih bXF btG -qdN +gXs aaa aaa aaa @@ -85314,8 +85357,8 @@ ndV bLp jBX btG -qdN -qdN +gXs +gXs aaa aaa aaa @@ -85564,15 +85607,15 @@ cjJ cnR vhx cjJ -jrX -ybP -lwl -ctv -ctv -ctv -ctv -qdN -ozd +btG +gCD +dSg +btG +btG +btG +btG +gXs +imN abY aaT aaT @@ -85822,12 +85865,12 @@ xlM bEL dvh cjJ -jrX -jrX -ccw +btG +btG +btG aaf -pvS -bWC +aoV +aaa gXs imN ctv @@ -86081,7 +86124,7 @@ aHm cjJ aaf aaf -oaA +gXs aaf aaf aaf @@ -86558,14 +86601,14 @@ bqM bCn bGq bGq -bGq +cGu bGq bLw bGq bGq bGq bLw -bGq +cGu bGq hQb qsH @@ -86813,16 +86856,16 @@ bBg mlj kZL kZL -bPr -bPr -bPr +eyP +mhx +eHi kZL -bPr -bPr -bPr -bPr -bPr -bPr +eyP +mhx +mhx +mhx +mhx +eHi kZL bCq vAA @@ -87066,17 +87109,17 @@ aKF aLX aJq aJq -bBi +hpj mlj aaa aaf -aaa -aaf -aaa -aaf -aaa -aaf -aaa +gXs +gXs +gXs +aoV +gXs +aoV +gXs aaa aaa aaa @@ -87086,12 +87129,12 @@ bqD bCq bCq bCq -ngK -ngK -ngK -ngK -ngK -ngK +aaa +aaa +aaa +aaa +aaa +aaa gXs bCq caz @@ -87323,32 +87366,32 @@ bwg aJw aJq aJq -bBi -mlj -aaa -aaa -aaa -aaa +wwp +kqC +gXs aaa aaa aaa -aaf +gXs aaa +gXs +aoV +gXs aaa -cXO -cXO +geH +kHt kZL pew bqD bCq -qdN +gXs gXs aaf -mio +rLd +gLy +ocv cGc -vWz -flo -dqT +tmk aaf bCq cay @@ -87580,32 +87623,32 @@ bqy aJw aJq aJq -bBi +kTk mlj -qdN -aaa -jrX -iOw -jrX -iOw -jrX -aaa -aaa -cKa -bPr -bHE +gXs +gXs +bfv +jwC +bfv +jwC +bfv +gXs +gXs +geH +eHi +bUs bHE bHE bqD bPr -cKa -urR -qdN -cqV -lfX -xrw -qDS -oed +bPr +bPr +gXs +mZU +gam +riX +hbF +mZU aaa bCq cay @@ -87837,33 +87880,33 @@ bmr bmr byN aJq -bBj -mlj +wwp +kqC +aaa aaa -jrX bfv -fvN -jHr -iqu -lFg -jrX -bWC -cXO +ePF +qpX +oIE +bfv +bfv +aaa +mww kmo -bvE +vYI bGq bGq bww bHE -vSz -urR -jMt -drx -iYB -dxu -iYB -drx -jMt +bHE +bPr +aaa +mZU +oNa +fug +oNa +mZU +aaa bCq cay ccw @@ -88094,34 +88137,34 @@ bwi bmr aMm aJq -bBi -rKy -jrX -jrX -fDj -aDq -aDq -xrl -gHG -jrX -yfe +ghc +mlj +bTk +bTk +bfv +exJ +ugy +cKv +rUo +bfv +gXs grL bNI bvG bNI bNI -bCq -bCq -kiq -eNb -gou -kmz +bNI +bNI +bHE +cbP +cbP +tft bGu cQN bJi -kmz -gou -bCq +tft +cbP +cbP cay ccw ciZ @@ -88352,33 +88395,33 @@ bmr aLY cBw ohK -rKy -ksS -jrX -xjo -aDq -wEs -xQM -xrl -cKa -yfe +mlj +vUc +bTk +ptw +cKv +ddi +rjr +wdr +jhJ +aaa grL bRl jSK mBm ghT -eTS -bCq -vSz -eNb -qFh +vOb +bNI +bHE +cbP +lkD pQc hQq -ogV -tTj +gRA +jve luu -rpZ -bCq +qdi +cbP cay ccw ccw @@ -88606,36 +88649,36 @@ btD buO bwk bmr -krb -vyg -xWx -mdD -iZX -oMl -xnV -nCV -aKi -llL -pUH -jrX -yfe +aMn +dJa +gNf +dJS +wqb +hBx +uwB +jAD +ltJ +mVA +jeC +bfv +aaa grL cCd tEB rKW cCd -mpW -bCq -vSz -eNb +xcK +bNI +bHE +cbP iuy -nad -ilk -hQW -eOy -oEn +gHT +gTX +dVm +jpC +reR dAD -bCq +cbP cay ccw cig @@ -88864,35 +88907,35 @@ buN aCO bmr byP -aJq -uJk -jrX -tPR -jrX -vWe -aDq -dAg -xQM -aDq -cKa -yfe +jgE +qEa +mlj +ycB +bTk +goj +cKv +pKU +ejV +lSb +jhJ +gXs grL bNJ bvc snL bNJ -mpW -bCq -kiq -eNb +xcK +bNI +bHE +cbP eje fIY -qPz -fiH -wLo +hOD +lKd +tps isd -hLo -bCq +rxR +cbP cay ccw cia @@ -89121,35 +89164,35 @@ bnS aUt bfs bft -bpB -bBl -rKy -jrX -jrX -fDj -aDq -aDq -xrl -iav -jrX -yfe +cot +dWA +mlj +bTk +bTk +noI +exJ +vyj +cKv +gWB +bfv +gXs grL bNL buQ xhV lTR -nUb -bCq -vSz -eNb -xwE -wEj -tZj -gir -sPF -kkI +qll +bNI +bHE +cbP +qBg +iON +nbV +tUD +sUs +dXA qfb -bCq +cbP cay ccw bQo @@ -89379,34 +89422,34 @@ bmr bmr byQ bne -aJq -rKy +uys +kqC +aaa aaa -jrX bfv -aRU -aFZ -jPa +oSJ +lEb +lin bfv -jrX -yfe +bfv +aaa grL cuC wxB bXp fDU -tjs -bCq -vSz -eNb -pkl -jft +lbR +bNI +bHE +cbP +cra +hos fdQ -dZz +tRu mtR -lLt -tUN -bCq +uwj +mTs +cbP cay ccw cic @@ -89636,34 +89679,34 @@ aaa bOS aXf bne -byV -rKy +xuY +mlj aaa +gXs +bfv +tad +bfv +tad +bfv aaa -jrX -iOw -jrX -iOw -jrX aaa -yfe grL bNJ buQ cCd bNJ -oLp -bCq +eiQ +bNI bHE -eNb +cbP soX -lZN -hYZ -rwo -hYZ -vjO -mwj -bCq +epy +pcE +vVK +pcE +fsX +ksM +cbP cay ccw cif @@ -89881,11 +89924,11 @@ aes aeY aes cva -bPi -bPi -bPi -bfv -bfv +bOS +bOS +bOS +mlj +mlj aaf aaa aaa @@ -89893,34 +89936,34 @@ aaa bOS aXf bne -byU -rKy -aaa -aaa -aaa -aaa +ndB +kqC +gXs +gXs aaa aaa +gXs aaa +gXs aaa -yfe +gXs grL cjo buQ bNJ bNJ -wSH -bCq +sKi +bNI bHE -eNb -jML -lbf +cbP +dQC +nta tWR -edq +oex dLg -lLt -qNc -fip +uwj +tSx +cbP cay ccw cie @@ -90138,46 +90181,46 @@ aes aet azM pkS -bmu -aFZ -aKc -aKB -bfv -bfv -bfv +nyw +nyw +nyw +nyw +mlj +mlj +mlj aaf aaf bOS aXf bne -aJq -rKy -aaa -aaa -aaa -aaa -aaa +byU +mlj +gXs aaa +gXs +gXs +gXs aaa -jMt -yfe +gXs +gXs +gXs grL oHz bvc fDi bNJ -xAA -bCq +jVo +bNI bHE -eNb -obt -pfd -gou -eNb -fip -fip -fip -fip +cbP +vQJ +sWF +cbP +cbP +cbP +cbP +cbP +cbP cay ccw cig @@ -90395,42 +90438,42 @@ hmv beX aes pkS -aDq -aDq -aDq -aLq -bkN -aFZ -bfv -buP -buP -buP +nlQ +nyw +nyw +nyw +bWv +nyw +mlj +aJw +aJw +aJw byS bne aDs -rKy -rKy -rKy -rKy -rKy -rKy -rKy -rKy -rKy -grL +mlj +sDc +pYP +sDc +pYP +sDc +pYP +sDc +sDc +pYP grL bNI bvd bNI bNI -fip -fip +bNI +bNI bTz -eNb -eNb -fUg -eNb -dUy +cbP +cbP +pwB +cbP +jta nwv jlA fiQ @@ -90652,29 +90695,29 @@ bfc beY aBi pkS -aDx -aHj -aHj -aDq -bkR -aHj -bfv -aNM -ini -buP +nyw +nyw +nyw +nyw +nyw +nyw +mlj +wzq +jqB +aJw bpC aXM aUv bCu bAO +kgJ bSA +kgJ bSA -bSA -bSA -bSA +kgJ bHR bIe -bSA +kgJ bJz bSA bve @@ -90691,7 +90734,7 @@ rZV bLI bWJ kBb -lqw +qmU caC ccw cij @@ -90909,29 +90952,29 @@ apI bfd aDp azG -nCV -nCV -aKi -aLs -aWh -aVG -btF -aWV -uNF -wuw +nyw +nyw +nyw +nyw +nyw +nyw +flO +oCd +fny +flO bwa boU aXE jWz bQQ -bLZ +lIX aXW -lqm +pFe aYt -bLZ +lIX bLZ bbp -bLZ +lIX bLZ lqm nlb @@ -90948,7 +90991,7 @@ cbr bLZ bAK byI -fip +bCq ceW ccw cdk @@ -91166,16 +91209,16 @@ apK beD aes pkS -aFX -aHj -aHj -aDq -bkm -aWR -bfv -aCM -bwp -buP +nyw +nyw +nyw +nyw +nyw +nyw +mlj +ptE +jyp +aJw bos bfz aXf @@ -91423,16 +91466,16 @@ jQk beF aes pkS -aDq -aDq -aDq -aNn -bkn -aFZ -bfv -buP -buP -buP +nlQ +nyw +nyw +nyw +vve +nyw +mlj +aJw +aJw +aJw aOx aJq bBr @@ -91680,13 +91723,13 @@ aes aet azM pkS -bgR -aFZ -aKA -aOu -bfv -bfv -bfv +nyw +nyw +nyw +nyw +mlj +mlj +mlj aaf aaf bOS @@ -91937,11 +91980,11 @@ aes aeY aes cva -bPi -bPi -bPi -bfv -bfv +bOS +bOS +bOS +mlj +mlj aaf aaa aaa From 0a97509a51f61ecaafed8e38405a22d0144c0c8f Mon Sep 17 00:00:00 2001 From: partykp Date: Fri, 15 May 2020 17:20:50 +0200 Subject: [PATCH 04/26] more map --- _maps/map_files/YogStation/YogStation.dmm | 1837 +++++++++++---------- 1 file changed, 921 insertions(+), 916 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 56bb077745ce..7f5ad6cada01 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -1935,29 +1935,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/security/prison) -"adK" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = 25 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "adL" = ( /obj/structure/closet{ name = "Evidence Closet" @@ -3305,15 +3282,6 @@ /obj/machinery/computer/prisoner, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) -"agq" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "agr" = ( /obj/machinery/computer/secure_data, /turf/open/floor/plasteel/showroomfloor, @@ -5050,18 +5018,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/brig) -"ajC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/camera/motion{ - c_tag = "AI Chamber North"; - dir = 1; - network = list("RD") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ajD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -5920,15 +5876,6 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab) -"alm" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "aln" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -7419,39 +7366,6 @@ /obj/item/circuitboard/machine/monkey_recycler, /turf/open/floor/plating, /area/maintenance/port/fore) -"aop" = ( -/obj/effect/landmark/start/ai, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = 25 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 4 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 28; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aoq" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -8024,12 +7938,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"apF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "apG" = ( /obj/machinery/portable_atmospherics/canister/water_vapor, /turf/open/floor/plasteel, @@ -12484,20 +12392,6 @@ "azF" = ( /turf/closed/wall, /area/hydroponics/garden) -"azG" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "azI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -12526,10 +12420,6 @@ }, /turf/open/floor/plating, /area/crew_quarters/fitness) -"azM" = ( -/obj/machinery/light, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "azN" = ( /obj/machinery/light/small{ dir = 1 @@ -13225,14 +13115,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"aBi" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Chamber South"; - dir = 1; - network = list("RD") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aBj" = ( /obj/structure/rack, /obj/machinery/light{ @@ -14228,14 +14110,6 @@ "aDo" = ( /turf/open/floor/plasteel, /area/storage/primary) -"aDp" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "aDr" = ( /obj/machinery/requests_console{ department = "Security"; @@ -20857,26 +20731,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"aSd" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "aSe" = ( /obj/machinery/light, /turf/open/floor/plasteel, @@ -22186,21 +22040,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aVf" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "aVg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -22938,10 +22777,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aWP" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) "aWQ" = ( /obj/machinery/airalarm{ dir = 1; @@ -22952,38 +22787,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aWS" = ( -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWT" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWU" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "aWW" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port"; @@ -23010,12 +22813,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"aWY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) "aWZ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -24001,19 +23798,6 @@ dir = 8 }, /area/hallway/secondary/exit) -"aZf" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) "aZg" = ( /obj/structure/cable{ icon_state = "1-4" @@ -24218,17 +24002,6 @@ }, /turf/open/floor/wood, /area/bridge/meeting_room) -"aZD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aZE" = ( /turf/closed/wall, /area/quartermaster/storage) @@ -24325,12 +24098,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/bridge/meeting_room) -"aZR" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) "aZS" = ( /obj/structure/table, /obj/machinery/camera{ @@ -26272,15 +26039,6 @@ /obj/structure/table/wood, /turf/open/floor/carpet/blue, /area/bridge/meeting_room) -"bdZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bea" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -26295,15 +26053,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) -"bec" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bed" = ( /obj/machinery/ai_slipper{ uses = 10 @@ -26540,28 +26289,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"beD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "beE" = ( /obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"beF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "beG" = ( /obj/effect/turf_decal/tile/red, /obj/machinery/door/firedoor/border_only{ @@ -26729,24 +26460,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"beX" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"beY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "beZ" = ( /obj/machinery/mineral/stacking_unit_console{ machinedir = 8 @@ -26782,21 +26495,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"bfd" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bfe" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -31493,18 +31191,6 @@ /obj/item/razor, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) -"bos" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bot" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -32093,15 +31779,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bpC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bpD" = ( /obj/machinery/door/airlock/medical/glass{ name = "Chemistry Lab"; @@ -37599,6 +37276,29 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/janitor) +"bAW" = ( +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -27 + }, +/obj/effect/landmark/start/ai/secondary, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "bAY" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, @@ -44423,15 +44123,25 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) -"bWr" = ( -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bWv" = ( -/obj/machinery/light/small{ +"bWq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 }, +/obj/effect/landmark/start/cyborg, +/obj/structure/cable{ + icon_state = "1-4" + }, /turf/open/floor/plasteel/dark, -/area/hallway/primary/central) +/area/ai_monitored/turret_protected/ai_upload_foyer) +"bWr" = ( +/turf/open/floor/plasteel, +/area/science/misc_lab) "bWw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plating, @@ -46005,6 +45715,22 @@ }, /turf/open/floor/plating, /area/crew_quarters/heads/chief) +"chd" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "cho" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -48446,6 +48172,12 @@ /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"cQC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "cQN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48864,6 +48596,9 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"dck" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, @@ -48928,6 +48663,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, /area/tcommsat/computer) +"dlZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/keycard_auth{ + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/bridge) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -48961,6 +48705,10 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"doV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "dpy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -49075,6 +48823,21 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"dyq" = ( +/obj/machinery/light, +/obj/machinery/camera/motion{ + c_tag = "AI Chamber North"; + dir = 1; + network = list("RD") + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "dAD" = ( /obj/structure/table, /obj/item/stock_parts/subspace/ansible, @@ -49116,6 +48879,15 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"dDI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/bridge) "dEb" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -49189,6 +48961,12 @@ }, /turf/open/space/basic, /area/tcommsat/entrance) +"dLY" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -49413,15 +49191,6 @@ /obj/item/electronics/airlock, /turf/open/floor/plasteel/white, /area/storage/tech) -"ejV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49515,19 +49284,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) -"exJ" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "eyM" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 2; @@ -49569,6 +49325,20 @@ }, /turf/open/floor/plasteel, /area/security/processing) +"eCj" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/bridge) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -49668,25 +49438,12 @@ /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"ePF" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/structure/cable{ - icon_state = "4-8" +"eOB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "ePJ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, /obj/effect/turf_decal/tile/neutral{ @@ -49710,12 +49467,6 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"eQU" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) "eRw" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -49752,15 +49503,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eTM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "eVv" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49910,6 +49652,15 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"feV" = ( +/obj/machinery/newscaster{ + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "ffi" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -49958,28 +49709,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"flO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "flP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable/yellow{ @@ -50019,27 +49748,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) -"fny" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "fow" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 1 @@ -50173,6 +49881,18 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) +"fAx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -50344,6 +50064,14 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"fPA" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/full/custom, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "fPF" = ( /obj/effect/turf_decal/delivery, /obj/structure/noticeboard{ @@ -50379,13 +50107,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"fSU" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -50489,6 +50210,12 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"gby" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -50522,6 +50249,18 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"gfo" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + dir = 4; + name = "Telecomms Control Room APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50553,16 +50292,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/construction) -"ghX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) @@ -50570,6 +50299,44 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) +"gli" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"glp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -50691,6 +50458,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"gyn" = ( +/obj/machinery/computer/message_monitor, +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + network = list("ss13") + }, +/obj/machinery/computer/security/telescreen{ + name = "Telecomms Camera Monitor"; + network = list("minisat"); + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "gyS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -50756,6 +50536,9 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"gEk" = ( +/turf/open/floor/wood, +/area/tcommsat/computer) "gEo" = ( /obj/machinery/atmospherics/pipe/simple/purple/hidden{ dir = 10 @@ -50811,6 +50594,17 @@ }, /turf/open/floor/plating, /area/tcommsat/entrance) +"gIJ" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Chamber South"; + dir = 1; + network = list("RD") + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "gIR" = ( /obj/machinery/light/small, /turf/open/floor/plating, @@ -50844,6 +50638,16 @@ }, /turf/open/floor/plasteel, /area/medical/paramedic) +"gMu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "gMA" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -50859,15 +50663,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"gME" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/keycard_auth{ - pixel_y = -25 - }, -/turf/open/floor/plasteel, -/area/bridge) "gMM" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -51113,6 +50908,14 @@ dir = 1 }, /area/hallway/secondary/entry) +"hkb" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hkg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -51134,13 +50937,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"hmv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51153,6 +50949,13 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) +"hoh" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "hos" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -51321,6 +51124,22 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"hFa" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "hFk" = ( /obj/structure/cable{ icon_state = "1-8" @@ -51417,6 +51236,14 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"hNo" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "hNq" = ( /obj/machinery/power/tracker, /obj/structure/cable{ @@ -51750,6 +51577,12 @@ dir = 1 }, /area/hallway/secondary/entry) +"iDn" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -51896,6 +51729,14 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"iQk" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 7; + pixel_y = 21 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -52062,6 +51903,12 @@ /obj/structure/cable, /turf/open/floor/plating, /area/ai_monitored/turret_protected/ai_upload) +"jhK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -52169,28 +52016,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plasteel, /area/storage/tech) -"jqB" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - dir = 1; - network = list("ss13","RD") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "jqZ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -52213,6 +52038,12 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jrC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -52301,13 +52132,6 @@ }, /turf/open/floor/plasteel/white, /area/storage/tech) -"jwC" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) "jwH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52319,29 +52143,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"jyp" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -52365,20 +52166,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/department/tcoms) -"jAD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52566,13 +52353,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jQk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jSK" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -52789,6 +52569,10 @@ }, /turf/open/floor/plating, /area/hallway/secondary/service) +"kjE" = ( +/obj/structure/filingcabinet, +/turf/open/floor/wood, +/area/tcommsat/computer) "kkd" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -52823,6 +52607,11 @@ /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"kno" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52869,6 +52658,9 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"ktg" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "kuh" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -53193,16 +52985,6 @@ "kZL" = ( /turf/closed/wall/r_wall, /area/maintenance/port/aft) -"laq" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) "lar" = ( /obj/machinery/telecomms/hub/preset, /obj/effect/turf_decal/tile/neutral{ @@ -53223,6 +53005,9 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"laX" = ( +/turf/closed/wall, +/area/tcommsat/computer) "lbw" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice/catwalk, @@ -53284,17 +53069,13 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"lin" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/freeformcore, -/obj/structure/cable{ - icon_state = "4-8" +"lkj" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/wood, +/area/tcommsat/computer) "lkD" = ( /obj/structure/table, /obj/item/flashlight{ @@ -53394,6 +53175,16 @@ /obj/structure/transit_tube_pod, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) +"lsg" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -53504,6 +53295,19 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) +"lDi" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "lEb" = ( /obj/machinery/camera/motion{ c_tag = "AI Upload Chamber - Starboard"; @@ -53630,6 +53434,12 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"lRs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "lRM" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -53695,6 +53505,10 @@ /obj/effect/landmark/start/yogs/signal_technician, /turf/open/floor/plasteel, /area/tcommsat/computer) +"lYu" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53859,6 +53673,17 @@ /obj/effect/spawner/lootdrop/techstorage/security, /turf/open/floor/plasteel/white, /area/storage/tech) +"mwl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "mww" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -53882,10 +53707,32 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) +"myj" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/bridge) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"myR" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "mzG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53974,6 +53821,33 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) +"mDN" = ( +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/wood, +/area/tcommsat/computer) +"mEk" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -27 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -54134,6 +54008,23 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"mRy" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "mRQ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -54277,6 +54168,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"mZO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mZU" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -54334,6 +54231,10 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"nbn" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/computer) "nbV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54469,16 +54370,39 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"nkM" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "4-8" +"nkt" = ( +/obj/effect/landmark/start/ai, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 24 }, -/obj/structure/cable{ - icon_state = "0-4" +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 }, -/turf/open/floor/plating, -/area/engine/gravity_generator) +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = 20 + }, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 28; + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "nlb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54519,12 +54443,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nlQ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "noI" = ( /obj/item/radio/intercom{ broadcasting = 1; @@ -54590,6 +54508,14 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"ntD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54654,9 +54580,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nyw" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "nyN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 10 @@ -54694,6 +54617,19 @@ }, /turf/open/floor/plating, /area/security/main) +"nCu" = ( +/obj/machinery/computer/telecomms/server{ + network = "tcommsat" + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "nCC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -54733,6 +54669,14 @@ }, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) +"nJI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, @@ -54791,6 +54735,12 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"nPf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "nSL" = ( /obj/machinery/light{ dir = 8 @@ -55007,12 +54957,48 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"omO" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "omY" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"oom" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/phone{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/storage/box/matches, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "ooX" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -55085,6 +55071,11 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/hallway/primary/central) +"oyo" = ( +/obj/machinery/light, +/obj/structure/closet/crate/bin, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "oyH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55094,28 +55085,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"oCd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -55164,17 +55133,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"oIE" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/full/custom, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -55231,6 +55189,17 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) +"oQg" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55260,25 +55229,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oSJ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/item/aiModule/supplied/quarantine, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "oTP" = ( /obj/structure/table, /obj/item/phone, @@ -55296,6 +55246,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"oWR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/bridge) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55386,9 +55344,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"pkS" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55458,31 +55413,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"ptE" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload turret control"; - pixel_y = 25 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "ptH" = ( /turf/closed/wall, /area/escapepodbay) @@ -55499,6 +55429,15 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"pvE" = ( +/obj/machinery/computer/telecomms/traffic{ + network = "tcommsat" + }, +/obj/item/radio/intercom{ + pixel_y = 26 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55653,6 +55592,9 @@ /obj/structure/lattice, /turf/open/space, /area/engine/atmos_distro) +"pGu" = ( +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "pHE" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55859,6 +55801,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"pXq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "pXS" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice, @@ -55921,6 +55870,11 @@ /obj/item/multitool, /turf/open/floor/plasteel/white, /area/storage/tech) +"qgP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/bridge) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -56116,11 +56070,22 @@ /obj/item/clipboard, /turf/open/floor/plating, /area/maintenance/aft) +"quM" = ( +/obj/effect/turf_decal/bot_white, +/obj/item/beacon, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "quT" = ( /obj/structure/lattice, /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) +"qwR" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -56541,15 +56506,6 @@ }, /turf/open/floor/plasteel/white, /area/storage/tech) -"rjr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56705,6 +56661,22 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"rCb" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "70" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56886,6 +56858,21 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) +"rRt" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "rUo" = ( /obj/machinery/power/apc/highcap/five_k{ areastring = "/area/ai_monitored/turret_protected/ai_upload"; @@ -57151,6 +57138,12 @@ /obj/item/stock_parts/cell/high/plus, /turf/open/floor/plasteel/white, /area/storage/tech) +"srx" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57191,6 +57184,12 @@ /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) +"swU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "szl" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57398,6 +57397,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"sNP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "sOm" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plasteel/dark, @@ -57439,6 +57444,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sRk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "sRL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, @@ -57563,6 +57578,12 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"sYz" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "sZC" = ( /obj/structure/sign/warning{ name = "SECURE AREA"; @@ -57571,13 +57592,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"tad" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -58080,6 +58094,10 @@ "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) +"tSK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "tTF" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58657,6 +58675,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"vgq" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "vhx" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -58731,6 +58758,13 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"vlS" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/power/terminal, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -58812,12 +58846,6 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vve" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -58846,6 +58874,12 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) +"vAe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59039,10 +59073,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"vUa" = ( -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "vUc" = ( /obj/machinery/recharge_station, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ @@ -59184,6 +59214,10 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"waO" = ( +/obj/machinery/announcement_system, +/turf/open/floor/wood, +/area/tcommsat/computer) "wbU" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59334,28 +59368,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wnA" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"wqb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59524,36 +59536,6 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"wzq" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "wzt" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -59685,6 +59667,20 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wQR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/open/floor/plasteel, +/area/bridge) "wRK" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -59705,6 +59701,12 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"wTm" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59935,6 +59937,16 @@ }, /turf/open/floor/engine, /area/escapepodbay) +"xBO" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -60130,6 +60142,15 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) +"ybB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -60143,35 +60164,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/atmos) -"ycB" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_x = -1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 27; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "ydd" = ( /obj/structure/closet/crate, /obj/effect/spawner/lootdrop/maintenance, @@ -60217,6 +60209,19 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) +"ygS" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/tcommsat/computer) "yie" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -84322,7 +84327,7 @@ oPy lXr jtz nSL -fSU +btG iZt tON fbA @@ -84579,7 +84584,7 @@ clE cnN bBF kXo -nkM +btG oYS bih big @@ -85093,7 +85098,7 @@ clG cnP bBH fow -nkM +btG tuM bii big @@ -85350,9 +85355,9 @@ cnp cnO bEH pBT -laq -eTM -ghX +btG +jhK +pXq ndV bLp jBX @@ -87628,9 +87633,9 @@ mlj gXs gXs bfv -jwC bfv -jwC +bfv +bfv bfv gXs gXs @@ -87885,9 +87890,9 @@ kqC aaa aaa bfv -ePF +hFa qpX -oIE +fPA bfv bfv aaa @@ -88142,9 +88147,9 @@ mlj bTk bTk bfv -exJ +omO ugy -cKv +ktg rUo bfv gXs @@ -88401,7 +88406,7 @@ bTk ptw cKv ddi -rjr +sNP wdr jhJ aaa @@ -88653,10 +88658,10 @@ aMn dJa gNf dJS -wqb +bWq hBx uwB -jAD +mwl ltJ mVA jeC @@ -88910,12 +88915,12 @@ byP jgE qEa mlj -ycB +gli bTk goj -cKv +ktg pKU -ejV +srx lSb jhJ gXs @@ -89170,9 +89175,9 @@ mlj bTk bTk noI -exJ +xBO vyj -cKv +dck gWB bfv gXs @@ -89427,9 +89432,9 @@ kqC aaa aaa bfv -oSJ +chd lEb -lin +hNo bfv bfv aaa @@ -89656,8 +89661,8 @@ aRj aSv aTV aYg -aWP -aSd +aTX +eCj cva cva cva @@ -89684,9 +89689,9 @@ mlj aaa gXs bfv -tad bfv -tad +bfv +bfv bfv aaa aaa @@ -89913,9 +89918,9 @@ aRi aSu aTU aXY +aTX aWO cva -cva aes aeY aes @@ -89924,11 +89929,11 @@ aes aeY aes cva -bOS -bOS -bOS -mlj -mlj +bVJ +nbn +nbn +laX +laX aaf aaa aaa @@ -90170,24 +90175,24 @@ aRl aSx aTX aYg -aWU +aTX +dDI cva -adK -aet +aes aet aes bdW aes aet -azM -pkS -nyw -nyw -nyw -nyw -mlj -mlj -mlj +lYu +cva +bVJ +ygS +wTm +mDN +laX +laX +laX aaf aaf bOS @@ -90427,26 +90432,26 @@ aRk aSw aTW aYv +aTX aWQ cva -cva -aes -aeZ -apF -bdZ -hmv -beX aes -pkS -nlQ -nyw -nyw -nyw -bWv -nyw -mlj -aJw -aJw +cQC +doV +gby +aet +aet +aet +mEk +bVJ +oQg +pGu +gEk +lDi +waO +laX +laX +laX aJw byS bne @@ -90684,28 +90689,28 @@ aRn aSz aTY aYA -aWT +aTX +mRy +cva +iQk +mZO +cva cva -aZR -aeu -agq -pkS -pkS bfc -beY -aBi -pkS -nyw -nyw -nyw -nyw -nyw -nyw -mlj -wzq -jqB +aeZ +gIJ +qwR +bVJ +nCu +pGu +jrC +pGu +pGu +hoh +iDn +kno aJw -bpC +fAx aXM aUv bCu @@ -90940,28 +90945,28 @@ aPS aRm aSy aTX -aZf -aWS +myR +qgP +oWR +lsg +hkb +dyq cva -adQ -alm -ajC -pkS -aop +nkt apI -bfd -aDp -azG -nyw -nyw -nyw -nyw -nyw -nyw -flO -oCd -fny -flO +aqt +vlS +adQ +bVJ +gyn +wTm +sRk +dLY +swU +nJI +ntD +ntD +rCb bwa boU aXE @@ -91198,28 +91203,28 @@ aRp aSB aTZ aZg -gME +aTX +dlZ cva -eQU -aeu -aqt -pkS -pkS -apK -beD aes -pkS -nyw -nyw -nyw -nyw -nyw -nyw -mlj -ptE -jyp +vAe +cva +cva +apK +ama +aeu +glp +bVJ +pvE +pGu +eOB +pGu +pGu +gfo +sYz +oyo aJw -bos +ybB bfz aXf bzG @@ -91455,26 +91460,26 @@ aRo aSA aTX aYA -wnA -cva +aTX +feV cva aes -ama -apF -bec -jQk -beF -aes -pkS -nlQ -nyw -nyw -nyw -vve -nyw -mlj -aJw -aJw +lRs +tSK +nPf +aet +aet +aet +bAW +bVJ +oom +pGu +gEk +rRt +lkj +laX +laX +laX aJw aOx aJq @@ -91712,24 +91717,24 @@ aRr aSD ceh aZj -aWU +aTX +wQR cva -adK -aet +aes aet aes bed aes aet -azM -pkS -nyw -nyw -nyw -nyw -mlj -mlj -mlj +lYu +cva +bVJ +vgq +wTm +kjE +laX +laX +laX aaf aaf bOS @@ -91969,9 +91974,9 @@ aRq aSC aUa aZl +aTW aVO cva -cva aes aeY aes @@ -91980,11 +91985,11 @@ aes aeY aes cva -bOS -bOS -bOS -mlj -mlj +bVJ +nbn +nbn +laX +laX aaf aaa aaa @@ -92226,8 +92231,8 @@ aRs aSE aUc aYA -aWY -aVf +aTX +myj cva cva cva @@ -100529,10 +100534,10 @@ aSU gDO bVJ tIs -aZD +gMu aIq wcB -vUa +quM aSW pZs wcB From 0e113c6e0866a0e1662960ad94e18317865428d9 Mon Sep 17 00:00:00 2001 From: partykp Date: Fri, 15 May 2020 17:21:08 +0200 Subject: [PATCH 05/26] tele and range --- .../game/machinery/telecomms/computers/traffic_control.dm | 2 +- yogstation/code/modules/jobs/job_types/signal_technician.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm b/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm index 8ebe7d19036f..795d448af252 100644 --- a/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm +++ b/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm @@ -223,7 +223,7 @@ temp = "- FAILED: CANNOT PROBE WHEN BUFFER FULL -" else - for(var/obj/machinery/telecomms/server/T in range(25, src)) + for(var/obj/machinery/telecomms/server/T in range(100, src)) if(T.network == network) servers.Add(T) diff --git a/yogstation/code/modules/jobs/job_types/signal_technician.dm b/yogstation/code/modules/jobs/job_types/signal_technician.dm index c52a5c679c80..8d54a0b831b2 100644 --- a/yogstation/code/modules/jobs/job_types/signal_technician.dm +++ b/yogstation/code/modules/jobs/job_types/signal_technician.dm @@ -12,7 +12,7 @@ outfit = /datum/outfit/job/signal_tech access = list(ACCESS_TCOMSAT, ACCESS_TCOM_ADMIN, ACCESS_TECH_STORAGE, ACCESS_RC_ANNOUNCE, ACCESS_CONSTRUCTION, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, - ACCESS_MAINT_TUNNELS, ACCESS_MECH_ENGINE) + ACCESS_MAINT_TUNNELS, ACCESS_MECH_ENGINE, ACCESS_TELEPORTER) minimal_access = list(ACCESS_TCOMSAT, ACCESS_TCOM_ADMIN, ACCESS_TECH_STORAGE, ACCESS_RC_ANNOUNCE, ACCESS_CONSTRUCTION, ACCESS_MECH_ENGINE) paycheck = PAYCHECK_MEDIUM paycheck_department = ACCOUNT_ENG @@ -41,4 +41,4 @@ satchel = /obj/item/storage/backpack/satchel/eng duffelbag = /obj/item/storage/backpack/duffelbag/engineering box = /obj/item/storage/box/engineer - pda_slot = SLOT_L_STORE \ No newline at end of file + pda_slot = SLOT_L_STORE From 7b24b9ccf10a6e4d3c7251093aa1a16b84a70639 Mon Sep 17 00:00:00 2001 From: partykp Date: Sat, 16 May 2020 04:19:06 +0200 Subject: [PATCH 06/26] ai sat and final changes --- _maps/map_files/YogStation/YogStation.dmm | 6662 +++++++++-------- .../jobs/job_types/signal_technician.dm | 2 +- 2 files changed, 3378 insertions(+), 3286 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 7f5ad6cada01..a3390cf72c4a 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -508,17 +508,6 @@ "abc" = ( /turf/closed/wall, /area/security/execution/transfer) -"abd" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "abe" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -527,15 +516,6 @@ /obj/machinery/portable_atmospherics/pump, /turf/open/floor/plasteel, /area/science/mixing) -"abf" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "abg" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6 @@ -545,16 +525,6 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"abh" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "abi" = ( /obj/structure/table, /obj/structure/bedsheetbin, @@ -1974,16 +1944,6 @@ }, /turf/open/space, /area/space) -"adQ" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "adR" = ( /turf/closed/wall/r_wall, /area/security/main) @@ -2263,18 +2223,9 @@ }, /turf/open/floor/plasteel, /area/security/main) -"aes" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aet" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"aeu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aev" = ( /obj/machinery/light{ dir = 4 @@ -2616,18 +2567,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"aeY" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aeZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "afa" = ( /obj/docking_port/stationary{ dir = 4; @@ -6182,12 +6121,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"ama" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "amb" = ( /obj/structure/chair{ dir = 8 @@ -6610,10 +6543,6 @@ /obj/structure/closet/secure_closet/brig, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"amO" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "amP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -7967,36 +7896,9 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"apI" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/window{ - name = "AI Core Door"; - req_access_txt = "16" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "apJ" = ( /turf/closed/wall, /area/construction/mining/aux_base) -"apK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = 24 - }, -/obj/machinery/flasher{ - pixel_x = -10; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "apL" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -8317,15 +8219,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"aqt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "aqu" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=2"; @@ -12420,6 +12313,10 @@ }, /turf/open/floor/plating, /area/crew_quarters/fitness) +"azM" = ( +/obj/machinery/light, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "azN" = ( /obj/machinery/light/small{ dir = 1 @@ -13310,16 +13207,6 @@ "aBI" = ( /turf/closed/wall, /area/security/checkpoint/auxiliary) -"aBJ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aBK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -16254,15 +16141,6 @@ }, /turf/open/floor/plasteel, /area/clerk) -"aHM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "aHN" = ( /obj/structure/table, /obj/item/stack/sheet/metal/fifty, @@ -16414,23 +16292,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/theatre) -"aIa" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/table, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "aIb" = ( /obj/machinery/power/apc{ areastring = "/area/crew_quarters/theatre"; @@ -16470,13 +16331,6 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) -"aIe" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "aIf" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ @@ -16585,16 +16439,6 @@ "aIp" = ( /turf/closed/wall, /area/hydroponics) -"aIq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aIr" = ( /obj/structure/filingcabinet, /turf/open/floor/wood, @@ -16737,44 +16581,12 @@ }, /turf/open/floor/plasteel, /area/construction/mining/aux_base) -"aII" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"aIJ" = ( -/obj/effect/turf_decal/bot_white, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera{ - c_tag = "Telecomms Teleporter Room"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "aIK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"aIL" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aIM" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, @@ -17644,29 +17456,10 @@ /obj/machinery/plantgenes, /turf/open/floor/plasteel, /area/hydroponics) -"aKM" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) "aKN" = ( /obj/structure/grille, /turf/open/floor/plating/airless, /area/space/nearstation) -"aKO" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"aKP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) "aKQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -17685,52 +17478,12 @@ }, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"aKT" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aKU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aKV" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aKW" = ( /obj/machinery/light_switch{ pixel_y = 28 @@ -17752,25 +17505,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"aKZ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aLa" = ( /obj/structure/cable{ icon_state = "1-4" @@ -17864,15 +17598,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/grimy, /area/hallway/secondary/entry) -"aLk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "aLl" = ( /obj/structure/chair/comfy/beige{ dir = 1 @@ -17901,15 +17626,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aLo" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "aLr" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -18205,41 +17921,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aMg" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aMh" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, /turf/open/floor/carpet/blue, /area/crew_quarters/heads/captain) -"aMi" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aMj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -18258,15 +17945,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"aMk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "aMl" = ( /turf/closed/wall, /area/crew_quarters/kitchen) @@ -18288,15 +17966,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aMp" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "aMq" = ( /obj/structure/table, /obj/item/camera_film, @@ -18333,9 +18002,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"aMu" = ( -/turf/open/floor/plating/airless, -/area/space) "aMv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -19402,13 +19068,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/maintenance/aft) -"aOP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ - dir = 4; - name = "Waste Ejector" - }, -/turf/open/floor/plating/airless, -/area/tcommsat/entrance) "aOS" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -21037,31 +20696,6 @@ /obj/item/toy/cards/deck, /turf/open/floor/plasteel, /area/security/prison) -"aSQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSU" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "aSV" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -21071,20 +20705,6 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) -"aSW" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "aSX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -21177,12 +20797,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"aTh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aTi" = ( /obj/effect/landmark/start/assistant, /turf/open/floor/carpet/purple, @@ -21376,16 +20990,6 @@ /obj/item/hand_labeler, /turf/open/floor/plasteel, /area/storage/art) -"aTF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) "aTG" = ( /obj/structure/table, /obj/item/storage/crayons, @@ -22340,19 +21944,6 @@ }, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) -"aVO" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "aVP" = ( /obj/structure/table/wood, /obj/item/paper, @@ -22762,26 +22353,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/bridge) -"aWO" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -22 +"aWQ" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 }, /obj/effect/turf_decal/tile/blue{ dir = 0 }, /turf/open/floor/plasteel, /area/bridge) -"aWQ" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, +"aWU" = ( /obj/effect/turf_decal/tile/blue{ dir = 0 }, @@ -23798,6 +23380,19 @@ dir = 8 }, /area/hallway/secondary/exit) +"aZf" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) "aZg" = ( /obj/structure/cable{ icon_state = "1-4" @@ -24098,24 +23693,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/bridge/meeting_room) -"aZS" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - network = list("ss13","minisat") - }, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "aZT" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -24126,19 +23703,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"aZU" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Sattelite Access"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "aZV" = ( /turf/closed/wall/r_wall, /area/crew_quarters/heads/captain) @@ -24691,13 +24255,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, /area/security/prison) -"bbf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) "bbg" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -24725,16 +24282,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/wood, /area/bridge/meeting_room) -"bbj" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Foyer"; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bbk" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -24749,32 +24296,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"bbm" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 4; - name = "Telecomms Server APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"bbn" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; - dir = 4; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) "bbo" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -25143,14 +24664,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"bcf" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bcg" = ( /obj/structure/cable{ icon_state = "1-8" @@ -25639,20 +25152,6 @@ }, /turf/open/floor/wood, /area/medical/psych) -"bdg" = ( -/obj/machinery/telecomms/server/presets/supply, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "bdh" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -26016,15 +25515,6 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) -"bdW" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bdX" = ( /obj/item/storage/box/fancy/donut_box, /obj/structure/table, @@ -26053,15 +25543,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) -"bed" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bee" = ( /obj/machinery/door/airlock/command{ name = "Teleport Access"; @@ -26479,22 +25960,6 @@ }, /turf/open/floor/plating, /area/chapel/main) -"bfc" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "bfe" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -28201,16 +27666,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"biv" = ( -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/obj/structure/closet, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "biw" = ( /turf/open/floor/plasteel, /area/security/checkpoint/medical) @@ -35351,13 +34806,6 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) -"bwE" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bwF" = ( /obj/structure/table/glass, /obj/item/reagent_containers/glass/beaker/cryoxadone{ @@ -37276,29 +36724,6 @@ /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/janitor) -"bAW" = ( -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = -27 - }, -/obj/effect/landmark/start/ai/secondary, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bAY" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, @@ -37986,21 +37411,11 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/maintenance/aft) -"bCC" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer1{ - name = "Tcomms Supply" - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bCD" = ( /obj/structure/table, /obj/item/retractor, /turf/open/floor/plasteel/white/side, /area/medical/sleeper) -"bCE" = ( -/obj/machinery/atmospherics/components/binary/valve/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bCF" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -38510,39 +37925,12 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"bDU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) "bDV" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ dir = 4 }, /turf/open/floor/engine/vacuum, /area/engine/atmos_distro) -"bDW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bDX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) "bDY" = ( /obj/structure/grille, /obj/machinery/meter{ @@ -38584,34 +37972,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bEe" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bEf" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Life Support"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/meter{ - target_layer = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bEg" = ( /obj/machinery/atmospherics/pipe/manifold/green/visible{ dir = 1 @@ -39428,24 +38788,6 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/engine/atmos_distro) -"bGg" = ( -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bGh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "bGi" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -39465,22 +38807,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"bGk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bGl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -39488,16 +38814,6 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bGm" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bGn" = ( /obj/structure/closet/secure_closet/miner, /turf/open/floor/plasteel, @@ -39539,53 +38855,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) -"bGs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "bGu" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/storage/tech) -"bGz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bGA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Access"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "bGB" = ( /obj/structure/table, /obj/item/grenade/chem_grenade/cleaner, @@ -39599,19 +38872,6 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel, /area/janitor) -"bGC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bGD" = ( /obj/structure/janitorialcart, /turf/open/floor/plasteel, @@ -39624,32 +38884,6 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/janitor) -"bGF" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bGG" = ( /obj/structure/cable{ icon_state = "2-8" @@ -39684,88 +38918,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"bGK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"bGL" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"bGM" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGN" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGO" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"bGP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGQ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/space/basic, -/area/tcommsat/entrance) "bGS" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/components/binary/pump{ @@ -42230,44 +41382,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) -"bNU" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 4; - name = "Telecommunications Maintenance APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bNV" = ( -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bNW" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bNX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"bNY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/space/basic, -/area/tcommsat/computer) "bOd" = ( /turf/open/floor/plasteel, /area/engine/atmos) @@ -42575,12 +41689,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) -"bOP" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bOQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -42938,11 +42046,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/science/misc_lab) -"bPL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) "bPM" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/structure/window/reinforced/shutter, @@ -43501,6 +42604,18 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"bRv" = ( +/obj/structure/table/wood, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "bRN" = ( /turf/closed/wall, /area/medical/virology) @@ -44123,22 +43238,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) -"bWq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "bWr" = ( /turf/open/floor/plasteel, /area/science/misc_lab) @@ -44289,9 +43388,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"bXG" = ( -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bXJ" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -44836,20 +43932,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cbI" = ( -/obj/machinery/telecomms/receiver/preset_right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cbP" = ( /turf/closed/wall, /area/storage/tech) @@ -45277,6 +44359,18 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"ceH" = ( +/obj/machinery/light, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "ceI" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -45545,6 +44639,20 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/engineering) +"cfX" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/machinery/camera{ + c_tag = "Telecomms Tech Storage"; + dir = 4; + network = list("ss13","telecomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "cfY" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; @@ -45715,22 +44823,6 @@ }, /turf/open/floor/plating, /area/crew_quarters/heads/chief) -"chd" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/item/aiModule/supplied/quarantine, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "cho" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -46894,12 +45986,24 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"coC" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/ai) "coD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 6 }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"coI" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Starboard"; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "cpe" = ( /obj/docking_port/stationary/random{ dir = 8; @@ -47137,22 +46241,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"csz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Teleporter Room"; - req_access_txt = "61;17" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "csZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -47163,10 +46251,27 @@ "ctv" = ( /turf/closed/wall/r_wall, /area/space/nearstation) +"ctM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "ctR" = ( /obj/structure/sign/warning/radiation/rad_area, /turf/closed/wall, /area/engine/engineering) +"cur" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "cut" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -47385,6 +46490,17 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) +"cAq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "cAs" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -47466,6 +46582,13 @@ /obj/machinery/light/small, /turf/open/floor/plating, /area/maintenance/port/aft) +"cAP" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "cAQ" = ( /obj/structure/chair, /turf/open/floor/plating, @@ -47713,6 +46836,20 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/plasteel, /area/engine/engineering) +"cDQ" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/white, +/area/storage/tech) "cDY" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/purple/hidden{ @@ -47776,6 +46913,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"cHp" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -47988,6 +47132,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/quartermaster/storage) +"cLA" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cLZ" = ( /obj/item/stack/ore/iron, /obj/effect/turf_decal/stripes/line{ @@ -48149,35 +47299,28 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cOT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cOX" = ( -/obj/machinery/telecomms/bus/preset_four, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +"cOE" = ( +/obj/machinery/light{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 8 }, +/obj/machinery/airalarm/tcomms{ + dir = 8; + pixel_x = 24 + }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"cOT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "cQn" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cQC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "cQN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48196,6 +47339,15 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) +"cRC" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"cRJ" = ( +/turf/open/floor/wood, +/area/tcommsat/computer) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -48596,14 +47748,20 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"dck" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"ddh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) "ddi" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48622,6 +47780,12 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"dgn" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "dgz" = ( /obj/structure/sign/warning/docking, /obj/structure/grille, @@ -48642,6 +47806,18 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"diP" = ( +/obj/machinery/atmospherics/pipe/manifold4w/yellow/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "djL" = ( /obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ dir = 8 @@ -48650,28 +47826,6 @@ /obj/item/hand_labeler_refill, /turf/open/floor/plating, /area/maintenance/port/aft) -"dkY" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"dlZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/keycard_auth{ - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/bridge) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -48705,15 +47859,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"doV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"dpy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "dpD" = ( /turf/open/floor/plating, /area/maintenance/disposal/incinerator) @@ -48823,21 +47968,24 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"dyq" = ( -/obj/machinery/light, -/obj/machinery/camera/motion{ - c_tag = "AI Chamber North"; - dir = 1; - network = list("RD") +"dyZ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + target_temperature = 80 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"dzJ" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 1; + name = "Telecommunications Maintenance APC"; + pixel_y = 24 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "dAD" = ( /obj/structure/table, /obj/item/stock_parts/subspace/ansible, @@ -48879,15 +48027,6 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"dDI" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/bridge) "dEb" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -48954,19 +48093,6 @@ /obj/effect/spawner/lootdrop/techstorage/tcomms, /turf/open/floor/plasteel/white, /area/storage/tech) -"dLq" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/binary/pump/on/layer3{ - name = "Waste Out" - }, -/turf/open/space/basic, -/area/tcommsat/entrance) -"dLY" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -49007,6 +48133,15 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"dRj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/meter{ + pixel_x = -5; + pixel_y = -3; + target_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "dRm" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -49143,10 +48278,51 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"ebs" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"edv" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer1{ + dir = 4; + name = "AI Satellite Supply" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"eek" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Antechamber APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"eeO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -49185,6 +48361,14 @@ /obj/item/clothing/suit/hazardvest, /turf/open/floor/plating, /area/construction) +"ejb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "eje" = ( /obj/structure/table, /obj/item/electronics/apc, @@ -49225,10 +48409,6 @@ /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"erz" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "erY" = ( /obj/machinery/camera{ c_tag = "Surgery Observation"; @@ -49271,12 +48451,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"ewn" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) @@ -49302,6 +48476,18 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"ezE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -49325,20 +48511,6 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"eCj" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -49418,6 +48590,22 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) +"eJW" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter Room"; + dir = 4; + network = list("ss13","minisat") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "eKj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -49427,6 +48615,20 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"eNZ" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -49438,23 +48640,26 @@ /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"eOB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 +"eOW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"ePJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/structure/cable/white{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"ePA" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/turf/open/floor/wood, +/area/tcommsat/computer) +"ePU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable/yellow{ + icon_state = "2-8" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) @@ -49483,17 +48688,21 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"eSG" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"eRA" = ( +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ dir = 1 }, -/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"eRY" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable/yellow, /turf/open/floor/plating, -/area/tcommsat/entrance) +/area/ai_monitored/turret_protected/aisat_interior) "eSR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -49563,14 +48772,14 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eXV" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +"eYe" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore") }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -49590,15 +48799,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/solar/port/aft) -"faA" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "fba" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -49652,15 +48852,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"feV" = ( -/obj/machinery/newscaster{ - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "ffi" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -49693,13 +48884,20 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"fkp" = ( -/obj/machinery/computer/telecomms/traffic{ +"fjP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/advanced_airlock_controller{ dir = 8; - network = "tcommsat" + pixel_x = 24 }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -49709,13 +48907,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"flP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) "fme" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 9 @@ -49787,6 +48978,24 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) +"fqb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49799,6 +49008,27 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fsx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) "fsX" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -49850,15 +49080,6 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) -"fya" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "fyJ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -49877,22 +49098,17 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/genetics) +"fAg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "fAv" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) -"fAx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49977,6 +49193,12 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) +"fFo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -50022,6 +49244,17 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"fKQ" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "fLq" = ( /obj/machinery/photocopier, /turf/open/floor/wood, @@ -50053,6 +49286,18 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"fNO" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"fOd" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fOD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50064,14 +49309,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"fPA" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/full/custom, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "fPF" = ( /obj/effect/turf_decal/delivery, /obj/structure/noticeboard{ @@ -50136,25 +49373,6 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) -"fXn" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -50210,10 +49428,31 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gby" = ( +"gck" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) "gdi" = ( @@ -50249,18 +49488,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"gfo" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/computer"; - dir = 4; - name = "Telecomms Control Room APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50280,14 +49507,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"ght" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "ghT" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -50299,44 +49518,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"gli" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_x = -1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 27; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"glp" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -50357,12 +49538,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"goj" = ( -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "goD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -50387,6 +49562,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gsw" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gsK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -50452,25 +49634,46 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"gvD" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + obj_integrity = 300; + pixel_y = -4; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = 10 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = 21 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = 10 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "gyl" = ( /obj/machinery/light{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) -"gyn" = ( -/obj/machinery/computer/message_monitor, -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - network = list("ss13") - }, -/obj/machinery/computer/security/telescreen{ - name = "Telecomms Camera Monitor"; - network = list("minisat"); - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "gyS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -50479,6 +49682,24 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/engine/engineering) +"gyV" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" + }, +/obj/item/radio/intercom{ + pixel_x = 30; + pixel_y = -2 + }, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = -2; + pixel_y = -27 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "gzM" = ( /obj/machinery/light/small{ brightness = 3; @@ -50523,10 +49744,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"gDO" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "gDT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -50536,9 +49753,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gEk" = ( -/turf/open/floor/wood, -/area/tcommsat/computer) "gEo" = ( /obj/machinery/atmospherics/pipe/simple/purple/hidden{ dir = 10 @@ -50567,44 +49781,55 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"gGd" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Starboard"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"gGG" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"gHT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +"gHN" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"gIh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ +/obj/machinery/light{ dir = 1 }, -/turf/open/floor/plating, -/area/tcommsat/entrance) -"gIJ" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Chamber South"; - dir = 1; - network = list("RD") +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "0-8" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/ai_upload_foyer) "gIR" = ( /obj/machinery/light/small, /turf/open/floor/plating, @@ -50638,16 +49863,6 @@ }, /turf/open/floor/plasteel, /area/medical/paramedic) -"gMu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "gMA" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -50675,16 +49890,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gMO" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/tcommsat/entrance) "gNf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50696,6 +49901,41 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gNw" = ( +/obj/machinery/door/airlock/hatch{ + autoclose = 0; + frequency = 1449; + id_tag = "telecomms_airlock_exterior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"gOg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"gPZ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Port"; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -50715,6 +49955,15 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"gRV" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/bridge) "gTX" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -50724,6 +49973,18 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"gUh" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 4; + name = "MiniSat Monitoring Room APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50800,19 +50061,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) -"gZj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/entrance"; - dir = 8; - name = "Telecomms Entrance APC"; - pixel_x = -24 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "gZG" = ( /obj/structure/closet/crate/freezer/surplus_limbs, /obj/item/reagent_containers/glass/beaker/synthflesh, @@ -50865,6 +50113,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port) +"hdd" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hdl" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50908,14 +50170,22 @@ dir = 1 }, /area/hallway/secondary/entry) -"hkb" = ( -/obj/machinery/ai_slipper{ - uses = 10 +"hgr" = ( +/obj/machinery/computer/station_alert{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/light, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"hja" = ( +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/obj/structure/closet, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hkg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -50949,13 +50219,6 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) -"hoh" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "hos" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -50990,6 +50253,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hsY" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "htC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -51047,6 +50319,17 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"hvX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "hwv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51065,15 +50348,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"hzb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "hzm" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -51124,36 +50398,15 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hFa" = ( +"hEA" = ( /obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/item/aiModule/core/full/custom, +/obj/item/aiModule/reset, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"hFk" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -51236,14 +50489,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"hNo" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "hNq" = ( /obj/machinery/power/tracker, /obj/structure/cable{ @@ -51321,26 +50566,41 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"hUX" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"hUF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/components/binary/pump/on/layer3{ + dir = 1; + name = "Waste Out" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) "hVc" = ( /obj/structure/table, /obj/item/multitool, /obj/item/electronics/firelock, /turf/open/floor/plasteel, /area/engine/atmos) +"hVY" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "hWw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51391,6 +50651,19 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"iaB" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"ibu" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -51399,6 +50672,23 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) +"ifJ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"igC" = ( +/obj/machinery/telecomms/processor/preset_one/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "ihS" = ( /turf/closed/wall/r_wall, /area/medical/sleeper) @@ -51430,18 +50720,38 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"imE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "imN" = ( /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) +"imT" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"iqf" = ( +/obj/structure/table/wood, +/obj/item/phone{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/storage/box/matches, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -51495,20 +50805,19 @@ }, /turf/open/floor/plasteel/white, /area/storage/tech) -"iuF" = ( -/obj/machinery/telecomms/server/presets/security, -/obj/effect/turf_decal/tile/neutral{ +"ivc" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "ivp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -51546,13 +50855,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"iyh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) "iza" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ @@ -51577,12 +50879,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"iDn" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -51604,13 +50900,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"iDR" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "iEt" = ( /turf/open/floor/plasteel, /area/escapepodbay) @@ -51649,20 +50938,58 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iMq" = ( -/obj/structure/cable{ +"iIS" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat") + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 26; + pixel_y = 6; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iKP" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 24 +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"iKY" = ( +/obj/structure/cable{ + icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, +/turf/open/floor/wood, /area/tcommsat/computer) +"iLK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "iMP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cloth_curtain{ @@ -51686,6 +51013,12 @@ "iMU" = ( /turf/closed/wall, /area/maintenance/solars/port/fore) +"iNF" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "iOa" = ( /obj/structure/spacepoddoor, /turf/open/floor/engine/airless, @@ -51729,14 +51062,6 @@ }, /turf/open/floor/plasteel, /area/storage/tech) -"iQk" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 7; - pixel_y = 21 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51759,6 +51084,14 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"iRy" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "iRL" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/grimy, @@ -51793,18 +51126,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"iTH" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "iUt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -51833,6 +51154,15 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"iXz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "iYT" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -51875,20 +51205,6 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) -"jeC" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") - }, -/obj/structure/table/reinforced, -/obj/item/aiModule/reset, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "jgE" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51903,12 +51219,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/ai_monitored/turret_protected/ai_upload) -"jhK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51922,6 +51232,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) +"jiK" = ( +/obj/machinery/announcement_system, +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13,tcomms") + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "jjr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51954,10 +51273,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"jlq" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) "jlA" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -51968,6 +51283,12 @@ /obj/machinery/vending/coffee, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"jlB" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51990,6 +51311,16 @@ /obj/structure/sign/warning/vacuum, /turf/closed/wall, /area/engine/engineering) +"jmP" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "jnI" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -52038,12 +51369,12 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jrC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 +"jry" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -52065,19 +51396,6 @@ }, /turf/open/floor/plating, /area/security/main) -"jsQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jta" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -52122,16 +51440,10 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"jve" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"jvU" = ( +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "jwH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52143,6 +51455,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"jwK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -52150,22 +51472,22 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"jAh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, +"jBx" = ( /obj/machinery/door/airlock/hatch{ - name = "Telecomms Life Support"; + name = "Telecomms Tech Storage"; req_access_txt = "61" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/door/firedoor/border_only{ dir = 1 }, /obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52186,6 +51508,9 @@ /obj/structure/cable, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"jBZ" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "jCp" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -52248,6 +51573,24 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"jEb" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"jEQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jFV" = ( /obj/structure/cable{ icon_state = "0-8" @@ -52255,6 +51598,15 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) +"jGq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -52331,6 +51683,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"jNX" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "jOV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52386,6 +51744,20 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"jUS" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"jUT" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) "jVo" = ( /obj/structure/table, /turf/open/floor/plating, @@ -52404,6 +51776,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"jXe" = ( +/obj/machinery/telecomms/broadcaster/preset_left/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "jXk" = ( /obj/machinery/door/airlock/medical/glass{ name = "Surgery Observation"; @@ -52485,11 +51861,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/clerk) -"kbp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "kbw" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -52502,6 +51873,24 @@ }, /turf/open/floor/plating, /area/security/processing) +"kbB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/keycard_auth{ + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/bridge) +"kbZ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Port"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "kcy" = ( /obj/machinery/airalarm{ dir = 8; @@ -52570,9 +51959,51 @@ /turf/open/floor/plating, /area/hallway/secondary/service) "kjE" = ( -/obj/structure/filingcabinet, -/turf/open/floor/wood, -/area/tcommsat/computer) +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = -35 + }, +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = -22; + pixel_y = 23; + req_access_txt = "16" + }, +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = -23; + pixel_y = -23; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"kjT" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 31; + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kkd" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -52607,11 +52038,6 @@ /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"kno" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52639,11 +52065,36 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"kqh" = ( +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"kqi" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Fore"; + dir = 8; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "kqC" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable, /turf/open/floor/plating, /area/hallway/primary/central) +"kqL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "ksM" = ( /obj/machinery/requests_console{ department = "Tech storage"; @@ -52658,41 +52109,12 @@ }, /turf/open/floor/plasteel, /area/storage/tech) -"ktg" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"kuh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kup" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/computer"; - dir = 1; - name = "Telecomms Control APC"; - pixel_y = 24 +"kxw" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 1 }, -/obj/machinery/space_heater, /turf/open/floor/plating, -/area/maintenance/department/tcoms) +/area/ai_monitored/storage/satellite) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52729,14 +52151,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"kAw" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = 26 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "kBb" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -52792,20 +52206,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/quartermaster/office) -"kIh" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kJA" = ( /obj/machinery/portable_atmospherics/canister, /obj/effect/decal/cleanable/cobweb, @@ -52895,6 +52295,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"kSg" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "kTk" = ( /obj/structure/cable{ icon_state = "4-8" @@ -52919,6 +52325,20 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/hallway/primary/central) +"kVq" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/blue, +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "kVO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -52985,29 +52405,12 @@ "kZL" = ( /turf/closed/wall/r_wall, /area/maintenance/port/aft) -"lar" = ( -/obj/machinery/telecomms/hub/preset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "laH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"laX" = ( -/turf/closed/wall, -/area/tcommsat/computer) "lbw" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice/catwalk, @@ -53034,6 +52437,9 @@ }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) +"ldY" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "leB" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, @@ -53055,44 +52461,26 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"lhK" = ( -/obj/machinery/telecomms/server/presets/science, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +"ljb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"lkj" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) -"lkD" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"llC" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, /obj/machinery/light{ - dir = 8 + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -53100,35 +52488,32 @@ }, /turf/open/space/basic, /area/space) +"llY" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/science/misc_lab) -"lor" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "los" = ( /obj/structure/cable, /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) -"lou" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "loA" = ( /obj/machinery/requests_console{ department = "Medbay"; @@ -53165,6 +52550,25 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"lqP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants/dead{ + pixel_y = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 8; + name = "ai camera"; + network = list("minisat"); + start_active = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "lqQ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -53175,16 +52579,6 @@ /obj/structure/transit_tube_pod, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) -"lsg" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -53283,6 +52677,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"lAt" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lAB" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -53295,19 +52699,32 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lDi" = ( -/obj/machinery/light{ - dir = 8 +"lDb" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26; + pixel_y = -3 }, -/obj/structure/table/wood, -/obj/item/radio/off{ - pixel_y = 4 +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -5; + pixel_y = -28 }, -/obj/item/screwdriver{ - pixel_y = 10 +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -6; + pixel_y = 21 }, -/turf/open/floor/wood, -/area/tcommsat/computer) +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "lEb" = ( /obj/machinery/camera/motion{ c_tag = "AI Upload Chamber - Starboard"; @@ -53319,6 +52736,17 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"lEJ" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53362,6 +52790,25 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"lJe" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/toy/figure/borg{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "lKd" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53375,6 +52822,12 @@ /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) +"lLC" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "lLH" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) @@ -53434,12 +52887,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"lRs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "lRM" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -53472,6 +52919,13 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"lSP" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ + name = "Waste Ejector" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) "lTR" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53487,28 +52941,17 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) -"lVF" = ( -/obj/structure/cable{ - icon_state = "1-2" +"lVU" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, -/area/tcommsat/computer) +/area/storage/tech) "lXr" = ( /obj/structure/window/reinforced, /obj/machinery/power/port_gen/pacman, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"lYq" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/yogs/signal_technician, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"lYu" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53543,16 +52986,32 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) +"mdO" = ( +/turf/closed/wall, +/area/tcommsat/computer) "mea" = ( /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"mfN" = ( -/obj/machinery/door/window/brigdoor/westleft{ - req_access_txt = "61" +"mgs" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) +"mgL" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53652,6 +53111,11 @@ "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) +"mqe" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light, +/turf/open/floor/wood, +/area/tcommsat/computer) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53668,22 +53132,33 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"mts" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/wood, +/area/tcommsat/computer) "mtR" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/security, /turf/open/floor/plasteel/white, /area/storage/tech) -"mwl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" +"mvy" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel, +/area/bridge) "mww" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -53707,32 +53182,10 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) -"myj" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"myR" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) "mzG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53767,20 +53220,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/construction) -"mBB" = ( -/obj/machinery/telecomms/processor/preset_three, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53821,33 +53260,6 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) -"mDN" = ( -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/wood, -/area/tcommsat/computer) -"mEk" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = -27 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -53870,6 +53282,19 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"mIt" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/structure/rack, +/turf/open/floor/wood, +/area/tcommsat/computer) "mIY" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 1 @@ -54008,23 +53433,17 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"mRy" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"mQr" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 +/obj/machinery/light{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/bridge) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "mRQ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -54047,17 +53466,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) -"mSz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "mTa" = ( /obj/structure/sign/warning/nosmoking{ pixel_x = -28 @@ -54088,25 +53496,17 @@ /obj/item/clothing/glasses/meson, /turf/open/floor/plasteel/white, /area/storage/tech) +"mTz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "mUs" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel, /area/escapepodbay) -"mUx" = ( -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "mVu" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -54126,6 +53526,17 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) +"mWr" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "mWH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -54155,11 +53566,22 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mYq" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/teleport/station, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +"mZr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -54168,12 +53590,11 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"mZO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"mZR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/space/basic, +/area/space/nearstation) "mZU" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -54193,6 +53614,22 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/security/main) +"naB" = ( +/obj/machinery/teleport/station, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"naD" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/aisat/foyer"; + dir = 8; + name = "MiniSat Foyer APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "naH" = ( /obj/machinery/light{ dir = 1 @@ -54231,10 +53668,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"nbn" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) "nbV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54249,6 +53682,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/storage/tech) +"ncs" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plasteel, +/area/storage/tech) "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) @@ -54298,6 +53735,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"nhl" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "nhP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -54341,21 +53784,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"njV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +"njF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, -/area/tcommsat/entrance) +/area/ai_monitored/storage/satellite) "njZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -54370,38 +53804,13 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"nkt" = ( -/obj/effect/landmark/start/ai, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = 20 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 5 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 28; - pixel_y = 28 +"nkH" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("aicore") }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) "nlb" = ( /obj/structure/cable{ @@ -54454,20 +53863,6 @@ }, /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai_upload) -"nqo" = ( -/obj/machinery/telecomms/receiver/preset_left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54476,20 +53871,20 @@ }, /turf/open/floor/wood, /area/lawoffice) -"nsj" = ( -/obj/machinery/telecomms/server/presets/command, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"nsq" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-8" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "nta" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54508,14 +53903,18 @@ }, /turf/open/floor/plasteel, /area/storage/tech) -"ntD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, +"nts" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) +"nuL" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54543,6 +53942,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"nvu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "nwv" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -54617,19 +54026,6 @@ }, /turf/open/floor/plating, /area/security/main) -"nCu" = ( -/obj/machinery/computer/telecomms/server{ - network = "tcommsat" - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "nCC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -54647,6 +54043,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"nCH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "nCP" = ( /obj/effect/landmark/stationroom/box/xenobridge, /turf/template_noop, @@ -54669,24 +54078,16 @@ }, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) -"nJI" = ( -/obj/structure/cable{ - icon_state = "2-4" +"nHi" = ( +/obj/machinery/computer/teleporter{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"nLY" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) "nMi" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -54718,6 +54119,11 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nNP" = ( +/obj/machinery/light, +/obj/structure/closet/crate/bin, +/turf/open/floor/wood, +/area/tcommsat/computer) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -54735,12 +54141,27 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"nPf" = ( +"nPb" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/item/circuitboard/machine/telecomms/hub, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/item/circuitboard/machine/telecomms/relay, +/obj/item/circuitboard/machine/telecomms/server, +/obj/item/circuitboard/machine/telecomms/server, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"nSC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "nSL" = ( /obj/machinery/light{ dir = 8 @@ -54759,27 +54180,23 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"nVo" = ( -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +"nTv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/machinery/ai_slipper{ + uses = 10 }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"nTZ" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector, /turf/open/floor/plasteel/white, -/area/tcommsat/computer) +/area/maintenance/department/tcoms) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -54813,10 +54230,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"nZJ" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -54919,6 +54332,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"oii" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "oiE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -54957,48 +54379,32 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"omO" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "omY" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"oom" = ( -/obj/structure/table/wood, -/obj/machinery/light{ +"ona" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 1 }, -/obj/item/phone{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = 1; - pixel_y = 2 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 }, -/obj/item/storage/box/matches, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 +/obj/structure/cable/yellow{ + icon_state = "2-4" }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ooA" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 }, -/turf/open/floor/wood, -/area/tcommsat/computer) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ooX" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -55016,6 +54422,23 @@ }, /turf/open/floor/plasteel, /area/hydroponics/garden) +"opI" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/maintenance/department/tcoms) "oqv" = ( /obj/structure/sign/warning/pods, /turf/closed/wall, @@ -55045,6 +54468,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"orR" = ( +/obj/machinery/newscaster{ + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "osz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55056,6 +54488,41 @@ /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) +"osX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 2; + name = "MiniSat Maint APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"owR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"oxW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat"); + pixel_x = -6 + }, +/turf/open/space/basic, +/area/space) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -55071,11 +54538,23 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/hallway/primary/central) -"oyo" = ( -/obj/machinery/light, -/obj/structure/closet/crate/bin, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +"oyE" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "oyH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55085,6 +54564,42 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"ozm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"oBt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "32" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"oBw" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -55112,6 +54627,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"oGZ" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "oHz" = ( /obj/structure/closet/toolcloset, /obj/structure/light_construct{ @@ -55119,24 +54643,20 @@ }, /turf/open/floor/plasteel, /area/construction) -"oHC" = ( -/obj/machinery/telecomms/server/presets/medical, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, /area/library) +"oMb" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "oMR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -55168,38 +54688,60 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) -"oNR" = ( -/obj/machinery/telecomms/bus/preset_three, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"oOl" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + obj_integrity = 300; + pixel_y = 1; + req_access_txt = "16" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = -13 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = -27 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = -13 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"oPs" = ( +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/structure/table, +/obj/machinery/light{ dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "oPy" = ( /obj/structure/cable{ icon_state = "1-4" }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"oQg" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55229,6 +54771,13 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) +"oTj" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plasteel/white, +/area/storage/tech) "oTP" = ( /obj/structure/table, /obj/item/phone, @@ -55246,14 +54795,31 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"oWR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"oVo" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/bridge) +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"oVM" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55263,42 +54829,45 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"oXP" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the telecoms satellite."; - name = "Telecoms Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "oYS" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"pbM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"pcb" = ( -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 +"paO" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"pbK" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -7; + pixel_y = 23 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 5; + pixel_y = 25 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"pbM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/plasteel/white, +/area/science/mixing) "pcE" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -55328,12 +54897,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pgv" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) +"pgB" = ( +/obj/machinery/telecomms/server/presets/common/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55344,6 +54911,23 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"pku" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"pkv" = ( +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55353,6 +54937,18 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"plw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "pmW" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -55392,6 +54988,23 @@ /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) +"ppJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pqP" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55404,15 +55017,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"ptw" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "ptH" = ( /turf/closed/wall, /area/escapepodbay) @@ -55429,15 +55033,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"pvE" = ( -/obj/machinery/computer/telecomms/traffic{ - network = "tcommsat" - }, -/obj/item/radio/intercom{ - pixel_y = 26 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55493,6 +55088,25 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/wood, /area/lawoffice) +"pwE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"pwO" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "pxz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -55522,6 +55136,13 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"pyZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pzK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55558,6 +55179,15 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) +"pBU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "pDf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -55592,9 +55222,6 @@ /obj/structure/lattice, /turf/open/space, /area/engine/atmos_distro) -"pGu" = ( -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "pHE" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55759,20 +55386,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/fore) -"pUR" = ( -/obj/machinery/telecomms/server/presets/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pVj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55784,6 +55397,43 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"pVy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"pVX" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -28; + pixel_y = 5 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 26; + pixel_y = 3 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"pWb" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pWN" = ( /obj/machinery/button/door{ id = "Dorm3"; @@ -55801,18 +55451,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"pXq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +"pXQ" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "pXS" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"pXV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "pXY" = ( /obj/machinery/camera{ c_tag = "Hydroponics South"; @@ -55827,11 +55482,6 @@ }, /turf/open/floor/plating, /area/hallway/primary/aft) -"pZs" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/teleport/hub, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -55845,6 +55495,18 @@ /obj/item/stock_parts/subspace/filter, /turf/open/floor/plasteel/white, /area/storage/tech) +"qdG" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "qdN" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -55870,11 +55532,6 @@ /obj/item/multitool, /turf/open/floor/plasteel/white, /area/storage/tech) -"qgP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/bridge) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55889,6 +55546,14 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qkU" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "qll" = ( /obj/machinery/power/apc{ areastring = "/area/construction"; @@ -56043,20 +55708,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qtJ" = ( -/obj/machinery/blackbox_recorder, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qtN" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -56070,21 +55721,41 @@ /obj/item/clipboard, /turf/open/floor/plating, /area/maintenance/aft) -"quM" = ( -/obj/effect/turf_decal/bot_white, -/obj/item/beacon, +"quk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, /turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +/area/engine/gravity_generator) "quT" = ( /obj/structure/lattice, /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) -"qwR" = ( -/obj/structure/cable{ - icon_state = "1-4" +"qvd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/closed/wall/r_wall, +/obj/effect/decal/remains/robot, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"qwB" = ( +/obj/machinery/porta_turret/ai, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Starboard"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ @@ -56137,6 +55808,18 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) +"qzW" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "qAG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -56204,19 +55887,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qDU" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "qEa" = ( /obj/structure/cable{ icon_state = "4-8" @@ -56259,6 +55929,20 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qGx" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56280,6 +55964,22 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) +"qKE" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "70" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "qKM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -56382,6 +56082,34 @@ "qQV" = ( /turf/template_noop, /area/template_noop) +"qTH" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = -6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat  Antechamber"; + dir = 8; + network = list("minisat") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"qVG" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "qVL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56416,6 +56144,21 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"rbI" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 @@ -56444,15 +56187,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"reR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "reS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56567,6 +56301,25 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"rnJ" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/wood, +/area/tcommsat/computer) +"rpB" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/aicard{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56588,6 +56341,30 @@ }, /turf/closed/wall, /area/science/mixing) +"rrY" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"rsi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"rtf" = ( +/obj/machinery/telecomms/bus/preset_one/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56607,12 +56384,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"rvv" = ( -/obj/machinery/computer/message_monitor{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "rvS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56637,6 +56408,14 @@ /obj/machinery/light, /turf/open/floor/plasteel/white, /area/storage/tech) +"rxW" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space/basic, +/area/space/nearstation) "ryf" = ( /obj/structure/sign/departments/minsky/research/research, /turf/closed/wall/r_wall, @@ -56661,34 +56440,11 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rCb" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"rEl" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "rEn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -56793,6 +56549,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"rJl" = ( +/obj/structure/transit_tube/station{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rJp" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -56800,6 +56565,12 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) +"rKo" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rKW" = ( /obj/structure/cable{ icon_state = "1-4" @@ -56858,21 +56629,36 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) -"rRt" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 +"rRX" = ( +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"rSa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"rTl" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, /obj/machinery/light{ dir = 4 }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rUo" = ( /obj/machinery/power/apc/highcap/five_k{ areastring = "/area/ai_monitored/turret_protected/ai_upload"; @@ -56918,6 +56704,12 @@ /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"rYY" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56967,6 +56759,32 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) +"saU" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 7; + pixel_y = -23 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Server Room Access"; + dir = 4; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -57002,22 +56820,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"seN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "sfk" = ( /obj/structure/cable{ icon_state = "4-8" @@ -57043,22 +56845,13 @@ dir = 8 }, /area/chapel/main) -"sgr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ +"sgk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -57138,12 +56931,6 @@ /obj/item/stock_parts/cell/high/plus, /turf/open/floor/plasteel/white, /area/storage/tech) -"srx" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57159,11 +56946,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"stb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "sti" = ( /obj/structure/chair/office/light{ dir = 4 @@ -57184,11 +56966,17 @@ /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) -"swU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, +"sxv" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + dir = 4; + name = "Telecomms Control Room APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/wood, /area/tcommsat/computer) "szl" = ( /obj/effect/turf_decal/tile/blue{ @@ -57230,20 +57018,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"sDZ" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/book/manual/wiki/tcomms, -/obj/item/paper_bin, -/obj/item/radio{ - pixel_x = -10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "sEf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57278,6 +57052,18 @@ /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, /area/template_noop) +"sFR" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sGC" = ( /obj/machinery/button/door{ id = "Dorm2"; @@ -57312,17 +57098,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) -"sIE" = ( -/obj/machinery/announcement_system, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "sJh" = ( /obj/structure/cable/yellow{ icon_state = "2-4" @@ -57335,6 +57110,17 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"sJp" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved/flipped, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "sKi" = ( /obj/structure/table, /obj/item/stack/cable_coil{ @@ -57386,6 +57172,17 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"sLX" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"sMB" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "sNe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57397,12 +57194,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"sNP" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "sOm" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plasteel/dark, @@ -57428,6 +57219,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sPe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/landmark/start/yogs/signal_technician, +/turf/open/floor/wood, +/area/tcommsat/computer) +"sPS" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57444,20 +57248,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sRk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "sRL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/tcommsat/lounge) +"sSi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57495,11 +57298,12 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"sUq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +"sUn" = ( +/obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) "sUs" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57548,6 +57352,15 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/central) +"sWC" = ( +/obj/machinery/space_heater, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "sWF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -57563,6 +57376,19 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"sXE" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "sYf" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -57572,18 +57398,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"sYt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "sYv" = ( /obj/structure/cable/yellow{ icon_state = "4-8" }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"sYz" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +"sZj" = ( +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "sZC" = ( /obj/structure/sign/warning{ name = "SECURE AREA"; @@ -57592,6 +57422,12 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"tbt" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -57601,20 +57437,6 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"tco" = ( -/obj/machinery/telecomms/server/presets/common, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) @@ -57697,15 +57519,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tkt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/turf/open/floor/plating, -/area/tcommsat/entrance) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57734,6 +57547,18 @@ }, /turf/open/space/basic, /area/space) +"tng" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"tnZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "tor" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -57784,6 +57609,15 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"tpL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "tqk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57824,24 +57658,19 @@ }, /turf/open/floor/plasteel/stairs, /area/escapepodbay) -"trP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/tcommsat/entrance) "tsI" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel, /area/quartermaster/office) +"ttd" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "ttZ" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel, @@ -57859,6 +57688,16 @@ }, /turf/open/space/basic, /area/space/nearstation) +"txw" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "txU" = ( /obj/machinery/camera{ c_tag = "Security Escape Pod"; @@ -57881,6 +57720,13 @@ }, /turf/open/space, /area/solar/starboard/aft) +"tAj" = ( +/obj/machinery/holopad, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "tAu" = ( /obj/machinery/light/small{ dir = 1 @@ -57903,6 +57749,13 @@ dir = 1 }, /area/chapel/main) +"tBT" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "tCj" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -57931,6 +57784,18 @@ }, /turf/open/floor/plasteel, /area/storage/tools) +"tDF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "MiniSat Camera Monitor"; + network = list("minisat","aicore"); + pixel_x = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "tDK" = ( /obj/structure/chair/wood/wings, /turf/open/floor/plasteel/dark, @@ -57951,16 +57816,41 @@ /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) -"tIs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +"tGB" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 4; + name = "AI Chamber APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"tHK" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"tJV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "tKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -57993,13 +57883,6 @@ }, /turf/closed/wall, /area/maintenance/disposal/incinerator) -"tNb" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "tOj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58086,6 +57969,12 @@ /obj/effect/landmark/blobstart, /turf/open/floor/plasteel, /area/storage/tech) +"tSp" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "tSx" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/service, @@ -58094,10 +57983,6 @@ "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) -"tSK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "tTF" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58119,20 +58004,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"tUr" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tUD" = ( /obj/structure/cable{ icon_state = "1-8" @@ -58211,20 +58082,9 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"uax" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/pen, -/obj/item/multitool, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +"ubS" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58250,6 +58110,30 @@ }, /turf/open/floor/plasteel, /area/medical/paramedic) +"ufc" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"ufG" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "ugv" = ( /obj/item/radio/intercom{ pixel_x = 30 @@ -58353,20 +58237,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"uum" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58423,32 +58293,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"uzN" = ( -/obj/machinery/telecomms/bus/preset_one, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uCL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58488,6 +58332,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uKg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58501,6 +58352,15 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"uKt" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft"; + dir = 2; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "uKu" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -58513,20 +58373,24 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uNH" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"uKS" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"uMN" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"uPv" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "uQe" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -58628,15 +58492,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"vcj" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "vcH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58675,15 +58530,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vgq" = ( -/obj/structure/table/wood, -/obj/item/folder, -/obj/item/pen, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "vhx" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -58744,27 +58590,28 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vlj" = ( -/obj/machinery/telecomms/message_server/preset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +"vkQ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("minisat") }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"vlS" = ( -/obj/machinery/ai_slipper{ - uses = 10 +/turf/open/space/basic, +/area/space/nearstation) +"vlI" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 }, -/obj/machinery/power/terminal, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/wood, +/area/tcommsat/computer) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -58796,6 +58643,14 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"vpg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vpy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58804,6 +58659,20 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"vpP" = ( +/obj/item/toy/talking/AI{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/crowbar, +/obj/item/mmi, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -58846,6 +58715,14 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"vul" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -58874,12 +58751,14 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"vAe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"vyE" = ( +/obj/machinery/telecomms/receiver/preset_left/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"vyT" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/computer) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58914,13 +58793,6 @@ /obj/machinery/rnd/production/techfab/department/service, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vDq" = ( -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "vDB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59007,6 +58879,22 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) +"vLU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 @@ -59105,6 +58993,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) +"vUF" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "vVK" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -59149,20 +59050,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"vYE" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vYI" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -59200,24 +59087,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"wau" = ( -/obj/machinery/telecomms/processor/preset_one, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"waO" = ( -/obj/machinery/announcement_system, -/turf/open/floor/wood, -/area/tcommsat/computer) "wbU" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59241,9 +59110,12 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"wcB" = ( +"wcq" = ( +/obj/structure/cable/white{ + icon_state = "1-8" + }, /turf/closed/wall/r_wall, -/area/tcommsat/entrance) +/area/ai_monitored/turret_protected/ai) "wdr" = ( /obj/machinery/computer/upload/borg{ dir = 1 @@ -59368,6 +59240,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"wnH" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"woj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59383,6 +59268,14 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"wrm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "wrz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -59390,22 +59283,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wsM" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59425,6 +59302,24 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wvu" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 22; + pixel_y = -10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wvK" = ( /obj/machinery/button/door{ id = "maint2"; @@ -59527,6 +59422,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"wyt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wyT" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/camera{ @@ -59563,6 +59467,14 @@ /obj/effect/landmark/stationroom/box/hydroponics, /turf/open/floor/plasteel, /area/hydroponics) +"wBE" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wCs" = ( /obj/machinery/power/apc{ areastring = "/area/security/main"; @@ -59587,6 +59499,15 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/fore) +"wCQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wDq" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59618,6 +59539,33 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wHo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wIt" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59645,19 +59593,37 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wMe" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -24 +"wLj" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"wOs" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -26; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"wPt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wPB" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -59667,20 +59633,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wQR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/turf/open/floor/plasteel, -/area/bridge) "wRK" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -59701,12 +59653,38 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wTm" = ( -/obj/structure/chair/office/dark{ - dir = 1 +"wSr" = ( +/obj/machinery/atmospherics/components/binary/valve/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"wSG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"wUj" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59757,10 +59735,25 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"wZl" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "wZZ" = ( /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) +"xbT" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "xcK" = ( /obj/structure/closet/crate, /turf/open/floor/plating, @@ -59789,11 +59782,26 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) +"xeo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, /turf/open/space/basic, /area/space) +"xgL" = ( +/obj/machinery/door/window/brigdoor/westleft{ + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "xhV" = ( /obj/structure/cable{ icon_state = "2-8" @@ -59805,20 +59813,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xiz" = ( -/obj/machinery/telecomms/processor/preset_two, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xlM" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59843,6 +59837,26 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) +"xnQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "xnR" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59879,6 +59893,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"xsh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/bridge) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59892,6 +59915,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xuo" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "xuY" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; @@ -59902,6 +59931,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xvp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -59916,6 +59957,28 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"xwk" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"xzg" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "MiniSat - Antechamber"; + network = list("minisat") + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "xBc" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59937,16 +60000,6 @@ }, /turf/open/floor/engine, /area/escapepodbay) -"xBO" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -59956,6 +60009,35 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xEb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xEO" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "xFj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59971,6 +60053,13 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"xGr" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "xHa" = ( /obj/structure/cable{ icon_state = "1-8" @@ -59982,6 +60071,10 @@ /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"xIX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/server) "xJj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -60029,13 +60122,31 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xPs" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/computer/teleporter{ - dir = 1 +"xNL" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard"; + dir = 4; + network = list("minisat") }, +/turf/open/space/basic, +/area/space/nearstation) +"xNM" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue, /turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +/area/ai_monitored/turret_protected/aisat_interior) +"xPM" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"xQq" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "xQA" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, @@ -60121,6 +60232,24 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) +"xZf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"xZK" = ( +/obj/structure/filingcabinet{ + pixel_x = 3 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "yan" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -60142,15 +60271,6 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) -"ybB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -60185,21 +60305,6 @@ /obj/structure/tank_dispenser, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"yfa" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -60209,19 +60314,6 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"ygS" = ( -/obj/structure/table/wood, -/obj/item/folder/blue{ - pixel_x = 8; - pixel_y = -2 - }, -/obj/item/pen{ - pixel_x = 8; - pixel_y = -2 - }, -/obj/item/flashlight/lamp, -/turf/open/floor/wood, -/area/tcommsat/computer) "yie" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -85356,8 +85448,8 @@ cnO bEH pBT btG -jhK -pXq +quk +uKg ndV bLp jBX @@ -87890,9 +87982,9 @@ kqC aaa aaa bfv -hFa +oVo qpX -fPA +hEA bfv bfv aaa @@ -88147,9 +88239,9 @@ mlj bTk bTk bfv -omO +qVG ugy -ktg +pXQ rUo bfv gXs @@ -88403,10 +88495,10 @@ ohK mlj vUc bTk -ptw +xuo cKv ddi -sNP +tnZ wdr jhJ aaa @@ -88419,11 +88511,11 @@ vOb bNI bHE cbP -lkD +cDQ pQc hQq gRA -jve +oTj luu qdi cbP @@ -88658,13 +88750,13 @@ aMn dJa gNf dJS -bWq +vLU hBx uwB -mwl +hvX ltJ mVA -jeC +vUF bfv aaa grL @@ -88677,11 +88769,11 @@ bNI bHE cbP iuy -gHT +lVU gTX dVm jpC -reR +ncs dAD cbP cay @@ -88915,12 +89007,12 @@ byP jgE qEa mlj -gli +gHN bTk -goj -ktg +pXQ +pXQ pKU -srx +dgn lSb jhJ gXs @@ -89175,9 +89267,9 @@ mlj bTk bTk noI -xBO +pwO vyj -dck +pXQ gWB bfv gXs @@ -89432,9 +89524,9 @@ kqC aaa aaa bfv -chd +llY lEb -hNo +iRy bfv bfv aaa @@ -89662,13 +89754,13 @@ aSv aTV aYg aTX -eCj -cva -cva -cva -cva -cva -cva +mvy +aZM +aZM +aZM +aZM +aZM +aZM aZM aZM aZM @@ -89918,22 +90010,22 @@ aRi aSu aTU aXY -aTX -aWO -cva -aes -aeY -aes -aMg -aes -aeY -aes -cva +fsx +aPR +bVI +rtf +wUj +vyE +bVI +imT +oPs +cfX +jBZ bVJ -nbn -nbn -laX -laX +vyT +vyT +mdO +mdO aaf aaa aaa @@ -90175,24 +90267,24 @@ aRl aSx aTX aYg -aTX -dDI -cva -aes -aet -aes -bdW -aes -aet -lYu -cva +aWU +aPR +jvU +ubS +rKo +ubS +xIX +ufc +ldY +wOs +qGx bVJ -ygS -wTm -mDN -laX -laX -laX +xZK +kVq +iqf +mdO +mdO +mdO aaf aaf bOS @@ -90432,26 +90524,26 @@ aRk aSw aTW aYv -aTX aWQ -cva -aes -cQC -doV -gby -aet -aet -aet -mEk -bVJ -oQg -pGu -gEk -lDi -waO -laX -laX -laX +aPR +woj +cLA +lAt +bVI +bVI +jBZ +dzJ +ljb +nPb +bZv +kqh +cRC +kqh +mIt +jiK +mdO +mdO +mdO aJw byS bne @@ -90689,28 +90781,28 @@ aRn aSz aTY aYA -aTX -mRy -cva -iQk -mZO -cva -cva -bfc -aeZ -gIJ -qwR +oyE +aPR +fOd +fNO +pWb +xIX +saU +jBZ +wLj +wPt +gGG bVJ -nCu -pGu -jrC -pGu -pGu -hoh -iDn -kno +tSp +cRJ +sYt +cRJ +cRJ +xGr +rnJ +mqe aJw -fAx +wHo aXM aUv bCu @@ -90945,28 +91037,28 @@ aPS aRm aSy aTX -myR -qgP -oWR -lsg -hkb -dyq -cva -nkt -apI -aqt -vlS -adQ -bVJ -gyn -wTm -sRk -dLY -swU -nJI -ntD -ntD -rCb +aZf +xsh +aPR +jlB +sZj +xwk +opI +ivc +gNw +cur +nCH +ejb +jBx +mts +sPe +mgs +ibu +pBU +cAq +iKY +iKY +qKE bwa boU aXE @@ -91203,28 +91295,28 @@ aRp aSB aTZ aZg -aTX -dlZ -cva -aes -vAe -cva -cva -apK -ama -aeu -glp +kbB +aPR +sFR +pgB +pVy +xIX +rbI +jBZ +pbK +nSC +sWC bVJ -pvE -pGu -eOB -pGu -pGu -gfo -sYz -oyo +vlI +cRJ +fFo +cRJ +cRJ +sxv +tbt +nNP aJw -ybB +tpL bfz aXf bzG @@ -91460,26 +91552,26 @@ aRo aSA aTX aYA -aTX -feV -cva -aes -lRs -tSK -nPf -aet -aet -aet -bAW -bVJ -oom -pGu -gEk -rRt -lkj -laX -laX -laX +orR +aPR +ePU +pwE +diP +ddh +ddh +uPv +wSG +wCQ +xPM +bZv +kqh +jNX +kqh +hVY +ePA +mdO +mdO +mdO aJw aOx aJq @@ -91717,24 +91809,24 @@ aRr aSD ceh aZj -aTX -wQR -cva -aes -aet -aes -bed -aes -aet -lYu -cva +aWU +aPR +xEO +ubS +nuL +ubS +xIX +nTZ +txw +jEb +hja bVJ -vgq -wTm -kjE -laX -laX -laX +ebs +pkv +gyV +mdO +mdO +mdO aaf aaf bOS @@ -91974,22 +92066,22 @@ aRq aSC aUa aZl -aTW -aVO -cva -aes -aeY -aes -aBJ -aes -aeY -aes -cva +xnQ +aPR +bVI +jXe +cOE +igC +bVI +dyZ +wIt +sMB +jBZ bVJ -nbn -nbn -laX -laX +vyT +vyT +mdO +mdO aaf aaa aaa @@ -92232,13 +92324,13 @@ aSE aUc aYA aTX -myj -cva -cva -cva -cva -cva -cva +gRV +aZV +aZV +aZV +aZV +aZV +aZV aZV aZV aZV @@ -94606,8 +94698,8 @@ bvA aaa aKz hbC -hzb -mfN +ajS +xgL ajS hbC hbC @@ -95125,7 +95217,7 @@ ajX ajX ltm hbC -oXP +hsY rfE ccw aaa @@ -97713,13 +97805,13 @@ gXs gXs gXs pEf -qdN -aMu -qdN -qdN +gXs +aaH +gXs +gXs aaa aaa -aKM +aKN aaa aaa aaa @@ -97973,10 +98065,10 @@ pEf aaa aaa aaa -qdN -qdN +gXs +gXs aaa -aKM +aKN aaa aaa aaa @@ -98230,10 +98322,10 @@ pEf aaa aaa aaa -qdN -qdN -qdN -aKM +gXs +gXs +gXs +aKN aaa aaa aaa @@ -98487,10 +98579,10 @@ pEf aaa aaa aaa -qdN +gXs aaa -aMu -aKM +aaH +aKN aaa aaa aaa @@ -98735,7 +98827,7 @@ gXs aaa cTB alo -alo +oxW alo cqY aaa @@ -98744,7 +98836,7 @@ pEf aaa aaa aaa -qdN +gXs aaa aaa aaa @@ -98991,18 +99083,18 @@ pEf gXs aaa sRa -abd -abf -abh +sJp +rJl +eRA xnR aaa gXs pEf -jlq -jlq aaa -qdN -aKM +aaa +aaa +gXs +aKN aaa aaa aaa @@ -99245,21 +99337,21 @@ aaa aaa aaa pEf -wcB -wcB -wcB -rEl -bGs -aIe -wcB -wcB -wcB +oBw +oBw +oBw +tBT +uKS +xNM +oBw +oBw +oBw pEf -aOP -jlq -qdN -qdN -aKM +aaa +aaa +gXs +gXs +aKN aaa aaa aaa @@ -99499,24 +99591,24 @@ aaa aaa aaa aaa -aSQ -bNY -bDU -trP -gIh -njV -ght -lou -sUq -gMO -tkt -eSG -dLq -bGQ pEf -qdN +kqi +pEf +oVM +fjP +qdG +fAg +oMb +sgk +jmP +pXV +lEJ +pEf +vkQ +pEf +gXs aaa -aKM +aKN aaa aaa aaa @@ -99756,25 +99848,25 @@ aaa aaa aaa aaa -bbf -bVJ -bVJ -wcB -wcB -wcB -aZU -bGz -lor -wcB -wcB -wcB -wcB -wcB pEf -qdN -aKM -aKM -aKM +jUT +jUT +jUT +jUT +oBw +pyZ +qkU +ttd +oBw +oBw +oBw +oBw +oBw +pEf +gXs +aKN +aKN +aKN aaa aaa aaa @@ -100013,25 +100105,25 @@ aaa aaa aaa aaa -bbf -bVJ -fya -aIa -iTH -wcB -wcB -bGA -wcB -wcB -gZj -aIJ -xPs -wcB pEf -qdN -aKM -aKM -aKM +jUT +kxw +jwK +mWr +oBw +xbT +qzW +mTz +oBw +naD +eJW +nHi +oBw +pEf +gXs +aKN +aKN +aKN aaa aaa aaa @@ -100270,25 +100362,25 @@ aaa aaa aaa aaa -bbf -bVJ -aZS -bGh -kbp -dkY -dpy -mSz -lVF -csz -uCL -bGO -mYq -wcB +pEf +jUT +kxw +dRj +wZl +oBw +iIS +ona +ozm +fqb +wrm +fKQ +naB +oBw pEf aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -100525,27 +100617,27 @@ rcY cmd aaa aaa -aSQ -bDU -bNX -bVJ -iDR -aSU -gDO -bVJ -tIs -gMu -aIq -wcB -quM -aSW -pZs -wcB +pEf +pEf +pEf +jUT +ufG +edv +rpB +oBw +oBw +xEb +oBw +oBw +xQq +rTl +pqP +oBw pEf pEf pEf aaa -aKM +aKN aaa aaa aaa @@ -100782,27 +100874,27 @@ cSf nkd aaa aaa -bbf -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bbj -bGC -amO -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -pEf +kbZ +jUT +jUT +jUT +vpP +osX +jUT +oBw +jry +ezE +sXE +oBw +oBw +oBw +oBw +oBw +oBw +oBw +gPZ aaa -aKM +aKN aaa aaa aaa @@ -101039,27 +101131,27 @@ cmd cmd aaa aaa -bbf -bVJ -faA -vcj -aHM -bGk -imE -jAh -iMq -hFk -dpy -qDU -bGM -bXG -aIL -bcf -uax -bVJ +pEf +jUT +oii +sLX +njF +jGq +jUT +llC +uKS +ezE +ctM +ceH +oBw +iaB +xZf +bRv +lJe +oBw pEf aaa -aKM +aKN aaa aaa aaa @@ -101295,28 +101387,28 @@ eGn cmd aaa aaa -aaa -bbf -bVJ -kup -bwE -bEe -bGm -eXV -nLY -bVJ -bGF -bVJ -bVJ -bGN -dpy -bGP -lYq -sDZ -bVJ +lSP +hUF +plw +wnH +wSr +iLK +ifJ +oBt +vpg +xvp +nsq +ppJ +vul +mZr +nvu +pku +iKP +rRX +eRY pEf -qdN -aKM +gXs +aKN aaa aaa aaa @@ -101553,29 +101645,29 @@ rkQ aaa aaa aaa -aTF -bPL -biv -bCC -bGg -bNW -stb -aKO -wMe -bGK -bbn -bZv -bXG -bXG -aTh -bXG -mUx -bVJ +hdl +jUT +cHp +qvd +lqP +tJV +jUT +tHK +qTH +kqL +eek +tHK +oBw +xzg +gUh +tDF +hgr +oBw pEf -aMu -aKM +gXs +aKN aaa -aKM +aKN aaa aaa aaa @@ -101810,29 +101902,29 @@ aaa aaa aaa aaa -bDW -bVJ -bOP -bCE -bNU -bEf -pgv -iyh -yfa -bGL -aII -bZv -bNV -rvv -vDq -fkp -sIE -bVJ +hdl +jUT +jUT +jUT +jUT +jUT +jUT +cva +cva +gck +cva +cva +oBw +oBw +oBw +oBw +oBw +oBw pEf -qdN +gXs aaa aaa -aKM +aKN aaa aaa aaa @@ -102067,29 +102159,29 @@ aaa aaa aaa aaa -bDW -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -aKP -flP -nVo -flP -bZv -bZv -bVJ -bVJ -bVJ -bVJ -bVJ +rSa +pEf +pEf +pEf +coC +cva +cva +cva +eYe +nTv +aet +cva +cva +cva +coC +pEf +pEf +pEf pEf gXs aaa -qdN -aKM +gXs +aKN aaa aaa aaa @@ -102317,36 +102409,36 @@ lcI bPX aeD aeD +sUn +mZR +mZR +rxW aeF aeF -aeF -aeF -aeF -aeF -aeF -bDX -pEf -pEf -pEf -bVI -bVI -pcb -aKT -aKV -uum -aMi -jsQ -jsQ -bVI -bVI -pEf -pEf +nts +mgL +aaa +aaa pEf +cva +cva +cva +mQr +gOg +cAP +rsi +mQr +cva +cva +cva pEf +aaa +aaa +aaa gXs -qdN -qdN -aKM +gXs +gXs +aKN aaa aaa aaa @@ -102583,27 +102675,27 @@ aaa aaa aaa aaa -aaa pEf -bVI -bVI -jsQ -tco -aKZ -cOX -aKZ -pUR -jsQ -bVI -bVI +pEf +cva +cva +sPS +wyt +jUS +wvu +tGB +sSi +sPS +cva +cva +pEf pEf aaa -bWC -bWC +aaa gXs aaa aaa -aKM +aKN aaa aaa aaa @@ -102840,27 +102932,27 @@ aaa aaa aaa aaa -aaa pEf -bVI -bVI -oHC -uNH -aLk -vYE -aLk -nqo -iuF -bVI -bVI +cva +cva +cva +uMN +eeO +cva +cva +cva +eOW +tng +cva +cva +cva pEf aaa +gXs +gXs aaa -qdN -qdN -aaa -aKM -aKM +aKN +aKN aaa aaa aaa @@ -103097,24 +103189,24 @@ aaa aaa aaa aaa -gXs -pEf -bVI -bVI -ePJ -erz -tNb -jsQ -aMk -erz -seN -bVI -bVI -pEf -gXs +iXz +cva +cva +cva +nhl +eeO +cva +lDb +cva +eOW +nkH +cva +cva +cva +uKt aaa -aKM -aKM +aKN +aKN aaa aaa aaa @@ -103354,23 +103446,23 @@ aaa aaa aaa aaa -gXs pEf -bVI -bVI -uzN -wau -aKZ -lar -aKZ -mBB -oNR -bVI -bVI +cva +cva +gvD +wBE +eeO +pVX +kjE +kjT +eOW +ooA +oOl +cva +cva pEf gXs -qdN -aKM +aKN aaa aaa aaa @@ -103611,21 +103703,21 @@ aaa aaa aaa aaa -gXs pEf -bVI -bVI -ePJ -erz -aLo -jsQ -aMp -erz -seN -bVI -bVI +cva +cva +cva +hdd +eeO +cva +owR +cva +eOW +azM +cva +cva +cva pEf -gXs aaa aaa aaa @@ -103865,27 +103957,27 @@ aaa aaa aaa aaa -aKM -qdN -aaa +aKN +gXs gXs pEf -bVI -bVI -lhK -cbI -ewn -xiz -ewn -hUX -nsj -bVI -bVI +pEf +cva +cva +sPS +xeo +iNF +tAj +oGZ +jEQ +sPS +cva +cva +pEf pEf gXs -qdN aaa -aKM +aKN aaa aaa aaa @@ -104122,27 +104214,27 @@ aaa aaa aaa aaa -aKM -qdN -qdN +aKN +gXs +gXs aaa pEf -bVI -bVI -bVI -bdg -sgr -tUr -sgr -kIh -bVI -bVI -bVI +cva +cva +cva +rrY +aet +kSg +lLC +eNZ +cva +cva +cva pEf -aaa -qdN -qdN -aKM +gXs +gXs +gXs +aKN aaa aaa aaa @@ -104379,27 +104471,27 @@ aaa aaa aaa aaa -aKM -aaa -qdN +aKN aaa +gXs +gXs +gXs pEf +cva +cva +cva +gsw +rYY +qwB +cva +cva +cva pEf -bVI -bVI -kAw -kuh -fXn -wsM -nZJ -bVI -bVI -pEf -pEf +bWC aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -104636,27 +104728,27 @@ aaa aaa aaa aaa -aKM -qdN -qdN +aKN +gXs +gXs aaa -qdN -pEf -bVI -bVI -bVI -vlj -bbm -qtJ -bVI -bVI -bVI -pEf +gXs +gGd +cva +cva +cva +cva +paO +wcq +cva +cva +cva +coI aaa aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -104893,27 +104985,27 @@ aaa aaa aaa aaa -aKM +aKN aaa -qdN -qdN -qdN -pEf -pEf -bVI -bVI -bVI -bVI -bVI -bVI -bVI +gXs +gXs +gXs +gXs pEf +cva +cva +cva +cva +cva +cva +cva pEf +gXs aaa aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -105154,18 +105246,18 @@ aaa aaa aaa aaa -qdN gXs +gXs +aaa pEf pEf -bVI -bVI -bVI -bVI -bVI +cva +cva +cva pEf pEf gXs +gXs aaa aaa aaa @@ -105409,23 +105501,23 @@ aaa aaa aaa aaa -aKM -aKM -aKM +aKN +aKN +aKN +gXs +gXs gXs -aaa -pEf -pEf -pEf pEf pEf +xNL pEf pEf +bWC aaa gXs -aKM -aKM -aKM +aKN +aKN +aKN aaa aaa aaa @@ -105672,11 +105764,11 @@ aaa aaa aaa aKN -aKM aKN -bWC aKN -aKM +aaa +aKN +aKN aKN aaa aaa @@ -105931,7 +106023,7 @@ aaa aaa aaa aKN -aKM +aKN aKN aaa aaa diff --git a/yogstation/code/modules/jobs/job_types/signal_technician.dm b/yogstation/code/modules/jobs/job_types/signal_technician.dm index 8d54a0b831b2..dd9ae3dedc9b 100644 --- a/yogstation/code/modules/jobs/job_types/signal_technician.dm +++ b/yogstation/code/modules/jobs/job_types/signal_technician.dm @@ -12,7 +12,7 @@ outfit = /datum/outfit/job/signal_tech access = list(ACCESS_TCOMSAT, ACCESS_TCOM_ADMIN, ACCESS_TECH_STORAGE, ACCESS_RC_ANNOUNCE, ACCESS_CONSTRUCTION, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, - ACCESS_MAINT_TUNNELS, ACCESS_MECH_ENGINE, ACCESS_TELEPORTER) + ACCESS_MAINT_TUNNELS, ACCESS_MECH_ENGINE) minimal_access = list(ACCESS_TCOMSAT, ACCESS_TCOM_ADMIN, ACCESS_TECH_STORAGE, ACCESS_RC_ANNOUNCE, ACCESS_CONSTRUCTION, ACCESS_MECH_ENGINE) paycheck = PAYCHECK_MEDIUM paycheck_department = ACCOUNT_ENG From 244a4d92b184e14a5133c698861ddcdde0d96e66 Mon Sep 17 00:00:00 2001 From: partykp Date: Sat, 16 May 2020 13:40:10 +0200 Subject: [PATCH 07/26] merge you fuck --- _maps/map_files/YogStation/YogStation.dmm | 10055 ++++++++++---------- 1 file changed, 5024 insertions(+), 5031 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index a3390cf72c4a..0cfe37dc6b5b 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -13997,6 +13997,9 @@ "aDo" = ( /turf/open/floor/plasteel, /area/storage/primary) +"aDq" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aDr" = ( /obj/machinery/requests_console{ department = "Security"; @@ -28555,6 +28558,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"bkl" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/engine/engineering) "bko" = ( /obj/machinery/light{ dir = 4 @@ -36812,6 +36824,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"bBk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "bBm" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -37350,6 +37371,9 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) +"bCs" = ( +/turf/closed/wall, +/area/storage/tech) "bCu" = ( /obj/structure/disposalpipe/segment, /obj/machinery/door/airlock/public/glass{ @@ -39631,6 +39655,16 @@ /obj/structure/chair/comfy/black, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"bIQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "bIR" = ( /obj/structure/chair/stool/bar, /obj/effect/landmark/blobstart, @@ -40375,15 +40409,6 @@ }, /turf/open/floor/plating, /area/science/mixing) -"bLp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bLr" = ( /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -42604,18 +42629,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"bRv" = ( -/obj/structure/table/wood, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/folder{ - pixel_x = 6; - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "bRN" = ( /turf/closed/wall, /area/medical/virology) @@ -42785,6 +42798,10 @@ /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, /area/maintenance/port/aft) +"bSz" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/construction) "bSA" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -42806,6 +42823,37 @@ }, /turf/open/floor/plating, /area/engine/atmos) +"bSO" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat") + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 26; + pixel_y = 6; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bSR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "bST" = ( /obj/machinery/doorButtons/airlock_controller{ idExterior = "virology_airlock_exterior"; @@ -42913,9 +42961,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) -"bTk" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) "bTl" = ( /turf/open/floor/engine, /area/science/misc_lab) @@ -43354,10 +43399,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/science/misc_lab) -"bXp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/construction) "bXs" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -43735,6 +43776,19 @@ }, /turf/open/floor/plating/airless, /area/maintenance/port/aft) +"cag" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"cao" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "cax" = ( /obj/structure/closet/wardrobe/black, /obj/effect/decal/cleanable/cobweb, @@ -43932,9 +43986,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cbP" = ( -/turf/closed/wall, -/area/storage/tech) "cbR" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -44359,18 +44410,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ceH" = ( -/obj/machinery/light, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "ceI" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -44474,6 +44513,16 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"cfh" = ( +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "cfj" = ( /turf/closed/wall, /area/maintenance/disposal/incinerator) @@ -44639,20 +44688,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/engineering) -"cfX" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - dir = 4; - network = list("ss13","telecomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "cfY" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; @@ -44873,6 +44908,28 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"chv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/bridge) +"chB" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "chH" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -45551,6 +45608,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"clu" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "clw" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -45974,36 +46041,16 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"cot" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "cou" = ( /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"coC" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/turret_protected/ai) "coD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 6 }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"coI" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Starboard"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "cpe" = ( /obj/docking_port/stationary/random{ dir = 8; @@ -46128,15 +46175,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"cra" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "crk" = ( /obj/structure/lattice/catwalk, /turf/open/space, @@ -46251,27 +46289,10 @@ "ctv" = ( /turf/closed/wall/r_wall, /area/space/nearstation) -"ctM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "ctR" = ( /obj/structure/sign/warning/radiation/rad_area, /turf/closed/wall, /area/engine/engineering) -"cur" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "cut" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -46285,10 +46306,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"cuC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plating, -/area/construction) "cuD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -46367,6 +46384,24 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"cxA" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + network = list("ss13","RD") + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the AI Upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "cxE" = ( /obj/docking_port/stationary{ dir = 8; @@ -46463,13 +46498,6 @@ }, /turf/open/space/basic, /area/space) -"czD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) "czG" = ( /obj/structure/cable{ icon_state = "2-4" @@ -46490,17 +46518,6 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) -"cAq" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "cAs" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -46582,13 +46599,6 @@ /obj/machinery/light/small, /turf/open/floor/plating, /area/maintenance/port/aft) -"cAP" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "cAQ" = ( /obj/structure/chair, /turf/open/floor/plating, @@ -46777,9 +46787,33 @@ /obj/item/clothing/under/burial, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"cCb" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/construction) +"cCc" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/turf/open/floor/plating, +/area/construction) "cCd" = ( /turf/open/floor/plasteel, /area/construction) +"cCe" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/construction) +"cCf" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) "cCi" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -46836,20 +46870,25 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/plasteel, /area/engine/engineering) -"cDQ" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +"cDV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "32" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) "cDY" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/purple/hidden{ @@ -46864,6 +46903,19 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engineering) +"cEF" = ( +/obj/structure/closet/toolcloset, +/obj/structure/light_construct{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"cEH" = ( +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "cFe" = ( /obj/machinery/door/poddoor/preopen{ id = "maint3" @@ -46893,33 +46945,18 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"cGc" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"cGu" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" +"cGv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cHp" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/yellow{ - icon_state = "0-2" +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"cGJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/wood, +/area/tcommsat/computer) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -47070,6 +47107,17 @@ }, /turf/open/space/basic, /area/space) +"cJn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "cKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -47080,12 +47128,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"cKv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "cKA" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -47132,12 +47174,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/quartermaster/storage) -"cLA" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +"cLH" = ( +/obj/machinery/photocopier, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) "cLZ" = ( /obj/item/stack/ore/iron, /obj/effect/turf_decal/stripes/line{ @@ -47172,6 +47212,18 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"cMT" = ( +/obj/machinery/atmospherics/pipe/manifold4w/yellow/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cNe" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_x = 32 @@ -47187,12 +47239,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"cNF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 +"cNm" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/turf/open/floor/plasteel, +/area/bridge) "cNG" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/plasteel, @@ -47299,19 +47354,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cOE" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cOT" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -47321,33 +47363,28 @@ /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cQN" = ( +"cQG" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/structure/sign/warning/securearea{ + pixel_y = -32 }, -/obj/machinery/door/firedoor/border_only{ +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cQZ" = ( +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/structure/table, +/obj/machinery/light{ dir = 8 }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, /turf/open/floor/plasteel/dark, -/area/storage/tech) -"cRC" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"cRJ" = ( -/turf/open/floor/wood, -/area/tcommsat/computer) +/area/maintenance/department/tcoms) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -47574,6 +47611,18 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"cTo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) "cTw" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating{ @@ -47673,6 +47722,38 @@ /obj/structure/sign/departments/minsky/security/security, /turf/closed/wall, /area/security/detectives_office) +"cUN" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "cVb" = ( /turf/closed/wall, /area/hallway/secondary/service) @@ -47700,6 +47781,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"cWe" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cXd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "cXq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -47748,26 +47843,34 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"dbX" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"ddh" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 +"ddd" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/obj/structure/cable{ + icon_state = "0-2" }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"ddi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/port/aft) +"def" = ( +/obj/machinery/space_heater, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/area/maintenance/department/tcoms) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -47780,12 +47883,12 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"dgn" = ( -/obj/structure/cable{ - icon_state = "2-8" +"dfU" = ( +/obj/structure/chair/office/dark{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "dgz" = ( /obj/structure/sign/warning/docking, /obj/structure/grille, @@ -47806,26 +47909,10 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"diP" = ( -/obj/machinery/atmospherics/pipe/manifold4w/yellow/hidden, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"djL" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/hand_labeler_refill, -/turf/open/floor/plating, -/area/maintenance/port/aft) +"dkg" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -47859,6 +47946,28 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"dpn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "dpD" = ( /turf/open/floor/plating, /area/maintenance/disposal/incinerator) @@ -47902,6 +48011,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"dqf" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -47911,44 +48027,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"dtG" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "dus" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, /turf/open/floor/plasteel/dark, /area/chapel/main) -"dvh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "dvM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -47968,34 +48051,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"dyZ" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"dzJ" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 1; - name = "Telecommunications Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"dAD" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/turf/open/floor/plasteel/white, -/area/storage/tech) "dCp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48038,6 +48093,15 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/science/lab) +"dGq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "dGx" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation B"; @@ -48051,15 +48115,25 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"dJa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 +"dJm" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter Room"; + dir = 4; + network = list("ss13","minisat") }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dJn" = ( +/turf/closed/wall/r_wall, +/area/construction) "dJo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48071,28 +48145,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"dJS" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"dLg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plasteel/white, -/area/storage/tech) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48124,24 +48176,22 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"dQC" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"dPt" = ( +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"dQJ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"dRj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/meter{ - pixel_x = -5; - pixel_y = -3; - target_layer = 1 +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Fore"; + dir = 8; + network = list("minisat") }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/space/basic, +/area/space/nearstation) "dRm" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -48166,15 +48216,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/medical/virology) -"dSg" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "dSB" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -48201,25 +48242,17 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"dTe" = ( +/obj/structure/window/reinforced, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "dTf" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plating/airless, /area/space) -"dVm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48229,18 +48262,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"dWA" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +"dWE" = ( +/obj/machinery/teleport/station, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "dXk" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48253,22 +48278,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"dXA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"dZk" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator"; - dir = 1 +"dXn" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "0-2" }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48278,51 +48294,55 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"ebs" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/obj/machinery/light{ - dir = 1 +"ebQ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"edv" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer1{ - dir = 4; - name = "AI Satellite Supply" +/obj/structure/fireaxecabinet{ + pixel_y = -32 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel, +/area/bridge) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"eek" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 4; - name = "MiniSat Antechamber APC"; +"eeL" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"egp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"egs" = ( +/obj/machinery/airalarm{ + dir = 8; pixel_x = 24 }, -/obj/structure/cable/yellow{ - icon_state = "0-8" +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"eeO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ehg" = ( +/obj/structure/filingcabinet{ + pixel_x = 3 }, -/obj/structure/cable/white{ - icon_state = "4-8" +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -48356,25 +48376,22 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eiQ" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/turf/open/floor/plating, -/area/construction) -"ejb" = ( -/obj/structure/cable{ - icon_state = "1-2" +"ejG" = ( +/obj/machinery/announcement_system, +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13,tcomms") }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"eje" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/wood, +/area/tcommsat/computer) +"ekt" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48386,29 +48403,44 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"epy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"emd" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"emU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"erm" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"erF" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"erM" = ( +/obj/machinery/telecomms/processor/preset_one/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "erY" = ( /obj/machinery/camera{ c_tag = "Surgery Observation"; @@ -48441,6 +48473,44 @@ }, /turf/open/floor/plasteel, /area/security/main) +"ets" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/item/circuitboard/machine/telecomms/hub, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/item/circuitboard/machine/telecomms/relay, +/obj/item/circuitboard/machine/telecomms/server, +/obj/item/circuitboard/machine/telecomms/server, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"etz" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) +"eug" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/twohanded/required/kirbyplants/dead{ + pixel_y = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 8; + name = "ai camera"; + network = list("minisat"); + start_active = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "evF" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -48454,6 +48524,15 @@ "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) +"exe" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Port"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "exz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -48469,25 +48548,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eyP" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ezE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48511,6 +48571,14 @@ }, /turf/open/floor/plasteel, /area/security/processing) +"eCZ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -48529,6 +48597,13 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"eFi" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eFz" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48563,16 +48638,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"eHi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -48590,22 +48655,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"eJW" = ( -/obj/machinery/camera{ - c_tag = "MiniSat Teleporter Room"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "eKj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -48615,20 +48664,10 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eNZ" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"eMU" = ( +/obj/machinery/telecomms/receiver/preset_left/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48640,29 +48679,6 @@ /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"eOW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"ePA" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) -"ePU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "eQk" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -48688,19 +48704,13 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"eRA" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 +"eRX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"eRY" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/yellow, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) "eSR" = ( @@ -48772,14 +48782,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eYe" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -48811,13 +48813,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fbA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "fbC" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -48827,17 +48822,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) -"fbT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"fdQ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"fcA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -48852,6 +48846,12 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"few" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ffi" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -48863,41 +48863,51 @@ }, /turf/open/floor/plasteel, /area/science/research) -"fha" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"fip" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"fiQ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +"fft" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 8 }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"fgs" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"fjP" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel, +/area/storage/tech) +"fha" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"fhi" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft"; + dir = 2; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"fip" = ( +/turf/closed/wall, +/area/hallway/primary/aft) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -48939,15 +48949,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) -"fow" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "foH" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -48978,24 +48979,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) -"fqb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +"fqS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;19" +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/engine/gravity_generator) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49008,56 +49000,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"fsx" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"fsX" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "ftM" = ( /obj/structure/extraction_point{ name = "Xenobiology Fulton Retriever" }, /turf/open/floor/engine, /area/science/xenobiology) -"fug" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "fvM" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -49080,6 +49028,15 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) +"fyc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "fyJ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -49098,13 +49055,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/genetics) -"fAg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "fAv" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -49124,25 +49074,6 @@ }, /turf/open/floor/plating, /area/medical/virology) -"fCL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - dir = 8; - name = "SMES room APC"; - pixel_x = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"fDi" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plating, -/area/construction) "fDx" = ( /obj/machinery/light, /obj/structure/cable{ @@ -49150,12 +49081,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"fDU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction) "fEe" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49193,12 +49118,86 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) -"fFo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 +"fFJ" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 }, /turf/open/floor/wood, /area/tcommsat/computer) +"fFL" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/space/basic, +/area/space/nearstation) +"fGf" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"fGl" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "MiniSat - Antechamber"; + network = list("minisat") + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"fGp" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + obj_integrity = 300; + pixel_y = -4; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = 10 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = 21 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = 10 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"fGY" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -49216,12 +49215,18 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fIY" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"fIX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -49244,17 +49249,6 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"fKQ" = ( -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "fLq" = ( /obj/machinery/photocopier, /turf/open/floor/wood, @@ -49286,18 +49280,13 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fNO" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"fOd" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - network = list("ss13","tcomms"); - pixel_x = 22 +"fNW" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "fOD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49344,6 +49333,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"fUp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49367,6 +49362,23 @@ }, /turf/open/floor/plating, /area/medical/virology) +"fVw" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/maintenance/department/tcoms) "fVQ" = ( /obj/structure/table, /obj/item/analyzer, @@ -49385,19 +49397,24 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fYl" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "fZJ" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) -"gam" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage" - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel/white, -/area/storage/tech) "gaW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -49428,33 +49445,38 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gck" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +"gcC" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = -35 }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = -22; + pixel_y = 23; req_access_txt = "16" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = -23; + pixel_y = -23; + req_access_txt = "16" }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/circuit, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) +"gcL" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -49478,16 +49500,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"geH" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -49498,32 +49510,61 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"ghc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ghT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/construction) "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) +"gjC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 2; + name = "MiniSat Maint APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "gjN" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) +"gkU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"glp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"gnW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/structure/rack, +/turf/open/floor/wood, +/area/tcommsat/computer) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -49549,9 +49590,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) -"grL" = ( -/turf/closed/wall/r_wall, -/area/construction) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -49562,13 +49600,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"gsw" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gsK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -49600,6 +49631,13 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"gsS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gti" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49611,10 +49649,30 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) +"gtM" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, /area/space/nearstation) +"guJ" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "guW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -49634,39 +49692,11 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"gvD" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - layer = 4.1; - name = "Secondary AI Core Access"; - obj_integrity = 300; - pixel_y = -4; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = 10 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = 21 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = 10 +"gxB" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/turf/open/floor/circuit/green, +/turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) "gyl" = ( /obj/machinery/light{ @@ -49682,24 +49712,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/engine/engineering) -"gyV" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" +"gzf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/item/radio/intercom{ - pixel_x = 30; - pixel_y = -2 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = -2; - pixel_y = -27 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "gzM" = ( /obj/machinery/light/small{ brightness = 3; @@ -49725,6 +49746,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"gAt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "gCp" = ( /obj/effect/landmark/stationroom/box/medbay/morgue, /turf/open/floor/plasteel/dark, @@ -49734,10 +49764,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) -"gCD" = ( -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "gCP" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer3{ dir = 8 @@ -49753,6 +49779,12 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"gEi" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gEo" = ( /obj/machinery/atmospherics/pipe/simple/purple/hidden{ dir = 10 @@ -49781,75 +49813,73 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gGd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Starboard"; - dir = 1; - network = list("minisat") +"gFI" = ( +/turf/closed/wall, +/area/tcommsat/computer) +"gGr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/space/basic, -/area/space/nearstation) -"gGG" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/wood, +/area/tcommsat/computer) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"gHN" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 +"gIR" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/aft) +"gJw" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +/turf/open/floor/plasteel, +/area/storage/tech) +"gJY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_x = -1; - pixel_y = -24 +/obj/item/toy/figure/borg{ + pixel_x = -4; + pixel_y = -2 }, -/obj/machinery/light{ - dir = 1 +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 27; - pixel_y = -26 +/obj/machinery/newscaster/security_unit{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"gKl" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"gLq" = ( /obj/structure/cable{ - icon_state = "0-8" + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"gIR" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/aft) +/area/engine/engine_smes) "gLr" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 6 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"gLy" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) "gMc" = ( /obj/machinery/door/airlock/medical{ name = "Paramedic Staging Area"; @@ -49890,52 +49920,11 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gNf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, +"gOQ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, /area/hallway/primary/central) -"gNw" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"gOg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"gPZ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Port"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -49943,48 +49932,23 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gRA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"gRV" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) -"gTX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ +"gQV" = ( +/obj/machinery/light{ dir = 4 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"gUh" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 4; - name = "MiniSat Monitoring Room APC"; - pixel_x = 24 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/cable/yellow{ - icon_state = "0-8" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"gSz" = ( +/obj/machinery/holopad, +/obj/structure/cable/white{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50022,37 +49986,12 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"gWt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"gWB" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 +"gWZ" = ( +/obj/machinery/light_switch{ + pixel_x = 27 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plating, +/area/construction) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -50091,11 +50030,6 @@ "hbC" = ( /turf/closed/wall/r_wall, /area/tcommsat/lounge) -"hbF" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel/white, -/area/storage/tech) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50113,20 +50047,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port) -"hdd" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Fore"; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"hdl" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) +"hdH" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50170,26 +50093,41 @@ dir = 1 }, /area/hallway/secondary/entry) -"hgr" = ( -/obj/machinery/computer/station_alert{ - dir = 1 +"hgD" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) +"hhD" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) -"hja" = ( -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/obj/structure/closet, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "hkg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/medical/paramedic) +"hkI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hlB" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -50207,6 +50145,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"hmC" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 8; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50219,31 +50168,27 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) -"hos" = ( -/obj/effect/turf_decal/stripes/line{ +"hpE" = ( +/obj/machinery/computer/station_alert{ dir = 1 }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +/obj/machinery/light, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"hqC" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 26 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ dir = 4 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"hpj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "hrn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50253,15 +50198,24 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hsY" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai satellite."; - name = "AI Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 +"hsA" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) +/turf/open/floor/plating, +/area/construction) +"hsC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "htC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -50279,6 +50233,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hup" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "huq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table/reinforced, @@ -50319,17 +50284,6 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"hvX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "hwv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50354,25 +50308,21 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hBx" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +"hzJ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"hAk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/obj/machinery/holopad, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50398,15 +50348,12 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hEA" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +"hDA" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 }, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/reset, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/area/ai_monitored/turret_protected/aisat_interior) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -50426,6 +50373,13 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"hKe" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -50463,6 +50417,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"hLk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -50507,12 +50473,31 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hOD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"hNN" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" }, -/turf/open/floor/plasteel, -/area/storage/tech) +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hOi" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/airalarm/tcomms{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50526,14 +50511,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) -"hQq" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) "hQT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -50547,6 +50524,24 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"hQW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "hSf" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -50566,41 +50561,12 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"hUF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer3{ - dir = 1; - name = "Waste Out" - }, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) "hVc" = ( /obj/structure/table, /obj/item/multitool, /obj/item/electronics/firelock, /turf/open/floor/plasteel, /area/engine/atmos) -"hVY" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "hWw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50625,21 +50591,66 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hXW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"hZm" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"hXh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"iay" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"hXW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"hYh" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"hYF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hZm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"iay" = ( /obj/structure/cable{ icon_state = "2-4" }, @@ -50651,19 +50662,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"iaB" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"ibu" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50672,26 +50670,45 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) -"ifJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/yellow{ +"iel" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/cable/yellow{ - icon_state = "2-4" +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"igC" = ( -/obj/machinery/telecomms/processor/preset_one/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) +/area/storage/tech) +"ieC" = ( +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"ifN" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + target_temperature = 80 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"igd" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ihS" = ( /turf/closed/wall/r_wall, /area/medical/sleeper) +"ijm" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ijY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 5 @@ -50720,38 +50737,64 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"imN" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"imT" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"iqf" = ( -/obj/structure/table/wood, -/obj/item/phone{ - pixel_x = -6; - pixel_y = 4 +"imB" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = 1; - pixel_y = 2 +/obj/item/storage/box/lights/mixed, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"inF" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = -6 }, -/obj/item/storage/box/matches, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 +/obj/machinery/camera{ + c_tag = "MiniSat  Antechamber"; + dir = 8; + network = list("minisat") }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"iom" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ipx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -50763,15 +50806,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"isd" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"irL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "itA" = ( /obj/structure/table, /obj/item/storage/box/donkpockets{ @@ -50794,30 +50834,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/science/nanite) -"iuy" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"ivc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "ivp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -50918,6 +50934,9 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"iGm" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iGw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50932,64 +50951,74 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) +"iGT" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "iHI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iIS" = ( +"iIy" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"iIL" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"iKj" = ( +/obj/machinery/porta_turret/ai, /obj/machinery/flasher{ id = "AI"; - pixel_x = 24; + pixel_x = 22; pixel_y = -10 }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 8; - network = list("minisat") - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = 26; - pixel_y = 6; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"iKP" = ( -/obj/structure/chair/office/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 + dir = 9 }, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"iKY" = ( -/obj/structure/cable{ +/obj/structure/cable/white{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/wood, -/area/tcommsat/computer) -"iLK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"iKM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "iMP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cloth_curtain{ @@ -51013,12 +51042,25 @@ "iMU" = ( /turf/closed/wall, /area/maintenance/solars/port/fore) -"iNF" = ( -/obj/structure/cable/white{ +"iMV" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/ai_upload_foyer) "iOa" = ( /obj/structure/spacepoddoor, /turf/open/floor/engine/airless, @@ -51040,28 +51082,19 @@ /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) -"iON" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, +"iPN" = ( +/obj/effect/turf_decal/stripes/end, /turf/open/floor/plasteel, /area/storage/tech) +"iQQ" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51084,18 +51117,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"iRy" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"iRL" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51131,6 +51152,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/security/courtroom) +"iUO" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "iVI" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -51147,6 +51177,12 @@ /obj/item/folder/documents, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"iWI" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "iXd" = ( /obj/machinery/computer/atmos_sim{ dir = 4; @@ -51154,15 +51190,28 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"iXz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore"; - dir = 1; - network = list("minisat") +"iXv" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 8; + name = "SMES room APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"iYa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"iYM" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) "iYT" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -51176,15 +51225,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"iZt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "iZA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 5 @@ -51205,20 +51245,26 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) -"jgE" = ( +"jhr" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel, -/area/hallway/primary/central) -"jhJ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) +/area/hallway/primary/aft) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51226,21 +51272,24 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"jik" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "jil" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) -"jiK" = ( -/obj/machinery/announcement_system, -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13,tcomms") - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "jjr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51273,22 +51322,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"jlA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jlB" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51311,16 +51344,6 @@ /obj/structure/sign/warning/vacuum, /turf/closed/wall, /area/engine/engineering) -"jmP" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "jnI" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -51340,13 +51363,6 @@ /obj/item/clothing/mask/gas, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"jpC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/storage/tech) "jqZ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -51369,12 +51385,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jry" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -51396,41 +51406,28 @@ }, /turf/open/floor/plating, /area/security/main) -"jta" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +"jtK" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"juj" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jtz" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27; - pixel_y = -34 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 6; - pixel_y = 8 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "jvd" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -51440,9 +51437,14 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"jvU" = ( -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/telecomms/mainframe, +"jvy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "jwH" = ( /obj/structure/cable{ @@ -51455,16 +51457,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"jwK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, +"jyZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/area/construction) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -51472,22 +51468,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"jBx" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51499,18 +51479,17 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"jBX" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -24 +"jCc" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"jBZ" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "jCp" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -51573,24 +51552,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jEb" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"jEQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jFV" = ( /obj/structure/cable{ icon_state = "0-8" @@ -51598,15 +51559,42 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) -"jGq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"jGu" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"jHn" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access_txt = "16" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -51619,6 +51607,14 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"jHS" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "jIf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51635,6 +51631,30 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"jJe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/pump/on/layer3{ + dir = 1; + name = "Waste Out" + }, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) +"jJt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "jJv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51653,10 +51673,54 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jJR" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "jLm" = ( /mob/living/simple_animal/mouse, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"jLs" = ( +/obj/machinery/light, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jLx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "jLB" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -51665,6 +51729,38 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"jMX" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"jNe" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/storage/tech) +"jNC" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/aisat/foyer"; + dir = 8; + name = "MiniSat Foyer APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jNQ" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jNR" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port/fore"; @@ -51683,12 +51779,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"jNX" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "jOV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51711,21 +51801,50 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jSK" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"jRI" = ( +/obj/machinery/light{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/status_display/evac{ + pixel_x = 32 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/obj/machinery/porta_turret/ai{ + scan_range = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"jSm" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/light{ dir = 4 }, -/turf/open/floor/plating, -/area/construction) +/turf/open/floor/plasteel/white, +/area/storage/tech) +"jSz" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 1; + icon_state = "left"; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "jSR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -51744,24 +51863,46 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"jUS" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +"jUD" = ( +/obj/machinery/light{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "1-2" +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"jVc" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"jUT" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) -"jVo" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/construction) +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/storage/tech) +"jVF" = ( +/obj/machinery/door/airlock/hatch{ + autoclose = 0; + frequency = 1449; + id_tag = "telecomms_airlock_exterior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "jWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -51776,10 +51917,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"jXe" = ( -/obj/machinery/telecomms/broadcaster/preset_left/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "jXk" = ( /obj/machinery/door/airlock/medical/glass{ name = "Surgery Observation"; @@ -51873,24 +52010,20 @@ }, /turf/open/floor/plating, /area/security/processing) -"kbB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/keycard_auth{ - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/bridge) -"kbZ" = ( -/obj/structure/lattice/catwalk, +"kbX" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, /obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Port"; - dir = 1; - network = list("minisat") + c_tag = "Telecomms Tech Storage"; + dir = 4; + network = list("ss13","telecomms") }, -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "kcy" = ( /obj/machinery/airalarm{ dir = 8; @@ -51908,6 +52041,61 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"kdB" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/space/basic, +/area/space/nearstation) +"kdY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kfx" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + obj_integrity = 300; + pixel_y = 1; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = -13 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = -27 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = -13 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "kfB" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -51922,16 +52110,11 @@ }, /turf/open/space, /area/engine/atmos_distro) -"kgJ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +"kgn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plasteel/white, +/area/storage/tech) "kgS" = ( /obj/structure/closet/crate{ icon_state = "crateopen" @@ -51958,52 +52141,18 @@ }, /turf/open/floor/plating, /area/hallway/secondary/service) -"kjE" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = -35 - }, -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core shutters control"; - pixel_x = -22; - pixel_y = 23; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters control"; - pixel_x = -23; - pixel_y = -23; - req_access_txt = "16" - }, +"kiW" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kjT" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 31; - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/maintenance/department/tcoms) "kkd" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -52026,18 +52175,26 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"kmo" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "kmT" = ( /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"knN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"knX" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard"; + dir = 4; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52065,56 +52222,21 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kqh" = ( -/turf/open/floor/plasteel/grimy, +"kuM" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light, +/turf/open/floor/wood, /area/tcommsat/computer) -"kqi" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Fore"; - dir = 8; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) -"kqC" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/primary/central) -"kqL" = ( +"kwU" = ( +/obj/structure/chair/office/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/machinery/holopad, -/turf/open/floor/circuit, +/turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"ksM" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/obj/machinery/vending/assist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"kxw" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52151,20 +52273,37 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"kBb" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +"kzK" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kBA" = ( /obj/structure/cable{ icon_state = "1-2" }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, -/area/hallway/primary/aft) +/area/storage/tech) +"kBS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "kCm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52178,6 +52317,20 @@ /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, /area/space) +"kEt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"kEX" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plasteel/white, +/area/storage/tech) "kFK" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -52192,16 +52345,6 @@ /obj/machinery/atmospherics/pipe/simple/purple/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"kHt" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "kHL" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, @@ -52225,6 +52368,32 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"kLc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kLV" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -52233,6 +52402,20 @@ }, /turf/open/space, /area/engine/atmos_distro) +"kOO" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) +"kPm" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "kPn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52283,6 +52466,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"kRJ" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "kRZ" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6; @@ -52295,22 +52488,23 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"kSg" = ( -/obj/machinery/ai_slipper{ - uses = 10 +"kSW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kTk" = ( -/obj/structure/cable{ +/obj/structure/cable/yellow{ icon_state = "4-8" }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"kTm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "kTQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -52325,20 +52519,6 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/hallway/primary/central) -"kVq" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/tcomms{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "kVO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -52361,28 +52541,10 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"kXo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/genetics) -"kYo" = ( -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "kYG" = ( /obj/structure/cable{ icon_state = "2-4" @@ -52394,6 +52556,22 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) +"kYT" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "kYY" = ( /obj/machinery/light/small{ dir = 8 @@ -52402,27 +52580,68 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"kZL" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) +"kYZ" = ( +/obj/structure/transit_tube/station{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kZd" = ( +/obj/machinery/telecomms/broadcaster/preset_left/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"kZv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "laH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"lbf" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"lbs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "lbw" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"lbR" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 +"lbQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/construction) +/obj/effect/decal/remains/robot, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "lcI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52437,13 +52656,19 @@ }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) -"ldY" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "leB" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) +"leP" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -52461,26 +52686,21 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"ljb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 +"lhP" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"llC" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, /obj/machinery/light{ - dir = 1 + dir = 4 }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +/obj/structure/cable/yellow{ + icon_state = "2-8" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/maintenance/department/tcoms) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -52488,22 +52708,26 @@ }, /turf/open/space/basic, /area/space) -"llY" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" +"lnE" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/item/aiModule/supplied/quarantine, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -52542,33 +52766,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, /area/chapel/main) -"lqm" = ( +"lqd" = ( /obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"lqP" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/dead{ - pixel_y = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Maintenance"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 + icon_state = "1-4" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "lqQ" = ( /obj/structure/window/reinforced{ dir = 4 @@ -52604,28 +52807,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"ltJ" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"luu" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/white, -/area/storage/tech) "luw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52670,6 +52851,10 @@ }, /turf/open/floor/plating, /area/security/detectives_office) +"lxw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/server) "lze" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ @@ -52677,16 +52862,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"lAt" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lAB" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -52699,54 +52874,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lDb" = ( -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -26; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -5; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -6; - pixel_y = 21 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"lEb" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Starboard"; - dir = 8; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"lEJ" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52772,62 +52899,54 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"lIE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"lIX" = ( -/obj/structure/cable{ - icon_state = "1-2" +"lHn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-8" +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, /turf/open/floor/plasteel, -/area/hallway/primary/aft) -"lJe" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_x = -4; - pixel_y = 7 +/area/storage/tech) +"lHO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 }, -/obj/item/toy/figure/borg{ - pixel_x = -4; - pixel_y = -2 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 }, -/obj/item/phone{ - pixel_x = 7; - pixel_y = 1 +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"lHR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -28 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 }, -/turf/open/floor/plasteel/grimy, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"lKd" = ( -/obj/structure/cable{ - icon_state = "4-8" +"lHY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"lIE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, -/area/storage/tech) +/area/hallway/secondary/exit) "lKf" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) -"lLC" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "lLH" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) @@ -52865,6 +52984,53 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"lOR" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"lPb" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Antechamber APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"lPl" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"lPv" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "lQG" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -52887,6 +53053,14 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"lRe" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/construction) "lRM" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -52895,66 +53069,24 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lSb" = ( -/obj/machinery/computer/upload/ai{ - dir = 1 +"lTy" = ( +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +/turf/open/floor/plasteel, +/area/construction) +"lVu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"lSP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ - name = "Waste Ejector" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) -"lTR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/construction) -"lVu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"lVU" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"lXr" = ( -/obj/structure/window/reinforced, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"lYU" = ( -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel, +/area/tcommsat/lounge) +"lYU" = ( +/obj/structure/cable{ + icon_state = "4-8" }, /obj/structure/cable{ icon_state = "2-4" @@ -52986,32 +53118,10 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) -"mdO" = ( -/turf/closed/wall, -/area/tcommsat/computer) "mea" = ( /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"mgs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) -"mgL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53026,16 +53136,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"mhx" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "min" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -53108,14 +53208,25 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"mnm" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) -"mqe" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/turf/open/floor/wood, -/area/tcommsat/computer) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53132,40 +53243,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"mts" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/wood, -/area/tcommsat/computer) -"mtR" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"mvy" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) -"mww" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53182,10 +53259,35 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) +"myd" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"myz" = ( +/obj/machinery/light, +/obj/structure/closet/crate/bin, +/turf/open/floor/wood, +/area/tcommsat/computer) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"mzv" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "mzG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53216,10 +53318,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"mBm" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/construction) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53249,6 +53347,20 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"mCD" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "mDA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, @@ -53260,6 +53372,14 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) +"mEN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/construction) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -53269,6 +53389,61 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mFm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"mFC" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"mFY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"mGD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "MiniSat Camera Monitor"; + network = list("minisat","aicore"); + pixel_x = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"mGT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "mGV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53282,19 +53457,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"mIt" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off{ - pixel_y = 4 - }, -/obj/structure/rack, -/turf/open/floor/wood, -/area/tcommsat/computer) "mIY" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 1 @@ -53338,6 +53500,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"mKR" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) "mLv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53407,6 +53580,20 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"mOb" = ( +/obj/item/toy/talking/AI{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/crowbar, +/obj/item/mmi, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "mOm" = ( /obj/structure/closet/crate, /obj/machinery/light/small{ @@ -53423,6 +53610,28 @@ /obj/machinery/atmospherics/components/unary/vent_pump/layer1, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"mOQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27; + pixel_y = -34 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "mOR" = ( /obj/machinery/button/door{ id = "Dorm1"; @@ -53433,17 +53642,27 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"mQr" = ( -/obj/structure/showcase/cyborg/old{ +"mPD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/airalarm{ dir = 4; - pixel_x = -9; - pixel_y = 2 + pixel_x = -24 }, -/obj/machinery/light{ - dir = 8 +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"mRc" = ( +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"mRz" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/wood, +/area/tcommsat/computer) "mRQ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -53486,22 +53705,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"mTs" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"mTz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "mUs" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/oxygen, @@ -53516,27 +53719,23 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"mVA" = ( -/obj/machinery/holopad, +"mVJ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) +"mVO" = ( /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-8" }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "1-4" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"mWr" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "mWH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -53566,22 +53765,15 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mZr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ +"mYA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Monitoring Room"; - req_one_access_txt = "32;19" +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -53590,21 +53782,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"mZR" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/space/basic, -/area/space/nearstation) -"mZU" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "nau" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -53614,22 +53791,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/security/main) -"naB" = ( -/obj/machinery/teleport/station, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"naD" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/aisat/foyer"; - dir = 8; - name = "MiniSat Foyer APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "naH" = ( /obj/machinery/light{ dir = 1 @@ -53660,6 +53821,15 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"naM" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Starboard"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "naQ" = ( /obj/machinery/vending/cigarette, /obj/machinery/light{ @@ -53668,43 +53838,34 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"nbV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"nbn" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"ncp" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/storage/tech) -"ncs" = ( -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plasteel, -/area/storage/tech) +/turf/open/space/basic, +/area/space/nearstation) "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ndB" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ndV" = ( -/obj/machinery/light{ - dir = 4 +"nfi" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/area/maintenance/department/tcoms) "nfX" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -53735,12 +53896,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) -"nhl" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "nhP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -53752,6 +53907,16 @@ dir = 4 }, /area/hallway/secondary/exit) +"nhR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "nhY" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53763,6 +53928,16 @@ }, /turf/open/floor/plasteel, /area/storage/primary) +"nir" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "nis" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -53784,12 +53959,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"njF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "njZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -53804,26 +53973,13 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"nkH" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Aft"; - dir = 1; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"nlb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 +"nkv" = ( +/obj/machinery/power/smes{ + charge = 5e+006 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/obj/structure/cable/yellow, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -53840,6 +53996,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"nlt" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "nlx" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -53852,26 +54017,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"noI" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 +"nmn" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = 2 }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"nrj" = ( -/obj/structure/rack, -/obj/item/storage/briefcase, -/obj/machinery/airalarm{ - pixel_y = 24 +/obj/item/aicard{ + pixel_x = 6; + pixel_y = 1 }, -/turf/open/floor/wood, -/area/lawoffice) -"nsq" = ( +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"npY" = ( /obj/machinery/ai_slipper{ uses = 10 }, @@ -53885,36 +54043,14 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) -"nta" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"nts" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) -"nuL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 +"nrj" = ( +/obj/structure/rack, +/obj/item/storage/briefcase, +/obj/machinery/airalarm{ + pixel_y = 24 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/wood, +/area/lawoffice) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -53922,46 +54058,28 @@ }, /turf/open/space/basic, /area/space) +"nvf" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "nvh" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nvt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nvu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"nwv" = ( -/obj/effect/turf_decal/tile/yellow{ +"nvF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/obj/item/aiModule/core/full/custom, +/obj/item/aiModule/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "nxw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53989,6 +54107,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nyL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "nyN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 10 @@ -53998,6 +54125,17 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"nAf" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved/flipped, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "nAM" = ( /obj/machinery/button/door{ id = "Dorm4"; @@ -54008,15 +54146,6 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"nAO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "nAV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -54043,19 +54172,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"nCH" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "nCP" = ( /obj/effect/landmark/stationroom/box/xenobridge, /turf/template_noop, @@ -54078,12 +54194,10 @@ }, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) -"nHi" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +"nHk" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, @@ -54119,11 +54233,17 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nNP" = ( -/obj/machinery/light, -/obj/structure/closet/crate/bin, -/turf/open/floor/wood, -/area/tcommsat/computer) +"nMr" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -54141,62 +54261,12 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"nPb" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"nSC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"nSL" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "nTg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) -"nTv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"nTZ" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/components/unary/portables_connector, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -54221,15 +54291,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nZp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -54245,19 +54306,35 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"ocv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" +"obm" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 }, -/obj/structure/cable{ - icon_state = "1-4" +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 }, -/obj/structure/cable{ - icon_state = "0-4" +/obj/item/folder/blue, +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"obG" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 }, +/obj/structure/cable, /turf/open/floor/plating, -/area/storage/tech) +/area/construction) +"odG" = ( +/obj/machinery/door/window/brigdoor/westleft{ + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "odL" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -54266,18 +54343,28 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/tcommsat/lounge) +"odU" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) -"oex" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"oeg" = ( +/obj/machinery/telecomms/bus/preset_one/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "ogO" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -54310,37 +54397,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"ohK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"oii" = ( -/obj/structure/rack, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "oiE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -54359,6 +54415,23 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"oiP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ojD" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/storage/tech) "okC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54367,6 +54440,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"olr" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "olQ" = ( /obj/structure/table, /obj/item/storage/box/rxglasses{ @@ -54385,26 +54464,15 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ona" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +"ony" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light{ dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"ooA" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -25; - pixel_y = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/white, +/area/storage/tech) "ooX" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -54422,27 +54490,22 @@ }, /turf/open/floor/plasteel, /area/hydroponics/garden) -"opI" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/maintenance/department/tcoms) "oqv" = ( /obj/structure/sign/warning/pods, /turf/closed/wall, /area/engine/engineering) +"oqD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat"); + pixel_x = -6 + }, +/turf/open/space/basic, +/area/space) "ord" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54468,15 +54531,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"orR" = ( -/obj/machinery/newscaster{ - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "osz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -54488,41 +54542,17 @@ /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) -"osX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 2; - name = "MiniSat Maint APC"; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"owR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"oxW" = ( -/obj/structure/window/reinforced{ - dir = 4 +"ouD" = ( +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Access"; - dir = 8; - network = list("minisat"); - pixel_x = -6 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/space/basic, -/area/space) +/turf/open/floor/wood, +/area/tcommsat/computer) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -54538,23 +54568,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/hallway/primary/central) -"oyE" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) "oyH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -54564,42 +54577,59 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"ozm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"oAZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"oBJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" }, /obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"oCm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"oBt" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oCA" = ( +/obj/structure/cable{ + icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 2 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "32" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"oBw" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -54618,6 +54648,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"oFy" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "oFM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -54627,36 +54662,40 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"oGZ" = ( -/obj/structure/cable/white{ - icon_state = "2-4" +"oJF" = ( +/obj/structure/table/wood, +/obj/item/phone{ + pixel_x = -6; + pixel_y = 4 }, -/obj/structure/cable/white{ - icon_state = "1-4" +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 1; + pixel_y = 2 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"oHz" = ( -/obj/structure/closet/toolcloset, -/obj/structure/light_construct{ - dir = 4 +/obj/item/storage/box/matches, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 }, -/turf/open/floor/plasteel, -/area/construction) +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, /area/library) -"oMb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/holopad, +"oKK" = ( /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"oMM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "oMR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -54679,69 +54718,14 @@ }, /turf/open/floor/plating, /area/security/processing) -"oNa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"oOl" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - layer = 4.1; - name = "Tertiary AI Core Access"; - obj_integrity = 300; - pixel_y = 1; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = -13 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = -27 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = -13 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"oPs" = ( -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"oPy" = ( -/obj/structure/cable{ - icon_state = "1-4" +"oOM" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Port"; + network = list("minisat") }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) +/turf/open/space/basic, +/area/space/nearstation) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -54760,6 +54744,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"oSe" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "oSz" = ( /obj/machinery/door/airlock/maintenance{ id_tag = "commissarydoor"; @@ -54771,13 +54764,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oTj" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plasteel/white, -/area/storage/tech) "oTP" = ( /obj/structure/table, /obj/item/phone, @@ -54795,30 +54781,26 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"oVo" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" +"oUO" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -26; + pixel_y = -26 }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"oVM" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"oWb" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"oWH" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) "oXu" = ( /obj/machinery/door/firedoor/border_only{ @@ -54829,54 +54811,48 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"oYS" = ( +"pbL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pbM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"pdo" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"paO" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white{ - icon_state = "0-2" +"pek" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"pbK" = ( /obj/machinery/doorButtons/access_button{ idDoor = "telecomms_airlock_exterior"; idSelf = "telecomms_airlock_control"; - pixel_x = -7; - pixel_y = 23 + pixel_x = 7; + pixel_y = -23 }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; idSelf = "telecomms_airlock_control"; - pixel_x = 5; - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" + pixel_x = -23; + pixel_y = 6 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"pbM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"pcE" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/camera{ + c_tag = "Telecomms Server Room Access"; + dir = 4; + network = list("ss13","tcomms") }, -/turf/open/floor/plasteel, -/area/storage/tech) +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "pem" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -54890,6 +54866,9 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"pen" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) "pew" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; @@ -54897,10 +54876,18 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pgB" = ( -/obj/machinery/telecomms/server/presets/common/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) +"phx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -54911,23 +54898,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"pku" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"pkv" = ( -/obj/machinery/computer/message_monitor{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54937,18 +54907,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"plw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "pmW" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -54972,6 +54930,19 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"ppb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "ppd" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -54984,27 +54955,26 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) -"ppg" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) -"ppJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 +"ppo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"pqP" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/storage/tech) +"pqE" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"pqU" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/plasteel/white, +/area/storage/tech) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55017,6 +54987,14 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"psT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "ptH" = ( /turf/closed/wall, /area/escapepodbay) @@ -55060,53 +55038,12 @@ pixel_x = 3 }, /obj/item/lighter, -/turf/open/floor/carpet, -/area/security/detectives_office) -"pwB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"pwD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/wood, -/area/lawoffice) -"pwE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pwO" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/carpet, +/area/security/detectives_office) +"pwD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/wood, +/area/lawoffice) "pxz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -55136,13 +55073,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"pyZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "pzK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55152,6 +55082,15 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"pAw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55168,26 +55107,13 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/engine/engineering) -"pBT" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/twohanded/required/kirbyplants/random, +"pCg" = ( /obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"pBU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ - icon_state = "1-2" + dir = 8 }, -/turf/open/floor/wood, -/area/tcommsat/computer) +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/aft) "pDf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -55207,17 +55133,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"pFe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "pGe" = ( /obj/structure/lattice, /turf/open/space, @@ -55254,22 +55169,80 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"pIS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"pJr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"pJP" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "pKE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"pKU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "pMe" = ( /obj/machinery/camera{ c_tag = "Hydroponics North" }, /turf/open/floor/plasteel, /area/hydroponics) +"pMs" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "70" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "pMt" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -55307,6 +55280,27 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"pNH" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"pOp" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "pOw" = ( /turf/closed/wall/r_wall, /area/hallway/primary/port) @@ -55315,16 +55309,6 @@ /obj/item/camera_film, /turf/open/floor/wood, /area/vacant_room) -"pQc" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) "pQy" = ( /obj/machinery/door/airlock/public/glass{ name = "Escape Podbay" @@ -55397,43 +55381,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"pVy" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pVX" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -28; - pixel_y = 5 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 26; - pixel_y = 3 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"pWb" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pWN" = ( /obj/machinery/button/door{ id = "Dorm3"; @@ -55451,23 +55398,11 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"pXQ" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "pXS" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"pXV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "pXY" = ( /obj/machinery/camera{ c_tag = "Hydroponics South"; @@ -55475,38 +55410,41 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"pYP" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" +"pZc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 }, -/turf/open/floor/plating, -/area/hallway/primary/aft) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"pZy" = ( +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/obj/structure/closet, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"pZK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) -"qdi" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"qdG" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +"qdA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) "qdN" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -55521,17 +55459,14 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/nanite) -"qfb" = ( +"qeX" = ( /obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/plating, +/area/maintenance/port/aft) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55546,23 +55481,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qkU" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"qll" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/construction) "qlA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -55572,20 +55490,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qmU" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "qpS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55598,17 +55502,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"qpX" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Port"; - dir = 4; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "qqA" = ( /obj/structure/table/glass, /obj/item/radio/intercom{ @@ -55639,23 +55532,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qsf" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -55721,42 +55597,11 @@ /obj/item/clipboard, /turf/open/floor/plating, /area/maintenance/aft) -"quk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "quT" = ( /obj/structure/lattice, /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) -"qvd" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/decal/remains/robot, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"qwB" = ( -/obj/machinery/porta_turret/ai, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Starboard"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -55781,6 +55626,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"qyb" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "qyp" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -55808,18 +55663,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"qzW" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "qAG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -55835,27 +55678,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"qBg" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "qBq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55887,20 +55709,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qEa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"qEV" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -55929,20 +55737,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qGx" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -55964,22 +55758,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"qKE" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "qKM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55990,6 +55768,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"qKY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "qLj" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -55999,6 +55789,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) +"qLw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "qLM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -56082,34 +55878,20 @@ "qQV" = ( /turf/template_noop, /area/template_noop) -"qTH" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 25; - pixel_y = -6 +"qRG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/machinery/camera{ - c_tag = "MiniSat  Antechamber"; - dir = 8; - network = list("minisat") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"qVG" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qUK" = ( +/obj/machinery/power/terminal, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "qVL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56144,27 +55926,43 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"rbI" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 +"qXx" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 }, -/obj/effect/turf_decal/stripes/end{ +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"qZC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +/obj/structure/cable/white{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"raw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"rcZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rdw" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -56207,12 +56005,37 @@ name = "Atmospherics"; req_access_txt = "24" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rfc" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rfq" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/engine/atmos) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) "rfE" = ( /obj/machinery/light/small, /obj/item/twohanded/required/kirbyplants/random, @@ -56222,6 +56045,24 @@ /obj/structure/closet/crate, /turf/open/floor/plating, /area/maintenance/aft) +"rfY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56229,17 +56070,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"riX" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56301,25 +56131,6 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"rnJ" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/wood, -/area/tcommsat/computer) -"rpB" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld{ - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/aicard{ - pixel_x = 6; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56341,30 +56152,15 @@ }, /turf/closed/wall, /area/science/mixing) -"rrY" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"rsi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 +"rsx" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"rtf" = ( -/obj/machinery/telecomms/bus/preset_one/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/landmark/start/yogs/signal_technician, +/turf/open/floor/wood, +/area/tcommsat/computer) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56384,6 +56180,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"rvK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "rvS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56393,33 +56195,30 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"rxR" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"rxW" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/space/nearstation) "ryf" = ( /obj/structure/sign/departments/minsky/research/research, /turf/closed/wall/r_wall, /area/science/lab) +"ryp" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"ryM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rzM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56445,6 +56244,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) +"rEj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "rEn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -56499,6 +56304,24 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/sleeper) +"rFI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "rFO" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/reagent_dispensers/fueltank, @@ -56541,6 +56364,26 @@ }, /turf/open/floor/engine/airless, /area/escapepodbay) +"rIh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"rIj" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56549,15 +56392,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"rJl" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "rJp" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -56565,28 +56399,27 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rKo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"rKW" = ( -/obj/structure/cable{ - icon_state = "1-4" +"rJQ" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" }, -/turf/open/floor/plasteel, -/area/construction) -"rLd" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 31; + pixel_y = -1 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") }, -/turf/open/floor/plating, -/area/storage/tech) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -56596,6 +56429,21 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"rNp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"rOf" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) "rPi" = ( /obj/structure/cable{ icon_state = "1-4" @@ -56619,64 +56467,22 @@ }, /turf/open/floor/plating, /area/vacant_room/commissary) -"rPl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/port/aft) "rRn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) -"rRX" = ( -/obj/machinery/computer/monitor{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"rSa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"rTl" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4 - }, +"rRK" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"rUo" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 2; - name = "Upload APC"; - pixel_y = -24 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/area/maintenance/department/tcoms) +"rVg" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel/white, +/area/storage/tech) "rVk" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56700,16 +56506,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"rXv" = ( +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "rXN" = ( /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"rYY" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56730,16 +56534,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"rZV" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "rZX" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -56759,32 +56553,50 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) -"saU" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 +"saO" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters" }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 7; - pixel_y = -23 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -23; - pixel_y = 6 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; - dir = 4; - network = list("ss13","tcomms") +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"sbB" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, /turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/area/storage/tech) +"scQ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -56820,24 +56632,11 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"sfk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +"sfV" = ( +/obj/machinery/atmospherics/components/binary/valve/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "sga" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56845,13 +56644,13 @@ dir = 8 }, /area/chapel/main) -"sgk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +"sgq" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator"; dir = 1 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/engine/gravity_generator) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -56895,6 +56694,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) +"smh" = ( +/obj/machinery/newscaster{ + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "smJ" = ( /obj/structure/chair{ dir = 4 @@ -56907,30 +56715,31 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"snd" = ( -/obj/structure/cable{ - icon_state = "1-2" +"smQ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/computer) +"srO" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -28; + pixel_y = 5 }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"snL" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/newscaster/security_unit{ + pixel_x = 26; + pixel_y = 3 }, -/obj/effect/landmark/blobstart, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/construction) -"soX" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -56960,24 +56769,38 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"sve" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "swh" = ( /obj/structure/cable, /obj/machinery/power/tracker, /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) -"sxv" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/computer"; - dir = 4; - name = "Telecomms Control Room APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" +"swz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore"; + dir = 1; + network = list("minisat") }, -/turf/open/floor/wood, -/area/tcommsat/computer) +/turf/open/space/basic, +/area/space/nearstation) +"syS" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/construction) "szl" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57004,9 +56827,30 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sDc" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) +"sAk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"sAO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57018,6 +56862,15 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"sDp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/keycard_auth{ + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/bridge) "sEf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57052,18 +56905,6 @@ /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, /area/template_noop) -"sFR" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 1; - name = "Telecomms Server APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "sGC" = ( /obj/machinery/button/door{ id = "Dorm2"; @@ -57074,6 +56915,10 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"sGN" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/construction) "sHa" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -57110,25 +56955,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"sJp" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 8 +"sJR" = ( +/obj/machinery/light_switch{ + pixel_x = 24 }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/wood, +/area/tcommsat/computer) +"sKF" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"sKi" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/construction) "sKP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57160,6 +56996,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"sLp" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "sLs" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -57172,17 +57018,21 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"sLX" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"sMB" = ( -/obj/machinery/power/smes{ - charge = 5e+006 +"sLA" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"sLS" = ( +/turf/open/floor/wood, +/area/tcommsat/computer) "sNe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57194,6 +57044,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"sNx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/port/aft) "sOm" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plasteel/dark, @@ -57219,16 +57075,7 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sPe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/landmark/start/yogs/signal_technician, -/turf/open/floor/wood, -/area/tcommsat/computer) -"sPS" = ( +"sPZ" = ( /obj/machinery/porta_turret/ai, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) @@ -57252,15 +57099,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/tcommsat/lounge) -"sSi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57271,18 +57109,14 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"sTb" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 +"sSS" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-4" }, -/turf/open/floor/plasteel, -/area/engine/engineering) +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) "sTg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -57298,19 +57132,45 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"sUn" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +"sTH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"sVj" = ( /obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) -"sUs" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/power/terminal{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"sVG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, +/obj/effect/landmark/blobstart, /turf/open/floor/plasteel, /area/storage/tech) "sVZ" = ( @@ -57352,43 +57212,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/central) -"sWC" = ( -/obj/machinery/space_heater, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Maintenance"; - dir = 1; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"sWF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"sXE" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "sYf" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -57398,22 +57221,21 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"sYt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "sYv" = ( /obj/structure/cable/yellow{ icon_state = "4-8" }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"sZj" = ( -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) +"sYM" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "sZC" = ( /obj/structure/sign/warning{ name = "SECURE AREA"; @@ -57422,12 +57244,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"tbt" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -57437,9 +57253,28 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"tbT" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/meter{ + pixel_x = -5; + pixel_y = -3; + target_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) +"tcW" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"teg" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "tes" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -57464,16 +57299,21 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"tft" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "tfA" = ( /turf/template_noop, /area/space) +"tfN" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"tgt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "tgI" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -57489,6 +57329,14 @@ }, /turf/open/floor/wood, /area/library) +"tgM" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "thb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -57519,6 +57367,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"tjT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"tkG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57532,14 +57394,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"tmk" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +"tmr" = ( /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-2" + }, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 }, -/obj/structure/cable, /turf/open/floor/plating, -/area/storage/tech) +/area/ai_monitored/turret_protected/aisat_interior) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -57547,18 +57415,6 @@ }, /turf/open/space/basic, /area/space) -"tng" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"tnZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "tor" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -57603,21 +57459,20 @@ /obj/effect/turf_decal/bot_white/right, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"tps" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"tpL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"tpH" = ( +/obj/structure/cable{ + icon_state = "4-8" }, +/obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/central) +"tqg" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/wood, +/area/tcommsat/computer) "tqk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57664,23 +57519,10 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"ttd" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "ttZ" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel, /area/escapepodbay) -"tuM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "txj" = ( /obj/structure/lattice, /obj/structure/transit_tube/junction/flipped{ @@ -57688,16 +57530,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"txw" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "txU" = ( /obj/machinery/camera{ c_tag = "Security Escape Pod"; @@ -57720,13 +57552,15 @@ }, /turf/open/space, /area/solar/starboard/aft) -"tAj" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +"tzU" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tAu" = ( /obj/machinery/light/small{ dir = 1 @@ -57749,13 +57583,6 @@ dir = 1 }, /area/chapel/main) -"tBT" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "tCj" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -57784,73 +57611,29 @@ }, /turf/open/floor/plasteel, /area/storage/tools) -"tDF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "MiniSat Camera Monitor"; - network = list("minisat","aicore"); - pixel_x = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "tDK" = ( /obj/structure/chair/wood/wings, /turf/open/floor/plasteel/dark, /area/chapel/main) -"tEB" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"tFa" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 }, -/turf/open/floor/plating, -/area/construction) +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "tFJ" = ( /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) -"tGB" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 4; - name = "AI Chamber APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"tHK" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"tJV" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "tKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -57861,11 +57644,41 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) +"tLc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) "tLh" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/virology) +"tLw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"tLZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "tMm" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -57883,6 +57696,33 @@ }, /turf/closed/wall, /area/maintenance/disposal/incinerator) +"tMM" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"tNb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) +"tND" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "tOj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57899,14 +57739,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"tON" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "tPc" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -57937,6 +57769,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"tQh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "tQA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57945,6 +57790,21 @@ "tQD" = ( /turf/closed/wall/r_wall, /area/maintenance/aft) +"tQP" = ( +/obj/machinery/porta_turret/ai, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Starboard"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "tRr" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -57956,30 +57816,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tRu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/storage/tech) -"tSp" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) -"tSx" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plasteel/white, -/area/storage/tech) "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) @@ -58004,22 +57840,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"tUD" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "tUE" = ( /obj/machinery/light/small{ dir = 4 @@ -58043,14 +57863,6 @@ }, /turf/open/floor/wood, /area/lawoffice) -"tWR" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plasteel/white, -/area/storage/tech) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58082,9 +57894,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"ubS" = ( -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58096,56 +57905,26 @@ id_tag = "Dorm1"; name = "Dorm 1" }, -/turf/template_noop, -/area/crew_quarters/dorms) -"udc" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ueh" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"ufc" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"ufG" = ( -/obj/machinery/cell_charger, -/obj/structure/table, -/obj/item/stock_parts/cell/high{ - pixel_x = 3; - pixel_y = 7 +/turf/template_noop, +/area/crew_quarters/dorms) +"udc" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/machinery/light/small{ +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ueh" = ( +/obj/machinery/computer/med_data{ dir = 1 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel, +/area/medical/paramedic) "ugv" = ( /obj/item/radio/intercom{ pixel_x = 30 }, /turf/open/floor/plasteel, /area/engine/atmos) -"ugy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58153,6 +57932,20 @@ /obj/item/stack/sheet/metal/fifty, /turf/open/floor/plasteel, /area/storage/tools) +"ukz" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "ukG" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58164,6 +57957,18 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"ukQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "ulE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -58174,6 +57979,9 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"umK" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "umU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -58203,6 +58011,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"uoz" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "upt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -58245,42 +58067,22 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"uwj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"uwB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "uxv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/engine/airless, /area/space) -"uya" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"uys" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, +"uxO" = ( /obj/structure/cable{ icon_state = "2-8" }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"uya" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "uyE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58293,6 +58095,94 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"uyK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"uzv" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/tcommsat/computer) +"uzX" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"uAy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"uAY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"uCn" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/ai) +"uDW" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58312,6 +58202,11 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/exit) +"uFU" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable/yellow, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "uHN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58332,13 +58227,22 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uKg" = ( +"uJb" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 4; + name = "AI Chamber APC"; + pixel_x = 24 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "2-4" +/obj/structure/cable/white{ + icon_state = "0-2" }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58352,15 +58256,6 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"uKt" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft"; - dir = 2; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "uKu" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -58373,24 +58268,38 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uKS" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"uMN" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 +"uMT" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Starboard"; + network = list("minisat") }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"uPv" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 +/turf/open/space/basic, +/area/space/nearstation) +"uNi" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 }, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"uPe" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"uPF" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-2" }, -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) +/turf/open/floor/plating, +/area/maintenance/port/aft) "uQe" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -58433,12 +58342,51 @@ /obj/item/wirecutters, /turf/open/floor/plasteel, /area/hydroponics) +"uTm" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plasteel, /area/escapepodbay) +"uVB" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"uWU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "uXY" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -58517,6 +58465,49 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vdC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"vdO" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"vef" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vfv" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -58530,32 +58521,39 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vhx" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +"vgg" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 }, /obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 + icon_state = "1-2" }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"vgj" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/bridge) +"viV" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer1{ + dir = 4; + name = "AI Satellite Supply" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -58590,28 +58588,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vkQ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Aft"; - dir = 8; - network = list("minisat") +"vkS" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/space/basic, -/area/space/nearstation) -"vlI" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/wood, -/area/tcommsat/computer) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -58632,6 +58617,29 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"vnw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"vov" = ( +/obj/item/trash/candy, +/obj/item/clothing/neck/stethoscope, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vox" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "voB" = ( /obj/machinery/vending/cigarette, /turf/open/floor/plasteel, @@ -58643,14 +58651,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"vpg" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vpy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58659,20 +58659,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"vpP" = ( -/obj/item/toy/talking/AI{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/crowbar, -/obj/item/mmi, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -58715,14 +58701,15 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vul" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" +"vts" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/structure/cable/white{ + icon_state = "1-4" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/ai_monitored/turret_protected/ai) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -58737,6 +58724,21 @@ }, /turf/open/floor/plating, /area/security/processing) +"vvz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) +"vwu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "vxh" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -58745,20 +58747,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vyj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"vyE" = ( -/obj/machinery/telecomms/receiver/preset_left/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"vyT" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58829,6 +58817,24 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"vEY" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" + }, +/obj/item/radio/intercom{ + pixel_x = 30; + pixel_y = -2 + }, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = -2; + pixel_y = -27 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "vFa" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58853,6 +58859,26 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"vJz" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"vKn" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + dir = 4; + name = "Telecomms Control Room APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/wood, +/area/tcommsat/computer) "vKC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58879,35 +58905,38 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) -"vLU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 }, /turf/open/space/basic, /area/space/nearstation) -"vOb" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 +"vNP" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 1; + name = "Telecommunications Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"vOk" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, -/turf/open/floor/plating, -/area/construction) +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/white, +/area/storage/tech) "vOl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58925,10 +58954,14 @@ }, /turf/open/space, /area/space) -"vQJ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/storage/tech) +"vRl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vRI" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -58955,30 +58988,50 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"vSH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"vTg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"vTh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "vTi" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, /turf/open/floor/plating, /area/maintenance/aft) -"vUc" = ( -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - network = list("ss13","RD") - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -27 +"vTU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-8" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/area/ai_monitored/turret_protected/aisat_interior) "vUg" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -58993,31 +59046,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) -"vUF" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"vVK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +"vVA" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 4; + name = "MiniSat Monitoring Room APC"; + pixel_x = 24 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "0-8" }, -/turf/open/floor/plasteel, -/area/storage/tech) +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59050,24 +59090,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"vYI" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, +"vZu" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 + dir = 5 }, -/obj/structure/cable{ - icon_state = "2-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59081,71 +59113,56 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"vZX" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"wbU" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +"vZU" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"vZX" = ( +/obj/structure/cable{ + icon_state = "2-4" }, /turf/open/floor/plasteel, -/area/engine/engine_smes) -"wcq" = ( -/obj/structure/cable/white{ - icon_state = "1-8" +/area/hallway/primary/central) +"wby" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"wdr" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 +/turf/open/floor/wood, +/area/tcommsat/computer) +"wec" = ( +/obj/machinery/light/small{ + dir = 8 }, -/obj/structure/window/reinforced{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"weg" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 2; + name = "Upload APC"; + pixel_y = -24 }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 1; - icon_state = "left"; - layer = 3.1; - name = "Cyborg Upload Console Window"; - req_access_txt = "16" +/obj/machinery/light{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/porta_turret/ai{ + scan_range = 4 }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"wec" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) "weD" = ( /obj/machinery/conveyor{ dir = 4; @@ -59156,6 +59173,15 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"weW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "wfJ" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59172,6 +59198,23 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"whi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"whH" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "wil" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59240,19 +59283,28 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wnH" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 4 +"wmQ" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -7; + pixel_y = 23 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"woj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 5; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59268,14 +59320,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"wrm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "wrz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -59283,6 +59327,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"wsF" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wtx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59302,24 +59360,6 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wvu" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 22; - pixel_y = -10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "wvK" = ( /obj/machinery/button/door{ id = "maint2"; @@ -59340,6 +59380,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"wvL" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/white, +/area/storage/tech) "wvX" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, @@ -59356,28 +59401,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"wwp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"wxf" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "wxr" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -59385,14 +59408,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wxB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/construction) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -59422,15 +59437,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"wyt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "wyT" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/camera{ @@ -59459,6 +59465,32 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"wAB" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -5; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -6; + pixel_y = 21 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "wBr" = ( /obj/machinery/firealarm{ dir = 4; @@ -59467,14 +59499,17 @@ /obj/effect/landmark/stationroom/box/hydroponics, /turf/open/floor/plasteel, /area/hydroponics) -"wBE" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = 22 +"wBR" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "wCs" = ( /obj/machinery/power/apc{ areastring = "/area/security/main"; @@ -59499,15 +59534,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/fore) -"wCQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "wDq" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59533,39 +59559,24 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"wED" = ( +/obj/structure/table/wood, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "wFe" = ( /obj/structure/transit_tube/junction{ dir = 4 }, /turf/open/space/basic, /area/space/nearstation) -"wHo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"wIt" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59593,37 +59604,26 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wLj" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +"wIU" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/wood, +/area/tcommsat/computer) +"wIY" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/white, +/area/storage/tech) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"wOs" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -26; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"wPt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "wPB" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -59653,38 +59653,43 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wSr" = ( -/obj/machinery/atmospherics/components/binary/valve/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "wSG" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 }, -/obj/structure/cable/yellow{ - icon_state = "1-4" +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"wSI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/machinery/airalarm{ - pixel_y = 24 +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wTk" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"wUj" = ( /obj/machinery/light{ - dir = 8 + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ +/obj/effect/turf_decal/stripes/end{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59735,29 +59740,24 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"wZl" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +"wXL" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "wZZ" = ( /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) -"xbT" = ( -/obj/machinery/airalarm{ - pixel_y = 24 +"xaZ" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"xcK" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/construction) +/area/maintenance/department/tcoms) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -59782,26 +59782,15 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) -"xeo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"xen" = ( +/obj/machinery/telecomms/server/presets/common/birdstation, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, /turf/open/space/basic, /area/space) -"xgL" = ( -/obj/machinery/door/window/brigdoor/westleft{ - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "xhV" = ( /obj/structure/cable{ icon_state = "2-8" @@ -59813,19 +59802,42 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xlM" = ( +"xiu" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"xiy" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"xjA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/light{ - dir = 1 +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/structure/closet/radiation, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/storage/tech) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59837,26 +59849,6 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) -"xnQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) "xnR" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59881,6 +59873,14 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"xpm" = ( +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage" + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59893,15 +59893,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xsh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/bridge) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59915,34 +59906,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) -"xuo" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"xuY" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"xvp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 +"xvr" = ( +/obj/structure/chair/office/dark{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -59957,28 +59926,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xwk" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xzg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +"xwH" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 }, +/turf/open/floor/wood, +/area/tcommsat/computer) +"xAU" = ( /obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "MiniSat - Antechamber"; - network = list("minisat") + pixel_y = 24 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "xBc" = ( /obj/structure/cable{ icon_state = "4-8" @@ -60000,6 +59960,13 @@ }, /turf/open/floor/engine, /area/escapepodbay) +"xDG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -60009,35 +59976,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"xEb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"xEO" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "xFj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60053,13 +59991,12 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"xGr" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) +"xFJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "xHa" = ( /obj/structure/cable{ icon_state = "1-8" @@ -60071,10 +60008,6 @@ /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"xIX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/server) "xJj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -60098,6 +60031,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) +"xJJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/construction) "xLv" = ( /obj/structure/table, /obj/item/hand_labeler, @@ -60108,6 +60045,18 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"xLM" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "xML" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60115,6 +60064,27 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"xMX" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "xNu" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60122,35 +60092,33 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xNL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Starboard"; - dir = 4; - network = list("minisat") +"xOR" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/space/basic, -/area/space/nearstation) -"xNM" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"xPM" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"xQq" = ( -/obj/item/storage/toolbox/mechanical, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "xQA" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"xQT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ + name = "Waste Ejector" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) +"xRl" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xRs" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel/dark, @@ -60204,6 +60172,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"xXM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "xYi" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -60232,24 +60207,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"xZf" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 - }, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"xZK" = ( -/obj/structure/filingcabinet{ - pixel_x = 3 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "yan" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -60271,6 +60228,17 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) +"ycc" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -60305,6 +60273,18 @@ /obj/structure/tank_dispenser, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"ygg" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -60335,6 +60315,19 @@ }, /turf/open/space/basic, /area/space/nearstation) +"ykR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "ylH" = ( /obj/machinery/sparker{ id = "testigniter"; @@ -81854,7 +81847,7 @@ aaa aaa aaa aaa -ppg +aaa aaa aaa aaa @@ -82630,7 +82623,7 @@ aaa aaa aaa aaa -aaa +rOf aaa aaa aaa @@ -82885,7 +82878,7 @@ bPr aaa aaa aaa -aaa +aoV aaa aaa aaa @@ -83916,7 +83909,7 @@ aaa aaa aaa aaa -ppg +aaa aaa aaa aaa @@ -84414,16 +84407,16 @@ aaa cjJ ckw clC -fCL -oPy -lXr -jtz -nSL +iXv +lqd +dTe +mOQ +ygg btG -iZt -tON -fbA -cNF +fqS +jHS +jUD +iYa bgN btG aaa @@ -84675,13 +84668,13 @@ aGx clE cnN bBF -kXo +uyK btG -oYS +pdo bih big bii -dZk +sgq btG aaa aaa @@ -84931,10 +84924,10 @@ clD bEh cnn cnM -wxf -fbT -qsf -nZp +oAZ +xFJ +vdO +lbs big bgN bkZ @@ -85189,9 +85182,9 @@ aSi clG cnP bBH -fow +ipx btG -tuM +irL bii big bih @@ -85442,17 +85435,17 @@ aaa cjJ ckz clF -snd +gLq cnp cnO bEH -pBT +egs btG -quk -uKg -ndV -bLp -jBX +cGv +kBS +gQV +mYA +sYM btG gXs gXs @@ -85702,17 +85695,17 @@ cjJ cjJ cjJ cnR -vhx +hXh cjJ btG -gCD -dSg +qUK +nlt btG btG btG btG gXs -imN +tcW abY aaT aaT @@ -85958,9 +85951,9 @@ aaa aaa aaf cjJ -xlM +vdC bEL -dvh +ykR cjJ btG btG @@ -85969,7 +85962,7 @@ aaf aoV aaa gXs -imN +tcW ctv ctv ctv @@ -86199,7 +86192,7 @@ cem cem cem cem -nvt +bIQ bIV bJs cem @@ -86215,7 +86208,7 @@ bCq bCq bCq cjJ -sfk +rFI aZi aHm cjJ @@ -86458,7 +86451,7 @@ bIp bCq bCq ceW -djL +imB bSs bCq bCq @@ -86473,7 +86466,7 @@ ceY ccw ccw cnR -wbU +uDW cjJ ccw ccw @@ -86698,24 +86691,24 @@ bqM bCn bGq bGq -cGu +ukQ bGq bLw bGq bGq bGq bLw -cGu +ukQ bGq hQb qsH bCq bIb -czD +pCg bIC bCq bJp -kYo +vov bJD bCq bJV @@ -86732,7 +86725,7 @@ cnr xBc bEP bjW -sTb +bkl bkz bkA crp @@ -86951,25 +86944,25 @@ bnM bAe bBg mlj -kZL -kZL -eyP -mhx -eHi -kZL -eyP -mhx -mhx -mhx -mhx -eHi -kZL +hdH +hdH +uPF +mFC +nir +hdH +uPF +mFC +mFC +mFC +mFC +nir +hdH bCq vAA bCq bIf bCq -rPl +sNx bCq bPr bPr @@ -87206,7 +87199,7 @@ aKF aLX aJq aJq -hpj +tpH mlj aaa aaf @@ -87220,7 +87213,7 @@ gXs aaa aaa aaa -kZL +hdH ciT bqD bCq @@ -87463,8 +87456,8 @@ bwg aJw aJq aJq -wwp -kqC +weW +gOQ gXs aaa aaa @@ -87475,20 +87468,20 @@ gXs aoV gXs aaa -geH -kHt -kZL +ddd +rfc +hdH pew bqD bCq gXs gXs aaf -rLd -gLy -ocv -cGc -tmk +clu +sLp +ojD +hgD +sSS aaf bCq cay @@ -87720,7 +87713,7 @@ bqy aJw aJq aJq -kTk +nhR mlj gXs gXs @@ -87731,8 +87724,8 @@ bfv bfv gXs gXs -geH -eHi +ddd +nir bUs bHE bHE @@ -87741,11 +87734,11 @@ bPr bPr bPr gXs -mZU -gam -riX -hbF -mZU +iel +xpm +jCc +ijm +iel aaa bCq cay @@ -87977,20 +87970,20 @@ bmr bmr byN aJq -wwp -kqC +weW +gOQ aaa aaa bfv -oVo -qpX -hEA +jJR +pNH +nvF bfv bfv aaa -mww -kmo -vYI +nvf +qeX +uTm bGq bGq bww @@ -87998,11 +87991,11 @@ bHE bHE bPr aaa -mZU -oNa -fug -oNa -mZU +iel +vSH +fcA +vSH +iel aaa bCq cay @@ -88234,18 +88227,18 @@ bwi bmr aMm aJq -ghc +bBk mlj -bTk -bTk +pen +pen bfv -qVG -ugy -pXQ -rUo +jGu +rEj +aDq +weg bfv gXs -grL +dJn bNI bvG bNI @@ -88253,15 +88246,15 @@ bNI bNI bNI bHE -cbP -cbP -tft +bCs +bCs +gcL bGu -cQN +rfY bJi -tft -cbP -cbP +gcL +bCs +bCs cay ccw ciZ @@ -88489,36 +88482,36 @@ brS bsY ays bmr -aLY +aMn cBw -ohK +dpn mlj -vUc -bTk -xuo -cKv -ddi -tnZ -wdr -jhJ -aaa -grL +cxA +pen +xAU +tjT +vox +tLZ +jSz +mVJ +aaa +dJn bRl -jSK -mBm -ghT -vOb +rfq +syS +sGN +cCf bNI bHE -cbP -cDQ -pQc -hQq -gRA -oTj -luu -qdi -cbP +bCs +vOk +wSG +tgM +qKY +uPe +wIY +pqU +bCs cay ccw ccw @@ -88746,36 +88739,36 @@ btD buO bwk bmr -aMn -dJa -gNf -dJS -vLU -hBx -uwB -hvX -ltJ -mVA -vUF +aLY +kLc +whi +kLV +tLw +iMV +cao +hup +juj +kRJ +lbf bfv aaa -grL +dJn cCd -tEB -rKW +cTo +lTy cCd -xcK +cCe bNI bHE -cbP -iuy -lVU -gTX -dVm -jpC -ncs -dAD -cbP +bCs +kPm +gJw +vTh +jVc +ppo +iPN +sbB +bCs cay ccw cig @@ -89004,35 +88997,35 @@ buN aCO bmr byP -jgE -qEa +gzf +cQG mlj -gHN -bTk -pXQ -pXQ -pKU -dgn -lSb -jhJ +cUN +pen +aDq +aDq +kEt +kZv +jHn +mVJ gXs -grL +dJn bNJ bvc -snL +mEN bNJ -xcK +cCe bNI bHE -cbP -eje -fIY -hOD -lKd -tps -isd -rxR -cbP +bCs +rVg +few +fUp +vwu +oMM +tzU +lPl +bCs cay ccw cia @@ -89261,35 +89254,35 @@ bnS aUt bfs bft -cot -dWA +psT +mVO mlj -bTk -bTk -noI -pwO -vyj -pXQ -gWB +pen +pen +mKR +qyb +bSR +aDq +jRI bfv gXs -grL +dJn bNL buQ xhV -lTR -qll +hsA +obG bNI bHE -cbP -qBg -iON -nbV -tUD -sUs -dXA -qfb -cbP +bCs +xMX +uzX +kBA +mnm +sAO +lHn +nMr +bCs cay ccw bQo @@ -89519,34 +89512,34 @@ bmr bmr byQ bne -uys -kqC +vkS +gOQ aaa aaa bfv -llY -lEb -iRy +pJP +hmC +vJz bfv bfv aaa -grL -cuC -wxB -bXp -fDU -lbR +dJn +jyZ +lRe +xJJ +tNb +dqf bNI bHE -cbP -cra -hos -fdQ -tRu -mtR -uwj -mTs -cbP +bCs +ony +mFY +hzJ +sVG +kgn +fyc +fGf +bCs cay ccw cic @@ -89727,7 +89720,7 @@ anw anz aov bON -iRL +cLH bLE ayZ bQG @@ -89754,7 +89747,7 @@ aSv aTV aYg aTX -mvy +chv aZM aZM aZM @@ -89776,7 +89769,7 @@ aaa bOS aXf bne -xuY +kzK mlj aaa gXs @@ -89787,23 +89780,23 @@ bfv bfv aaa aaa -grL +dJn bNJ buQ cCd bNJ -eiQ +cCc bNI bHE -cbP -soX -epy -pcE -vVK -pcE -fsX -ksM -cbP +bCs +mzv +xjA +gAt +hsC +gAt +hYh +lOR +bCs cay ccw cif @@ -90010,22 +90003,22 @@ aRi aSu aTU aXY -fsx +pIS aPR bVI -rtf -wUj -vyE +oeg +jvy +eMU bVI -imT -oPs -cfX -jBZ +oWb +cQZ +kbX +umK bVJ -vyT -vyT -mdO -mdO +smQ +smQ +gFI +gFI aaf aaa aaa @@ -90033,8 +90026,8 @@ aaa bOS aXf bne -ndB -kqC +uxO +gOQ gXs gXs aaa @@ -90044,23 +90037,23 @@ aaa gXs aaa gXs -grL +dJn cjo buQ bNJ bNJ -sKi +cCb bNI bHE -cbP -dQC -nta -tWR -oex -dLg -uwj -tSx -cbP +bCs +uVB +oCA +kEX +jSm +wvL +fyc +cag +bCs cay ccw cie @@ -90269,22 +90262,22 @@ aTX aYg aWU aPR -jvU -ubS -rKo -ubS -xIX -ufc -ldY -wOs -qGx +dPt +iGm +xiu +iGm +lxw +kiW +tfN +oUO +odU bVJ -xZK -kVq -iqf -mdO -mdO -mdO +ehg +obm +oJF +gFI +gFI +gFI aaf aaf bOS @@ -90301,23 +90294,23 @@ aaa gXs gXs gXs -grL -oHz +dJn +cEF bvc -fDi +gWZ bNJ -jVo +bSz bNI bHE -cbP -vQJ -sWF -cbP -cbP -cbP -cbP -cbP -cbP +bCs +jNe +sAk +bCs +bCs +bCs +bCs +bCs +bCs cay ccw cig @@ -90526,39 +90519,39 @@ aTW aYv aWQ aPR -woj -cLA -lAt +oiP +gKl +uNi bVI bVI -jBZ -dzJ -ljb -nPb +umK +vNP +qLw +ets bZv -kqh -cRC -kqh -mIt -jiK -mdO -mdO -mdO +mRc +dfU +mRc +gnW +ejG +gFI +gFI +gFI aJw byS bne aDs mlj -sDc -pYP -sDc -pYP -sDc -pYP -sDc -sDc -pYP -grL +kOO +etz +kOO +etz +kOO +etz +kOO +kOO +etz +dJn bNI bvd bNI @@ -90566,14 +90559,14 @@ bNI bNI bNI bTz -cbP -cbP -pwB -cbP -jta -nwv -jlA -fiQ +bCs +bCs +fgs +bCs +sve +qRG +iKM +mCD bCq cdi ccw @@ -90781,40 +90774,40 @@ aRn aSz aTY aYA -oyE +vgj aPR -fOd -fNO -pWb -xIX -saU -jBZ -wLj -wPt -gGG +xRl +iIy +scQ +lxw +pek +umK +fIX +uAy +dbX bVJ -tSp -cRJ -sYt -cRJ -cRJ -xGr -rnJ -mqe +wby +sLS +mGT +sLS +sLS +fFJ +tqg +kuM aJw -wHo +wSI aXM aUv bCu bAO -kgJ +egp bSA -kgJ +egp bSA -kgJ +egp bHR bIe -kgJ +egp bJz bSA bve @@ -90825,13 +90818,13 @@ bWL bSA bSA cKA -dtG +jhr bSA -rZV +tND bLI bWJ -kBb -qmU +vZU +ukz caC ccw cij @@ -91038,43 +91031,43 @@ aRm aSy aTX aZf -xsh +ebQ aPR -jlB -sZj -xwk -opI -ivc -gNw -cur -nCH -ejb -jBx -mts -sPe -mgs -ibu -pBU -cAq -iKY -iKY -qKE +olr +rXv +fft +fVw +ppb +jVF +kSW +hkI +vnw +kYT +wIU +rsx +phx +oSe +gGr +ouD +mRz +mRz +pMs bwa boU aXE jWz bQQ -lIX +rNp aXW -pFe +pJr aYt -lIX +rNp bLZ bbp -lIX +rNp bLZ -lqm -nlb +xOR +vTg cBH bMG bLZ @@ -91082,7 +91075,7 @@ bLZ bLZ bLZ bLZ -gWt +sTH bLZ cbr bLZ @@ -91295,28 +91288,28 @@ aRp aSB aTZ aZg -kbB +sDp aPR -sFR -pgB -pVy -xIX -rbI -jBZ -pbK -nSC -sWC +hNN +xen +pZK +lxw +wTk +umK +wmQ +wtx +def bVJ -vlI -cRJ -fFo -cRJ -cRJ -sxv -tbt -nNP +pOp +sLS +cGJ +sLS +sLS +vKn +sJR +myz aJw -tpL +oCm bfz aXf bzG @@ -91339,8 +91332,8 @@ bQg bQg bQg bMv -nAO -qEV +fGY +oFy cbt bVh bAN @@ -91552,26 +91545,26 @@ aRo aSA aTX aYA -orR +smh aPR -ePU -pwE -diP -ddh -ddh -uPv -wSG -wCQ -xPM +gkU +rIh +cMT +vgg +vgg +iUO +iGT +tgt +rRK bZv -kqh -jNX -kqh -hVY -ePA -mdO -mdO -mdO +mRc +xvr +mRc +uzv +xwH +gFI +gFI +gFI aJw aOx aJq @@ -91811,22 +91804,22 @@ ceh aZj aWU aPR -xEO -ubS -nuL -ubS -xIX -nTZ -txw -jEb -hja +pqE +iGm +raw +iGm +lxw +wXL +nfi +xaZ +pZy bVJ -ebs -pkv -gyV -mdO -mdO -mdO +oBJ +cEH +vEY +gFI +gFI +gFI aaf aaf bOS @@ -92066,22 +92059,22 @@ aRq aSC aUa aZl -xnQ +lnE aPR bVI -jXe -cOE -igC +kZd +hOi +erM bVI -dyZ -wIt -sMB -jBZ +ifN +lhP +nkv +umK bVJ -vyT -vyT -mdO -mdO +smQ +smQ +gFI +gFI aaf aaa aaa @@ -92324,7 +92317,7 @@ aSE aUc aYA aTX -gRV +cNm aZV aZV aZV @@ -94699,7 +94692,7 @@ aaa aKz hbC ajS -xgL +odG ajS hbC hbC @@ -95217,7 +95210,7 @@ ajX ajX ltm hbC -hsY +iQQ rfE ccw aaa @@ -98827,7 +98820,7 @@ gXs aaa cTB alo -oxW +oqD alo cqY aaa @@ -99083,9 +99076,9 @@ pEf gXs aaa sRa -sJp -rJl -eRA +nAf +kYZ +cfh xnR aaa gXs @@ -99337,15 +99330,15 @@ aaa aaa aaa pEf -oBw -oBw -oBw -tBT -uKS -xNM -oBw -oBw -oBw +erm +erm +erm +fNW +oKK +cWe +erm +erm +erm pEf aaa aaa @@ -99592,19 +99585,19 @@ aaa aaa aaa pEf -kqi +dQJ pEf -oVM -fjP -qdG -fAg -oMb -sgk -jmP -pXV -lEJ +leP +tmr +sLA +xXM +jJt +rcZ +hhD +eRX +ycc pEf -vkQ +xLM pEf gXs aaa @@ -99849,19 +99842,19 @@ aaa aaa aaa pEf -jUT -jUT -jUT -jUT -oBw -pyZ -qkU -ttd -oBw -oBw -oBw -oBw -oBw +iYM +iYM +iYM +iYM +erm +knN +chB +jtK +erm +erm +erm +erm +erm pEf gXs aKN @@ -100106,19 +100099,19 @@ aaa aaa aaa pEf -jUT -kxw -jwK -mWr -oBw -xbT -qzW -mTz -oBw -naD -eJW -nHi -oBw +iYM +eeL +mPD +wBR +erm +whH +jik +pbL +erm +jNC +dJm +ryp +erm pEf gXs aKN @@ -100363,19 +100356,19 @@ aaa aaa aaa pEf -jUT -kxw -dRj -wZl -oBw -iIS -ona -ozm -fqb -wrm -fKQ -naB -oBw +iYM +eeL +tbT +erF +erm +bSO +lHR +ryM +hQW +vTU +rIj +dWE +erm pEf aaa aaa @@ -100620,19 +100613,19 @@ aaa pEf pEf pEf -jUT -ufG -edv -rpB -oBw -oBw -xEb -oBw -oBw -xQq -rTl -pqP -oBw +iYM +iIL +viV +nmn +erm +erm +iom +erm +erm +wsF +hqC +dkg +erm pEf pEf pEf @@ -100874,25 +100867,25 @@ cSf nkd aaa aaa -kbZ -jUT -jUT -jUT -vpP -osX -jUT -oBw -jry -ezE -sXE -oBw -oBw -oBw -oBw -oBw -oBw -oBw -gPZ +exe +iYM +iYM +iYM +mOb +gjC +iYM +erm +oWH +kdY +fYl +erm +erm +erm +erm +erm +erm +erm +oOM aaa aKN aaa @@ -101132,23 +101125,23 @@ cmd aaa aaa pEf -jUT -oii -sLX -njF -jGq -jUT -llC -uKS -ezE -ctM -ceH -oBw -iaB -xZf -bRv -lJe -oBw +iYM +qXx +nHk +rvK +cXd +iYM +myd +oKK +kdY +kTm +jLs +erm +sKF +tFa +wED +gJY +erm pEf aaa aKN @@ -101387,25 +101380,25 @@ eGn cmd aaa aaa -lSP -hUF -plw -wnH -wSr -iLK -ifJ -oBt -vpg -xvp -nsq -ppJ -vul -mZr -nvu -pku -iKP -rRX -eRY +xQT +jJe +hLk +sVj +sfV +lHO +tQh +cDV +vRl +emU +npY +vef +tkG +jLx +vZu +cJn +kwU +ieC +uFU pEf gXs aKN @@ -101645,24 +101638,24 @@ rkQ aaa aaa aaa -hdl -jUT -cHp -qvd -lqP -tJV -jUT -tHK -qTH -kqL -eek -tHK -oBw -xzg -gUh -tDF -hgr -oBw +ncp +iYM +dXn +lbQ +eug +lHY +iYM +hDA +inF +hAk +lPb +hDA +erm +fGl +vVA +mGD +hpE +erm pEf gXs aKN @@ -101902,24 +101895,24 @@ aaa aaa aaa aaa -hdl -jUT -jUT -jUT -jUT -jUT -jUT +ncp +iYM +iYM +iYM +iYM +iYM +iYM cva cva -gck +saO cva cva -oBw -oBw -oBw -oBw -oBw -oBw +erm +erm +erm +erm +erm +erm pEf gXs aaa @@ -102159,21 +102152,21 @@ aaa aaa aaa aaa -rSa +glp pEf pEf pEf -coC +uCn cva cva cva -eYe -nTv +jNQ +uWU aet cva cva cva -coC +uCn pEf pEf pEf @@ -102409,25 +102402,25 @@ lcI bPX aeD aeD -sUn -mZR -mZR -rxW +vvz +fFL +fFL +kdB aeF aeF -nts -mgL +qdA +xDG aaa aaa pEf cva cva cva -mQr -gOg -cAP -rsi -mQr +tMM +gsS +pZc +hYF +tMM cva cva cva @@ -102679,13 +102672,13 @@ pEf pEf cva cva -sPS -wyt -jUS -wvu -tGB -sSi -sPS +sPZ +dGq +xiy +iKj +uJb +pAw +sPZ cva cva pEf @@ -102936,13 +102929,13 @@ pEf cva cva cva -uMN -eeO +igd +nyL cva cva cva -eOW -tng +qZC +emd cva cva cva @@ -103189,21 +103182,21 @@ aaa aaa aaa aaa -iXz +swz cva cva cva -nhl -eeO +gEi +nyL cva -lDb +wAB cva -eOW -nkH +qZC +jMX cva cva cva -uKt +fhi aaa aKN aKN @@ -103449,15 +103442,15 @@ aaa pEf cva cva -gvD -wBE -eeO -pVX -kjE -kjT -eOW -ooA -oOl +fGp +nbn +nyL +srO +gcC +rJQ +qZC +eCZ +kfx cva cva pEf @@ -103707,12 +103700,12 @@ pEf cva cva cva -hdd -eeO +ekt +nyL cva -owR +tLc cva -eOW +qZC azM cva cva @@ -103964,13 +103957,13 @@ pEf pEf cva cva -sPS -xeo -iNF -tAj -oGZ -jEQ -sPS +sPZ +uAY +teg +gSz +vts +mFm +sPZ cva cva pEf @@ -104222,11 +104215,11 @@ pEf cva cva cva -rrY +uoz aet -kSg -lLC -eNZ +iWI +guJ +gtM cva cva cva @@ -104480,9 +104473,9 @@ pEf cva cva cva -gsw -rYY -qwB +hKe +lPv +tQP cva cva cva @@ -104733,17 +104726,17 @@ gXs gXs aaa gXs -gGd +naM cva cva cva cva -paO -wcq +eFi +gxB cva cva cva -coI +uMT aaa aaa aaa @@ -105509,7 +105502,7 @@ gXs gXs pEf pEf -xNL +knX pEf pEf bWC From 778004a644f181c54db1dfddd1dec0f7102124b8 Mon Sep 17 00:00:00 2001 From: partykp Date: Sat, 16 May 2020 13:50:29 +0200 Subject: [PATCH 08/26] why did i change this? --- .../code/game/machinery/telecomms/computers/traffic_control.dm | 2 +- yogstation/code/modules/jobs/job_types/signal_technician.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm b/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm index 795d448af252..8ebe7d19036f 100644 --- a/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm +++ b/yogstation/code/game/machinery/telecomms/computers/traffic_control.dm @@ -223,7 +223,7 @@ temp = "- FAILED: CANNOT PROBE WHEN BUFFER FULL -" else - for(var/obj/machinery/telecomms/server/T in range(100, src)) + for(var/obj/machinery/telecomms/server/T in range(25, src)) if(T.network == network) servers.Add(T) diff --git a/yogstation/code/modules/jobs/job_types/signal_technician.dm b/yogstation/code/modules/jobs/job_types/signal_technician.dm index dd9ae3dedc9b..c52a5c679c80 100644 --- a/yogstation/code/modules/jobs/job_types/signal_technician.dm +++ b/yogstation/code/modules/jobs/job_types/signal_technician.dm @@ -41,4 +41,4 @@ satchel = /obj/item/storage/backpack/satchel/eng duffelbag = /obj/item/storage/backpack/duffelbag/engineering box = /obj/item/storage/box/engineer - pda_slot = SLOT_L_STORE + pda_slot = SLOT_L_STORE \ No newline at end of file From aabedd5513d960f28d1a9138a6b1d1d2dc662555 Mon Sep 17 00:00:00 2001 From: partykp Date: Sat, 16 May 2020 14:21:58 +0200 Subject: [PATCH 09/26] removes some apc, shortens carpet --- _maps/map_files/YogStation/YogStation.dmm | 439 ++++++++++------------ 1 file changed, 206 insertions(+), 233 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 0cfe37dc6b5b..31f927f15f0f 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -22116,6 +22116,15 @@ /obj/item/clothing/shoes/jackboots, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"aWp" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "aWt" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -46951,12 +46960,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"cGJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -47107,17 +47110,6 @@ }, /turf/open/space/basic, /area/space) -"cJn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "cKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -47871,6 +47863,11 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"dfv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -48201,6 +48198,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"dRJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "dRK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/components/unary/vent_pump/layer1{ @@ -48597,6 +48602,13 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"eER" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eFi" = ( /obj/machinery/power/smes/engineering, /obj/structure/cable/white{ @@ -49590,6 +49602,12 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) +"gqL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -50524,24 +50542,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"hQW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "hSf" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -50761,31 +50761,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) -"iom" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "ipx" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 1 @@ -50991,6 +50966,9 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"iJN" = ( +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "iKj" = ( /obj/machinery/porta_turret/ai, /obj/machinery/flasher{ @@ -51741,18 +51719,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/storage/tech) -"jNC" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/aisat/foyer"; - dir = 8; - name = "MiniSat Foyer APC"; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "jNQ" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Port"; @@ -52049,18 +52015,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"kdY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "kfx" = ( /obj/effect/landmark/start/ai/secondary, /obj/machinery/door/window{ @@ -52161,6 +52115,19 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"klN" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -52405,6 +52372,21 @@ "kOO" = ( /turf/closed/wall/r_wall, /area/hallway/primary/aft) +"kOP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "kPm" = ( /obj/structure/table, /obj/item/screwdriver{ @@ -52708,6 +52690,28 @@ }, /turf/open/space/basic, /area/space) +"lmn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "lnE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52917,18 +52921,6 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"lHR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "lHY" = ( /obj/structure/cable/yellow{ icon_state = "1-8" @@ -53243,6 +53235,18 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"mxp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53438,12 +53442,6 @@ }, /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"mGT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "mGV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53880,6 +53878,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ngj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "ngM" = ( /obj/structure/transit_tube/curved/flipped{ dir = 4 @@ -54029,20 +54033,6 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"npY" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54876,18 +54866,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"phx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55082,6 +55060,15 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"pAo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pAw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -55291,16 +55278,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"pOp" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "pOw" = ( /turf/closed/wall/r_wall, /area/hallway/primary/port) @@ -56152,15 +56129,6 @@ }, /turf/closed/wall, /area/science/mixing) -"rsx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/landmark/start/yogs/signal_technician, -/turf/open/floor/wood, -/area/tcommsat/computer) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56205,20 +56173,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) -"ryM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "rzM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56259,6 +56213,17 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"rEs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "rEH" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 4 @@ -56384,6 +56349,15 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"rJa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -57227,6 +57201,24 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"sYx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "sYM" = ( /obj/machinery/power/apc{ areastring = "/area/engine/gravity_generator"; @@ -58227,22 +58219,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uJb" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 4; - name = "AI Chamber APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58478,6 +58454,15 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engine_smes) +"vdH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/landmark/start/yogs/signal_technician, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "vdO" = ( /obj/machinery/door/airlock/highsecurity{ name = "Gravity Generator"; @@ -58659,6 +58644,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"vpz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -59024,14 +59020,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"vTU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vUg" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -59046,18 +59034,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) -"vVA" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 4; - name = "MiniSat Monitoring Room APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59133,12 +59109,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"wby" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "wec" = ( /obj/machinery/light/small{ dir = 8 @@ -59604,14 +59574,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wIU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/wood, -/area/tcommsat/computer) "wIY" = ( /obj/structure/table, /obj/item/stock_parts/subspace/analyzer, @@ -59690,6 +59652,17 @@ }, /turf/open/floor/plasteel/white, /area/maintenance/department/tcoms) +"wTV" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -90786,9 +90759,9 @@ fIX uAy dbX bVJ -wby -sLS -mGT +aWp +mRc +gqL sLS sLS fFJ @@ -91043,9 +91016,9 @@ kSW hkI vnw kYT -wIU -rsx -phx +rEs +vdH +mxp oSe gGr ouD @@ -91300,9 +91273,9 @@ wmQ wtx def bVJ -pOp -sLS -cGJ +klN +mRc +ngj sLS sLS vKn @@ -100108,7 +100081,7 @@ whH jik pbL erm -jNC +oKK dJm ryp erm @@ -100362,10 +100335,10 @@ tbT erF erm bSO -lHR -ryM -hQW -vTU +rJa +vpz +kOP +dfv rIj dWE erm @@ -100619,7 +100592,7 @@ viV nmn erm erm -iom +lmn erm erm wsF @@ -100876,7 +100849,7 @@ gjC iYM erm oWH -kdY +pAo fYl erm erm @@ -101133,7 +101106,7 @@ cXd iYM myd oKK -kdY +pAo kTm jLs erm @@ -101390,12 +101363,12 @@ tQh cDV vRl emU -npY +wTV vef tkG jLx vZu -cJn +dRJ kwU ieC uFU @@ -101652,7 +101625,7 @@ lPb hDA erm fGl -vVA +iJN mGD hpE erm @@ -102676,7 +102649,7 @@ sPZ dGq xiy iKj -uJb +eER pAw sPZ cva @@ -102934,7 +102907,7 @@ nyL cva cva cva -qZC +sYx emd cva cva From a023f0608ea5253bd7ea455c26cf7c83683c6ff9 Mon Sep 17 00:00:00 2001 From: partykp Date: Sat, 16 May 2020 15:57:58 +0200 Subject: [PATCH 10/26] pretty tcomms --- _maps/map_files/YogStation/YogStation.dmm | 1969 +++++++++++++-------- 1 file changed, 1211 insertions(+), 758 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 31f927f15f0f..fb8c57f94866 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -13207,6 +13207,10 @@ "aBI" = ( /turf/closed/wall, /area/security/checkpoint/auxiliary) +"aBJ" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "aBK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -22116,15 +22120,6 @@ /obj/item/clothing/shoes/jackboots, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"aWp" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "aWt" = ( /obj/structure/chair/comfy/brown{ dir = 4 @@ -43135,6 +43130,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"bUA" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "bVa" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/tile/green{ @@ -43184,6 +43183,16 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"bVw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "bVx" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on, /turf/open/floor/plating/airless, @@ -46302,6 +46311,10 @@ /obj/structure/sign/warning/radiation/rad_area, /turf/closed/wall, /area/engine/engineering) +"ctW" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cut" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -46474,6 +46487,15 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"cyq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "cyr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -46919,12 +46941,6 @@ }, /turf/open/floor/plasteel, /area/construction) -"cEH" = ( -/obj/machinery/computer/message_monitor{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "cFe" = ( /obj/machinery/door/poddoor/preopen{ id = "maint3" @@ -47204,18 +47220,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"cMT" = ( -/obj/machinery/atmospherics/pipe/manifold4w/yellow/hidden, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cNe" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_x = 32 @@ -47377,6 +47381,13 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"cRj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -47817,6 +47828,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"cYC" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 + }, +/obj/item/radio/intercom{ + pixel_x = 28; + pixel_y = -26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"cYJ" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -47835,10 +47868,19 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"dbX" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +"dbv" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, @@ -47854,20 +47896,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"def" = ( -/obj/machinery/space_heater, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Maintenance"; - dir = 1; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"dfv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -47906,6 +47934,22 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"djD" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dkg" = ( /obj/machinery/teleport/hub, /turf/open/floor/circuit, @@ -48024,6 +48068,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"dtM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dus" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, @@ -48063,6 +48114,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"dCq" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "dCA" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -48142,6 +48201,22 @@ dir = 1 }, /area/hallway/secondary/entry) +"dKv" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48173,9 +48248,30 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"dPt" = ( -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/telecomms/mainframe, +"dOo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"dQb" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "dQJ" = ( /obj/structure/lattice/catwalk, @@ -48189,6 +48285,13 @@ }, /turf/open/space/basic, /area/space/nearstation) +"dRa" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "dRm" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -48198,14 +48301,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"dRJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "dRK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/components/unary/vent_pump/layer1{ @@ -48318,6 +48413,10 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"egb" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "egp" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -48339,15 +48438,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"ehg" = ( -/obj/structure/filingcabinet{ - pixel_x = 3 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -48381,15 +48471,16 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"ejG" = ( -/obj/machinery/announcement_system, -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13,tcomms") +"ejZ" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 }, -/turf/open/floor/wood, -/area/tcommsat/computer) +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ekt" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Fore"; @@ -48442,10 +48533,6 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"erM" = ( -/obj/machinery/telecomms/processor/preset_one/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "erY" = ( /obj/machinery/camera{ c_tag = "Surgery Observation"; @@ -48542,6 +48629,10 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) +"eyH" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "eyM" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 2; @@ -48553,6 +48644,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"ezE" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48564,6 +48659,12 @@ dir = 1 }, /area/hallway/secondary/entry) +"eBo" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "eBC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48602,13 +48703,6 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"eER" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "eFi" = ( /obj/machinery/power/smes/engineering, /obj/structure/cable/white{ @@ -48676,9 +48770,18 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eMU" = ( -/obj/machinery/telecomms/receiver/preset_left/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, +"eNt" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ @@ -48875,13 +48978,6 @@ }, /turf/open/floor/plasteel, /area/science/research) -"fft" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fgs" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48917,9 +49013,20 @@ }, /turf/open/space/basic, /area/space/nearstation) +"fht" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) +"fiW" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -49028,6 +49135,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fwQ" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Control Room APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "fxr" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -49130,13 +49251,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) -"fFJ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "fFL" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49326,6 +49440,43 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"fRD" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"fRF" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = -26; + pixel_y = -26 + }, +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"fRX" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fRZ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -49351,6 +49502,13 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"fUA" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49397,6 +49555,10 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) +"fWF" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49427,6 +49589,23 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) +"fZX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "gaW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -49499,6 +49678,23 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"gdZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "gea" = ( /obj/machinery/light/small{ dir = 1 @@ -49544,11 +49740,25 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"gkU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, +"gkn" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 + }, /obj/structure/cable/yellow{ - icon_state = "2-8" + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "glp" = ( @@ -49564,19 +49774,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"gnW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off{ - pixel_y = 4 - }, -/obj/structure/rack, -/turf/open/floor/wood, -/area/tcommsat/computer) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -49602,12 +49799,22 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) -"gqL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"grj" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 4 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -49831,17 +50038,19 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gFI" = ( -/turf/closed/wall, -/area/tcommsat/computer) -"gGr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/effect/landmark/event_spawn, -/obj/structure/cable{ +"gFE" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/turf/open/floor/wood, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"gFI" = ( +/turf/closed/wall, /area/tcommsat/computer) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, @@ -49876,12 +50085,6 @@ }, /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"gKl" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "gLq" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50068,6 +50271,15 @@ "hdH" = ( /turf/closed/wall/r_wall, /area/maintenance/port/aft) +"hdJ" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50133,6 +50345,37 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/medical/paramedic) +"hkm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hkz" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/item/radio/off{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hkI" = ( /obj/structure/cable{ icon_state = "2-4" @@ -50302,6 +50545,18 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"hvR" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hwv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50398,6 +50653,15 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"hKk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -50491,31 +50755,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hNN" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 1; - name = "Telecomms Server APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"hOi" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50689,12 +50928,6 @@ }, /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"ifN" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "igd" = ( /obj/machinery/status_display/ai{ pixel_y = 32 @@ -50809,6 +51042,19 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/science/nanite) +"iuX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ivp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -50909,7 +51155,25 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"iGm" = ( +"iGl" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "iGw" = ( @@ -50950,10 +51214,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iIy" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "iIL" = ( /obj/machinery/cell_charger, /obj/structure/table, @@ -50966,9 +51226,6 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"iJN" = ( -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "iKj" = ( /obj/machinery/porta_turret/ai, /obj/machinery/flasher{ @@ -51415,15 +51672,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"jvy" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jwH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51900,6 +52148,10 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) +"jXo" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "jXF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51976,6 +52228,19 @@ }, /turf/open/floor/plating, /area/security/processing) +"kbI" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kbX" = ( /obj/structure/table, /obj/item/stock_parts/subspace/amplifier, @@ -52064,6 +52329,21 @@ }, /turf/open/space, /area/engine/atmos_distro) +"kfV" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "kgn" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/security, @@ -52115,19 +52395,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"klN" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -52189,10 +52456,25 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kuM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light, -/turf/open/floor/wood, +"kwR" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, /area/tcommsat/computer) "kwU" = ( /obj/structure/chair/office/dark, @@ -52280,6 +52562,18 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"kCy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kEh" = ( /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, @@ -52372,21 +52666,6 @@ "kOO" = ( /turf/closed/wall/r_wall, /area/hallway/primary/aft) -"kOP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "kPm" = ( /obj/structure/table, /obj/item/screwdriver{ @@ -52571,10 +52850,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"kZd" = ( -/obj/machinery/telecomms/broadcaster/preset_left/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "kZv" = ( /obj/structure/cable{ icon_state = "2-8" @@ -52668,18 +52943,38 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"lhP" = ( +"lio" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ljR" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/machinery/light{ +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "2-8" +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"llt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) @@ -52690,28 +52985,10 @@ }, /turf/open/space/basic, /area/space) -"lmn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +"lne" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lnE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52766,6 +53043,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) +"lpg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lpF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, @@ -52859,6 +53145,32 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/tcommsat/server) +"lxR" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"lyH" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lze" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ @@ -52976,6 +53288,10 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"lNp" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lOR" = ( /obj/machinery/requests_console{ department = "Tech storage"; @@ -53087,6 +53403,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"lZa" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lZq" = ( /obj/machinery/smartfridge/disks, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, @@ -53114,6 +53443,19 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"meK" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53128,6 +53470,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) +"mhT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "min" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -53158,6 +53506,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) +"mkM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mkO" = ( /obj/machinery/nanite_program_hub, /obj/effect/turf_decal/bot, @@ -53235,18 +53596,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"mxp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53277,11 +53626,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"myz" = ( -/obj/machinery/light, -/obj/structure/closet/crate/bin, -/turf/open/floor/wood, -/area/tcommsat/computer) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, @@ -53430,6 +53774,19 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"mGy" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mGD" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -53653,14 +54010,6 @@ "mRc" = ( /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"mRz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/wood, -/area/tcommsat/computer) "mRQ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -53851,6 +54200,10 @@ }, /turf/open/space/basic, /area/space/nearstation) +"ncM" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) @@ -53878,12 +54231,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"ngj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "ngM" = ( /obj/structure/transit_tube/curved/flipped{ dir = 4 @@ -53951,6 +54298,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"njf" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "njh" = ( /obj/structure/sink{ dir = 4; @@ -53977,13 +54328,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"nkv" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -54021,6 +54365,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nmb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nmn" = ( /obj/structure/table, /obj/item/assembly/flash/handheld{ @@ -54041,6 +54392,19 @@ }, /turf/open/floor/wood, /area/lawoffice) +"nuq" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54296,20 +54660,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"obm" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/tcomms{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/blue, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "obG" = ( /obj/machinery/power/apc{ areastring = "/area/construction"; @@ -54333,27 +54683,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/tcommsat/lounge) -"odU" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) -"oeg" = ( -/obj/machinery/telecomms/bus/preset_one/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, +"ogj" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "ogO" = ( /obj/machinery/door/airlock/external{ @@ -54405,10 +54741,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"oiP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "ojD" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -54422,6 +54754,12 @@ }, /turf/open/floor/plating, /area/storage/tech) +"okm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "okC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54448,6 +54786,10 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"omu" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "omY" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 @@ -54532,17 +54874,6 @@ /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) -"ouD" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -54580,19 +54911,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"oBJ" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "oCm" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -54652,27 +54970,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"oJF" = ( -/obj/structure/table/wood, -/obj/item/phone{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/clothing/mask/cigarette/cigar/havana{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/storage/box/matches, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -54721,6 +55018,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) +"oRa" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "oRq" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54734,15 +55035,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"oSe" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "oSz" = ( /obj/machinery/door/airlock/maintenance{ id_tag = "commissarydoor"; @@ -54771,14 +55063,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"oUO" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -26; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "oWb" = ( /obj/structure/table, /obj/item/stock_parts/subspace/analyzer, @@ -54940,9 +55224,9 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plasteel, /area/storage/tech) -"pqE" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/telecomms/mainframe, +"ppH" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "pqU" = ( /obj/structure/table, @@ -55051,6 +55335,15 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"pzl" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + target_temperature = 80 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "pzK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55060,15 +55353,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"pAo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "pAw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -55188,6 +55472,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"pJu" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"pJy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "pJP" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced, @@ -55204,6 +55500,12 @@ /obj/effect/spawner/lootdrop/aimodule_harmful, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"pKf" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "pKE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -55394,24 +55696,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"pZy" = ( -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/obj/structure/closet, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"pZK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -55579,6 +55863,22 @@ /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) +"qwN" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -55772,6 +56072,10 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"qLF" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "qLM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55869,6 +56173,19 @@ /obj/machinery/power/terminal, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"qUP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qVL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -55898,6 +56215,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"qWv" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "qWw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55912,6 +56233,10 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"qZg" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "qZC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -55921,12 +56246,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"raw" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 @@ -56047,6 +56366,18 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"rjT" = ( +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/obj/structure/closet, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56173,6 +56504,22 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"rzH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rzM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56193,6 +56540,35 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"rBD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"rCw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56213,17 +56589,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"rEs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "rEH" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 4 @@ -56329,15 +56694,6 @@ }, /turf/open/floor/engine/airless, /area/escapepodbay) -"rIh" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rIj" = ( /obj/machinery/bluespace_beacon, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -56349,15 +56705,18 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"rJa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 +"rIl" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56441,16 +56800,19 @@ }, /turf/open/floor/plating, /area/vacant_room/commissary) +"rQB" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "rRn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) -"rRK" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "rVg" = ( /obj/structure/table, /obj/item/electronics/apc, @@ -56480,14 +56842,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"rXv" = ( -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "rXN" = ( /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"rYa" = ( +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56496,6 +56857,17 @@ "rZt" = ( /turf/closed/wall, /area/medical/paramedic) +"rZM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rZU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56564,13 +56936,15 @@ /obj/item/stock_parts/subspace/crystal, /turf/open/floor/plasteel/white, /area/storage/tech) -"scQ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 +"scK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -56591,6 +56965,13 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"sdQ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "sej" = ( /obj/structure/table, /obj/item/flashlight/lamp, @@ -56693,6 +57074,12 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/tcommsat/computer) +"spq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "srO" = ( /obj/machinery/door/window{ base_state = "leftsecure"; @@ -56929,12 +57316,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"sJR" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "sKF" = ( /obj/structure/filingcabinet, /turf/open/floor/plasteel/grimy, @@ -57004,9 +57385,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) -"sLS" = ( -/turf/open/floor/wood, -/area/tcommsat/computer) "sNe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57091,6 +57469,16 @@ /obj/structure/cable, /turf/open/floor/plating, /area/storage/tech) +"sTb" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "sTg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -57201,24 +57589,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"sYx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "sYM" = ( /obj/machinery/power/apc{ areastring = "/area/engine/gravity_generator"; @@ -57297,15 +57667,6 @@ "tfN" = ( /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"tgt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "tgI" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -57407,6 +57768,21 @@ }, /turf/open/space/basic, /area/space) +"tnw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "tor" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -57458,13 +57834,6 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/central) -"tqg" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/wood, -/area/tcommsat/computer) "tqk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57838,6 +58207,19 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"tUY" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tVl" = ( /obj/structure/table/wood, /obj/machinery/camera{ @@ -57886,6 +58268,13 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"tYC" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58051,6 +58440,13 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"utc" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58096,21 +58492,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"uzv" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "uzX" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58199,6 +58580,38 @@ /obj/structure/cable/yellow, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) +"uGP" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"uGQ" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "uHN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58219,6 +58632,25 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uIm" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58252,16 +58684,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"uNi" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uPe" = ( /obj/structure/table, /obj/item/stock_parts/subspace/amplifier, @@ -58336,6 +58758,11 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uUT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -58454,15 +58881,6 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engine_smes) -"vdH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/landmark/start/yogs/signal_technician, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "vdO" = ( /obj/machinery/door/airlock/highsecurity{ name = "Gravity Generator"; @@ -58644,17 +59062,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"vpz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -58813,24 +59220,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"vEY" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" - }, -/obj/item/radio/intercom{ - pixel_x = 30; - pixel_y = -2 - }, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = -2; - pixel_y = -27 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "vFa" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58863,18 +59252,6 @@ /obj/item/aiModule/core/freeformcore, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"vKn" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/computer"; - dir = 4; - name = "Telecomms Control Room APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "vKC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59185,6 +59562,18 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"wia" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wil" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59275,6 +59664,22 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"woa" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"wpB" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59378,6 +59783,15 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wxO" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13,tcomms") + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -59547,6 +59961,22 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wIh" = ( +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59581,6 +60011,22 @@ /obj/item/stock_parts/subspace/analyzer, /turf/open/floor/plasteel/white, /area/storage/tech) +"wJP" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/airalarm/tcomms{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59652,17 +60098,20 @@ }, /turf/open/floor/plasteel/white, /area/maintenance/department/tcoms) -"wTV" = ( -/obj/machinery/ai_slipper{ - uses = 10 +"wUk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ +/obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59722,15 +60171,13 @@ /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) -"xaZ" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" +"xcA" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -59755,10 +60202,6 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) -"xen" = ( -/obj/machinery/telecomms/server/presets/common/birdstation, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, @@ -59775,12 +60218,27 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xiu" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 +"xid" = ( +/obj/machinery/light_switch{ + pixel_y = -27 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xiy" = ( /obj/machinery/airalarm{ dir = 8; @@ -59879,12 +60337,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) -"xvr" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -59899,13 +60351,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xwH" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/tcommsat/computer) "xAU" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -60084,14 +60529,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/ai_monitored/storage/satellite) -"xRl" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - network = list("ss13","tcomms"); - pixel_x = 22 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xRs" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel/dark, @@ -60308,6 +60745,22 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"ylJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) (1,1,1) = {" aaa @@ -89730,15 +90183,15 @@ aZM aZM aZM aZM -aaf -aaf -aaa -aaf -aaa -aaf -aaa +oWb +cQZ +kbX +umK +gXs aaa +gXs aaa +gXs bOS aXf bne @@ -89979,24 +90432,24 @@ aXY pIS aPR bVI -oeg -jvy -eMU -bVI -oWb -cQZ -kbX +bVw +lio +dtM +nmb +woa +rCw +jXo +lxw +kiW +tfN +fRF umK bVJ smQ smQ gFI -gFI -aaf -aaa aaa -aaa -bOS +aJw aXf bne uxO @@ -90235,25 +90688,25 @@ aTX aYg aWU aPR -dPt -iGm -xiu -iGm +ogj +lxR +qZg +ncM +qUP +bUA +grj +fRD lxw -kiW +fWF tfN -oUO -odU +tfN +ets bVJ -ehg -obm -oJF +fUA +kwR gFI gFI -gFI -aaf -aaf -bOS +aJw aXf bne byU @@ -90492,24 +90945,24 @@ aTW aYv aWQ aPR -oiP -gKl -uNi +njf +djD +ezE +oRa +mGy +egb +iGl bVI bVI umK vNP qLw -ets +qLF bZv -mRc dfU mRc -gnW -ejG -gFI -gFI -gFI +wxO +utc aJw byS bne @@ -90749,24 +91202,24 @@ aTY aYA vgj aPR -xRl -iIy -scQ +fRX +iuX +meK +tUY +kbI +ppH +rIl lxw pek umK fIX uAy -dbX +tfN bVJ -aWp +hdJ mRc -gqL -sLS -sLS -fFJ -tqg -kuM +okm +eyH aJw wSI aXM @@ -91007,8 +91460,12 @@ aZf ebQ aPR olr -rXv -fft +ejZ +tYC +sdQ +dKv +qwN +lyH fVw ppb jVF @@ -91016,14 +91473,10 @@ kSW hkI vnw kYT -rEs -vdH -mxp -oSe -gGr -ouD -mRz -mRz +ylJ +wUk +gdZ +fZX pMs bwa boU @@ -91263,24 +91716,24 @@ aTZ aZg sDp aPR -hNN -xen -pZK +wIh +rBD +dbv +eNt +lZa +qWv +kCy lxw wTk umK wmQ wtx -def +dCq bVJ -klN +uGQ mRc -ngj -sLS -sLS -vKn -sJR -myz +spq +fwQ aJw oCm bfz @@ -91520,24 +91973,24 @@ aTX aYA smh aPR -gkU -rIh -cMT +cYJ +uIm +dRa +dQb +rzH +fht +gkn vgg vgg iUO iGT -tgt -rRK +llt +pKf bZv mRc -xvr -mRc -uzv -xwH -gFI -gFI -gFI +cYC +eBo +xid aJw aOx aJq @@ -91777,25 +92230,25 @@ ceh aZj aWU aPR -pqE -iGm -raw -iGm +aBJ +uGP +fiW +omu +nuq +lne +ljR +ctW lxw wXL nfi -xaZ -pZy +mhT +hkz bVJ -oBJ -cEH -vEY -gFI +sTb +xcA gFI gFI -aaf -aaf -bOS +aJw aJq aJq bBu @@ -92035,24 +92488,24 @@ aZl lnE aPR bVI -kZd -hOi -erM -bVI -ifN -lhP -nkv +wia +wJP +wpB +lpg +hKk +mkM +lNp +lxw +pzl +hvR +mhT umK bVJ smQ smQ gFI -gFI -aaf -aaa -aaa aaa -bOS +aJw aJq aJq bBt @@ -92300,15 +92753,15 @@ aZV aZV aZV aZV -aaf -aaf -aaa -aaf -aaa -aaf -aaa -aaa +rQB +kfV +rjT +umK +gXs +aoV +gXs aaa +gXs bOS aJq aJq @@ -94883,7 +95336,7 @@ bwu bwu bwu bBB -aJv +pJu aJw bFp bGJ @@ -100335,10 +100788,10 @@ tbT erF erm bSO -rJa -vpz -kOP -dfv +scK +rZM +tnw +uUT rIj dWE erm @@ -100592,7 +101045,7 @@ viV nmn erm erm -lmn +hkm erm erm wsF @@ -100849,7 +101302,7 @@ gjC iYM erm oWH -pAo +cyq fYl erm erm @@ -101106,7 +101559,7 @@ cXd iYM myd oKK -pAo +cyq kTm jLs erm @@ -101363,12 +101816,12 @@ tQh cDV vRl emU -wTV +gFE vef tkG jLx vZu -dRJ +pJy kwU ieC uFU @@ -101625,7 +102078,7 @@ lPb hDA erm fGl -iJN +rYa mGD hpE erm @@ -102649,7 +103102,7 @@ sPZ dGq xiy iKj -eER +cRj pAw sPZ cva @@ -102907,7 +103360,7 @@ nyL cva cva cva -sYx +dOo emd cva cva From d7975533f61ff030caaa6baa97ace721ff44777b Mon Sep 17 00:00:00 2001 From: partykp Date: Sat, 16 May 2020 19:33:03 +0200 Subject: [PATCH 11/26] intercom --- _maps/map_files/YogStation/YogStation.dmm | 1053 +++++++++++---------- 1 file changed, 530 insertions(+), 523 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index fb8c57f94866..8f23814a88c8 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -11668,6 +11668,10 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) +"ayi" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ayj" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -43130,10 +43134,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bUA" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "bVa" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/tile/green{ @@ -46311,10 +46311,6 @@ /obj/structure/sign/warning/radiation/rad_area, /turf/closed/wall, /area/engine/engineering) -"ctW" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cut" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -46894,6 +46890,10 @@ }, /turf/open/space/basic, /area/space) +"cCQ" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46934,6 +46934,10 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engineering) +"cEg" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cEF" = ( /obj/structure/closet/toolcloset, /obj/structure/light_construct{ @@ -47828,28 +47832,25 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"cYC" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 30; - pixel_y = -37 - }, -/obj/item/radio/intercom{ - pixel_x = 28; - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "cYJ" = ( /obj/machinery/telecomms/receiver/preset_right, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"cZO" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -47868,19 +47869,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"dbv" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, @@ -48068,13 +48056,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"dtM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dus" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, @@ -48138,6 +48119,19 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"dDC" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dEb" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -48171,6 +48165,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) +"dIm" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "dJm" = ( /obj/machinery/camera{ c_tag = "MiniSat Teleporter Room"; @@ -48201,22 +48199,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"dKv" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48266,13 +48248,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"dQb" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "dQJ" = ( /obj/structure/lattice/catwalk, /obj/machinery/light/small{ @@ -48285,13 +48260,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"dRa" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "dRm" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -48301,6 +48269,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"dRw" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "dRK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/components/unary/vent_pump/layer1{ @@ -48413,10 +48388,6 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"egb" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "egp" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -48644,10 +48615,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"ezE" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48755,6 +48722,10 @@ /obj/item/paper/fluff/stations/lavaland/slime_hunter, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eJL" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "eJS" = ( /obj/machinery/door/airlock/public{ name = "Surgery Observation" @@ -48770,19 +48741,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eNt" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48897,6 +48855,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"eXf" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -48947,6 +48909,10 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) +"fek" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -49013,13 +48979,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"fht" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) @@ -49214,6 +49173,19 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"fEa" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fEe" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49353,6 +49325,10 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"fJB" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -49440,10 +49416,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"fRD" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "fRF" = ( /obj/machinery/firealarm{ dir = 1; @@ -49555,10 +49527,6 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) -"fWF" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49740,27 +49708,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"gkn" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "glp" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -49799,22 +49746,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) -"grj" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -50170,6 +50101,16 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) +"gTn" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50217,6 +50158,13 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"gYM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "gYP" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, @@ -50303,6 +50251,27 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"hfx" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 + }, +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_x = 28; + pixel_y = -26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "hfy" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_y = -32 @@ -50653,15 +50622,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"hKk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -51155,27 +51115,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"iGl" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "iGw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -51352,6 +51291,13 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"iRM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51543,6 +51489,19 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"jka" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jkG" = ( /obj/machinery/atmospherics/components/unary/tank/toxins, /turf/open/floor/plasteel, @@ -51955,6 +51914,22 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"jMq" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jMX" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Aft"; @@ -52027,6 +52002,19 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"jSd" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jSm" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/engineering, @@ -52148,10 +52136,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"jXo" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "jXF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -52187,6 +52171,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"jYa" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "jYo" = ( /obj/machinery/door/poddoor/preopen{ id = "atmos"; @@ -52228,19 +52219,6 @@ }, /turf/open/floor/plating, /area/security/processing) -"kbI" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kbX" = ( /obj/structure/table, /obj/item/stock_parts/subspace/amplifier, @@ -52329,21 +52307,6 @@ }, /turf/open/space, /area/engine/atmos_distro) -"kfV" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "kgn" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/security, @@ -52456,7 +52419,27 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kwR" = ( +"kqC" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"ksE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ksW" = ( /obj/structure/table/wood, /obj/item/storage/box/donkpockets{ pixel_x = -5; @@ -52476,6 +52459,19 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"kwK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kwU" = ( /obj/structure/chair/office/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -52562,18 +52558,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"kCy" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kEh" = ( /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, @@ -52817,22 +52801,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"kYT" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "kYY" = ( /obj/machinery/light/small{ dir = 8 @@ -52953,23 +52921,14 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"ljR" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 +"llD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"llt" = ( +/turf/open/space/basic, +/area/space) +"lnu" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, @@ -52978,17 +52937,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"llD" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/space/basic, -/area/space) -"lne" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "lnE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53072,6 +53020,22 @@ /obj/structure/transit_tube_pod, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) +"lrN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -53127,6 +53091,27 @@ /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) +"lwp" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -53161,16 +53146,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"lyH" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lze" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ @@ -53190,6 +53165,23 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) +"lDp" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53288,10 +53280,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"lNp" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "lOR" = ( /obj/machinery/requests_console{ department = "Tech storage"; @@ -53403,24 +53391,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"lZa" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 +"lZq" = ( +/obj/machinery/smartfridge/disks, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/hydroponics) +"lZv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"lZq" = ( -/obj/machinery/smartfridge/disks, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/hydroponics) "mag" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -53443,17 +53427,16 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"meK" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +"mec" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 +/obj/effect/turf_decal/tile/purple{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "mhb" = ( @@ -53506,19 +53489,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"mkM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mkO" = ( /obj/machinery/nanite_program_hub, /obj/effect/turf_decal/bot, @@ -53666,6 +53636,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"mAY" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53774,19 +53748,6 @@ }, /turf/open/floor/plasteel, /area/storage/tech) -"mGy" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mGD" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -54200,10 +54161,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"ncM" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) @@ -54384,6 +54341,22 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"nnd" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54630,6 +54603,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"nWX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nYC" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -54786,10 +54766,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"omu" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "omY" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 @@ -54898,6 +54874,32 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"oyS" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ozt" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "oAZ" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -55018,10 +55020,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) -"oRa" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "oRq" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55224,10 +55222,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plasteel, /area/storage/tech) -"ppH" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "pqU" = ( /obj/structure/table, /obj/item/stock_parts/subspace/filter, @@ -55362,6 +55356,22 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"pAF" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55500,12 +55510,6 @@ /obj/effect/spawner/lootdrop/aimodule_harmful, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"pKf" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "pKE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -55516,22 +55520,6 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"pMs" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "pMt" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -55728,6 +55716,19 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"qfF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55863,22 +55864,6 @@ /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) -"qwN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -56014,6 +55999,15 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qHh" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56072,10 +56066,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"qLF" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "qLM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -56215,10 +56205,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"qWv" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "qWw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56504,22 +56490,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) -"rzH" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rzM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56556,24 +56526,24 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"rCw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ +"rEb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rEc" = ( +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"rEb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/port/aft) "rEj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56705,18 +56675,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"rIl" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56800,15 +56758,6 @@ }, /turf/open/floor/plating, /area/vacant_room/commissary) -"rQB" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "rRn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, @@ -56965,13 +56914,6 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"sdQ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "sej" = ( /obj/structure/table, /obj/item/flashlight/lamp, @@ -57149,6 +57091,10 @@ /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) +"swp" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "swz" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -57937,6 +57883,18 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) +"tAI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tBs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58207,19 +58165,6 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"tUY" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tVl" = ( /obj/structure/table/wood, /obj/machinery/camera{ @@ -58300,6 +58245,25 @@ }, /turf/open/floor/plasteel, /area/medical/paramedic) +"ugq" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "70" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "ugv" = ( /obj/item/radio/intercom{ pixel_x = 30 @@ -58529,6 +58493,10 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"uBp" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "uCn" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -58758,6 +58726,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uUG" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "uUT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59244,6 +59218,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"vJt" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "vJz" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -59315,6 +59298,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"vOw" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "vOD" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -59642,6 +59629,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"wmP" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "wmQ" = ( /obj/machinery/doorButtons/access_button{ idDoor = "telecomms_airlock_exterior"; @@ -59664,22 +59655,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"woa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wpB" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59961,6 +59936,27 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wHE" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wIh" = ( /obj/machinery/power/apc/tcomms{ areastring = "/area/tcommsat/server"; @@ -60144,6 +60140,10 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"wWv" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -60269,6 +60269,13 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"xlg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -90434,11 +90441,11 @@ aPR bVI bVw lio -dtM +nWX nmb -woa -rCw -jXo +iRM +kwK +cCQ lxw kiW tfN @@ -90691,19 +90698,19 @@ aPR ogj lxR qZg -ncM +vOw qUP -bUA -grj -fRD +wWv +nnd +uBp lxw -fWF +fJB tfN tfN ets bVJ fUA -kwR +ksW gFI gFI aJw @@ -90947,17 +90954,17 @@ aWQ aPR njf djD -ezE -oRa -mGy -egb -iGl +eJL +fek +ozt +kqC +wHE bVI bVI umK vNP qLw -qLF +dIm bZv dfU mRc @@ -91204,11 +91211,11 @@ vgj aPR fRX iuX -meK -tUY -kbI -ppH -rIl +dDC +rEc +jSd +swp +mec lxw pek umK @@ -91462,22 +91469,22 @@ aPR olr ejZ tYC -sdQ -dKv -qwN -lyH +gYM +pAF +jMq +gTn fVw ppb jVF kSW hkI vnw -kYT +lDp ylJ wUk gdZ fZX -pMs +ugq bwa boU aXE @@ -91718,11 +91725,11 @@ sDp aPR wIh rBD -dbv -eNt -lZa -qWv -kCy +oyS +fEa +jka +cEg +tAI lxw wTk umK @@ -91975,20 +91982,20 @@ smh aPR cYJ uIm -dRa -dQb -rzH -fht -gkn +jYa +dRw +lrN +xlg +lwp vgg vgg iUO iGT -llt -pKf +lnu +uUG bZv mRc -cYC +hfx eBo xid aJw @@ -92233,11 +92240,11 @@ aPR aBJ uGP fiW -omu +mAY nuq -lne -ljR -ctW +wmP +ksE +ayi lxw wXL nfi @@ -92490,11 +92497,11 @@ aPR bVI wia wJP -wpB +qHh lpg -hKk -mkM -lNp +lZv +qfF +eXf lxw pzl hvR @@ -92753,8 +92760,8 @@ aZV aZV aZV aZV -rQB -kfV +vJt +cZO rjT umK gXs From 253640ef79e8761dac5538f94758bf5327152144 Mon Sep 17 00:00:00 2001 From: partykp Date: Sat, 16 May 2020 22:43:04 +0200 Subject: [PATCH 12/26] minor fixes --- _maps/map_files/YogStation/YogStation.dmm | 1425 +++++++++++---------- 1 file changed, 716 insertions(+), 709 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 8f23814a88c8..d30eaed84b4e 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -11668,10 +11668,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"ayi" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "ayj" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -13016,6 +13012,26 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"aBi" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) "aBj" = ( /obj/structure/rack, /obj/machinery/light{ @@ -40829,14 +40845,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"bMv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bMw" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/machinery/firealarm{ @@ -44876,6 +44884,13 @@ }, /turf/open/floor/plating, /area/crew_quarters/heads/chief) +"chc" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cho" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -44926,20 +44941,6 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"chv" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "chB" = ( /obj/effect/landmark/start/cyborg, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, @@ -46890,10 +46891,6 @@ }, /turf/open/space/basic, /area/space) -"cCQ" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46934,10 +46931,6 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engineering) -"cEg" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cEF" = ( /obj/structure/closet/toolcloset, /obj/structure/light_construct{ @@ -47140,16 +47133,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"cKA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cKJ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -47239,15 +47222,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"cNm" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "cNG" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/plasteel, @@ -47793,6 +47767,10 @@ /obj/effect/turf_decal/tile/darkblue, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"cWZ" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cXd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -47836,21 +47814,6 @@ /obj/machinery/telecomms/receiver/preset_right, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"cZO" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -47874,6 +47837,10 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"dcV" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ddd" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -47912,6 +47879,13 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"dhM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "dif" = ( /obj/structure/table, /obj/item/storage/box/masks, @@ -48119,19 +48093,6 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"dDC" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dEb" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -48165,10 +48126,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"dIm" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "dJm" = ( /obj/machinery/camera{ c_tag = "MiniSat Teleporter Room"; @@ -48199,6 +48156,10 @@ dir = 1 }, /area/hallway/secondary/entry) +"dLa" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48269,13 +48230,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"dRw" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "dRK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/components/unary/vent_pump/layer1{ @@ -48476,6 +48430,20 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"emT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "emU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 1 @@ -48711,6 +48679,20 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"eGP" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"eIm" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -48722,8 +48704,8 @@ /obj/item/paper/fluff/stations/lavaland/slime_hunter, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eJL" = ( -/obj/machinery/telecomms/processor/preset_three, +"eJl" = ( +/obj/machinery/telecomms/broadcaster/preset_right, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "eJS" = ( @@ -48855,10 +48837,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eXf" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -48909,10 +48887,6 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) -"fek" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -48970,6 +48944,25 @@ /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, /area/quartermaster/office) +"fhd" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "70" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "fhi" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -48986,6 +48979,27 @@ /obj/machinery/telecomms/processor/preset_two, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"fjd" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 + }, +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_x = 28; + pixel_y = -26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -49094,6 +49108,10 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fvQ" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "fwQ" = ( /obj/machinery/power/apc/highcap/five_k{ areastring = "/area/tcommsat/computer"; @@ -49151,6 +49169,22 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) +"fAy" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49173,19 +49207,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"fEa" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fEe" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49196,19 +49217,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/aft) -"fEn" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "fEA" = ( /obj/machinery/computer/security/telescreen/cmo{ dir = 1; @@ -49287,15 +49295,13 @@ }, /turf/open/floor/circuit/green, /area/ai_monitored/turret_protected/ai) -"fGY" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +"fHj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -49325,10 +49331,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"fJB" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -49721,6 +49723,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"gmQ" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -50101,16 +50107,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"gTn" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50158,17 +50154,14 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"gYM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "gYP" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) +"gZc" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "gZG" = ( /obj/structure/closet/crate/freezer/surplus_limbs, /obj/item/reagent_containers/glass/beaker/synthflesh, @@ -50228,6 +50221,19 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"heD" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50251,27 +50257,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hfx" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 30; - pixel_y = -37 - }, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = 28; - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "hfy" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_y = -32 @@ -50538,6 +50523,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hwY" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 @@ -50715,6 +50709,27 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hOj" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50728,6 +50743,22 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) +"hQs" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hQT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -50861,6 +50892,22 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"iaW" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50888,6 +50935,15 @@ }, /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) +"ifr" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "igd" = ( /obj/machinery/status_display/ai{ pixel_y = 32 @@ -51291,13 +51347,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"iRM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51309,6 +51358,18 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"iSY" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "iTb" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51426,26 +51487,6 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) -"jhr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51489,19 +51530,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"jka" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jkG" = ( /obj/machinery/atmospherics/components/unary/tank/toxins, /turf/open/floor/plasteel, @@ -51579,6 +51607,10 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jrS" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -51914,22 +51946,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jMq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jMX" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Aft"; @@ -52002,19 +52018,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"jSd" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jSm" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/engineering, @@ -52171,13 +52174,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"jYa" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "jYo" = ( /obj/machinery/door/poddoor/preopen{ id = "atmos"; @@ -52194,6 +52190,12 @@ }, /turf/open/floor/plating, /area/engine/atmos_distro) +"jYI" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "kaa" = ( /obj/machinery/airalarm{ dir = 4; @@ -52419,59 +52421,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kqC" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"ksE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ksW" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"kwK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kwU" = ( /obj/structure/chair/office/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -52733,6 +52682,19 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"kSh" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kSW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -52786,6 +52748,21 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"kXB" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -52928,35 +52905,6 @@ }, /turf/open/space/basic, /area/space) -"lnu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"lnE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -53020,22 +52968,6 @@ /obj/structure/transit_tube_pod, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) -"lrN" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -53091,27 +53023,6 @@ /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) -"lwp" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -53165,23 +53076,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lDp" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53280,6 +53174,13 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"lMV" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lOR" = ( /obj/machinery/requests_console{ department = "Tech storage"; @@ -53396,15 +53297,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hydroponics) -"lZv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mag" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -53427,18 +53319,6 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"mec" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53636,10 +53516,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"mAY" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53968,6 +53844,22 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"mQZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mRc" = ( /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) @@ -54164,6 +54056,19 @@ "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"ndt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nfi" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/hidden, /obj/effect/turf_decal/stripes/line{ @@ -54341,22 +54246,6 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"nnd" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54473,6 +54362,19 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"nAP" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "AI Satellite Monitoring"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "nAV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -54603,11 +54505,17 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"nWX" = ( -/obj/effect/turf_decal/tile/red{ +"nWW" = ( +/obj/effect/turf_decal/tile/green{ dir = 4 }, -/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "nYC" = ( @@ -54625,6 +54533,18 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"nYK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -54685,6 +54605,10 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"ogP" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ohJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -54874,32 +54798,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"oyS" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ozt" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "oAZ" = ( /obj/structure/cable/yellow{ icon_state = "1-4" @@ -54958,11 +54856,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"oFy" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "oFM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55044,6 +54937,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) +"oTd" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "oTP" = ( /obj/structure/table, /obj/item/phone, @@ -55074,6 +54971,21 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"oXs" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55158,6 +55070,23 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"pjc" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"pkA" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55254,6 +55183,18 @@ "ptH" = ( /turf/closed/wall, /area/escapepodbay) +"puN" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pvC" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -55356,22 +55297,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"pAF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55450,27 +55375,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"pIS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) "pJr" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55658,6 +55562,22 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"pWX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pXe" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable{ @@ -55716,19 +55636,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"qfF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55940,6 +55847,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"qBf" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qBq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55999,15 +55913,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qHh" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56531,19 +56436,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"rEc" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rEj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -57091,10 +56983,6 @@ /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) -"swp" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "swz" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -57440,25 +57328,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"sTH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "sVj" = ( /obj/structure/cable, /obj/machinery/power/terminal{ @@ -57820,6 +57689,27 @@ }, /turf/open/floor/plasteel/stairs, /area/escapepodbay) +"tsz" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tsI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -57883,18 +57773,6 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tAI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tBs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57947,6 +57825,10 @@ /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) +"tFU" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -58135,6 +58017,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"tRs" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) @@ -58245,24 +58140,22 @@ }, /turf/open/floor/plasteel, /area/medical/paramedic) -"ugq" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +"ugk" = ( /obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" + name = "Telecomms Tech Storage"; + req_access_txt = "61" }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/turf/open/floor/plasteel, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, /area/tcommsat/computer) "ugv" = ( /obj/item/radio/intercom{ @@ -58270,6 +58163,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"uiy" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58389,6 +58291,15 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"upX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "uqD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -58493,10 +58404,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"uBp" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "uCn" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, @@ -58652,6 +58559,19 @@ }, /turf/open/space/basic, /area/space/nearstation) +"uOA" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uPe" = ( /obj/structure/table, /obj/item/stock_parts/subspace/amplifier, @@ -58726,12 +58646,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uUG" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "uUT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58790,6 +58704,21 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"van" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "vaZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -59060,6 +58989,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) +"vrK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "vsQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -59158,6 +59094,20 @@ /obj/machinery/rnd/production/techfab/department/service, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"vCg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "vDB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59218,15 +59168,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vJt" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "vJz" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -59298,10 +59239,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) -"vOw" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "vOD" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -59398,6 +59335,26 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) +"vVe" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59620,6 +59577,15 @@ /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) +"wmt" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wmI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59629,10 +59595,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wmP" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "wmQ" = ( /obj/machinery/doorButtons/access_button{ idDoor = "telecomms_airlock_exterior"; @@ -59710,6 +59672,21 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wvb" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "wvK" = ( /obj/machinery/button/door{ id = "maint2"; @@ -59936,27 +59913,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wHE" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wIh" = ( /obj/machinery/power/apc/tcomms{ areastring = "/area/tcommsat/server"; @@ -60140,9 +60096,18 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"wWv" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, +"wVw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "wWS" = ( /obj/structure/disposalpipe/segment{ @@ -60202,6 +60167,10 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) +"xda" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, @@ -60269,13 +60238,6 @@ }, /turf/open/floor/plasteel, /area/storage/tech) -"xlg" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -60489,6 +60451,22 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"xMU" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xMX" = ( /obj/machinery/camera{ c_tag = "Tech Storage" @@ -60576,6 +60554,19 @@ /obj/item/storage/box/lights/mixed, /turf/open/floor/plating, /area/maintenance/port) +"xWv" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xWw" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -60612,6 +60603,10 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"xYV" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xZb" = ( /obj/structure/cable{ icon_state = "0-4" @@ -60726,6 +60721,18 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"yjj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "yjy" = ( /obj/structure/transit_tube/diagonal{ dir = 4 @@ -88915,7 +88922,7 @@ brS bsY ays bmr -aMn +ifr cBw dpn mlj @@ -89172,7 +89179,7 @@ btD buO bwk bmr -aLY +aMn kLc whi kLV @@ -90180,7 +90187,7 @@ aSv aTV aYg aTX -chv +aBi aZM aZM aZM @@ -90436,16 +90443,16 @@ aRi aSu aTU aXY -pIS +wvb aPR bVI bVw lio -nWX +fHj nmb -iRM -kwK -cCQ +qBf +wVw +tFU lxw kiW tfN @@ -90698,19 +90705,19 @@ aPR ogj lxR qZg -vOw +gmQ qUP -wWv -nnd -uBp +ogP +hQs +dcV lxw -fJB +fvQ tfN tfN ets bVJ fUA -ksW +vVe gFI gFI aJw @@ -90954,17 +90961,17 @@ aWQ aPR njf djD -eJL -fek -ozt -kqC -wHE +jrS +dLa +pkA +cWZ +hOj bVI bVI umK vNP qLw -dIm +pjc bZv dfU mRc @@ -91211,11 +91218,11 @@ vgj aPR fRX iuX -dDC -rEc -jSd -swp -mec +heD +kSh +tRs +eIm +puN lxw pek umK @@ -91250,8 +91257,8 @@ bSA bWL bSA bSA -cKA -jhr +emT +fAy bSA tND bLI @@ -91469,22 +91476,22 @@ aPR olr ejZ tYC -gYM -pAF -jMq -gTn +dhM +pWX +iaW +eGP fVw ppb jVF kSW hkI vnw -lDp +ugk ylJ wUk gdZ fZX -ugq +fhd bwa boU aXE @@ -91507,8 +91514,8 @@ bLZ bLZ bLZ bLZ -bLZ -sTH +yjj +van bLZ cbr bLZ @@ -91725,11 +91732,11 @@ sDp aPR wIh rBD -oyS -fEa -jka -cEg -tAI +xWv +uOA +nWW +xda +nYK lxw wTk umK @@ -91764,9 +91771,9 @@ bQg bQg bQg bQg -bMv -fGY -oFy +iSY +bFq +bFq cbt bVh bAN @@ -91982,20 +91989,20 @@ smh aPR cYJ uIm -jYa -dRw -lrN -xlg -lwp +lMV +chc +mQZ +vrK +tsz vgg vgg iUO iGT -lnu -uUG +upX +jYI bZv mRc -hfx +fjd eBo xid aJw @@ -92240,11 +92247,11 @@ aPR aBJ uGP fiW -mAY +xYV nuq -wmP -ksE -ayi +oTd +xMU +eJl lxw wXL nfi @@ -92492,16 +92499,16 @@ aRq aSC aUa aZl -lnE +vCg aPR bVI wia wJP -qHh +uiy lpg -lZv -qfF -eXf +wmt +ndt +gZc lxw pzl hvR @@ -92750,7 +92757,7 @@ aSE aUc aYA aTX -cNm +kXB aZV aZV aZV @@ -92760,8 +92767,8 @@ aZV aZV aZV aZV -vJt -cZO +hwY +oXs rjT umK gXs @@ -95129,7 +95136,7 @@ odG ajS hbC hbC -fEn +nAP wly cig ciZ @@ -97189,7 +97196,7 @@ aaa bWC gXs aaa -bWC +aaa aaa gXs pEf @@ -97703,12 +97710,12 @@ aaa bWC gXs aaa -bWC +aaa aaa gXs pEf aaa -bWC +aaa gXs aaa ltm @@ -105938,7 +105945,7 @@ pEf knX pEf pEf -bWC +aaa aaa gXs aKN From d97f48b8b0da889f57b11fd523fd3616102c51b2 Mon Sep 17 00:00:00 2001 From: partykp Date: Sun, 17 May 2020 03:59:12 +0200 Subject: [PATCH 13/26] changes, duh --- _maps/map_files/YogStation/YogStation.dmm | 1726 +++++++++++---------- 1 file changed, 884 insertions(+), 842 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index d30eaed84b4e..5f6fcb883b93 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -9078,6 +9078,10 @@ /obj/item/clothing/ears/earmuffs, /turf/open/floor/plasteel, /area/science/misc_lab) +"asL" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "asM" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -13012,26 +13016,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"aBi" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) "aBj" = ( /obj/structure/rack, /obj/machinery/light{ @@ -13227,10 +13211,6 @@ "aBI" = ( /turf/closed/wall, /area/security/checkpoint/auxiliary) -"aBJ" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "aBK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -16426,6 +16406,15 @@ }, /turf/open/floor/plasteel, /area/storage/primary) +"aIm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/robotics{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "aIn" = ( /obj/machinery/door/airlock/public/glass{ name = "Auxiliary Tool Storage"; @@ -44436,6 +44425,10 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"ceH" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ceI" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -44884,13 +44877,6 @@ }, /turf/open/floor/plating, /area/crew_quarters/heads/chief) -"chc" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cho" = ( /obj/machinery/light, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -46973,6 +46959,15 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"cGM" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -47767,10 +47762,6 @@ /obj/effect/turf_decal/tile/darkblue, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"cWZ" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cXd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -47837,10 +47828,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"dcV" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "ddd" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -47879,13 +47866,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"dhM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "dif" = ( /obj/structure/table, /obj/item/storage/box/masks, @@ -47896,22 +47876,6 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"djD" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dkg" = ( /obj/machinery/teleport/hub, /turf/open/floor/circuit, @@ -48156,10 +48120,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"dLa" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48209,6 +48169,10 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) +"dON" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "dQJ" = ( /obj/structure/lattice/catwalk, /obj/machinery/light/small{ @@ -48282,6 +48246,13 @@ }, /turf/open/floor/plating/airless, /area/space) +"dUY" = ( +/obj/machinery/ntnet_relay, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48396,16 +48367,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"ejZ" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "ekt" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Fore"; @@ -48430,20 +48391,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"emT" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "emU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 1 @@ -48568,6 +48515,25 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) +"exU" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "eyH" = ( /obj/machinery/light, /turf/open/floor/plasteel/grimy, @@ -48583,6 +48549,21 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eAo" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48660,6 +48641,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"eFL" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "eFU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -48679,20 +48669,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"eGP" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"eIm" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -48704,10 +48680,6 @@ /obj/item/paper/fluff/stations/lavaland/slime_hunter, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eJl" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "eJS" = ( /obj/machinery/door/airlock/public{ name = "Surgery Observation" @@ -48723,6 +48695,27 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"eMi" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48918,6 +48911,10 @@ }, /turf/open/floor/plasteel, /area/science/research) +"fgq" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "fgs" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48944,25 +48941,6 @@ /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, /area/quartermaster/office) -"fhd" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "fhi" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -48979,27 +48957,6 @@ /obj/machinery/telecomms/processor/preset_two, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"fjd" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 30; - pixel_y = -37 - }, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = 28; - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -49108,10 +49065,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"fvQ" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "fwQ" = ( /obj/machinery/power/apc/highcap/five_k{ areastring = "/area/tcommsat/computer"; @@ -49169,22 +49122,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) -"fAy" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49236,6 +49173,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/space/basic, /area/space/nearstation) +"fFR" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "fGf" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -49295,13 +49239,6 @@ }, /turf/open/floor/circuit/green, /area/ai_monitored/turret_protected/ai) -"fHj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -49554,6 +49491,27 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"fYr" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 + }, +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_x = 28; + pixel_y = -26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "fZJ" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -49723,10 +49681,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"gmQ" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -49854,6 +49808,28 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"gxs" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "gxB" = ( /obj/structure/cable/white{ icon_state = "1-8" @@ -50158,10 +50134,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) -"gZc" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "gZG" = ( /obj/structure/closet/crate/freezer/surplus_limbs, /obj/item/reagent_containers/glass/beaker/synthflesh, @@ -50221,19 +50193,6 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"heD" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50371,6 +50330,19 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"hmF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50383,13 +50355,6 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) -"hpE" = ( -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "hqC" = ( /obj/item/radio/intercom{ name = "Station Intercom (General)"; @@ -50523,15 +50488,22 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hwY" = ( -/obj/machinery/power/smes{ - charge = 5e+006 +"hxT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "0-8" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 @@ -50559,6 +50531,28 @@ /obj/machinery/holopad, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"hAK" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hCs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50709,27 +50703,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hOj" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50743,22 +50716,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) -"hQs" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hQT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -50892,30 +50849,27 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"iaW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ +"ibx" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"ibZ" = ( +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space/basic, +/area/space/nearstation) +"icR" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ dir = 1 }, /obj/effect/turf_decal/tile/purple{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"ibx" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"ibZ" = ( -/obj/structure/transit_tube/crossing/horizontal, -/turf/open/space/basic, -/area/space/nearstation) "iel" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -50926,24 +50880,6 @@ }, /turf/open/floor/plating, /area/storage/tech) -"ieC" = ( -/obj/machinery/computer/monitor{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"ifr" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "igd" = ( /obj/machinery/status_display/ai{ pixel_y = 32 @@ -51058,19 +50994,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/science/nanite) -"iuX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "ivp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -51132,6 +51055,15 @@ dir = 1 }, /area/hallway/secondary/entry) +"iBM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -51358,18 +51290,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"iSY" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "iTb" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51566,6 +51486,22 @@ /obj/structure/sign/warning/vacuum, /turf/closed/wall, /area/engine/engineering) +"jnx" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jnI" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -51607,10 +51543,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jrS" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -52190,12 +52122,6 @@ }, /turf/open/floor/plating, /area/engine/atmos_distro) -"jYI" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "kaa" = ( /obj/machinery/airalarm{ dir = 4; @@ -52421,6 +52347,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"kwx" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "kwU" = ( /obj/structure/chair/office/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -52543,6 +52476,19 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/quartermaster/office) +"kIZ" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kJA" = ( /obj/machinery/portable_atmospherics/canister, /obj/effect/decal/cleanable/cobweb, @@ -52682,19 +52628,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"kSh" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kSW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -52748,21 +52681,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"kXB" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -52898,6 +52816,22 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"ljd" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -52968,6 +52902,10 @@ /obj/structure/transit_tube_pod, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) +"lsd" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -53041,22 +52979,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/tcommsat/server) -"lxR" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lze" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ @@ -53076,6 +52998,19 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) +"lCI" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "AI Satellite Monitoring"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53174,11 +53109,8 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"lMV" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, +"lMu" = ( +/obj/machinery/telecomms/receiver/preset_left, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "lOR" = ( @@ -53281,6 +53213,35 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) +"lWb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"lXT" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53516,6 +53477,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"mBr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53692,6 +53667,10 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"mKH" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mKR" = ( /obj/item/radio/intercom{ broadcasting = 1; @@ -53834,6 +53813,13 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"mPz" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mPD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -53844,22 +53830,6 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"mQZ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mRc" = ( /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) @@ -53965,6 +53935,14 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"mYx" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mYA" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -53974,6 +53952,12 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"mZm" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -54056,19 +54040,6 @@ "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ndt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "nfi" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/hidden, /obj/effect/turf_decal/stripes/line{ @@ -54362,19 +54333,6 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"nAP" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "AI Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "nAV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -54431,6 +54389,27 @@ /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"nKa" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nMi" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -54473,6 +54452,26 @@ /obj/item/multitool, /turf/open/floor/plasteel/white, /area/storage/tech) +"nNh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nNQ" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -54496,28 +54495,34 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"nWK" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 +"nTi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"nWW" = ( -/obj/effect/turf_decal/tile/green{ +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, /obj/effect/turf_decal/tile/neutral{ - dir = 1 + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"nWK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) "nYC" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -54533,18 +54538,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nYK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -54587,10 +54580,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) -"ogj" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "ogO" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -54605,10 +54594,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"ogP" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "ohJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -54664,6 +54649,13 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"okq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "okC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54937,10 +54929,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oTd" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "oTP" = ( /obj/structure/table, /obj/item/phone, @@ -54971,21 +54959,26 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"oXs" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" +"oXh" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/obj/machinery/light{ +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -54995,6 +54988,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"oXv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pbL" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -55060,6 +55062,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"pfa" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55070,21 +55076,17 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"pjc" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"pkA" = ( +"phW" = ( /obj/effect/turf_decal/tile/darkblue{ - dir = 4 + dir = 8 }, /obj/effect/turf_decal/tile/darkblue{ dir = 1 }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "pkZ" = ( @@ -55183,18 +55185,6 @@ "ptH" = ( /turf/closed/wall, /area/escapepodbay) -"puN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pvC" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -55562,22 +55552,6 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"pWX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pXe" = ( /obj/effect/landmark/event_spawn, /obj/structure/cable{ @@ -55847,13 +55821,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"qBf" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qBq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55885,6 +55852,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"qDX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qFx" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56128,6 +56111,18 @@ /obj/machinery/telecomms/bus/preset_three, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"qZy" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "qZC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -56163,6 +56158,42 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) +"rdV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"rel" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "reN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56250,6 +56281,25 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) +"rhe" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "70" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56395,6 +56445,36 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"ryS" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"rzx" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rzM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56415,22 +56495,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rBD" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56821,6 +56885,22 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"sfz" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sfV" = ( /obj/machinery/atmospherics/components/binary/valve/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56862,6 +56942,21 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"sjI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "skk" = ( /obj/structure/closet/secure_closet/hydroponics, /turf/open/floor/plasteel, @@ -57230,6 +57325,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"sNt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "sNx" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -57328,6 +57430,22 @@ }, /turf/open/floor/plasteel, /area/storage/primary) +"sTJ" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"sUV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sVj" = ( /obj/structure/cable, /obj/machinery/power/terminal{ @@ -57442,6 +57560,10 @@ "tcL" = ( /turf/open/floor/plasteel, /area/janitor) +"tcM" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "tcW" = ( /obj/structure/grille, /turf/open/space/basic, @@ -57583,6 +57705,10 @@ }, /turf/open/space/basic, /area/space) +"tnm" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "tnw" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 1 @@ -57689,27 +57815,6 @@ }, /turf/open/floor/plasteel/stairs, /area/escapepodbay) -"tsz" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tsI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -57812,6 +57917,22 @@ /obj/structure/chair/wood/wings, /turf/open/floor/plasteel/dark, /area/chapel/main) +"tEO" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tFa" = ( /obj/structure/table/wood, /obj/item/paper_bin{ @@ -57825,10 +57946,6 @@ /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) -"tFU" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -57845,6 +57962,19 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) +"tKj" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tLc" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -58017,18 +58147,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tRs" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"tRS" = ( +/obj/machinery/blackbox_recorder, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark/telecomms, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "tSz" = ( /turf/open/floor/plasteel, @@ -58140,38 +58264,12 @@ }, /turf/open/floor/plasteel, /area/medical/paramedic) -"ugk" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "ugv" = ( /obj/item/radio/intercom{ pixel_x = 30 }, /turf/open/floor/plasteel, /area/engine/atmos) -"uiy" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58291,15 +58389,25 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"upX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"uqg" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, -/obj/structure/cable{ +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uqD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -58322,6 +58430,19 @@ /obj/machinery/vending/wardrobe/sig_wardrobe, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"uty" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58455,22 +58576,6 @@ /obj/structure/cable/yellow, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) -"uGP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uGQ" = ( /obj/machinery/requests_console{ announcementConsole = 1; @@ -58507,25 +58612,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uIm" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58559,19 +58645,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"uOA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uPe" = ( /obj/structure/table, /obj/item/stock_parts/subspace/amplifier, @@ -58704,21 +58777,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"van" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "vaZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -58989,13 +59047,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"vrK" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "vsQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -59094,20 +59145,6 @@ /obj/machinery/rnd/production/techfab/department/service, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vCg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) "vDB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59335,26 +59372,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) -"vVe" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59430,6 +59447,19 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"wcV" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wec" = ( /obj/machinery/light/small{ dir = 8 @@ -59489,6 +59519,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"whg" = ( +/obj/machinery/light, +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "whi" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59537,6 +59574,10 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) +"wjJ" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "wkE" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -59577,15 +59618,6 @@ /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/plasteel/dark, /area/tcommsat/lounge) -"wmt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wmI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59672,21 +59704,6 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wvb" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "wvK" = ( /obj/machinery/button/door{ id = "maint2"; @@ -59979,6 +59996,18 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"wLF" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -60096,19 +60125,6 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"wVw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -60136,6 +60152,13 @@ /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) +"xar" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/bridge) "xcA" = ( /obj/machinery/computer/telecomms/traffic{ dir = 8; @@ -60167,10 +60190,6 @@ }, /turf/open/floor/plasteel, /area/tcommsat/lounge) -"xda" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, @@ -60422,6 +60441,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/construction) +"xKX" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "xLv" = ( /obj/structure/table, /obj/item/hand_labeler, @@ -60451,22 +60485,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"xMU" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xMX" = ( /obj/machinery/camera{ c_tag = "Tech Storage" @@ -60495,6 +60513,13 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"xOx" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xOR" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60548,25 +60573,25 @@ /obj/item/pet_carrier/xenobio, /turf/open/floor/plasteel, /area/science/xenobiology) -"xWi" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/maintenance/port) -"xWv" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ +"xTG" = ( +/obj/effect/turf_decal/tile/darkblue{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/darkblue{ dir = 1 }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"xWi" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plating, +/area/maintenance/port) "xWw" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -60604,7 +60629,7 @@ /turf/open/floor/plating, /area/maintenance/aft) "xYV" = ( -/obj/machinery/telecomms/server/presets/supply, +/obj/machinery/telecomms/broadcaster/preset_right, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "xZb" = ( @@ -60640,6 +60665,22 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) +"yca" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ycc" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -60721,18 +60762,19 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"yjj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ +"yiz" = ( +/obj/effect/turf_decal/tile/darkblue{ dir = 1 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "yjy" = ( /obj/structure/transit_tube/diagonal{ dir = 4 @@ -88922,7 +88964,7 @@ brS bsY ays bmr -ifr +cGM cBw dpn mlj @@ -90187,7 +90229,7 @@ aSv aTV aYg aTX -aBi +oXh aZM aZM aZM @@ -90443,16 +90485,16 @@ aRi aSu aTU aXY -wvb +xKX aPR bVI bVw lio -fHj +okq nmb -qBf -wVw -tFU +mPz +hmF +pfa lxw kiW tfN @@ -90701,23 +90743,23 @@ aSx aTX aYg aWU -aPR -ogj -lxR +xar +dUY +rdV qZg -gmQ +qFx qUP -ogP -hQs -dcV +fgq +tEO +lMu lxw -fvQ +nNQ tfN tfN ets bVJ fUA -vVe +ryS gFI gFI aJw @@ -90960,18 +91002,18 @@ aYv aWQ aPR njf -djD -jrS -dLa -pkA -cWZ -hOj +uqg +wjJ +tcM +xTG +tnm +nKa bVI bVI umK vNP qLw -pjc +lsd bZv dfU mRc @@ -91217,12 +91259,12 @@ aYA vgj aPR fRX -iuX -heD -kSh -tRs -eIm -puN +nNh +yiz +phW +icR +sTJ +sUV lxw pek umK @@ -91257,8 +91299,8 @@ bSA bWL bSA bSA -emT -fAy +lWb +hxT bSA tND bLI @@ -91474,24 +91516,24 @@ aZf ebQ aPR olr -ejZ +uty tYC -dhM -pWX -iaW -eGP +fFR +sfz +yca +rzx fVw ppb jVF kSW hkI vnw -ugk +rel ylJ wUk gdZ fZX -fhd +rhe bwa boU aXE @@ -91514,8 +91556,8 @@ bLZ bLZ bLZ bLZ -yjj -van +qDX +sjI bLZ cbr bLZ @@ -91731,12 +91773,12 @@ aZg sDp aPR wIh -rBD -xWv -uOA -nWW -xda -nYK +nTi +kIZ +wcV +tKj +mKH +wLF lxw wTk umK @@ -91771,7 +91813,7 @@ bQg bQg bQg bQg -iSY +qZy bFq bFq cbt @@ -91988,21 +92030,21 @@ aYA smh aPR cYJ -uIm -lMV -chc -mQZ -vrK -tsz +gxs +kwx +xOx +jnx +sNt +eMi vgg vgg iUO iGT -upX -jYI +iBM +mZm bZv mRc -fjd +fYr eBo xid aJw @@ -92243,15 +92285,15 @@ aSD ceh aZj aWU -aPR -aBJ -uGP +xar +tRS +exU fiW -xYV +ceH nuq -oTd -xMU -eJl +asL +ljd +xYV lxw wXL nfi @@ -92499,16 +92541,16 @@ aRq aSC aUa aZl -vCg +mBr aPR bVI wia wJP -uiy +hAK lpg -wmt -ndt -gZc +oXv +hCs +dON lxw pzl hvR @@ -92757,7 +92799,7 @@ aSE aUc aYA aTX -kXB +lXT aZV aZV aZV @@ -92767,8 +92809,8 @@ aZV aZV aZV aZV -hwY -oXs +eFL +eAo rjT umK gXs @@ -95136,7 +95178,7 @@ odG ajS hbC hbC -nAP +lCI wly cig ciZ @@ -101837,7 +101879,7 @@ jLx vZu pJy kwU -ieC +aIm uFU pEf gXs @@ -102094,7 +102136,7 @@ erm fGl rYa mGD -hpE +whg erm pEf gXs @@ -104397,13 +104439,13 @@ pEf pEf cva cva -sPZ +mYx uAY teg gSz vts mFm -sPZ +mYx cva cva pEf From 6f03bffa31bda1b89b659a33df1db5c4a89ac6ce Mon Sep 17 00:00:00 2001 From: partykp Date: Mon, 18 May 2020 19:31:26 +0200 Subject: [PATCH 14/26] things and engine --- _maps/map_files/YogStation/YogStation.dmm | 1241 ++++++++--------- .../BoxStation/engine_singulo_tesla.dmm | 78 +- .../StationRuins/BoxStation/engine_sm.dmm | 99 +- 3 files changed, 680 insertions(+), 738 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 5f6fcb883b93..bc7154b39b3a 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -5116,12 +5116,6 @@ }, /turf/open/floor/plasteel, /area/security/courtroom) -"ajS" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "ajT" = ( /obj/structure/chair{ dir = 8; @@ -9078,10 +9072,6 @@ /obj/item/clothing/ears/earmuffs, /turf/open/floor/plasteel, /area/science/misc_lab) -"asL" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "asM" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -17402,12 +17392,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"aKz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/lounge) "aKC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector{ on = 1 @@ -38607,18 +38591,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bFE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "bFF" = ( /obj/machinery/light, /turf/open/floor/plasteel/white, @@ -42004,10 +41976,6 @@ /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plasteel, /area/science/xenobiology) -"bPF" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/lounge) "bPG" = ( /obj/machinery/chem_master, /obj/item/radio/intercom{ @@ -42346,21 +42314,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"bQv" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/lounge"; - dir = 1; - name = "Telecoms Satellite Access APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "bQw" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -42400,20 +42353,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"bQA" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "bQB" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/central"; @@ -42828,31 +42767,6 @@ }, /turf/open/floor/plating, /area/engine/atmos) -"bSO" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 24; - pixel_y = -10 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 8; - network = list("minisat") - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = 26; - pixel_y = 6; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "bSR" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -43180,16 +43094,6 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"bVw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "bVx" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/on, /turf/open/floor/plating/airless, @@ -44202,6 +44106,16 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/maintenance/port/aft) +"cde" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "cdh" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 8; @@ -44714,6 +44628,14 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"cga" = ( +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "cgc" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating{ @@ -46002,10 +45924,6 @@ }, /turf/closed/wall/r_wall, /area/engine/engine_smes) -"cnW" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "cnX" = ( /obj/structure/cable{ icon_state = "4-8" @@ -46884,25 +46802,6 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/plasteel, /area/engine/engineering) -"cDV" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "32" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) "cDY" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/purple/hidden{ @@ -48209,20 +48108,10 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/medical/virology) -"dSB" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, +"dSP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, -/area/tcommsat/lounge) +/area/engine/engineering) "dSR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48303,6 +48192,14 @@ }, /turf/open/floor/plasteel, /area/bridge) +"ecA" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, @@ -48367,13 +48264,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"ekt" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Fore"; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48470,25 +48360,6 @@ }, /turf/open/floor/plating, /area/hallway/primary/aft) -"eug" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/item/twohanded/required/kirbyplants/dead{ - pixel_y = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Maintenance"; - dir = 8; - name = "ai camera"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "evF" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -48870,6 +48741,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) +"fcd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "fcA" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48941,22 +48819,9 @@ /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, /area/quartermaster/office) -"fhi" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft"; - dir = 2; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) -"fiW" = ( -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -49020,6 +48885,17 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"foL" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_one_access_txt = "32;65" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "foN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -49190,21 +49066,6 @@ /obj/item/clothing/glasses/meson, /turf/open/floor/plasteel/white, /area/storage/tech) -"fGl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "MiniSat - Antechamber"; - network = list("minisat") - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "fGp" = ( /obj/effect/landmark/start/ai/secondary, /obj/machinery/door/window{ @@ -49239,6 +49100,28 @@ }, /turf/open/floor/circuit/green, /area/ai_monitored/turret_protected/ai) +"fGL" = ( +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"fHk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 8; + name = "ai camera"; + network = list("minisat","ss13"); + start_active = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -49339,6 +49222,18 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"fPl" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "fPF" = ( /obj/effect/turf_decal/delivery, /obj/structure/noticeboard{ @@ -49765,20 +49660,6 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) -"gtM" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, @@ -49908,6 +49789,18 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"gDQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "gDT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -50120,6 +50013,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"gWA" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Starboard"; + dir = 8; + network = list("aicore","ss13") + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/light, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gWZ" = ( /obj/machinery/light_switch{ pixel_x = 27 @@ -50130,6 +50040,15 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"gYy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft"; + dir = 2; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "gYP" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, @@ -50141,17 +50060,6 @@ dir = 8 }, /area/medical/sleeper) -"gZI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "haw" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -50161,9 +50069,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hbC" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/lounge) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50184,6 +50089,10 @@ "hdH" = ( /turf/closed/wall/r_wall, /area/maintenance/port/aft) +"hdI" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "hdJ" = ( /obj/structure/sign/departments/minsky/engineering/telecommmunications{ pixel_y = 32 @@ -50216,6 +50125,20 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"hfg" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "hfy" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_y = -32 @@ -50236,6 +50159,11 @@ dir = 1 }, /area/hallway/secondary/entry) +"hge" = ( +/obj/structure/table, +/obj/item/phone, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "hgD" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ @@ -50244,16 +50172,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/storage/tech) -"hhD" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "hkg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -50355,6 +50273,15 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) +"hqy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard"; + dir = 4; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "hqC" = ( /obj/item/radio/intercom{ name = "Station Intercom (General)"; @@ -50378,6 +50305,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hrX" = ( +/obj/machinery/light/small, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "hsA" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50540,19 +50472,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"hCs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50603,13 +50522,6 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) -"hKe" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -50703,6 +50615,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hOR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/station{ + dir = 8 + }, +/obj/structure/transit_tube_pod, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50778,6 +50700,31 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"hWD" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/engine/engineering) +"hWI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat","ss13"); + pixel_x = -6 + }, +/turf/open/space/basic, +/area/space) +"hWQ" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "hXh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -50857,6 +50804,13 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) +"icL" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "icR" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/darkblue{ @@ -50880,6 +50834,13 @@ }, /turf/open/floor/plating, /area/storage/tech) +"ifL" = ( +/obj/machinery/door/window/brigdoor/westleft{ + name = "AI Satellite Access"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "igd" = ( /obj/machinery/status_display/ai{ pixel_y = 32 @@ -50930,22 +50891,6 @@ /obj/item/hand_labeler_refill, /turf/open/floor/plating, /area/maintenance/port/aft) -"inF" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 25; - pixel_y = -6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat  Antechamber"; - dir = 8; - network = list("minisat") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "ipx" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 1 @@ -51031,16 +50976,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"iza" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "iBq" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -51141,6 +51076,16 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"iIG" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "iIL" = ( /obj/machinery/cell_charger, /obj/structure/table, @@ -51248,15 +51193,6 @@ /obj/effect/turf_decal/stripes/end, /turf/open/floor/plasteel, /area/storage/tech) -"iQQ" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai satellite."; - name = "AI Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51854,22 +51790,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"jLx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Monitoring Room"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "jLB" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -51878,26 +51798,10 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jMX" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Aft"; - dir = 1; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jNe" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/storage/tech) -"jNQ" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jNR" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port/fore"; @@ -52311,15 +52215,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"knX" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Starboard"; - dir = 4; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52347,13 +52242,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kwx" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "kwU" = ( /obj/structure/chair/office/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -52568,6 +52456,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"kQl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "kQw" = ( /obj/effect/landmark/blobstart, /obj/machinery/light/small{ @@ -52681,6 +52578,16 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"kXc" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -52839,6 +52746,14 @@ }, /turf/open/space/basic, /area/space) +"lnO" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -52873,15 +52788,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"lpg" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lpF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, @@ -52892,16 +52798,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"lqQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/station{ - dir = 8 - }, -/obj/structure/transit_tube_pod, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "lsd" = ( /obj/machinery/space_heater, /turf/open/floor/plasteel/dark, @@ -52998,19 +52894,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lCI" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "AI Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53045,6 +52928,15 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"lHH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "lHO" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 4 @@ -53103,6 +52995,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"lMe" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lMg" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -53167,17 +53066,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/science/nanite) -"lQS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "lQY" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -53204,15 +53092,6 @@ }, /turf/open/floor/plasteel, /area/construction) -"lVu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "lWb" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -53468,6 +53347,22 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"mzU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "mAm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -53534,10 +53429,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"mDA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "mDD" = ( /obj/structure/table, /obj/item/book/manual/hydroponics_pod_people, @@ -53863,6 +53754,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) +"mTc" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "mTq" = ( /obj/structure/cable{ icon_state = "2-8" @@ -54375,12 +54277,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"nFR" = ( -/obj/item/radio/intercom{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "nHk" = ( /obj/machinery/recharge_station, /turf/open/floor/plating, @@ -54562,20 +54458,10 @@ /obj/structure/cable, /turf/open/floor/plating, /area/construction) -"odG" = ( -/obj/machinery/door/window/brigdoor/westleft{ - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) -"odL" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +"ocZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, -/area/tcommsat/lounge) +/area/engine/engineering) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, @@ -54718,18 +54604,6 @@ /obj/structure/sign/warning/pods, /turf/closed/wall, /area/engine/engineering) -"oqD" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Access"; - dir = 8; - network = list("minisat"); - pixel_x = -6 - }, -/turf/open/space/basic, -/area/space) "ord" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54766,6 +54640,12 @@ /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) +"otN" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -54857,6 +54737,25 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"oKl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -54929,11 +54828,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oTP" = ( -/obj/structure/table, -/obj/item/phone, +"oTL" = ( +/obj/structure/filingcabinet/chestdrawer, /turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) +/area/engine/engineering) "oUK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55588,6 +55486,19 @@ /obj/structure/cable, /turf/open/space/basic, /area/space/nearstation) +"qdM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/airalarm/tcomms{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qdN" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -55806,10 +55717,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"qAG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "qBb" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -55852,6 +55759,20 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"qDj" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "qDX" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55864,6 +55785,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"qFf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "qFx" = ( /obj/machinery/telecomms/server/presets/security, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -56132,6 +56059,13 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) +"rbr" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 @@ -56254,11 +56188,6 @@ }, /turf/open/floor/plating, /area/construction) -"rfE" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "rfW" = ( /obj/structure/closet/crate, /turf/open/floor/plating, @@ -56394,6 +56323,14 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"rqw" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "rrF" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ layer = 2.35; @@ -56495,6 +56432,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"rCL" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56747,13 +56696,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"rWx" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "rXN" = ( /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"rYa" = ( -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -57059,6 +57009,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"stN" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "AI Satellite Monitoring"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "sve" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -57325,13 +57288,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"sNt" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "sNx" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -57383,10 +57339,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sRL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) +"sRg" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57841,6 +57803,13 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) +"tyi" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) "typ" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Input Port Pump" @@ -58121,21 +58090,6 @@ "tQD" = ( /turf/closed/wall/r_wall, /area/maintenance/aft) -"tQP" = ( -/obj/machinery/porta_turret/ai, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Starboard"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "tRr" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -58356,20 +58310,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uoz" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "upt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -58777,6 +58717,15 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"uZb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Access" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "vaZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -58829,6 +58778,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vdq" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "vdC" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59232,13 +59192,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"vLm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 @@ -59331,6 +59284,31 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) +"vSZ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 26; + pixel_y = 6; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vTg" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59414,6 +59392,15 @@ }, /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) +"vZL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59466,24 +59453,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"weg" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 2; - name = "Upload APC"; - pixel_y = -24 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "weD" = ( /obj/machinery/conveyor{ dir = 4; @@ -59494,6 +59463,22 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"weF" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = -6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat  Antechamber"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "weW" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59592,10 +59577,6 @@ "wkN" = ( /turf/closed/wall, /area/science/nanite) -"wly" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/tcommsat/lounge) "wmp" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -59614,10 +59595,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wmq" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "wmI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59676,6 +59653,10 @@ /obj/structure/rack, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"wtm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "wtx" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59958,13 +59939,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"wIA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "wIG" = ( /obj/machinery/meter, /obj/item/radio/intercom{ @@ -59973,6 +59947,17 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wIU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "wIY" = ( /obj/structure/table, /obj/item/stock_parts/subspace/analyzer, @@ -59980,22 +59965,6 @@ /obj/item/stock_parts/subspace/analyzer, /turf/open/floor/plasteel/white, /area/storage/tech) -"wJP" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wLF" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 8 @@ -60159,6 +60128,19 @@ }, /turf/open/floor/plating, /area/bridge) +"xbJ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xcA" = ( /obj/machinery/computer/telecomms/traffic{ dir = 8; @@ -60181,20 +60163,17 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"xcQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, /turf/open/space/basic, /area/space) +"xgL" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "xhV" = ( /obj/structure/cable{ icon_state = "2-8" @@ -60238,6 +60217,10 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"xja" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xjA" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -60319,6 +60302,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) +"xsT" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "xul" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -60466,18 +60460,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"xLM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Aft"; - dir = 8; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "xML" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60681,17 +60663,6 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"ycc" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -88717,7 +88688,7 @@ bfv jGu rEj aDq -weg +fPl bfv gXs dJn @@ -90488,7 +90459,7 @@ aXY xKX aPR bVI -bVw +kXc lio okq nmb @@ -91006,7 +90977,7 @@ uqg wjJ tcM xTG -tnm +sTJ nKa bVI bVI @@ -91263,7 +91234,7 @@ nNh yiz phW icR -sTJ +tnm sUV lxw pek @@ -91777,7 +91748,7 @@ nTi kIZ wcV tKj -mKH +rWx wLF lxw wTk @@ -92031,10 +92002,10 @@ smh aPR cYJ gxs -kwx +lMe xOx jnx -sNt +fcd eMi vgg vgg @@ -92288,10 +92259,10 @@ aWU xar tRS exU -fiW +xja ceH nuq -asL +mKH ljd xYV lxw @@ -92545,11 +92516,11 @@ mBr aPR bVI wia -wJP +gDQ hAK -lpg +qdM oXv -hCs +xbJ dON lxw pzl @@ -94657,15 +94628,15 @@ gXs aaa gXs gXs -aKz -bQv -bFE -xcQ -mDA -wIA -mDA -mDA -vLm +otN +uZb +kQl +vZL +ocZ +tyi +ocZ +ocZ +rbr oqv tAu ciZ @@ -94914,15 +94885,15 @@ bvA bvA bvA gXs -aKz -bQA -qAG -lVu -gZI -odL -odL -sRL -dSB +otN +hfg +dSP +lHH +mTc +rqw +rqw +wtm +qDj mRQ xhW xhW @@ -95171,15 +95142,15 @@ bMf bMf bvA aaa -aKz -hbC -ajS -odG -ajS -hbC -hbC -lCI -wly +otN +ccw +xgL +ifL +xgL +ccw +ccw +stN +clJ cig ciZ ciZ @@ -95430,13 +95401,13 @@ bvA aaa dOc sRa -lQS -lqQ -iza +wIU +hOR +cde llD -hbC -nFR -wmq +ccw +fGL +oTL cig cig bOg @@ -95691,9 +95662,9 @@ ajX ajX ajX ltm -hbC -iQQ -rfE +ccw +hWQ +hrX ccw aaa afp @@ -95948,10 +95919,10 @@ aaa aaa aaa cqY -bPF -cnW -oTP -bPF +hWD +hdI +hge +hWD aaa aaa aaa @@ -96205,10 +96176,10 @@ yjy aaa akE aaa -bPF -bPF -bPF -bPF +hWD +hWD +hWD +hWD aaa aaa aaa @@ -99302,7 +99273,7 @@ gXs aaa cTB alo -oqD +hWI alo cqY aaa @@ -100075,11 +100046,11 @@ sLA xXM jJt rcZ -hhD +qFf eRX -ycc +foL pEf -xLM +rCL pEf gXs aaa @@ -100843,7 +100814,7 @@ eeL tbT erF erm -bSO +vSZ scK rZM tnw @@ -101869,13 +101840,13 @@ sVj sfV lHO tQh -cDV +oKl vRl emU gFE vef tkG -jLx +mzU vZu pJy kwU @@ -102124,17 +102095,17 @@ ncp iYM dXn lbQ -eug +fHk lHY iYM hDA -inF +weF hAk lPb hDA erm -fGl -rYa +xsT +cga mGD whg erm @@ -102642,7 +102613,7 @@ uCn cva cva cva -jNQ +lnO uWU aet cva @@ -103674,11 +103645,11 @@ cva wAB cva qZC -jMX +ecA cva cva cva -fhi +gYy aaa aKN aKN @@ -104182,7 +104153,7 @@ pEf cva cva cva -ekt +icL nyL cva tLc @@ -104697,11 +104668,11 @@ pEf cva cva cva -uoz +sRg aet iWI guJ -gtM +iIG cva cva cva @@ -104955,9 +104926,9 @@ pEf cva cva cva -hKe +vdq lPv -tQP +gWA cva cva cva @@ -105723,7 +105694,7 @@ aaa aaa gXs gXs -aaa +pEf pEf pEf cva @@ -105984,7 +105955,7 @@ gXs gXs pEf pEf -knX +hqy pEf pEf aaa diff --git a/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_singulo_tesla.dmm b/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_singulo_tesla.dmm index 8543223d86a4..8298e8da1d30 100644 --- a/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_singulo_tesla.dmm +++ b/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_singulo_tesla.dmm @@ -18,28 +18,6 @@ /obj/item/clothing/glasses/meson, /turf/open/floor/plasteel, /area/engine/engineering) -"af" = ( -/obj/machinery/door/airlock/engineering{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "ag" = ( /obj/effect/turf_decal/stripes/line, /obj/structure/cable/yellow{ @@ -284,18 +262,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"aH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "aI" = ( /obj/machinery/door/poddoor/shutters/preopen{ id = "engsm"; @@ -807,6 +773,14 @@ }, /turf/open/space/basic, /area/space) +"jw" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "kx" = ( /obj/structure/lattice/catwalk, /obj/structure/cable/yellow{ @@ -851,17 +825,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/engine/engineering) -"od" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "py" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -949,6 +912,25 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"GW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "AI Satellite Access"; + req_one_access_txt = "10;17;32" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "Io" = ( /obj/structure/cable{ icon_state = "1-2" @@ -1783,7 +1765,7 @@ aa (27,1,1) = {" ab at -od +jw at nL Ma @@ -1811,7 +1793,7 @@ aa (28,1,1) = {" ab ck -aH +an aE bb mQ @@ -1839,7 +1821,7 @@ aa (29,1,1) = {" ab av -af +GW bb bb bb diff --git a/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm b/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm index 6a045f8cdd4c..ef0540aee518 100644 --- a/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm +++ b/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm @@ -164,14 +164,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"at" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "au" = ( /turf/open/floor/plasteel, /area/engine/engineering) @@ -327,49 +319,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"aG" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aI" = ( -/obj/machinery/door/airlock/engineering{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "aJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -2027,6 +1976,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/engine/engineering) +"lo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable, +/turf/open/floor/plasteel, +/area/engine/engineering) "qJ" = ( /obj/machinery/light/small{ dir = 8 @@ -2055,6 +2010,31 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"wF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ET" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "AI Satellite Access"; + req_one_access_txt = "10;17;32" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "SC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -2068,6 +2048,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/engine/engineering) +"WB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) (1,1,1) = {" ab @@ -2799,8 +2788,8 @@ aa "} (27,1,1) = {" ab -at -aG +lo +wF aY bq ac @@ -2828,7 +2817,7 @@ cl (28,1,1) = {" ab au -aH +WB aZ au bA @@ -2856,7 +2845,7 @@ aa (29,1,1) = {" ab av -aI +ET ba ad ad From bd5ae28bc80616402c0d1f0e75300e1a46abdd41 Mon Sep 17 00:00:00 2001 From: partykp Date: Mon, 18 May 2020 20:53:16 +0200 Subject: [PATCH 15/26] pipes and shit --- _maps/map_files/YogStation/YogStation.dmm | 856 +++++++++++----------- 1 file changed, 422 insertions(+), 434 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index bc7154b39b3a..cf2d67e53469 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -16396,15 +16396,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"aIm" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/computer/robotics{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "aIn" = ( /obj/machinery/door/airlock/public/glass{ name = "Auxiliary Tool Storage"; @@ -39691,6 +39682,15 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"bIZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "bJc" = ( /obj/docking_port/stationary{ dir = 8; @@ -42964,6 +42964,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"bTU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "bUd" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -43205,6 +43217,13 @@ "bWr" = ( /turf/open/floor/plasteel, /area/science/misc_lab) +"bWs" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "bWw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plating, @@ -46117,6 +46136,22 @@ /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/engine/engineering) +"crv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "crB" = ( /obj/structure/cable{ icon_state = "2-4" @@ -46246,6 +46281,18 @@ "cva" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) +"cvm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "cws" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, @@ -47779,6 +47826,14 @@ /obj/machinery/teleport/hub, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"dmG" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore","ss13") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -48701,6 +48756,21 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"eXR" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -48885,17 +48955,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"foL" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_one_access_txt = "32;65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "foN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -49044,6 +49103,14 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) +"fEW" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "fFL" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49373,19 +49440,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fYl" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "fYr" = ( /obj/structure/chair/office/dark{ dir = 4 @@ -49412,23 +49466,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) -"fZX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "gaW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -49501,23 +49538,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"gdZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "gea" = ( /obj/machinery/light/small{ dir = 1 @@ -49576,6 +49596,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"glx" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -49642,13 +49675,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"gsS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gti" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49689,6 +49715,15 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"gxr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "gxs" = ( /obj/structure/cable/yellow{ icon_state = "2-8" @@ -49844,17 +49879,6 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gFE" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "gFI" = ( /turf/closed/wall, /area/tcommsat/computer) @@ -50013,23 +50037,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"gWA" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Starboard"; - dir = 8; - network = list("aicore","ss13") - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/machinery/light, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gWZ" = ( /obj/machinery/light_switch{ pixel_x = 27 @@ -50176,28 +50183,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/medical/paramedic) -"hkm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "hkz" = ( /obj/structure/rack, /obj/item/storage/toolbox/mechanical, @@ -50273,6 +50258,17 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) +"hpJ" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "hqy" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -50453,16 +50449,6 @@ /obj/effect/spawner/lootdrop/techstorage/rnd, /turf/open/floor/plasteel/white, /area/storage/tech) -"hAk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "hAK" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -50704,18 +50690,6 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/engine/engineering) -"hWI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Access"; - dir = 8; - network = list("minisat","ss13"); - pixel_x = -6 - }, -/turf/open/space/basic, -/area/space) "hWQ" = ( /obj/machinery/computer/security/telescreen{ desc = "Used for watching the ai satellite."; @@ -50804,6 +50778,21 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) +"ich" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "icL" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Fore"; @@ -51076,16 +51065,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iIG" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "iIL" = ( /obj/machinery/cell_charger, /obj/structure/table, @@ -51245,6 +51224,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"iUq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "iUt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -51778,18 +51767,6 @@ /mob/living/simple_animal/mouse, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"jLs" = ( -/obj/machinery/light, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "jLB" = ( /obj/structure/table, /obj/machinery/microwave{ @@ -52208,13 +52185,6 @@ /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"knN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52242,6 +52212,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"kuc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "kwU" = ( /obj/structure/chair/office/dark, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -52488,6 +52480,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"kQZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "kRp" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52687,15 +52689,6 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) -"leP" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -52746,14 +52739,6 @@ }, /turf/open/space/basic, /area/space) -"lnO" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -53038,6 +53023,25 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"lPg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) "lPl" = ( /obj/structure/table, /obj/item/stock_parts/micro_laser, @@ -53270,6 +53274,15 @@ "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) +"mse" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53302,20 +53315,6 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) -"myd" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, @@ -53347,22 +53346,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"mzU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Monitoring Room"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "mAm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -54140,6 +54123,18 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"nuK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54277,10 +54272,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"nHk" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +"nHm" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, @@ -54737,25 +54736,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"oKl" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -54817,6 +54797,18 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"oRX" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "oSz" = ( /obj/machinery/door/airlock/maintenance{ id_tag = "commissarydoor"; @@ -54844,6 +54836,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"oVi" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "oWb" = ( /obj/structure/table, /obj/item/stock_parts/subspace/analyzer, @@ -54851,12 +54849,6 @@ /obj/item/stock_parts/subspace/analyzer, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"oWH" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "oXh" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -54895,6 +54887,17 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"oZm" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "pbL" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -55785,12 +55788,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"qFf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "qFx" = ( /obj/machinery/telecomms/server/presets/security, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -56712,16 +56709,15 @@ "rZt" = ( /turf/closed/wall, /area/medical/paramedic) -"rZM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 +"rZB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/light{ - dir = 4 +/obj/machinery/computer/monitor{ + dir = 1; + name = "MiniSat power monitoring console" }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) "rZU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56791,6 +56787,10 @@ /obj/item/stock_parts/subspace/crystal, /turf/open/floor/plasteel/white, /area/storage/tech) +"sck" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "scK" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 1 @@ -57265,18 +57265,6 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"sLA" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "sNe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57339,16 +57327,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sRg" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57646,20 +57624,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"tmr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -57671,21 +57635,6 @@ /obj/machinery/telecomms/server/presets/science, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"tnw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "tor" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -57996,17 +57945,6 @@ }, /turf/closed/wall, /area/maintenance/disposal/incinerator) -"tMM" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "tNb" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -58155,6 +58093,16 @@ }, /turf/open/floor/wood, /area/lawoffice) +"tVQ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58383,6 +58331,17 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"utS" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58577,6 +58536,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"uKU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "uMT" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -58585,6 +58556,21 @@ }, /turf/open/space/basic, /area/space/nearstation) +"uNU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "uPe" = ( /obj/structure/table, /obj/item/stock_parts/subspace/amplifier, @@ -58778,17 +58764,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vdq" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "vdC" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59284,31 +59259,6 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) -"vSZ" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 24; - pixel_y = -10 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 8; - network = list("minisat","ss13") - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = 26; - pixel_y = 6; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vTg" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59626,6 +59576,31 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"wqD" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 32; + pixel_y = 0; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59997,6 +59972,20 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"wRP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "wRR" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -60048,20 +60037,6 @@ }, /turf/open/floor/plasteel/white, /area/maintenance/department/tcoms) -"wUk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -60094,6 +60069,13 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"wVE" = ( +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -60295,6 +60277,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"xrz" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60302,6 +60295,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) +"xsR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xsT" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ @@ -60772,22 +60776,6 @@ }, /turf/open/floor/engine, /area/science/misc_lab) -"ylJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) (1,1,1) = {" aaa @@ -91500,10 +91488,10 @@ kSW hkI vnw rel -ylJ -wUk -gdZ -fZX +xsR +bIZ +bTU +cvm rhe bwa boU @@ -99273,7 +99261,7 @@ gXs aaa cTB alo -hWI +alo alo cqY aaa @@ -99528,7 +99516,7 @@ aaa pEf gXs aaa -sRa +mse nAf kYZ cfh @@ -100040,15 +100028,15 @@ aaa pEf dQJ pEf -leP -tmr -sLA +gxr +oZm +uKU xXM jJt rcZ -qFf +tVQ eRX -foL +utS pEf rCL pEf @@ -100300,7 +100288,7 @@ iYM iYM iYM erm -knN +iUq chB jtK erm @@ -100814,10 +100802,10 @@ eeL tbT erF erm -vSZ +wqD scK -rZM -tnw +wRP +uNU uUT rIj dWE @@ -101072,7 +101060,7 @@ viV nmn erm erm -hkm +kuc erm erm wsF @@ -101328,9 +101316,9 @@ mOb gjC iYM erm -oWH +hpJ cyq -fYl +eXR erm erm erm @@ -101580,15 +101568,15 @@ aaa pEf iYM qXx -nHk +wVE rvK cXd iYM -myd +oRX oKK -cyq +kQZ kTm -jLs +bWs erm sKF tFa @@ -101840,17 +101828,17 @@ sVj sfV lHO tQh -oKl +lPg vRl emU -gFE +fEW vef tkG -mzU +crv vZu pJy kwU -aIm +rZB uFU pEf gXs @@ -102100,7 +102088,7 @@ lHY iYM hDA weF -hAk +nuK lPb hDA erm @@ -102613,9 +102601,9 @@ uCn cva cva cva -lnO +nHm uWU -aet +nHm cva cva cva @@ -102869,11 +102857,11 @@ pEf cva cva cva -tMM -gsS +dmG +sck pZc hYF -tMM +oVi cva cva cva @@ -104668,11 +104656,11 @@ pEf cva cva cva -sRg +glx aet iWI guJ -iIG +ich cva cva cva @@ -104921,19 +104909,19 @@ aKN aaa gXs gXs -gXs +pEf pEf cva cva cva -vdq +mYx lPv -gWA +xrz cva cva cva pEf -bWC +pEf aaa aaa aaa @@ -105436,7 +105424,7 @@ aaa gXs gXs gXs -gXs +pEf pEf cva cva @@ -105446,7 +105434,7 @@ cva cva cva pEf -gXs +pEf aaa aaa aaa @@ -105702,7 +105690,7 @@ cva cva pEf pEf -gXs +pEf gXs aaa aaa From 42a60f98d221fc55e0083ea155011aa1ce262669 Mon Sep 17 00:00:00 2001 From: partykp Date: Wed, 20 May 2020 20:20:27 +0200 Subject: [PATCH 16/26] final changes, review complete --- _maps/map_files/YogStation/YogStation.dmm | 685 ++++++++++-------- .../StationRuins/BoxStation/engine_sm.dmm | 136 ++-- 2 files changed, 447 insertions(+), 374 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index cf2d67e53469..c6d49b02ea70 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -20556,20 +20556,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aSy" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = -2; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) "aSz" = ( /obj/item/multitool, /obj/effect/turf_decal/tile/blue{ @@ -28413,13 +28399,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bjW" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/engineering) "bjX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -28546,15 +28525,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"bkl" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/engine/engineering) "bko" = ( /obj/machinery/light{ dir = 4 @@ -42895,6 +42865,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"bTB" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "bTC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ dir = 1; @@ -43555,10 +43534,6 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) -"bZv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/computer) "bZC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -46842,6 +46817,14 @@ }, /turf/open/space/basic, /area/space) +"cCN" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47796,12 +47779,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"dfU" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "dgz" = ( /obj/structure/sign/warning/docking, /obj/structure/grille, @@ -47867,6 +47844,27 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"doP" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = 8; + req_access_txt = "19" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 28; + pixel_y = -2; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel, +/area/bridge) "dpn" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48441,25 +48439,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) -"exU" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "eyH" = ( /obj/machinery/light, /turf/open/floor/plasteel/grimy, @@ -48507,6 +48486,15 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"eBu" = ( +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "eBC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48696,6 +48684,15 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eUX" = ( +/obj/machinery/power/terminal, +/obj/machinery/door/window{ + dir = 8; + name = "Gravity Generator SMES"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "eVv" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49317,25 +49314,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"fRF" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = -26; - pixel_y = -26 - }, -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "fRX" = ( /obj/machinery/camera{ c_tag = "Telecomms Server Room"; @@ -49686,6 +49664,18 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) +"gtH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, @@ -50000,6 +49990,32 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) +"gTy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50043,6 +50059,16 @@ }, /turf/open/floor/plating, /area/construction) +"gXi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/recharge_station, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -50166,6 +50192,18 @@ dir = 1 }, /area/hallway/secondary/entry) +"hfR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "hge" = ( /obj/structure/table, /obj/item/phone, @@ -50880,15 +50918,6 @@ /obj/item/hand_labeler_refill, /turf/open/floor/plating, /area/maintenance/port/aft) -"ipx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -50988,6 +51017,18 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"iCv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "tcomms"; + name = "Telecommunications server shutters control"; + pixel_y = -27; + req_access_txt = "61" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -51277,6 +51318,17 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"iXt" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/storage/tech) "iXv" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51553,17 +51605,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"jCc" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "jCp" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -52732,6 +52773,18 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"ljr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -52783,10 +52836,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"lsd" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -52842,6 +52891,14 @@ /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) +"lvL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/tcommsat/server) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -53042,21 +53099,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/satellite) -"lPl" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/storage/tech) "lPv" = ( /obj/machinery/power/terminal{ dir = 4 @@ -53299,6 +53341,24 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"muA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -54062,15 +54122,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"nlt" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "nlx" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -54102,6 +54153,17 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"npO" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/bridge) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54849,6 +54911,20 @@ /obj/item/stock_parts/subspace/analyzer, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"oWS" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/white, +/area/storage/tech) "oXh" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -54967,6 +55043,25 @@ /obj/machinery/telecomms/server/presets/medical, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"pfi" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55063,6 +55158,16 @@ /obj/item/stock_parts/subspace/filter, /turf/open/floor/plasteel/white, /area/storage/tech) +"prl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55483,6 +55588,22 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) +"qcM" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "qdA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/structure/lattice/catwalk, @@ -55971,10 +56092,6 @@ /obj/machinery/vending/cola/random, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"qUK" = ( -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "qUP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -56207,25 +56324,6 @@ }, /turf/open/floor/plasteel/dark, /area/storage/tech) -"rhe" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56233,18 +56331,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"rjT" = ( -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/obj/structure/closet, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56379,26 +56465,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) -"ryS" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "rzx" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/hidden, /obj/effect/turf_decal/tile/purple{ @@ -56731,6 +56797,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"rZW" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "rZX" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -56777,16 +56855,6 @@ /obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"sbB" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/turf/open/floor/plasteel/white, -/area/storage/tech) "sck" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/circuit, @@ -56959,6 +57027,13 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"spw" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "srO" = ( /obj/machinery/door/window{ base_state = "leftsecure"; @@ -57104,6 +57179,11 @@ }, /turf/open/floor/plasteel, /area/storage/tech) +"sDi" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57154,6 +57234,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"sEG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage"; + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "sER" = ( /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, @@ -57679,6 +57772,13 @@ /obj/effect/turf_decal/bot_white/right, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"tpr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "tpH" = ( /obj/structure/cable{ icon_state = "4-8" @@ -58160,6 +58260,22 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"udH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "ueh" = ( /obj/machinery/computer/med_data{ dir = 1 @@ -58378,15 +58494,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"uyK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "uzX" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58764,19 +58871,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vdC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "vdO" = ( /obj/machinery/door/airlock/highsecurity{ name = "Gravity Generator"; @@ -59140,6 +59234,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"vHN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "vJz" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -59250,15 +59353,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"vSH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "vTg" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60022,21 +60116,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"wTk" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -60103,13 +60182,6 @@ /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) -"xar" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/bridge) "xbJ" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -60257,14 +60329,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"xpm" = ( -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage" - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel/white, -/area/storage/tech) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -60343,16 +60407,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"xBc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "xBo" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -60412,6 +60466,24 @@ /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"xJg" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "xJj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -60756,19 +60828,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"ykR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "ylH" = ( /obj/machinery/sparker{ id = "testigniter"; @@ -85109,7 +85168,7 @@ aGx clE cnN bBF -uyK +gtH btG pdo bih @@ -85623,7 +85682,7 @@ aSi clG cnP bBH -ipx +ljr btG irL bii @@ -86139,8 +86198,8 @@ cnR hXh cjJ btG -qUK -nlt +eUX +hfR btG btG btG @@ -86392,9 +86451,9 @@ aaa aaa aaf cjJ -vdC +udH bEL -ykR +gXi cjJ btG btG @@ -87163,10 +87222,10 @@ bHE bHE cmD cnr -xBc +prl bEP -bjW -bkl +spw +rZW bkz bkA crp @@ -88176,8 +88235,8 @@ bPr bPr gXs iel -xpm -jCc +sDi +cCN ijm iel aaa @@ -88433,9 +88492,9 @@ bHE bPr aaa iel -vSH +vHN fcA -vSH +sEG iel aaa bCq @@ -89208,7 +89267,7 @@ vTh jVc ppo iPN -sbB +iXt bCs cay ccw @@ -89465,7 +89524,7 @@ fUp vwu oMM tzU -lPl +oWS bCs cay ccw @@ -90454,17 +90513,17 @@ nmb mPz hmF pfa -lxw +lvL kiW tfN -fRF +xJg umK bVJ smQ smQ gFI aaa -aJw +bOS aXf bne uxO @@ -90702,7 +90761,7 @@ aSx aTX aYg aWU -xar +npO dUY rdV qZg @@ -90711,14 +90770,14 @@ qUP fgq tEO lMu -lxw +lvL nNQ tfN tfN ets bVJ fUA -ryS +qcM gFI gFI aJw @@ -90972,9 +91031,9 @@ bVI umK vNP qLw -lsd -bZv -dfU +eBu +bVJ +bTB mRc wxO utc @@ -91469,7 +91528,7 @@ aNx aOE aPS aRm -aSy +doP aTX aZf ebQ @@ -91492,7 +91551,7 @@ xsR bIZ bTU cvm -rhe +pfi bwa boU aXE @@ -91739,7 +91798,7 @@ tKj rWx wLF lxw -wTk +muA umK wmQ wtx @@ -92001,7 +92060,7 @@ iUO iGT iBM mZm -bZv +bVJ mRc fYr eBo @@ -92244,16 +92303,16 @@ aSD ceh aZj aWU -xar +npO tRS -exU +gTy xja ceH nuq mKH ljd xYV -lxw +lvL wXL nfi mhT @@ -92510,17 +92569,17 @@ qdM oXv xbJ dON -lxw +lvL pzl hvR -mhT +iCv umK bVJ smQ smQ gFI aaa -aJw +bOS aJq aJq bBt @@ -92770,7 +92829,7 @@ aZV aZV eFL eAo -rjT +tpr umK gXs aoV @@ -93026,9 +93085,9 @@ bgS bik aZV aZV -bmx -bmx -bmx +aZV +aZV +aZV bqH bsh bsh diff --git a/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm b/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm index ef0540aee518..d51c0af06580 100644 --- a/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm +++ b/_maps/yogstation/RandomRuins/StationRuins/BoxStation/engine_sm.dmm @@ -273,52 +273,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"aD" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aF" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aJ" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -1976,12 +1930,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/engine/engineering) -"lo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/engine/engineering) "qJ" = ( /obj/machinery/light/small{ dir = 8 @@ -1993,6 +1941,14 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"qV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "tB" = ( /obj/effect/spawner/structure/window/plasma/reinforced, /obj/machinery/door/firedoor/window, @@ -2010,10 +1966,23 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"wF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, +"zQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, /area/engine/engineering) "ET" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden, @@ -2035,11 +2004,56 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"FO" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"Pb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) "SC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/engineering) +"UZ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "Vd" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -2705,7 +2719,7 @@ aa (24,1,1) = {" ad as -aD +zQ aV bo bo @@ -2733,7 +2747,7 @@ aa (25,1,1) = {" ac ac -aE +Pb aW bp bz @@ -2761,7 +2775,7 @@ aa (26,1,1) = {" af ac -aF +FO aX bb ad @@ -2788,8 +2802,8 @@ aa "} (27,1,1) = {" ab -lo -wF +qV +UZ aY bq ac From 85a113d6263ebde063d25feb98f078e8ab03fb09 Mon Sep 17 00:00:00 2001 From: partykp Date: Wed, 20 May 2020 20:44:05 +0200 Subject: [PATCH 17/26] i hate bibby --- _maps/map_files/YogStation/YogStation.dmm | 11224 ++++++++++---------- 1 file changed, 5612 insertions(+), 5612 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index c6d49b02ea70..607f5b28d500 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -11686,6 +11686,14 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"ayp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) "ayq" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -19694,10 +19702,6 @@ dir = 8 }, /area/chapel/main) -"aQw" = ( -/obj/structure/table/wood, -/turf/open/floor/plasteel/dark, -/area/chapel/main) "aQx" = ( /obj/effect/landmark/blobstart, /obj/structure/sign/warning/biohazard{ @@ -22330,6 +22334,21 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/bridge) +"aWO" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "aWQ" = ( /obj/machinery/airalarm{ dir = 1; @@ -24107,6 +24126,12 @@ }, /turf/open/floor/carpet/blue, /area/crew_quarters/heads/captain) +"baR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "baS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, @@ -36782,15 +36807,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bBk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bBm" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -39652,15 +39668,6 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"bIZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "bJc" = ( /obj/docking_port/stationary{ dir = 8; @@ -41354,6 +41361,16 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) +"bNV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "bOd" = ( /turf/open/floor/plasteel, /area/engine/atmos) @@ -42398,6 +42415,18 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"bQI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "bQJ" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -42505,6 +42534,22 @@ }, /turf/open/floor/plating, /area/construction) +"bRm" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "bRo" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -42737,12 +42782,14 @@ }, /turf/open/floor/plating, /area/engine/atmos) -"bSR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +"bSL" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bST" = ( /obj/machinery/doorButtons/airlock_controller{ idExterior = "virology_airlock_exterior"; @@ -42767,6 +42814,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/virology) +"bSX" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/ai) "bSY" = ( /obj/machinery/vending/medical, /turf/open/floor/plasteel/white, @@ -42865,15 +42916,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bTB" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "bTC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ dir = 1; @@ -42943,18 +42985,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"bTU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "bUd" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -43036,6 +43066,32 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"bUv" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"bUZ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bVa" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/tile/green{ @@ -43193,16 +43249,13 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) +"bWq" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/engine/engineering) "bWr" = ( /turf/open/floor/plasteel, /area/science/misc_lab) -"bWs" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "bWw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plating, @@ -43485,6 +43538,12 @@ "bYN" = ( /turf/closed/wall, /area/security/checkpoint/engineering) +"bYU" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "bZa" = ( /obj/structure/sink{ dir = 8; @@ -43689,19 +43748,15 @@ }, /turf/open/floor/plating/airless, /area/maintenance/port/aft) -"cag" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"cao" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" +"cav" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "cax" = ( /obj/structure/closet/wardrobe/black, /obj/effect/decal/cleanable/cobweb, @@ -43738,6 +43793,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"caL" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "caR" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -44100,16 +44162,6 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plating, /area/maintenance/port/aft) -"cde" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "cdh" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 8; @@ -44333,10 +44385,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ceH" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "ceI" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -44345,6 +44393,30 @@ /obj/structure/closet/l3closet, /turf/open/floor/plating, /area/maintenance/aft) +"ceM" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 1; + icon_state = "left"; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "ceR" = ( /obj/effect/landmark/blobstart, /turf/open/floor/plating, @@ -44440,16 +44512,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"cfh" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "cfj" = ( /turf/closed/wall, /area/maintenance/disposal/incinerator) @@ -44622,14 +44684,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"cga" = ( -/obj/machinery/camera{ - c_tag = "MiniSat - Monitoring room"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "cgc" = ( /obj/effect/landmark/xeno_spawn, /turf/open/floor/plating{ @@ -44843,14 +44897,6 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"chB" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "chH" = ( /obj/structure/closet/firecloset, /turf/open/floor/plating, @@ -45296,6 +45342,13 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"cjQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "cjU" = ( /obj/machinery/computer/station_alert{ dir = 4 @@ -45521,6 +45574,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/engineering) +"clh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "cls" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ @@ -45529,16 +45588,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"clu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) "clw" = ( /obj/structure/table, /obj/machinery/cell_charger, @@ -45683,6 +45732,25 @@ "cmd" = ( /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"cmf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "cmg" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -45722,6 +45790,22 @@ /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cmt" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cmw" = ( /obj/machinery/power/solar_control{ dir = 1; @@ -46111,22 +46195,6 @@ /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/engine/engineering) -"crv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Monitoring Room"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "crB" = ( /obj/structure/cable{ icon_state = "2-4" @@ -46206,6 +46274,24 @@ /obj/structure/transit_tube/diagonal/topleft, /turf/open/space/basic, /area/space/nearstation) +"csr" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 22; + pixel_y = -10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "csy" = ( /obj/structure/table, /obj/item/weldingtool, @@ -46256,18 +46342,10 @@ "cva" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) -"cvm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +"cvE" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cws" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, @@ -46329,24 +46407,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cxA" = ( -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - network = list("ss13","RD") - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "cxE" = ( /obj/docking_port/stationary{ dir = 8; @@ -46386,6 +46446,10 @@ }, /turf/open/space/basic, /area/space) +"cyf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plating, +/area/construction) "cyg" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -46410,15 +46474,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"cyq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "cyr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -46441,6 +46496,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/engine/engineering) +"cyO" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + target_temperature = 80 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "cyT" = ( /obj/docking_port/stationary{ dir = 8; @@ -46472,6 +46536,19 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) +"cAk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "cAs" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -46817,14 +46894,15 @@ }, /turf/open/space/basic, /area/space) -"cCN" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/obj/structure/cable{ - icon_state = "4-8" +"cDp" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46846,13 +46924,6 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engineering) -"cEF" = ( -/obj/structure/closet/toolcloset, -/obj/structure/light_construct{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) "cFe" = ( /obj/machinery/door/poddoor/preopen{ id = "maint3" @@ -46882,21 +46953,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"cGv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"cGM" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -47070,6 +47126,15 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"cKX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Access" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "cKY" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -47243,6 +47308,12 @@ "cOe" = ( /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cOo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "cOw" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -47252,6 +47323,18 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cOA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "cOT" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -47261,35 +47344,28 @@ /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cQG" = ( +"cQE" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"cQZ" = ( -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/structure/table, -/obj/machinery/light{ +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"cRj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "1-2" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -47516,18 +47592,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"cTo" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) "cTw" = ( /obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating{ @@ -47627,38 +47691,6 @@ /obj/structure/sign/departments/minsky/security/security, /turf/closed/wall, /area/security/detectives_office) -"cUN" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_x = -1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 27; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "cVb" = ( /turf/closed/wall, /area/hallway/secondary/service) @@ -47686,20 +47718,24 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"cWe" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cXd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +"cWy" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"cXj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "cXq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -47730,10 +47766,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"cYJ" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -47752,21 +47784,39 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"dbI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/construction) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"ddd" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" +"dcI" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"deQ" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"dfu" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"dfC" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -47784,11 +47834,51 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) +"dgP" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + obj_integrity = 300; + pixel_y = -4; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = 10 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = 21 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = 10 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "dhy" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"dhR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "dif" = ( /obj/structure/table, /obj/item/storage/box/masks, @@ -47799,17 +47889,37 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"dkg" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"dmG" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore","ss13") +"djk" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 }, /turf/open/floor/plasteel/dark, +/area/engine/engineering) +"dkw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/tcommsat/server) +"dkH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"dkS" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ @@ -47844,49 +47954,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"doP" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = 8; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 28; - pixel_y = -2; - req_one_access_txt = "19;61" - }, -/turf/open/floor/plasteel, -/area/bridge) -"dpn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, +"doq" = ( +/obj/structure/lattice/catwalk, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "0-2" }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/machinery/atmospherics/components/binary/pump/on/layer3{ + dir = 1; + name = "Waste Out" }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) "dpD" = ( /turf/open/floor/plating, /area/maintenance/disposal/incinerator) @@ -47910,6 +47991,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"dpT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "dqb" = ( /obj/machinery/camera{ c_tag = "Aft Port Solar Access"; @@ -47930,13 +48024,24 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"dqf" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 +"dru" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/turf/open/floor/plasteel, -/area/construction) +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -47951,6 +48056,16 @@ /obj/item/flashlight/lantern, /turf/open/floor/plasteel/dark, /area/chapel/main) +"dvi" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "dvM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -47970,6 +48085,68 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"dxZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"dyH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"dzE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"dAh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dBW" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dBX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dCp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -47985,14 +48162,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"dCq" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Maintenance"; - dir = 1; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "dCA" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -48020,15 +48189,24 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/science/lab) -"dGq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 +"dGf" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/cable/white{ - icon_state = "2-4" +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "dGx" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation B"; @@ -48042,25 +48220,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"dJm" = ( -/obj/machinery/camera{ - c_tag = "MiniSat Teleporter Room"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 +"dJl" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"dJn" = ( /turf/closed/wall/r_wall, -/area/construction) +/area/ai_monitored/turret_protected/ai) "dJo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48085,6 +48250,17 @@ }, /turf/open/floor/plating, /area/maintenance/disposal/incinerator) +"dNq" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "dOc" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible{ dir = 4 @@ -48103,29 +48279,16 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"dOo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"dRm" = ( +/obj/effect/turf_decal/tile/green{ dir = 4 }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-4" +/obj/effect/turf_decal/tile/green{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"dON" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dQJ" = ( +/turf/open/floor/plasteel/white, +/area/medical/virology) +"dRq" = ( /obj/structure/lattice/catwalk, /obj/machinery/light/small{ dir = 4 @@ -48137,15 +48300,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"dRm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) "dRK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/components/unary/vent_pump/layer1{ @@ -48161,10 +48315,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/medical/virology) -"dSP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "dSR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48177,24 +48327,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"dTe" = ( -/obj/structure/window/reinforced, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "dTf" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plating/airless, /area/space) -"dUY" = ( -/obj/machinery/ntnet_relay, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"dWs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48204,10 +48348,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"dWE" = ( -/obj/machinery/teleport/station, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "dXk" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48220,13 +48360,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"dXn" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/yellow{ - icon_state = "0-2" +"dYU" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "AI Satellite Monitoring"; + req_one_access_txt = "10;61" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48236,54 +48382,25 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"ebQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/bridge) -"ecA" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Aft"; - dir = 1; - network = list("aicore","ss13") +"ecr" = ( +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"eeL" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"egp" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"egs" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +"ehn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/obj/structure/cable/white{ + icon_state = "2-8" }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -48308,6 +48425,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ehX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "eiN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48317,6 +48443,17 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"elt" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48328,40 +48465,64 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"emd" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 +"emX" = ( +/obj/machinery/light_switch{ + pixel_x = 27 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"emU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"enk" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, /obj/structure/cable/yellow{ - icon_state = "1-2" + icon_state = "2-4" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"enT" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"eoH" = ( +/obj/machinery/vending/coffee, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/hallway/primary/central) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"erm" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"erF" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +"erx" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft"; + dir = 2; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "erY" = ( /obj/machinery/camera{ c_tag = "Surgery Observation"; @@ -48372,6 +48533,20 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) +"esk" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "esK" = ( /obj/structure/closet/secure_closet/atmospherics, /obj/machinery/light{ @@ -48394,25 +48569,20 @@ }, /turf/open/floor/plasteel, /area/security/main) -"ets" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"etz" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" +"euL" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 }, -/turf/open/floor/plating, -/area/hallway/primary/aft) +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "evF" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -48426,23 +48596,25 @@ "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) -"exe" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Port"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) +"ewO" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/white, +/area/storage/tech) "exz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) -"eyH" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +"exJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/construction) "eyM" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 2; @@ -48454,21 +48626,25 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eAo" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" +"ezp" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ + name = "Waste Ejector" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) +"ezq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/machinery/light{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48480,21 +48656,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"eBo" = ( -/obj/machinery/computer/message_monitor{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"eBu" = ( -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "eBC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48507,14 +48668,18 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"eCZ" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -25; - pixel_y = -25 +"eCf" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -48533,13 +48698,6 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"eFi" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "eFz" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48555,15 +48713,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"eFL" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "eFU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -48583,6 +48732,12 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"eHr" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -48594,6 +48749,31 @@ /obj/item/paper/fluff/stations/lavaland/slime_hunter, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eJG" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"eJM" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Port"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "eJS" = ( /obj/machinery/door/airlock/public{ name = "Surgery Observation" @@ -48609,27 +48789,37 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eMi" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" +"eLS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/turf/open/floor/plasteel, +/area/storage/tech) +"eNC" = ( +/obj/machinery/light_switch{ + pixel_x = 27 }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plating, +/area/construction) +"eNR" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48641,6 +48831,47 @@ /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, /turf/open/floor/plasteel, /area/crew_quarters/dorms) +"eOI" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ePJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"ePQ" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/white, +/area/storage/tech) "eQk" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -48650,6 +48881,14 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"eQD" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore","ss13") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "eRw" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -48666,15 +48905,17 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"eRX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 +"eRM" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "eSR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48684,15 +48925,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eUX" = ( -/obj/machinery/power/terminal, -/obj/machinery/door/window{ - dir = 8; - name = "Gravity Generator SMES"; - req_access_txt = "11" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "eVv" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -48708,8 +48940,19 @@ /obj/machinery/door/firedoor/border_only{ dir = 8 }, -/turf/open/floor/plating, -/area/medical/virology) +/turf/open/floor/plating, +/area/medical/virology) +"eVD" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "eVK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -48753,20 +48996,43 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eXR" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 +"eXt" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 8; + network = list("aiupload") }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 +/obj/machinery/porta_turret/ai{ + scan_range = 4 }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"eYe" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 }, /turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"eYw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, @@ -48783,10 +49049,30 @@ dir = 4 }, /area/escapepodbay) +"eZM" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "eZX" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/solar/port/aft) +"eZY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "fba" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48808,23 +49094,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) -"fcd" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"fcA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -48839,12 +49108,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"few" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plasteel/white, -/area/storage/tech) "ffi" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -48856,32 +49119,6 @@ }, /turf/open/floor/plasteel, /area/science/research) -"fgq" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"fgs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "fha" = ( /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, @@ -48889,6 +49126,20 @@ "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) +"fiu" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"fjT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/port/aft) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -48908,6 +49159,16 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hallway/primary/port) +"fmB" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fmF" = ( /obj/structure/cable{ icon_state = "2-8" @@ -48930,6 +49191,15 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"foA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "foH" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -48960,15 +49230,20 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) -"fqS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 +"frw" = ( +/obj/item/toy/talking/AI{ + pixel_x = -4; + pixel_y = 5 }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/obj/item/crowbar, +/obj/item/mmi, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48997,20 +49272,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fwD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/construction) "fwQ" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/computer"; - name = "Telecomms Control Room APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/chair/office/dark{ - dir = 4 +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel/white, +/area/storage/tech) "fxr" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -49023,15 +49298,6 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) -"fyc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "fyJ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -49045,6 +49311,22 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"fzJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "fzU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49054,6 +49336,19 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) +"fBk" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable/yellow, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"fBs" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49069,6 +49364,10 @@ }, /turf/open/floor/plating, /area/medical/virology) +"fCQ" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "fDx" = ( /obj/machinery/light, /obj/structure/cable{ @@ -49100,92 +49399,20 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) -"fEW" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"fFL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/space/basic, -/area/space/nearstation) -"fFR" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/hub/preset, +"fGp" = ( +/obj/machinery/telecomms/server/presets/medical, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"fGf" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"fGp" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - layer = 4.1; - name = "Secondary AI Core Access"; - obj_integrity = 300; - pixel_y = -4; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = 10 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = 21 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = 10 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"fGL" = ( -/obj/item/radio/intercom{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"fHk" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 +"fGq" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 }, -/obj/machinery/camera{ - c_tag = "MiniSat Maintenance"; - dir = 8; - name = "ai camera"; - network = list("minisat","ss13"); - start_active = 1 +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -49203,18 +49430,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fIX" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -49241,6 +49456,28 @@ /obj/machinery/photocopier, /turf/open/floor/wood, /area/lawoffice) +"fMs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/storage/tech) +"fMz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "fMS" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -49256,6 +49493,12 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"fMV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "fNw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49268,13 +49511,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fNW" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "fOD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49286,18 +49522,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"fPl" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "fPF" = ( /obj/effect/turf_decal/delivery, /obj/structure/noticeboard{ @@ -49314,20 +49538,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"fRX" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - network = list("ss13","tcomms"); - pixel_x = 22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fRZ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -49347,19 +49557,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"fUp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"fUA" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49383,23 +49580,6 @@ }, /turf/open/floor/plating, /area/medical/virology) -"fVw" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/maintenance/department/tcoms) "fVQ" = ( /obj/structure/table, /obj/item/analyzer, @@ -49418,27 +49598,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fYr" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 30; - pixel_y = -37 - }, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = 28; - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "fZJ" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -49474,38 +49633,62 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gcC" = ( -/obj/machinery/ai_slipper{ - uses = 10 +"gbD" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = -35 +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core shutters control"; - pixel_x = -22; - pixel_y = 23; - req_access_txt = "16" +/turf/open/floor/plating, +/area/maintenance/port/aft) +"gbU" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters control"; - pixel_x = -23; - pixel_y = -23; - req_access_txt = "16" +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"gcL" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ - icon_state = "0-8" + icon_state = "0-2" }, -/turf/open/floor/plating, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, /area/storage/tech) +"gck" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"gcX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -49529,6 +49712,24 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"get" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -49536,57 +49737,28 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"gjl" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"gjC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 2; - name = "MiniSat Maint APC"; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"gjl" = ( +/turf/closed/wall, +/area/quartermaster/warehouse) "gjN" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"glp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +"gks" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/plasteel, +/area/storage/tech) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"glx" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -49612,6 +49784,47 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) +"goG" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = -35 + }, +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = -22; + pixel_y = 23; + req_access_txt = "16" + }, +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = -23; + pixel_y = -23; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"gpN" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"gqd" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/white, +/area/storage/tech) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -49622,6 +49835,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gsh" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "gsK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -49664,28 +49883,22 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) -"gtH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +"gtP" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = 2 }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 +/obj/item/aicard{ + pixel_x = 6; + pixel_y = 1 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, /area/space/nearstation) -"guJ" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "guW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -49705,49 +49918,23 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"gxr" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"gxs" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"gxB" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) "gyl" = ( /obj/machinery/light{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) +"gyH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "gyS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -49756,15 +49943,23 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/engine/engineering) -"gzf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +"gzA" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "gzM" = ( /obj/machinery/light/small{ brightness = 3; @@ -49790,15 +49985,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"gAt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "gCp" = ( /obj/effect/landmark/stationroom/box/medbay/morgue, /turf/open/floor/plasteel/dark, @@ -49814,18 +50000,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"gDQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "gDT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -49835,12 +50009,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gEi" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gEo" = ( /obj/machinery/atmospherics/pipe/simple/purple/hidden{ dir = 10 @@ -49869,52 +50037,81 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gFI" = ( -/turf/closed/wall, -/area/tcommsat/computer) +"gGw" = ( +/obj/machinery/light, +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"gGD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"gGE" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"gHs" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"gHK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "gIR" = ( /obj/machinery/light/small, /turf/open/floor/plating, /area/maintenance/aft) -"gJw" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"gJY" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/toy/figure/borg{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/phone{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"gLq" = ( -/obj/structure/cable{ +"gJE" = ( +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"gKx" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + network = list("aicore","ss13") }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gLr" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 6 @@ -49961,11 +50158,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gOQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/primary/central) +"gNH" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -49973,49 +50171,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gQV" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"gSz" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"gTy" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 25; - pixel_y = 25; - req_one_access_txt = "19;61" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50053,39 +50208,30 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"gWZ" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plating, -/area/construction) -"gXi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"gYy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft"; - dir = 2; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) "gYP" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) +"gZv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 8; + name = "ai camera"; + network = list("minisat","ss13"); + start_active = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "gZG" = ( /obj/structure/closet/crate/freezer/surplus_limbs, /obj/item/reagent_containers/glass/beaker/synthflesh, @@ -50093,6 +50239,10 @@ dir = 8 }, /area/medical/sleeper) +"har" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "haw" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -50119,22 +50269,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port) -"hdH" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"hdI" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hdJ" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50158,20 +50292,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hfg" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "hfy" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_y = -32 @@ -50192,63 +50312,46 @@ dir = 1 }, /area/hallway/secondary/entry) -"hfR" = ( +"hfU" = ( /obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 5e+006 + icon_state = "4-8" }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"hge" = ( -/obj/structure/table, -/obj/item/phone, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hgD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +/area/maintenance/department/tcoms) +"hip" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "hkg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/medical/paramedic) -"hkz" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/item/radio/off{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"hkI" = ( +"hkw" = ( /obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 + icon_state = "4-8" }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "hlB" = ( /obj/structure/chair/stool{ pixel_y = 8 }, /turf/open/floor/plating, /area/maintenance/aft) +"hlK" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plasteel/white, +/area/storage/tech) "hlU" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50260,30 +50363,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"hmC" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Starboard"; - dir = 8; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"hmF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50296,40 +50375,23 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) -"hpJ" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, +"hqr" = ( /obj/structure/showcase/cyborg/old{ dir = 4; pixel_x = -9; pixel_y = 2 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"hqy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Starboard"; - dir = 4; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) -"hqC" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hqt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/engine/gravity_generator) "hrn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50339,29 +50401,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hrX" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hsA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/construction) -"hsC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +"hsM" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/turf/open/floor/plasteel, -/area/storage/tech) +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "htC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -50379,17 +50425,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hup" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "huq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table/reinforced, @@ -50430,18 +50465,21 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"hvR" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +"huJ" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"hvw" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) "hwv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50454,22 +50492,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hxT" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 @@ -50482,20 +50504,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hzJ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"hAK" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50521,12 +50529,25 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hDA" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 +"hDw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 }, -/turf/open/floor/circuit, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;65" + }, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"hFB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/server) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -50537,6 +50558,16 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"hGM" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hHb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -50546,6 +50577,18 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"hJr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -50574,6 +50617,15 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/medical/paramedic) +"hKW" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/construction) "hKY" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 @@ -50583,18 +50635,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hLk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "0-2" +"hLT" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/machinery/camera{ + c_tag = "Telecomms Tech Storage"; + dir = 4; + network = list("ss13","telecomms") }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -50639,16 +50693,33 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hOR" = ( -/obj/structure/window/reinforced{ +"hOU" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"hPa" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter Room"; + dir = 4; + network = list("ss13","minisat") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 }, -/obj/structure/transit_tube/station{ - dir = 8 +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 }, -/obj/structure/transit_tube_pod, /turf/open/floor/plasteel/dark, -/area/engine/engineering) +/area/ai_monitored/turret_protected/aisat_interior) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50700,6 +50771,21 @@ /obj/item/electronics/firelock, /turf/open/floor/plasteel, /area/engine/atmos) +"hVt" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"hWq" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "hWw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50724,69 +50810,96 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hWD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) -"hWQ" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai satellite."; - name = "AI Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hXh" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +"hXb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, -/obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 + dir = 6 }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"hXK" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Control Room APC"; + pixel_y = -24 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" +/obj/structure/chair/office/dark{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "hXW" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hYh" = ( -/obj/effect/turf_decal/stripes/corner{ +"hYD" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 31; + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hYT" = ( +/obj/effect/turf_decal/stripes/end{ dir = 8 }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 7; + pixel_y = -23 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = 6 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"hYF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/camera{ + c_tag = "Telecomms Server Room Access"; + dir = 4; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"hYV" = ( +/turf/closed/wall/r_wall, +/area/construction) +"hZe" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "hZm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -50808,6 +50921,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"ibp" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50816,72 +50939,59 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) -"ich" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 +"icE" = ( +/obj/structure/closet/toolcloset, +/obj/structure/light_construct{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +/turf/open/floor/plasteel, +/area/construction) +"idS" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/porta_turret/ai, -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 8; - network = list("aicore","ss13") +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"icL" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Fore"; - network = list("aicore","ss13") +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ihS" = ( +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"iiy" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"icR" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/purple{ +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"iel" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-8" +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/plating, -/area/storage/tech) -"ifL" = ( -/obj/machinery/door/window/brigdoor/westleft{ - name = "AI Satellite Access"; - req_one_access_txt = "32;19" +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"igd" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ijQ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"ihS" = ( -/turf/closed/wall/r_wall, -/area/medical/sleeper) -"ijm" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel/white, -/area/storage/tech) "ijY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 5 @@ -50910,14 +51020,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"imB" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/hand_labeler_refill, -/turf/open/floor/plating, -/area/maintenance/port/aft) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -50929,12 +51031,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"irL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"irP" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/holopad, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/area/ai_monitored/turret_protected/aisat_interior) "itA" = ( /obj/structure/table, /obj/item/storage/box/donkpockets{ @@ -50982,6 +51088,17 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, /area/security/detectives_office) +"ixz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "ixI" = ( /obj/structure/cable{ icon_state = "2-4" @@ -51008,27 +51125,77 @@ dir = 1 }, /area/hallway/secondary/entry) -"iBM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"iCj" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iCP" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + obj_integrity = 300; + pixel_y = 1; + req_access_txt = "16" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"iCv" = ( +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = -13 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = -27 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = -13 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"iDb" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-4" }, -/obj/machinery/button/door{ - id = "tcomms"; - name = "Telecommunications server shutters control"; - pixel_y = -27; - req_access_txt = "61" +/turf/open/floor/plasteel, +/area/construction) +"iDf" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/item/aiModule/core/full/custom, +/obj/item/aiModule/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"iDm" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -51050,6 +51217,27 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"iDE" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -28; + pixel_y = 5 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 26; + pixel_y = 3 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "iEt" = ( /turf/open/floor/plasteel, /area/escapepodbay) @@ -51068,84 +51256,110 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"iGe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "iGw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"iGI" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"iGT" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/aft) +"iGI" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 }, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/area/medical/sleeper) +"iGW" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/computer) "iHI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iIL" = ( -/obj/machinery/cell_charger, -/obj/structure/table, -/obj/item/stock_parts/cell/high{ - pixel_x = 3; - pixel_y = 7 +"iHK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/machinery/light/small{ +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"iKj" = ( -/obj/machinery/porta_turret/ai, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iHQ" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iJz" = ( /obj/machinery/flasher{ id = "AI"; - pixel_x = 22; - pixel_y = -10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 + pixel_x = 25; + pixel_y = -6 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/obj/structure/cable/white{ - icon_state = "1-2" +/obj/machinery/camera{ + c_tag = "MiniSat  Antechamber"; + dir = 8; + network = list("minisat","ss13") }, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"iKM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/area/ai_monitored/turret_protected/aisat_interior) +"iLp" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) +"iMy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iMP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cloth_curtain{ @@ -51169,25 +51383,16 @@ "iMU" = ( /turf/closed/wall, /area/maintenance/solars/port/fore) -"iMV" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +"iNS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "iOa" = ( /obj/structure/spacepoddoor, /turf/open/floor/engine/airless, @@ -51209,10 +51414,24 @@ /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) -"iPN" = ( -/obj/effect/turf_decal/stripes/end, +"iOQ" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"iPM" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"iPT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, /turf/open/floor/plasteel, -/area/storage/tech) +/area/hallway/primary/central) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51235,6 +51454,22 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"iRw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51265,30 +51500,26 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"iUq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "iUt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"iUO" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 +"iUN" = ( +/obj/machinery/airalarm{ + pixel_y = 24 }, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"iVs" = ( +/obj/machinery/airalarm{ + pixel_y = 24 }, -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "iVI" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -51305,12 +51536,6 @@ /obj/item/folder/documents, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"iWI" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "iXd" = ( /obj/machinery/computer/atmos_sim{ dir = 4; @@ -51318,39 +51543,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"iXt" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"iXv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - dir = 8; - name = "SMES room APC"; - pixel_x = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"iYa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"iYM" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) "iYT" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -51364,6 +51556,19 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"iZq" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iZA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 5 @@ -51376,6 +51581,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"iZK" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jbI" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -51384,6 +51598,13 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) +"jeo" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51391,24 +51612,21 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"jik" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "jil" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) +"jji" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "jjr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51418,6 +51636,10 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"jjV" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "jjW" = ( /obj/machinery/light{ dir = 8 @@ -51441,6 +51663,15 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"jlE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51459,26 +51690,29 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"jmf" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "jmH" = ( /obj/structure/sign/warning/vacuum, /turf/closed/wall, /area/engine/engineering) -"jnx" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 +"jnp" = ( +/obj/structure/cable/white{ + icon_state = "2-4" }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/obj/structure/cable/white{ + icon_state = "1-4" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "jnI" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -51520,6 +51754,17 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jrN" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -51541,28 +51786,6 @@ }, /turf/open/floor/plating, /area/security/main) -"jtK" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"juj" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "jvd" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -51572,6 +51795,31 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"jve" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"jwr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "jwH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51583,10 +51831,25 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"jyZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plating, -/area/construction) +"jxK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"jyi" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 1; + name = "Telecommunications Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -51629,6 +51892,19 @@ }, /turf/open/floor/plasteel, /area/security/processing) +"jCC" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jDa" = ( /obj/structure/table/wood, /obj/item/camera, @@ -51674,42 +51950,12 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) -"jGu" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"jHn" = ( -/obj/machinery/computer/upload/ai{ +"jGy" = ( +/obj/machinery/light{ dir = 1 }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/area/ai_monitored/turret_protected/ai) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -51722,14 +51968,17 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jHS" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 +"jHK" = ( +/obj/structure/cable{ + icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "jIf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51746,30 +51995,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"jJe" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer3{ - dir = 1; - name = "Waste Out" - }, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) -"jJt" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "jJv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51788,22 +52013,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jJR" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "jLm" = ( /mob/living/simple_animal/mouse, /turf/open/floor/plasteel, @@ -51816,10 +52025,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jNe" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/storage/tech) +"jMp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "jNR" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port/fore"; @@ -51829,81 +52041,37 @@ }, /obj/structure/cable{ icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"jOV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/layer1{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"jPU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jRI" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"jSm" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/obj/machinery/light{ + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"jSz" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/structure/window/reinforced{ +/turf/open/floor/plating, +/area/maintenance/port/fore) +"jOV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/structure/window/reinforced{ +/obj/machinery/atmospherics/components/unary/vent_pump/layer1{ dir = 8 }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 1; - icon_state = "left"; - layer = 3.1; - name = "Cyborg Upload Console Window"; - req_access_txt = "16" - }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"jPU" = ( /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "jSR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -51916,52 +52084,73 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"jTx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "jTR" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"jUD" = ( -/obj/machinery/light{ - dir = 8 +"jUp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"jVc" = ( +/area/ai_monitored/storage/satellite) +"jUt" = ( +/obj/structure/altar_of_gods, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"jUX" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/effect/landmark/start/cyborg, +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) -"jVF" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"jWe" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/effect/turf_decal/tile/darkblue{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -52044,6 +52233,16 @@ }, /turf/open/floor/plating, /area/engine/atmos_distro) +"jZF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "kaa" = ( /obj/machinery/airalarm{ dir = 4; @@ -52057,6 +52256,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/clerk) +"kbr" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "kbw" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -52069,20 +52272,6 @@ }, /turf/open/floor/plating, /area/security/processing) -"kbX" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - dir = 4; - network = list("ss13","telecomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "kcy" = ( /obj/machinery/airalarm{ dir = 8; @@ -52100,49 +52289,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"kdB" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"kfx" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - layer = 4.1; - name = "Tertiary AI Core Access"; - obj_integrity = 300; - pixel_y = 1; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = -13 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = -27 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = -13 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "kfB" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -52157,11 +52303,19 @@ }, /turf/open/space, /area/engine/atmos_distro) -"kgn" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"kgF" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/airalarm/tcomms{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kgS" = ( /obj/structure/closet/crate{ icon_state = "crateopen" @@ -52188,18 +52342,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/service) -"kiW" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "kkd" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -52208,6 +52350,15 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"kkL" = ( +/obj/item/trash/candy, +/obj/item/clothing/neck/stethoscope, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -52226,6 +52377,14 @@ /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"knu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/construction) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52253,37 +52412,38 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kuc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 +"kpG" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"krY" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"ktX" = ( +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/machinery/power/smes{ + charge = 5e+006 }, -/obj/machinery/door/firedoor/border_only{ +/obj/structure/window/reinforced{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_access_txt = "65" - }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kwU" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, +/area/engine/gravity_generator) +"kxx" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, /obj/structure/cable/yellow{ icon_state = "1-2" }, -/turf/open/floor/plasteel/grimy, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ @@ -52321,37 +52481,14 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"kzK" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"kBA" = ( +"kzz" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/storage/tech) -"kBS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "2-4" - }, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/area/maintenance/department/tcoms) "kCm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52361,24 +52498,28 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"kCI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"kDS" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "kEh" = ( /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, /area/space) -"kEt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, +"kFq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"kEX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/area/ai_monitored/turret_protected/aisat_interior) "kFK" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -52386,6 +52527,15 @@ /obj/effect/landmark/start/detective, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"kHn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "kHp" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/reagent_dispensers/watertank, @@ -52393,23 +52543,38 @@ /obj/machinery/atmospherics/pipe/simple/purple/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"kHq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "kHL" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/quartermaster/office) -"kIZ" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ +"kHS" = ( +/obj/machinery/light{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"kIP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plating, +/area/construction) "kJA" = ( /obj/machinery/portable_atmospherics/canister, /obj/effect/decal/cleanable/cobweb, @@ -52429,32 +52594,52 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"kLc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 +"kKm" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"kLV" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" +"kKu" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 7 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/light/small{ dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"kLU" = ( +/obj/machinery/light{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -52463,20 +52648,6 @@ }, /turf/open/space, /area/engine/atmos_distro) -"kOO" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) -"kPm" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "kPn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52489,15 +52660,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"kQl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 +"kPG" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 }, -/turf/open/floor/plasteel, -/area/engine/engineering) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kQw" = ( /obj/effect/landmark/blobstart, /obj/machinery/light/small{ @@ -52521,16 +52689,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"kQZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +"kRn" = ( +/obj/machinery/atmospherics/components/binary/valve/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "kRp" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52546,16 +52709,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"kRJ" = ( -/obj/machinery/holopad, +"kRH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "kRZ" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6; @@ -52568,23 +52732,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"kSW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"kTm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "kTQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -52621,16 +52768,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"kXc" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -52654,64 +52791,24 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"kYZ" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kZv" = ( -/obj/structure/cable{ - icon_state = "2-8" +"laF" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator"; + dir = 1 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/area/engine/gravity_generator) "laH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plasteel, -/area/hallway/primary/central) -"lbf" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"lbs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"lbw" = ( -/obj/structure/transit_tube/crossing, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"lbQ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/decal/remains/robot, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/area/hallway/primary/central) +"lbw" = ( +/obj/structure/transit_tube/crossing, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) "lcI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52730,6 +52827,13 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) +"lfD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -52738,26 +52842,7 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lhn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"lio" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ljd" = ( +"lhd" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 4 }, @@ -52773,18 +52858,43 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"ljr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 +"lhn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 +/turf/open/floor/plasteel, +/area/security/processing) +"lhJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"lic" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"liV" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/hallway/primary/central) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -52826,16 +52936,50 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) +"loS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"loX" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "lpF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, /area/chapel/main) -"lqd" = ( -/obj/structure/cable{ - icon_state = "1-4" +"lrv" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -52861,6 +53005,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"ltD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "luw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52891,14 +53042,16 @@ /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) -"lvL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms"; - name = "Telecommunications server shutters" +"lwf" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/turf/open/floor/plating, -/area/tcommsat/server) +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -52913,10 +53066,9 @@ }, /turf/open/floor/plating, /area/security/detectives_office) -"lxw" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/server) +"lyY" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "lze" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ @@ -52924,6 +53076,11 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"lzD" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/space/basic, +/area/space/nearstation) "lAB" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -52936,6 +53093,35 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) +"lDE" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved/flipped, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"lEE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52961,40 +53147,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"lHn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"lHH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lHO" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"lHY" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "lIE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -53037,74 +53189,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"lMe" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "lMg" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 }, /turf/open/floor/plasteel, /area/science/nanite) -"lMu" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"lOR" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/obj/machinery/vending/assist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"lQw" = ( +/obj/machinery/newscaster{ + pixel_y = -27 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, /turf/open/floor/plasteel, -/area/storage/tech) -"lPb" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 4; - name = "MiniSat Antechamber APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"lPg" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) -"lPv" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/bridge) "lQG" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -53116,14 +53215,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"lRe" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/construction) "lRM" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -53132,41 +53223,33 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lTy" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/construction) -"lWb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ +"lSu" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, -/area/hallway/primary/aft) -"lXT" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 +/area/storage/tech) +"lUh" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"lVc" = ( +/obj/machinery/blackbox_recorder, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"lWb" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/bridge) +/area/hallway/primary/central) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53178,6 +53261,32 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"lYY" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lZq" = ( /obj/machinery/smartfridge/disks, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, @@ -53205,6 +53314,30 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"met" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"mgW" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"mha" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53219,9 +53352,9 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"mhT" = ( -/obj/structure/cable{ - icon_state = "4-8" +"mhA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) @@ -53275,6 +53408,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mma" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/station{ + dir = 8 + }, +/obj/structure/transit_tube_pod, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "mmQ" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plasteel/dark, @@ -53297,34 +53440,26 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mnm" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) -"mse" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Access"; - dir = 8; - network = list("minisat","ss13") +"mpn" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 }, -/turf/open/space/basic, -/area/space) +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"mro" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plasteel, +/area/storage/tech) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53341,24 +53476,26 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"muA" = ( -/obj/machinery/light{ +"mtN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mvj" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; dir = 1 }, -/obj/machinery/light{ +/turf/open/floor/plasteel, +/area/construction) +"mvx" = ( +/obj/effect/turf_decal/tile/brown{ dir = 1 }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/effect/turf_decal/tile/brown{ dir = 8 }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53375,16 +53512,29 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) +"myv" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"mzv" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) "mzG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53415,20 +53565,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"mBr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53459,92 +53595,58 @@ /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) "mCD" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/machinery/light/small{ dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"mCG" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer1{ + dir = 4; + name = "AI Satellite Supply" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "mDD" = ( /obj/structure/table, /obj/item/book/manual/hydroponics_pod_people, /obj/item/paper/guides/jobs/hydroponics, -/obj/item/clothing/accessory/armband/hydro, -/turf/open/floor/plasteel, -/area/hydroponics) -"mEN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/construction) -"mFi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"mFm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"mFC" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"mFY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +/obj/item/clothing/accessory/armband/hydro, +/turf/open/floor/plasteel, +/area/hydroponics) +"mDU" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 + icon_state = "2-4" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/structure/cable{ + icon_state = "0-4" }, -/turf/open/floor/plasteel, +/turf/open/floor/plating, /area/storage/tech) -"mGD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 +"mFi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "MiniSat Camera Monitor"; - network = list("minisat","aicore"); - pixel_x = 26 +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"mFB" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("aicore","ss13") }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mGV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53567,6 +53669,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"mJA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "tcomms"; + name = "Telecommunications server shutters control"; + pixel_y = -27; + req_access_txt = "61" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "mJV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53601,21 +53715,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"mKH" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "mKR" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "mLv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53685,20 +53793,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"mOb" = ( -/obj/item/toy/talking/AI{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 +"mNQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/item/crowbar, -/obj/item/mmi, +/obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/area/maintenance/port/aft) "mOm" = ( /obj/structure/closet/crate, /obj/machinery/light/small{ @@ -53715,28 +53816,12 @@ /obj/machinery/atmospherics/components/unary/vent_pump/layer1, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"mOQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27; - pixel_y = -34 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 6; - pixel_y = 8 +"mOE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/construction) "mOR" = ( /obj/machinery/button/door{ id = "Dorm1"; @@ -53747,26 +53832,6 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"mPz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"mPD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"mRc" = ( -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "mRQ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -53797,17 +53862,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) -"mTc" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "mTq" = ( /obj/structure/cable{ icon_state = "2-8" @@ -53834,23 +53888,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"mVJ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"mVO" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "mWH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -53865,6 +53902,12 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"mXd" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mXC" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53880,29 +53923,32 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mYx" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"mYA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"mYK" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"mZm" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"mZe" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -53911,6 +53957,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"nad" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "nau" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -53950,15 +54005,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"naM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Starboard"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "naQ" = ( /obj/machinery/vending/cigarette, /obj/machinery/light{ @@ -53967,34 +54013,9 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"nbn" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = 22 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"ncp" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nfi" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "nfX" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -54015,6 +54036,13 @@ }, /turf/open/space/basic, /area/space/nearstation) +"ngQ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ngU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -54025,6 +54053,9 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"nhF" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "nhP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -54036,16 +54067,6 @@ dir = 4 }, /area/hallway/secondary/exit) -"nhR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "nhY" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54057,16 +54078,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"nir" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "nis" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -54076,10 +54087,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"njf" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "njh" = ( /obj/structure/sink{ dir = 4; @@ -54092,6 +54099,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"njO" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "njZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -54106,6 +54128,10 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"nkH" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -54134,36 +54160,40 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nmb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 +"nmU" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nmn" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld{ - pixel_x = -8; - pixel_y = 2 +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/item/aicard{ - pixel_x = 6; - pixel_y = 1 +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"noP" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"npO" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters" +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/turf/open/floor/plating, -/area/bridge) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nqj" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/storage/tech) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54172,31 +54202,6 @@ }, /turf/open/floor/wood, /area/lawoffice) -"nuq" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nuK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54204,28 +54209,60 @@ }, /turf/open/space/basic, /area/space) -"nvf" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "nvh" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nvF" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +"nvt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/meter{ + pixel_x = -5; + pixel_y = -3; + target_layer = 1 }, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/reset, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"nvH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"nvO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nwb" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 32; + pixel_y = 0; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "nxw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -54253,15 +54290,11 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nyL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +"nxG" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) "nyN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 10 @@ -54271,17 +54304,14 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"nAf" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 8 +"nzz" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "nAM" = ( /obj/machinery/button/door{ id = "Dorm4"; @@ -54334,39 +54364,22 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"nHm" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"nKa" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 +"nLZ" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 1 }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "nMi" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -54398,37 +54411,21 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nMr" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"nNh" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ +"nMX" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/turf/closed/wall/r_wall, +/area/engine/engineering) +"nND" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nNQ" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel, +/area/engine/engineering) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -54444,33 +54441,27 @@ /obj/machinery/atmospherics/pipe/layer_manifold{ dir = 4 }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"nTg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nTi" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plating, +/area/quartermaster/storage) +"nTg" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/turf/open/floor/plasteel, +/area/engine/atmos) +"nWd" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 8; + name = "SMES room APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -54480,6 +54471,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"nWV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/storage/tech) "nYC" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -54510,23 +54515,41 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"obG" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; +"ocm" = ( +/obj/machinery/airalarm{ + dir = 1; pixel_y = -24 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/construction) -"ocZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engineering) +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) +"ofG" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"ogn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "ogO" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -54577,32 +54600,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"ojD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"okm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"okq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "okC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54611,12 +54608,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"olr" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "olQ" = ( /obj/structure/table, /obj/item/storage/box/rxglasses{ @@ -54635,15 +54626,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ony" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "ooX" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -54695,18 +54677,33 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"osC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/monitor{ + dir = 1; + name = "MiniSat power monitoring console" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "osI" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical, /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) -"otN" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 +"ouB" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 }, -/turf/closed/wall/r_wall, -/area/engine/engineering) +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -54731,46 +54728,64 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"oAZ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" +"oAl" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"oBp" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"oCm" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"oCA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"oBF" = ( /obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage"; dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/machinery/light/small{ dir = 4 }, -/turf/open/floor/plasteel, +/turf/open/floor/plasteel/dark, /area/storage/tech) +"oDo" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"oDs" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -54798,19 +54813,55 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"oFX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"oGY" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"oIz" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/bridge) +"oKg" = ( +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, /area/library) -"oKK" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"oMM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "oMR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -54833,19 +54884,30 @@ }, /turf/open/floor/plating, /area/security/processing) -"oOM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Port"; - network = list("minisat") +"oQa" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) +"oRe" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "oRq" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54859,18 +54921,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"oRX" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +"oSf" = ( +/obj/machinery/power/smes{ + charge = 5e+006 }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = 32 +/obj/structure/cable/yellow{ + icon_state = "0-8" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "oSz" = ( /obj/machinery/door/airlock/maintenance{ id_tag = "commissarydoor"; @@ -54882,10 +54941,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oTL" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) +"oTj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oUp" = ( +/obj/machinery/teleport/station, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "oUK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54898,53 +54966,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"oVi" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"oWb" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"oWS" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"oXh" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"oWZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/bridge) +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -54954,68 +54984,26 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"oXv" = ( -/obj/effect/turf_decal/tile/yellow{ +"oYI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ dir = 1 }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"oZm" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"pbL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "pbM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, /area/science/mixing) -"pdo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"pek" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 7; - pixel_y = -23 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -23; - pixel_y = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; - dir = 4; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "pem" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55029,9 +55017,6 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"pen" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) "pew" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; @@ -55039,29 +55024,27 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pfa" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"pfi" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +"peX" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "61" - }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/structure/cable{ icon_state = "1-2" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-8" }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"pfK" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55072,19 +55055,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"phW" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55117,19 +55087,24 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"ppb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"pog" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"poy" = ( +/obj/structure/transit_tube/station{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "ppd" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -55142,32 +55117,43 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) -"ppo" = ( -/obj/effect/turf_decal/stripes/line{ +"pqH" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"pra" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"prF" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/storage/tech) -"pqU" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"prl" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plasteel, -/area/engine/engineering) +/area/hallway/primary/aft) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55180,14 +55166,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"psT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "ptH" = ( /turf/closed/wall, /area/escapepodbay) @@ -55204,6 +55182,13 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"pvD" = ( +/obj/machinery/door/window/brigdoor/westleft{ + name = "AI Satellite Access"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55266,15 +55251,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"pzl" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "pzK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55284,15 +55260,13 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"pAw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" +"pAz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55309,13 +55283,20 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/engine/engineering) -"pCg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"pBZ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "pDf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -55325,6 +55306,19 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"pDi" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pDG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55335,6 +55329,21 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"pEn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 2; + name = "MiniSat Maint APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "pGe" = ( /obj/structure/lattice, /turf/open/space, @@ -55366,50 +55375,19 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"pIt" = ( -/obj/machinery/pipedispenser/disposal, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"pJr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +"pIj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"pJu" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"pJy" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, /obj/structure/cable/yellow{ icon_state = "1-2" }, -/turf/open/floor/plasteel/grimy, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"pJP" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/item/aiModule/supplied/quarantine, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +"pIt" = ( +/obj/machinery/pipedispenser/disposal, +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) "pKE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -55439,6 +55417,13 @@ }, /turf/open/floor/engine, /area/escapepodbay) +"pNg" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "pNj" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55457,20 +55442,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pNH" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Port"; - dir = 4; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "pOw" = ( /turf/closed/wall/r_wall, /area/hallway/primary/port) +"pOL" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "pPf" = ( /obj/structure/table/wood, /obj/item/camera_film, @@ -55522,6 +55500,26 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"pTr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"pTY" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) "pUq" = ( /obj/effect/landmark/secequipment, /obj/effect/turf_decal/bot, @@ -55537,6 +55535,11 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/fore) +"pUU" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/white, +/area/storage/tech) "pVj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55577,52 +55580,37 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"pZc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"pYL" = ( +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"pZI" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) -"qcM" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"qdA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) -"qdM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +"qcw" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel, +/area/storage/tech) "qdN" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -55637,14 +55625,24 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/nanite) -"qeX" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" +"qjc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55668,6 +55666,35 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qmw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"qns" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "qpS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55701,6 +55728,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"qqG" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "qrM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55710,6 +55746,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qrV" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -55724,6 +55766,20 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) +"qsS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "qsZ" = ( /obj/machinery/light/small{ dir = 4 @@ -55762,6 +55818,25 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qtE" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "qtN" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55775,11 +55850,39 @@ /obj/item/clipboard, /turf/open/floor/plating, /area/maintenance/aft) +"quo" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "quT" = ( /obj/structure/lattice, /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) +"qwl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"qxl" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -55793,6 +55896,14 @@ }, /turf/open/floor/plating, /area/security/processing) +"qxH" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qxX" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55804,16 +55915,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"qyb" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "qyp" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -55883,36 +55984,38 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qDj" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +"qDu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +/turf/open/floor/plating, +/area/construction) +"qEg" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qDX" = ( -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"qFR" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/item/wirecutters, +/obj/machinery/status_display/ai{ + pixel_y = 32 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qFx" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/plasteel/white, +/area/storage/tech) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -55941,6 +56044,16 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qHO" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -55962,6 +56075,18 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) +"qKw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "qKM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55972,18 +56097,14 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"qKY" = ( +"qKW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/storage/tech) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "qLj" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -55993,12 +56114,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"qLw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "qLM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -56009,6 +56124,19 @@ "qLZ" = ( /turf/closed/wall, /area/hallway/primary/port) +"qMl" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qMD" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, @@ -56025,6 +56153,11 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"qNy" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "qOl" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -56079,32 +56212,48 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"qQi" = ( +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "qQV" = ( /turf/template_noop, /area/template_noop) -"qRG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +"qRP" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"qTI" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qUP" = ( -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ +/turf/open/floor/plasteel, +/area/bridge) +"qUv" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "qVL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56124,75 +56273,43 @@ }, /turf/open/floor/plasteel, /area/security/main) +"qWg" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qWn" = ( /obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"qWw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"qXx" = ( -/obj/structure/rack, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"qZg" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"qZy" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qZC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"rbr" = ( -/obj/effect/turf_decal/tile/yellow, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 + dir = 4 }, /turf/open/floor/plasteel, -/area/engine/engineering) +/area/hallway/secondary/entry) +"qWw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"qYz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"rcZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "rdw" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -56206,42 +56323,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"rdV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"rel" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "reN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56277,53 +56358,26 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/atmos) -"rfc" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"rfq" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"rfw" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat","ss13") }, -/turf/open/floor/plating, -/area/construction) +/turf/open/space/basic, +/area/space) "rfW" = ( /obj/structure/closet/crate, /turf/open/floor/plating, /area/maintenance/aft) -"rfY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ +"rgV" = ( +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56331,6 +56385,38 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"rjh" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rjG" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"rjR" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56355,6 +56441,9 @@ /obj/item/pen, /turf/open/floor/plasteel/white, /area/medical/genetics) +"rlz" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) "rlB" = ( /obj/machinery/status_display/evac{ layer = 4; @@ -56368,6 +56457,16 @@ dir = 8 }, /area/hallway/secondary/exit) +"rlR" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "rmd" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56379,6 +56478,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) +"rmJ" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "rmO" = ( /obj/machinery/portable_atmospherics/canister/bz, /obj/machinery/light/small{ @@ -56392,6 +56495,32 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"rof" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"roj" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"rpz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/storage/tech) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56406,14 +56535,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"rqw" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "rrF" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ layer = 2.35; @@ -56421,6 +56542,21 @@ }, /turf/closed/wall, /area/science/mixing) +"rrG" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rsl" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56440,12 +56576,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"rvK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "rvS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56459,22 +56589,6 @@ /obj/structure/sign/departments/minsky/research/research, /turf/closed/wall/r_wall, /area/science/lab) -"ryp" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"rzx" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rzM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56484,6 +56598,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"rAm" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "rBa" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -56495,29 +56618,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rCL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 +"rBO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Aft"; - dir = 8; - network = list("minisat","ss13") +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 }, -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/plasteel, +/area/engine/engineering) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"rEj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "rEn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -56572,24 +56686,14 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/sleeper) -"rFI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ +"rFz" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/closet/radiation, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/engine/engineering) "rFO" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/reagent_dispensers/fueltank, @@ -56632,17 +56736,11 @@ }, /turf/open/floor/engine/airless, /area/escapepodbay) -"rIj" = ( -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, +"rIz" = ( +/obj/machinery/light/small, +/obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/engine/engineering) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56658,27 +56756,6 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rJQ" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 31; - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -56688,21 +56765,39 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rNp" = ( -/obj/structure/cable{ - icon_state = "1-2" +"rLH" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-8" +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"rMt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"rNY" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Port"; + network = list("minisat") }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rOf" = ( -/obj/effect/landmark/carpspawn, /turf/open/space/basic, -/area/space) +/area/space/nearstation) "rPi" = ( /obj/structure/cable{ icon_state = "1-4" @@ -56726,14 +56821,39 @@ }, /turf/open/floor/plating, /area/vacant_room/commissary) +"rQe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "rRn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) -"rVg" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, +"rSl" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, /turf/open/floor/plasteel/white, /area/storage/tech) "rVk" = ( @@ -56747,6 +56867,18 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"rVl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "MiniSat Camera Monitor"; + network = list("minisat","aicore"); + pixel_x = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "rVA" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56759,14 +56891,32 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"rWx" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"rXz" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Antechamber APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "rXN" = ( /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"rYC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56775,16 +56925,6 @@ "rZt" = ( /turf/closed/wall, /area/medical/paramedic) -"rZB" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/computer/monitor{ - dir = 1; - name = "MiniSat power monitoring console" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "rZU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56797,18 +56937,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"rZW" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "rZX" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -56828,46 +56956,47 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) -"saO" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +"sbf" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ +/obj/structure/window/reinforced{ dir = 8 }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; req_access_txt = "16" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"sck" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"scK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ +/area/ai_monitored/turret_protected/ai_upload) +"sbr" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light{ dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 +/turf/open/floor/plasteel/white, +/area/storage/tech) +"scD" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "0-2" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/space/basic, +/area/space/nearstation) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -56903,27 +57032,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"sfz" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"sfV" = ( -/obj/machinery/atmospherics/components/binary/valve/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "sga" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56931,13 +57039,12 @@ dir = 8 }, /area/chapel/main) -"sgq" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator"; +"shh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 }, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/area/ai_monitored/turret_protected/aisat_interior) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -56960,21 +57067,14 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"sjI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" +"sjZ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "skk" = ( /obj/structure/closet/secure_closet/hydroponics, /turf/open/floor/plasteel, @@ -56996,15 +57096,17 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) -"smh" = ( -/obj/machinery/newscaster{ - pixel_y = -27 +"slT" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 }, -/turf/open/floor/plasteel, -/area/bridge) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "smJ" = ( /obj/structure/chair{ dir = 4 @@ -57017,44 +57119,29 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"smQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) -"spq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ +"snO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"spw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"srO" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -28; - pixel_y = 5 +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"sol" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 26; - pixel_y = 3 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sqN" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57078,57 +57165,54 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) +"stw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "stF" = ( /obj/structure/sign/departments/minsky/engineering/engineering{ pixel_x = 32 }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"stN" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "AI Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sve" = ( -/obj/effect/turf_decal/tile/yellow{ +"suG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "swh" = ( /obj/structure/cable, /obj/machinery/power/tracker, /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) -"swz" = ( +"swk" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore"; - dir = 1; + c_tag = "MiniSat Exterior - Aft Starboard"; network = list("minisat") }, /turf/open/space/basic, /area/space/nearstation) -"syS" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/construction) +"swv" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "szl" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57140,6 +57224,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"szn" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "szB" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = -32 @@ -57155,35 +57244,38 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sAk" = ( -/obj/structure/cable{ - icon_state = "4-8" +"sAW" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"sAO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/structure/cable{ + icon_state = "0-8" }, -/turf/open/floor/plasteel, -/area/storage/tech) -"sDi" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57195,15 +57287,17 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"sDp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"sDz" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 }, -/obj/machinery/keycard_auth{ - pixel_y = -27 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 }, -/turf/open/floor/plasteel, -/area/bridge) +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "sEf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57234,19 +57328,24 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"sEG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"sEx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage"; - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-4" }, -/obj/machinery/light/small{ +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/storage/tech) +/area/maintenance/department/tcoms) "sER" = ( /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, @@ -57261,10 +57360,6 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"sGN" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/construction) "sHa" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -57301,9 +57396,24 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"sKF" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plasteel/grimy, +"sKj" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard"; + dir = 4; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) +"sKM" = ( +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) "sKP" = ( /obj/structure/cable{ @@ -57336,16 +57446,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"sLp" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) "sLs" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -57358,6 +57458,16 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"sMu" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "sNe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57369,12 +57479,14 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"sNx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"sNS" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/closed/wall, -/area/maintenance/port/aft) +/obj/effect/landmark/blobstart, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/construction) "sOm" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plasteel/dark, @@ -57389,6 +57501,14 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"sOp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "sOs" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -57400,10 +57520,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sPZ" = ( -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"sPQ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/central) +"sQZ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel/white, +/area/storage/tech) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57420,6 +57546,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sRq" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sRR" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57430,24 +57569,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"sSS" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"sTb" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "sTg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -57463,44 +57584,70 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"sTJ" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"sUV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ +"sTY" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + network = list("ss13","RD") }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the AI Upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -27 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"sVj" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"sUP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"sVG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"sVs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"sVv" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"sVV" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"sVY" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/storage/tech) +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sVZ" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -57540,6 +57687,34 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/central) +"sWM" = ( +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"sXH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"sXM" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft) "sYf" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -57555,15 +57730,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"sYM" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "sZC" = ( /obj/structure/sign/warning{ name = "SECURE AREA"; @@ -57572,6 +57738,10 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"sZG" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/plasteel/dark, +/area/chapel/main) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -57581,32 +57751,30 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"tbT" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/meter{ - pixel_x = -5; - pixel_y = -3; - target_layer = 1 +"tbN" = ( +/obj/machinery/ntnet_relay, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"tcL" = ( -/turf/open/floor/plasteel, -/area/janitor) -"tcM" = ( -/obj/machinery/telecomms/server/presets/command, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"tcW" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"teg" = ( -/obj/structure/cable/white{ - icon_state = "1-2" +"tbP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, +/turf/open/floor/plasteel, +/area/storage/tech) +"tcL" = ( +/turf/open/floor/plasteel, +/area/janitor) +"tdL" = ( +/obj/structure/window/reinforced, +/obj/machinery/power/port_gen/pacman, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/area/engine/engine_smes) "tes" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -57634,9 +57802,6 @@ "tfA" = ( /turf/template_noop, /area/space) -"tfN" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "tgI" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -57652,14 +57817,6 @@ }, /turf/open/floor/wood, /area/library) -"tgM" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) "thb" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -57690,20 +57847,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tjT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"tkG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57717,6 +57860,21 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"tll" = ( +/turf/closed/wall, +/area/tcommsat/computer) +"tlB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -57724,10 +57882,6 @@ }, /turf/open/space/basic, /area/space) -"tnm" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "tor" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -57772,20 +57926,20 @@ /obj/effect/turf_decal/bot_white/right, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"tpr" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"tpH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +"tpP" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tqk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57852,13 +58006,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) -"tyi" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engineering) "typ" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Input Port Pump" @@ -57872,15 +58019,26 @@ }, /turf/open/space, /area/solar/starboard/aft) -"tzU" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"tzj" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/maintenance/department/tcoms) +"tzK" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) "tAu" = ( /obj/machinery/light/small{ dir = 1 @@ -57903,6 +58061,27 @@ dir = 1 }, /area/chapel/main) +"tBV" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = 8; + req_access_txt = "19" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 28; + pixel_y = -2; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel, +/area/bridge) "tCj" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -57919,6 +58098,36 @@ dir = 8 }, /area/hallway/secondary/exit) +"tCE" = ( +/obj/machinery/door/airlock/hatch{ + autoclose = 0; + frequency = 1449; + id_tag = "telecomms_airlock_exterior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"tCF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/remains/robot, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "tCH" = ( /obj/machinery/power/apc{ areastring = "/area/storage/tools"; @@ -57931,39 +58140,40 @@ }, /turf/open/floor/plasteel, /area/storage/tools) -"tDK" = ( -/obj/structure/chair/wood/wings, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"tEO" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 +"tFJ" = ( +/obj/effect/landmark/stationroom/box/dorm_edoor, +/turf/template_noop, +/area/space) +"tId" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"tIB" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" }, -/obj/effect/turf_decal/tile/purple{ +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"tFa" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"tFJ" = ( -/obj/effect/landmark/stationroom/box/dorm_edoor, -/turf/template_noop, -/area/space) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -57980,54 +58190,19 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tKj" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"tLc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" +"tLe" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "tLh" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/virology) -"tLw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"tLZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "tMm" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -58045,22 +58220,15 @@ }, /turf/closed/wall, /area/maintenance/disposal/incinerator) -"tNb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction) -"tND" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 +"tNA" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/obj/structure/fireaxecabinet{ + pixel_y = -32 }, /turf/open/floor/plasteel, -/area/hallway/primary/aft) +/area/bridge) "tOj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58107,19 +58275,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tQh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "tQA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58139,13 +58294,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tRS" = ( -/obj/machinery/blackbox_recorder, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) @@ -58193,15 +58341,22 @@ }, /turf/open/floor/wood, /area/lawoffice) -"tVQ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" +"tVX" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" }, -/turf/open/floor/plating, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"tWg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) "tXh" = ( /obj/machinery/door/airlock/engineering{ @@ -58219,6 +58374,28 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"tXL" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -7; + pixel_y = 23 + }, +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 5; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "tYa" = ( /obj/structure/cable{ icon_state = "4-8" @@ -58234,13 +58411,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"tYC" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58260,22 +58430,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"udH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/radiation, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "ueh" = ( /obj/machinery/computer/med_data{ dir = 1 @@ -58288,6 +58442,18 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"uhR" = ( +/obj/structure/table/wood, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58295,20 +58461,13 @@ /obj/item/stack/sheet/metal/fifty, /turf/open/floor/plasteel, /area/storage/tools) -"ukz" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +"ujc" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ukG" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58320,18 +58479,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"ukQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "ulE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -58342,9 +58489,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"umK" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) "umU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -58374,6 +58518,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"unI" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "upt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -58386,6 +58534,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"upA" = ( +/obj/machinery/holopad, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "upE" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -58393,25 +58548,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"uqg" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uqD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -58427,37 +58563,63 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"utc" = ( -/obj/machinery/status_display/ai{ +"urR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"usK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27; + pixel_y = -34 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"uut" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/recharge_station, +/obj/structure/sign/warning/radiation/rad_area{ pixel_x = -32 }, -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"uty" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"uvv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/keycard_auth{ + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/bridge) +"uvH" = ( +/obj/machinery/light{ dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"utS" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58466,18 +58628,16 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"uwH" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "uxv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/engine/airless, /area/space) -"uxO" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "uya" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -58494,70 +58654,39 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"uzX" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"uAy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"uAY" = ( +"uCd" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /obj/structure/cable/white{ - icon_state = "2-8" + icon_state = "4-8" }, -/turf/open/floor/circuit, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"uCn" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, +"uCI" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"uDW" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +"uDB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/bridge) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58571,33 +58700,58 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uEQ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "uFb" = ( /obj/effect/turf_decal/tile/red{ dir = 8 }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/exit) -"uFU" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"uGQ" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 +"uGn" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ dir = 1 }, -/obj/machinery/light{ +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/effect/turf_decal/tile/white, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"uHh" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) "uHN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58618,6 +58772,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uIS" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58643,55 +58805,34 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uKU" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" +"uKD" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"uMj" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"uMT" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Starboard"; - network = list("minisat") +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"uNU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"uOb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;65" +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"uPe" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"uPF" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uQe" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -58734,56 +58875,34 @@ /obj/item/wirecutters, /turf/open/floor/plasteel, /area/hydroponics) -"uTm" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"uUT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plasteel, /area/escapepodbay) -"uVB" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"uWo" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"uWU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/item/toy/figure/borg{ + pixel_x = -4; + pixel_y = -2 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 }, -/obj/machinery/ai_slipper{ - uses = 10 +/obj/machinery/newscaster/security_unit{ + pixel_y = -28 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"uXA" = ( +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "uXY" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -58810,15 +58929,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"uZb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite Access" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "vaZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -58871,34 +58981,7 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vdO" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"vef" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, +"vdg" = ( /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) "vfv" = ( @@ -58914,39 +58997,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vgg" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"vgj" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"vjo" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/turf/open/floor/plasteel, -/area/bridge) -"viV" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer1{ - dir = 4; - name = "AI Satellite Supply" +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -58981,15 +59048,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vkS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -59010,29 +59068,6 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vnw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"vov" = ( -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"vox" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "voB" = ( /obj/machinery/vending/cigarette, /turf/open/floor/plasteel, @@ -59052,6 +59087,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"vqq" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -59094,15 +59137,27 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vts" = ( -/obj/structure/cable/white{ - icon_state = "2-4" +"vtl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 }, -/obj/structure/cable/white{ - icon_state = "1-4" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/item/radio/intercom{ + pixel_x = 32 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/aisat_interior) +"vup" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/storage/tech) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -59117,21 +59172,15 @@ }, /turf/open/floor/plating, /area/security/processing) -"vvz" = ( +"vwg" = ( /obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Starboard"; + dir = 1; + network = list("minisat") + }, /turf/open/space/basic, /area/space/nearstation) -"vwu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "vxh" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -59170,10 +59219,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"vBF" = ( +/obj/structure/table, +/obj/item/phone, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "vCb" = ( /obj/machinery/rnd/production/techfab/department/service, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"vDv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "vDB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59194,6 +59254,18 @@ dir = 1 }, /area/hallway/secondary/entry) +"vEa" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vEi" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -59210,6 +59282,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"vEl" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "vFa" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59227,6 +59309,16 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/chapel/main) +"vFO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vGW" = ( /obj/effect/landmark/start/atmospheric_technician, /obj/structure/chair/office/dark{ @@ -59234,23 +59326,24 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vHN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small{ +"vHt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/storage/tech) -"vJz" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ +/area/ai_monitored/turret_protected/ai_upload) +"vJd" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vKC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59270,43 +59363,37 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"vMo" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 }, /turf/open/space/basic, /area/space/nearstation) -"vNP" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 1; - name = "Telecommunications Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"vOk" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/white, -/area/storage/tech) "vOl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"vOu" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vOD" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -59319,14 +59406,6 @@ }, /turf/open/space, /area/space) -"vRl" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vRI" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -59346,6 +59425,12 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/mixing) +"vSB" = ( +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "vSD" = ( /obj/machinery/pipedispenser, /obj/structure/extinguisher_cabinet{ @@ -59354,26 +59439,17 @@ /turf/open/floor/plasteel/dark, /area/engine/atmos) "vTg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"vTh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/item/circuitboard/machine/telecomms/hub, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/item/circuitboard/machine/telecomms/relay, +/obj/item/circuitboard/machine/telecomms/server, +/obj/item/circuitboard/machine/telecomms/server, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "vTi" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -59394,6 +59470,23 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) +"vUB" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"vVK" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59413,6 +59506,54 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"vXl" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/item/radio/off{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"vXP" = ( +/obj/machinery/light_switch{ + pixel_y = -27 + }, +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"vYb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "vYs" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 4 @@ -59426,25 +59567,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"vZu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"vZL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59458,80 +59580,43 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"vZU" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "vZX" = ( /obj/structure/cable{ icon_state = "2-4" }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"wcV" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wec" = ( /obj/machinery/light/small{ dir = 8 }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"weD" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"weF" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 25; - pixel_y = -6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat  Antechamber"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"weW" = ( +"wei" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-8" }, /turf/open/floor/plasteel, -/area/hallway/primary/central) +/area/hallway/primary/aft) +"weD" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"wfD" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) "wfJ" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59548,42 +59633,24 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"whg" = ( -/obj/machinery/light, -/obj/machinery/computer/aifixer{ +"whs" = ( +/obj/machinery/light{ dir = 1 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"whi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"whH" = ( -/obj/machinery/airalarm{ - pixel_y = 24 +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"wia" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 +/obj/effect/turf_decal/stripes/end{ + dir = 4 }, -/obj/effect/turf_decal/tile/brown{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/machinery/light/small{ + dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "wil" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59591,6 +59658,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/port/aft) +"wiq" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"wis" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "wjn" = ( /obj/structure/cable, /obj/structure/cable{ @@ -59603,10 +59684,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) -"wjJ" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "wkE" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -59648,53 +59725,25 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wmQ" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -7; - pixel_y = 23 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 5; - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"wqD" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 24; - pixel_y = -10 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 8; - network = list("minisat","ss13") - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = 32; - pixel_y = 0; - req_access_txt = "19" +"wog" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) +"wpB" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"wqn" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-8" }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 +/obj/structure/cable{ + icon_state = "0-8" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/maintenance/port/aft) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59710,6 +59759,28 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"wra" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"wrr" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "wrz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -59717,24 +59788,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wsF" = ( -/obj/item/storage/toolbox/mechanical, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"wtm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) -"wtx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +"wrT" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -24 }, +/obj/structure/cable, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/area/engine/gravity_generator) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59774,11 +59836,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"wvL" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plasteel/white, -/area/storage/tech) "wvX" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, @@ -59795,6 +59852,36 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"wwm" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 + }, +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_x = 28; + pixel_y = -26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"wwC" = ( +/obj/machinery/power/terminal, +/obj/machinery/door/window{ + dir = 8; + name = "Gravity Generator SMES"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "wxr" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -59802,15 +59889,18 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wxO" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13,tcomms") +"wxI" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -59840,6 +59930,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"wyl" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "wyT" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/camera{ @@ -59868,32 +59965,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"wAB" = ( -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -26; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -5; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -6; - pixel_y = 21 +"wAK" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wBr" = ( /obj/machinery/firealarm{ dir = 4; @@ -59902,17 +59979,6 @@ /obj/effect/landmark/stationroom/box/hydroponics, /turf/open/floor/plasteel, /area/hydroponics) -"wBR" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "wCs" = ( /obj/machinery/power/apc{ areastring = "/area/security/main"; @@ -59937,6 +60003,15 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/fore) +"wDc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "wDq" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59962,40 +60037,16 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"wED" = ( -/obj/structure/table/wood, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/folder{ - pixel_x = 6; - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "wFe" = ( /obj/structure/transit_tube/junction{ dir = 4 }, /turf/open/space/basic, /area/space/nearstation) -"wIh" = ( -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 1; - name = "Telecomms Server APC"; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +"wHv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -60016,41 +60067,25 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wIU" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"wIY" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"wLF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"wNh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wNp" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "wPB" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -60066,20 +60101,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"wRP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/item/radio/intercom{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "wRR" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -60094,28 +60115,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wSG" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"wSI" = ( -/obj/effect/turf_decal/stripes/line{ +"wSR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 }, /turf/open/floor/plasteel, -/area/hallway/primary/central) +/area/engine/engine_smes) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -60148,13 +60159,18 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"wVE" = ( -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 +"wWD" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"wWM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -60173,35 +60189,38 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"wXL" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/components/unary/portables_connector, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"wZZ" = ( -/obj/effect/landmark/stationroom/box/aftmaint, -/turf/template_noop, -/area/template_noop) -"xbJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +"wYI" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"wZa" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"xcA" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" +"wZZ" = ( +/obj/effect/landmark/stationroom/box/aftmaint, +/turf/template_noop, +/area/template_noop) +"xbR" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel, +/area/storage/tech) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -60217,17 +60236,34 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"xfh" = ( +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, /turf/open/space/basic, /area/space) -"xgL" = ( -/obj/structure/window/reinforced{ - dir = 8 +"xgG" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "xhV" = ( /obj/structure/cable{ icon_state = "2-8" @@ -60239,61 +60275,18 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xid" = ( -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/obj/structure/table/wood, -/obj/item/book/manual/wiki/tcomms{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"xiy" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"xja" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"xjA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +"xmL" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/light{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/porta_turret/ai{ + scan_range = 4 }, -/turf/open/floor/plasteel, -/area/storage/tech) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -60301,10 +60294,25 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) +"xnt" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "xnF" = ( /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) +"xnM" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "xnR" = ( /obj/structure/window/reinforced{ dir = 1 @@ -60329,6 +60337,15 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"xpg" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13,tcomms") + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -60341,17 +60358,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xrz" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 +"xsh" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60359,34 +60372,16 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) -"xsR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"xsT" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "xul" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xuA" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/storage/tech) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -60401,12 +60396,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xAU" = ( -/obj/machinery/airalarm{ - pixel_y = 24 +"xwe" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"xyG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "xBo" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -60418,13 +60420,10 @@ }, /turf/open/floor/engine, /area/escapepodbay) -"xDG" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) +"xCw" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -60434,6 +60433,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xEs" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/construction) "xFj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60449,41 +60452,42 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"xFJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +"xGu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xHa" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plasteel, /area/engine/atmos) +"xHX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "xIa" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"xJg" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 +"xIx" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xJj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -60507,25 +60511,39 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"xJJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/construction) -"xKX" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 +"xKE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -22 +/obj/effect/turf_decal/tile/red{ + dir = 8 }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/bridge) +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"xLb" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "xLv" = ( /obj/structure/table, /obj/item/hand_labeler, @@ -60543,27 +60561,33 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"xMX" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" +"xNn" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters" }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" }, -/turf/open/floor/plasteel, -/area/storage/tech) +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xNu" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60571,32 +60595,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xOx" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"xOR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "xQA" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"xQT" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ - name = "Waste Ejector" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) "xRs" = ( /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel/dark, @@ -60607,6 +60609,16 @@ /obj/item/clothing/under/yogs/rank/clerk/skirt, /turf/open/floor/plasteel, /area/clerk) +"xTl" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "xTD" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -60631,19 +60643,6 @@ /obj/item/pet_carrier/xenobio, /turf/open/floor/plasteel, /area/science/xenobiology) -"xTG" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xWi" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -60663,13 +60662,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"xXM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "xYi" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -60686,10 +60678,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"xYV" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "xZb" = ( /obj/structure/cable{ icon_state = "0-4" @@ -60702,6 +60690,13 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) +"yal" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "yan" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -60723,22 +60718,6 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) -"yca" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -60757,6 +60736,15 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) +"ydO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "ydU" = ( /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plasteel/dark, @@ -60773,18 +60761,17 @@ /obj/structure/tank_dispenser, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"ygg" = ( -/obj/machinery/light{ - dir = 8 +"yfT" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" }, -/obj/structure/chair/office/light{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -60809,25 +60796,38 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"yiz" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "yjy" = ( /obj/structure/transit_tube/diagonal{ dir = 4 }, /turf/open/space/basic, /area/space/nearstation) +"ykg" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -5; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -6; + pixel_y = 21 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "ylH" = ( /obj/machinery/sparker{ id = "testigniter"; @@ -83123,7 +83123,7 @@ aaa aaa aaa aaa -rOf +aaa aaa aaa aaa @@ -83378,7 +83378,7 @@ bPr aaa aaa aaa -aoV +aae aaa aaa aaa @@ -84907,16 +84907,16 @@ aaa cjJ ckw clC -iXv -lqd -dTe -mOQ -ygg +nWd +clh +tdL +usK +eOI btG -fqS -jHS -jUD -iYa +rMt +fiu +cjQ +kHq bgN btG aaa @@ -85168,13 +85168,13 @@ aGx clE cnN bBF -gtH +wSR btG -pdo +urR bih big bii -sgq +laF btG aaa aaa @@ -85424,10 +85424,10 @@ clD bEh cnn cnM -oAZ -xFJ -vdO -lbs +tId +dzE +vjo +hqt big bgN bkZ @@ -85682,9 +85682,9 @@ aSi clG cnP bBH -ljr +qmw btG -irL +snO bii big bih @@ -85935,17 +85935,17 @@ aaa cjJ ckz clF -gLq +nvH cnp cnO bEH -egs +eVD btG -cGv -kBS -gQV -mYA -sYM +xHX +jxK +kHS +ydO +wrT btG gXs gXs @@ -86195,17 +86195,17 @@ cjJ cjJ cjJ cnR -hXh +rQe cjJ btG -eUX -hfR +wwC +ktX btG btG btG btG gXs -tcW +iOQ abY aaT aaT @@ -86451,9 +86451,9 @@ aaa aaa aaf cjJ -udH +dxZ bEL -gXi +uut cjJ btG btG @@ -86462,7 +86462,7 @@ aaf aoV aaa gXs -tcW +iOQ ctv ctv ctv @@ -86708,7 +86708,7 @@ bCq bCq bCq cjJ -rFI +dGf aZi aHm cjJ @@ -86951,7 +86951,7 @@ bIp bCq bCq ceW -imB +rrG bSs bCq bCq @@ -86966,7 +86966,7 @@ ceY ccw ccw cnR -uDW +iiy cjJ ccw ccw @@ -87191,24 +87191,24 @@ bqM bCn bGq bGq -ukQ +cOA bGq bLw bGq bGq bGq bLw -ukQ +cOA bGq hQb qsH bCq bIb -pCg +mNQ bIC bCq bJp -vov +kkL bJD bCq bJV @@ -87222,10 +87222,10 @@ bHE bHE cmD cnr -prl +rYC bEP -spw -rZW +pNg +iHQ bkz bkA crp @@ -87444,25 +87444,25 @@ bnM bAe bBg mlj -hdH -hdH -uPF -mFC -nir -hdH -uPF -mFC -mFC -mFC -mFC -nir -hdH +uHh +uHh +rsl +qHO +wqn +uHh +rsl +qHO +qHO +qHO +qHO +wqn +uHh bCq vAA bCq bIf bCq -sNx +fjT bCq bPr bPr @@ -87699,7 +87699,7 @@ aKF aLX aJq aJq -tpH +hkw mlj aaa aaf @@ -87713,7 +87713,7 @@ gXs aaa aaa aaa -hdH +uHh ciT bqD bCq @@ -87956,8 +87956,8 @@ bwg aJw aJq aJq -weW -gOQ +hip +sPQ gXs aaa aaa @@ -87968,20 +87968,20 @@ gXs aoV gXs aaa -ddd -rfc -hdH +gbD +dvi +uHh pew bqD bCq gXs gXs aaf -clu -sLp -ojD -hgD -sSS +xTl +mgW +mDU +uIS +iLp aaf bCq cay @@ -88213,7 +88213,7 @@ bqy aJw aJq aJq -nhR +iPT mlj gXs gXs @@ -88224,8 +88224,8 @@ bfv bfv gXs gXs -ddd -nir +gbD +wqn bUs bHE bHE @@ -88234,11 +88234,11 @@ bPr bPr bPr gXs -iel -sDi -cCN -ijm -iel +pfK +nxG +qxH +sQZ +pfK aaa bCq cay @@ -88470,20 +88470,20 @@ bmr bmr byN aJq -weW -gOQ +hip +sPQ aaa aaa bfv -jJR -pNH -nvF +pra +eRM +iDf bfv bfv aaa -nvf -qeX -uTm +swv +xnt +dru bGq bGq bww @@ -88491,11 +88491,11 @@ bHE bHE bPr aaa -iel -vHN -fcA -sEG -iel +pfK +mCD +nmU +oBF +pfK aaa bCq cay @@ -88727,18 +88727,18 @@ bwi bmr aMm aJq -bBk +fMz mlj -pen -pen +oAl +oAl bfv -jGu -rEj +eNR +vHt aDq -fPl +xmL bfv gXs -dJn +hYV bNI bvG bNI @@ -88748,11 +88748,11 @@ bNI bHE bCs bCs -gcL +oDo bGu -rfY +vYb bJi -gcL +oDo bCs bCs cay @@ -88982,35 +88982,35 @@ brS bsY ays bmr -cGM +liV cBw -dpn +kKm mlj -cxA -pen -xAU -tjT -vox -tLZ -jSz -mVJ -aaa -dJn +sTY +oAl +iUN +dyH +fMV +ecr +ceM +wog +aaa +hYV bRl -rfq -syS -sGN +qDu +dbI +xEs cCf bNI bHE bCs -vOk -wSG -tgM -qKY -uPe -wIY -pqU +ePQ +ibp +sVv +qcw +qWg +gqd +krY bCs cay ccw @@ -89240,34 +89240,34 @@ buO bwk bmr aMn -kLc -whi -kLV -tLw -iMV -cao -hup -juj -kRJ -lbf +hXb +sol +tIB +jUX +myv +qKW +peX +loX +rlR +mpn bfv aaa -dJn +hYV cCd -cTo -lTy +kIP +iDb cCd cCe bNI bHE bCs -kPm -gJw -vTh -jVc -ppo -iPN -iXt +qFR +xbR +mKR +fMs +vup +mro +nqj bCs cay ccw @@ -89497,34 +89497,34 @@ buN aCO bmr byP -gzf -cQG +cav +oTj mlj -cUN -pen +sAW +oAl aDq aDq -kEt -kZv -jHn -mVJ +dhR +cOo +sbf +wog gXs -dJn +hYV bNJ bvc -mEN +sNS bNJ cCe bNI bHE bCs -rVg -few -fUp -vwu -oMM -tzU -oWS +pZI +sVV +lSu +ehX +gks +ewO +tpP bCs cay ccw @@ -89754,34 +89754,34 @@ bnS aUt bfs bft -psT -mVO +sOp +tlB mlj -pen -pen -mKR -qyb -bSR +oAl +oAl +pTY +jmf +vDv aDq -jRI +kLU bfv gXs -dJn +hYV bNL buQ xhV -hsA -obG +exJ +hKW bNI bHE bCs -xMX -uzX -kBA -mnm -sAO -lHn -nMr +gbU +uEQ +nWV +eJG +xyG +jlE +ouB bCs cay ccw @@ -90012,33 +90012,33 @@ bmr bmr byQ bne -vkS -gOQ +wNh +sPQ aaa aaa bfv -pJP -hmC -vJz +wrr +eXt +vqq bfv bfv aaa -dJn -jyZ -lRe -xJJ -tNb -dqf +hYV +cyf +knu +fwD +mOE +mvj bNI bHE bCs -ony -mFY -hzJ -sVG -kgn -fyc -fGf +sbr +qjc +wiq +rpz +rSl +tbP +fwQ bCs cay ccw @@ -90247,7 +90247,7 @@ aSv aTV aYg aTX -oXh +uDB aZM aZM aZM @@ -90257,10 +90257,10 @@ aZM aZM aZM aZM -oWb -cQZ -kbX -umK +ujc +sWM +hLT +lyY gXs aaa gXs @@ -90269,7 +90269,7 @@ gXs bOS aXf bne -kzK +lWb mlj aaa gXs @@ -90280,7 +90280,7 @@ bfv bfv aaa aaa -dJn +hYV bNJ buQ cCd @@ -90289,13 +90289,13 @@ cCc bNI bHE bCs -mzv -xjA -gAt -hsC -gAt -hYh -lOR +gNH +cmf +wDc +qKw +wDc +eLS +euL bCs cay ccw @@ -90503,31 +90503,31 @@ aRi aSu aTU aXY -xKX +aWO aPR bVI -kXc -lio -okq -nmb -mPz -hmF -pfa -lvL -kiW -tfN -xJg -umK +fmB +uvH +met +dkH +rgV +dBX +fGp +dkw +gGE +nhF +get +lyY bVJ -smQ -smQ -gFI +iGW +iGW +tll aaa bOS aXf bne -uxO -gOQ +baR +sPQ gXs gXs aaa @@ -90537,7 +90537,7 @@ aaa gXs aaa gXs -dJn +hYV cjo buQ bNJ @@ -90546,13 +90546,13 @@ cCb bNI bHE bCs -uVB -oCA -kEX -jSm -wvL -fyc -cag +iVs +lEE +emX +fBs +pUU +tbP +hlK bCs cay ccw @@ -90761,25 +90761,25 @@ aSx aTX aYg aWU -npO -dUY -rdV -qZg -qFx -qUP -fgq -tEO -lMu -lvL -nNQ -tfN -tfN -ets +oIz +tbN +xKE +dcI +kbr +pDi +fCQ +cmt +unI +dkw +lUh +nhF +nhF +vTg bVJ -fUA -qcM -gFI -gFI +oRe +lrv +tll +tll aJw aXf bne @@ -90794,17 +90794,17 @@ aaa gXs gXs gXs -dJn -cEF +hYV +icE bvc -gWZ +eNC bNJ bSz bNI bHE bCs -jNe -sAk +xuA +ePJ bCs bCs bCs @@ -91019,39 +91019,39 @@ aTW aYv aWQ aPR -njf -uqg -wjJ -tcM -xTG -sTJ -nKa +jjV +iHK +iPM +kpG +jWe +qRP +oBp bVI bVI -umK -vNP -qLw -eBu +lyY +jyi +wWM +pYL bVJ -bTB -mRc -wxO -utc +qqG +uXA +xpg +hsM aJw byS bne aDs mlj -kOO -etz -kOO -etz -kOO -etz -kOO -kOO -etz -dJn +tzK +sXM +tzK +sXM +tzK +sXM +tzK +tzK +sXM +hYV bNI bvd bNI @@ -91061,12 +91061,12 @@ bNI bTz bCs bCs -fgs +cQE bCs -sve -qRG -iKM -mCD +eZY +lwf +ogn +bUZ bCq cdi ccw @@ -91274,40 +91274,40 @@ aRn aSz aTY aYA -vgj +qns aPR -fRX -nNh -yiz -phW -icR -tnm -sUV -lxw -pek -umK -fIX -uAy -tfN +iCj +sVY +vVK +qMl +gck +hVt +vOu +hFB +hYT +lyY +oQa +mhA +nhF bVJ -hdJ -mRc -okm -eyH +dfu +uXA +sVs +xwe aJw -wSI +hJr aXM aUv bCu bAO -egp +jZF bSA -egp +jZF bSA -egp +jZF bHR bIe -egp +jZF bJz bSA bve @@ -91317,14 +91317,14 @@ bSA bWL bSA bSA -lWb -hxT +oDs +iRw bSA -tND +fGq bLI bWJ -vZU -ukz +prF +xLb caC ccw cij @@ -91528,54 +91528,54 @@ aNx aOE aPS aRm -doP +tBV aTX aZf -ebQ +tNA aPR -olr -uty -tYC -fFR -sfz -yca -rzx -fVw -ppb -jVF -kSW -hkI -vnw -rel -xsR -bIZ -bTU -cvm -pfi +wWD +noP +yal +mha +bRm +quo +oGY +tzj +cAk +tCE +gyH +qUv +kzz +gzA +kRH +oWZ +bQI +eCf +qtE bwa boU aXE jWz bQQ -rNp +wei aXW -pJr +jHK aYt -rNp +wei bLZ bbp -rNp +wei bLZ -xOR -vTg +bSL +gcX cBH bMG bLZ bLZ bLZ bLZ -qDX -sjI +idS +xgG bLZ cbr bLZ @@ -91788,28 +91788,28 @@ aRp aSB aTZ aZg -sDp +uvv aPR -wIh -nTi -kIZ -wcV -tKj -rWx -wLF -lxw -muA -umK -wmQ -wtx -dCq +oKg +iMy +xIx +wZa +uMj +wpB +vJd +hFB +whs +lyY +tXL +hfU +tLe bVJ -uGQ -mRc -spq -fwQ +rLH +uXA +xGu +hXK aJw -oCm +wis bfz aXf bzG @@ -91831,7 +91831,7 @@ bQg bQg bQg bQg -qZy +wxI bFq bFq cbt @@ -92045,26 +92045,26 @@ aRo aSA aTX aYA -smh +lQw aPR -cYJ -gxs -lMe -xOx -jnx -fcd -eMi -vgg -vgg -iUO -iGT -iBM -mZm +cvE +enk +gJE +xsh +oYI +ltD +uGn +cDp +cDp +jTx +sEx +stw +sqN bVJ -mRc -fYr -eBo -xid +uXA +wwm +eHr +vXP aJw aOx aJq @@ -92303,25 +92303,25 @@ aSD ceh aZj aWU -npO -tRS -gTy -xja -ceH -nuq -mKH -ljd -xYV -lvL -wXL -nfi -mhT -hkz +oIz +lVc +lYY +nkH +deQ +iZq +xCw +lhd +pOL +dkw +szn +hGM +wAK +vXl bVJ -sTb -xcA -gFI -gFI +sMu +tVX +tll +tll aJw aJq aJq @@ -92559,25 +92559,25 @@ aRq aSC aUa aZl -mBr +qsS aPR bVI -wia -gDQ -hAK -qdM -oXv -xbJ -dON -lvL -pzl -hvR -iCv -umK +uOb +vEa +mvx +kgF +iZK +mYK +vUB +dkw +cyO +bUv +mJA +lyY bVJ -smQ -smQ -gFI +iGW +iGW +tll aaa bOS aJq @@ -92817,7 +92817,7 @@ aSE aUc aYA aTX -lXT +qTI aZV aZV aZV @@ -92827,10 +92827,10 @@ aZV aZV aZV aZV -eFL -eAo -tpr -umK +oSf +eYe +ngQ +lyY gXs aoV gXs @@ -94675,15 +94675,15 @@ gXs aaa gXs gXs -otN -uZb -kQl -vZL -ocZ -tyi -ocZ -ocZ -rbr +nMX +cKX +rBO +rAm +nvO +sRq +nvO +nvO +eZM oqv tAu ciZ @@ -94932,15 +94932,15 @@ bvA bvA bvA gXs -otN -hfg -dSP -lHH -mTc -rqw -rqw -wtm -qDj +nMX +pBZ +wHv +nND +dNq +rFz +rFz +mtN +rjh mRQ xhW xhW @@ -95189,14 +95189,14 @@ bMf bMf bvA aaa -otN +nMX ccw -xgL -ifL -xgL +gHK +pvD +gHK ccw ccw -stN +dYU clJ cig ciZ @@ -95410,7 +95410,7 @@ bwu bwu bwu bBB -pJu +eoH aJw bFp bGJ @@ -95448,13 +95448,13 @@ bvA aaa dOc sRa -wIU -hOR -cde +ixz +mma +djk llD ccw -fGL -oTL +vSB +roj cig cig bOg @@ -95710,8 +95710,8 @@ ajX ajX ltm ccw -hWQ -hrX +wYI +rIz ccw aaa afp @@ -95966,10 +95966,10 @@ aaa aaa aaa cqY -hWD -hdI -hge -hWD +bWq +kDS +vBF +bWq aaa aaa aaa @@ -96223,10 +96223,10 @@ yjy aaa akE aaa -hWD -hWD -hWD -hWD +bWq +bWq +bWq +bWq aaa aaa aaa @@ -99575,10 +99575,10 @@ aaa pEf gXs aaa -mse -nAf -kYZ -cfh +rfw +lDE +poy +sKM xnR aaa gXs @@ -99830,15 +99830,15 @@ aaa aaa aaa pEf -erm -erm -erm -fNW -oKK -cWe -erm -erm -erm +uKD +uKD +uKD +caL +vdg +wNp +uKD +uKD +uKD pEf aaa aaa @@ -99849,7 +99849,7 @@ aaa aaa aaa aaa -aaa +wfD aaa aaa aaa @@ -100085,19 +100085,19 @@ aaa aaa aaa pEf -dQJ +dRq pEf -gxr -oZm -uKU -xXM -jJt -rcZ -tVQ -eRX -utS +kHn +hWq +rjG +jMp +irP +pAz +bNV +nad +yfT pEf -rCL +hZe pEf gXs aaa @@ -100342,19 +100342,19 @@ aaa aaa aaa pEf -iYM -iYM -iYM -iYM -erm -iUq -chB -jtK -erm -erm -erm -erm -erm +rlz +rlz +rlz +rlz +uKD +tWg +vMo +wyl +uKD +uKD +uKD +uKD +uKD pEf gXs aKN @@ -100599,19 +100599,19 @@ aaa aaa aaa pEf -iYM -eeL -mPD -wBR -erm -whH -jik -pbL -erm -oKK -dJm -ryp -erm +rlz +bYU +sUP +elt +uKD +sRR +nLZ +shh +uKD +vdg +hPa +rjR +uKD pEf gXs aKN @@ -100856,19 +100856,19 @@ aaa aaa aaa pEf -iYM -eeL -tbT -erF -erm -wqD -scK -wRP -uNU -uUT -rIj -dWE -erm +rlz +bYU +nvt +huJ +uKD +nwb +dAh +vtl +hDw +kFq +sDz +oUp +uKD pEf aaa aaa @@ -101113,19 +101113,19 @@ aaa pEf pEf pEf -iYM -iIL -viV -nmn -erm -erm -kuc -erm -erm -wsF -hqC -dkg -erm +rlz +kKu +mCG +gtP +uKD +uKD +gGD +uKD +uKD +qNy +esk +rmJ +uKD pEf pEf pEf @@ -101367,25 +101367,25 @@ cSf nkd aaa aaa -exe -iYM -iYM -iYM -mOb -gjC -iYM -erm -hpJ -cyq -eXR -erm -erm -erm -erm -erm -erm -erm -oOM +eJM +rlz +rlz +rlz +frw +pEn +rlz +uKD +slT +foA +ocm +uKD +uKD +uKD +uKD +uKD +uKD +uKD +rNY aaa aKN aaa @@ -101625,23 +101625,23 @@ cmd aaa aaa pEf -iYM -qXx -wVE -rvK -cXd -iYM -oRX -oKK -kQZ -kTm -bWs -erm -sKF -tFa -wED -gJY -erm +rlz +cWy +qQi +iGe +pTr +rlz +dBW +vdg +vFO +qwl +dfC +uKD +uwH +pog +uhR +uWo +uKD pEf aaa aKN @@ -101880,25 +101880,25 @@ eGn cmd aaa aaa -xQT -jJe -hLk -sVj -sfV -lHO -tQh -lPg -vRl -emU -fEW -vef -tkG -crv -vZu -pJy -kwU -rZB -uFU +ezp +doq +lhJ +gpN +kRn +kCI +mZe +jUp +sXH +suG +kxx +dpT +pIj +fzJ +iNS +oFX +vEl +osC +fBk pEf gXs aKN @@ -102138,24 +102138,24 @@ rkQ aaa aaa aaa -ncp -iYM -dXn -lbQ -fHk -lHY -iYM -hDA -weF -nuK -lPb -hDA -erm -xsT -cga -mGD -whg -erm +jeo +rlz +xnM +tCF +gZv +lfD +rlz +ofG +iJz +eYw +rXz +ofG +uKD +hOU +xfh +rVl +gGw +uKD pEf gXs aKN @@ -102395,24 +102395,24 @@ aaa aaa aaa aaa -ncp -iYM -iYM -iYM -iYM -iYM -iYM +jeo +rlz +rlz +rlz +rlz +rlz +rlz cva cva -saO +xNn cva cva -erm -erm -erm -erm -erm -erm +uKD +uKD +uKD +uKD +uKD +uKD pEf gXs aaa @@ -102652,21 +102652,21 @@ aaa aaa aaa aaa -glp +jve pEf pEf pEf -uCn +bSX cva cva cva -nHm -uWU -nHm +hqr +ezq +hqr cva cva cva -uCn +bSX pEf pEf pEf @@ -102902,25 +102902,25 @@ lcI bPX aeD aeD -vvz -fFL -fFL -kdB +hvw +lzD +lzD +scD aeF aeF -qdA -xDG +dWs +iDm aaa aaa pEf cva cva cva -dmG -sck -pZc -hYF -oVi +eQD +har +dkS +wra +qrV cva cva cva @@ -103172,13 +103172,13 @@ pEf pEf cva cva -sPZ -dGq -xiy -iKj -cRj -pAw -sPZ +uCI +cXj +enT +csr +lic +loS +uCI cva cva pEf @@ -103429,13 +103429,13 @@ pEf cva cva cva -igd -nyL +kPG +uCd cva cva cva -dOo -emd +jwr +qEg cva cva cva @@ -103682,21 +103682,21 @@ aaa aaa aaa aaa -swz +qYz cva cva cva -gEi -nyL +jGy +uCd cva -wAB +ykg cva -qZC -ecA +jji +mFB cva cva cva -gYy +erx aaa aKN aKN @@ -103942,15 +103942,15 @@ aaa pEf cva cva -fGp -nbn -nyL -srO -gcC -rJQ -qZC -eCZ -kfx +dgP +ijQ +uCd +iDE +goG +hYD +jji +sjZ +iCP cva cva pEf @@ -104200,12 +104200,12 @@ pEf cva cva cva -icL -nyL +gKx +uCd cva -tLc +ayp cva -qZC +jji azM cva cva @@ -104457,13 +104457,13 @@ pEf pEf cva cva -mYx -uAY -teg -gSz -vts -mFm -mYx +nzz +ehn +gsh +upA +jnp +rof +nzz cva cva pEf @@ -104715,11 +104715,11 @@ pEf cva cva cva -glx +jCC aet -iWI -guJ -ich +qxl +gHs +njO cva cva cva @@ -104973,9 +104973,9 @@ pEf cva cva cva -mYx -lPv -xrz +nzz +mXd +jrN cva cva cva @@ -105226,17 +105226,17 @@ gXs gXs aaa gXs -naM +vwg cva cva cva cva -eFi -gxB +pqH +dJl cva cva cva -uMT +swk aaa aaa aaa @@ -106002,7 +106002,7 @@ gXs gXs pEf pEf -hqy +sKj pEf pEf aaa @@ -106017,7 +106017,7 @@ aaa aaa aaa aaa -aaa +wfD aaa aaa aaa @@ -109515,8 +109515,8 @@ aKu aTe aFz aFz -tDK -aQw +sZG +jUt cdl aXB oef From fe0057d1f004371118bde95d916cd0aa2c706f1b Mon Sep 17 00:00:00 2001 From: partykp Date: Wed, 20 May 2020 20:57:40 +0200 Subject: [PATCH 18/26] shitty altar --- _maps/map_files/YogStation/YogStation.dmm | 11751 +++++++++----------- 1 file changed, 5381 insertions(+), 6370 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 607f5b28d500..b5f5083bedd4 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -508,6 +508,17 @@ "abc" = ( /turf/closed/wall, /area/security/execution/transfer) +"abd" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved/flipped, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "abe" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -516,6 +527,15 @@ /obj/machinery/portable_atmospherics/pump, /turf/open/floor/plasteel, /area/science/mixing) +"abf" = ( +/obj/structure/transit_tube/station{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "abg" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6 @@ -525,6 +545,16 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"abh" = ( +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "abi" = ( /obj/structure/table, /obj/structure/bedsheetbin, @@ -1905,6 +1935,29 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/security/prison) +"adK" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = 25 + }, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -27; + pixel_y = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "adL" = ( /obj/structure/closet{ name = "Evidence Closet" @@ -1944,6 +1997,16 @@ }, /turf/open/space, /area/space) +"adQ" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "adR" = ( /turf/closed/wall/r_wall, /area/security/main) @@ -2223,9 +2286,18 @@ }, /turf/open/floor/plasteel, /area/security/main) +"aes" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "aet" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"aeu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "aev" = ( /obj/machinery/light{ dir = 4 @@ -2567,6 +2639,18 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"aeY" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"aeZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "afa" = ( /obj/docking_port/stationary{ dir = 4; @@ -3221,6 +3305,15 @@ /obj/machinery/computer/prisoner, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) +"agq" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "agr" = ( /obj/machinery/computer/secure_data, /turf/open/floor/plasteel/showroomfloor, @@ -4957,6 +5050,18 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/brig) +"ajC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/camera/motion{ + c_tag = "AI Chamber North"; + dir = 1; + network = list("RD") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ajD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -5116,6 +5221,12 @@ }, /turf/open/floor/plasteel, /area/security/courtroom) +"ajS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "ajT" = ( /obj/structure/chair{ dir = 8; @@ -5220,6 +5331,24 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/brig) +"akd" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "ake" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -5809,6 +5938,15 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab) +"alm" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "aln" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -6115,6 +6253,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"ama" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "amb" = ( /obj/structure/chair{ dir = 8 @@ -6537,6 +6681,10 @@ /obj/structure/closet/secure_closet/brig, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) +"amO" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "amP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -7289,6 +7437,39 @@ /obj/item/circuitboard/machine/monkey_recycler, /turf/open/floor/plating, /area/maintenance/port/fore) +"aop" = ( +/obj/effect/landmark/start/ai, +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 24 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = 25 + }, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -27; + pixel_y = 4 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 28; + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "aoq" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -7861,6 +8042,12 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"apF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "apG" = ( /obj/machinery/portable_atmospherics/canister/water_vapor, /turf/open/floor/plasteel, @@ -7890,9 +8077,36 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"apI" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/window{ + name = "AI Core Door"; + req_access_txt = "16" + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "apJ" = ( /turf/closed/wall, /area/construction/mining/aux_base) +"apK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/turretid{ + name = "AI Chamber turret control"; + pixel_x = 5; + pixel_y = 24 + }, +/obj/machinery/flasher{ + pixel_x = -10; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "apL" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -8213,6 +8427,15 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"aqt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "aqu" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=2"; @@ -11686,14 +11909,6 @@ /obj/effect/turf_decal/stripes/corner, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"ayp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) "ayq" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -12287,6 +12502,20 @@ "azF" = ( /turf/closed/wall, /area/hydroponics/garden) +"azG" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "azI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -13014,6 +13243,14 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"aBi" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Chamber South"; + dir = 1; + network = list("RD") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "aBj" = ( /obj/structure/rack, /obj/machinery/light{ @@ -13209,6 +13446,16 @@ "aBI" = ( /turf/closed/wall, /area/security/checkpoint/auxiliary) +"aBJ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "aBK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -13738,6 +13985,30 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) +"aCM" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload turret control"; + pixel_y = 25 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "aCN" = ( /obj/machinery/requests_console{ department = "Science"; @@ -13999,6 +14270,14 @@ "aDo" = ( /turf/open/floor/plasteel, /area/storage/primary) +"aDp" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "aDq" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) @@ -14074,6 +14353,13 @@ }, /turf/open/floor/plasteel, /area/clerk) +"aDx" = ( +/obj/machinery/computer/upload/ai, +/obj/machinery/flasher{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aDy" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/effect/turf_decal/tile/yellow{ @@ -14449,6 +14735,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"aEj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "aEk" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -14801,6 +15093,16 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"aEY" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) "aEZ" = ( /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/eva) @@ -15242,6 +15544,17 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"aFT" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/machinery/light/small, +/obj/structure/closet/radiation, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "aFU" = ( /obj/effect/landmark/start/assistant, /obj/structure/cable{ @@ -15289,6 +15602,13 @@ }, /turf/open/floor/plasteel, /area/clerk) +"aFX" = ( +/obj/machinery/computer/upload/borg, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aFY" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -15300,6 +15620,18 @@ /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"aFZ" = ( +/obj/machinery/porta_turret/ai{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aGa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "aGb" = ( /obj/machinery/light/small{ dir = 4 @@ -15318,6 +15650,24 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"aGd" = ( +/obj/effect/turf_decal/stripes, +/obj/machinery/light, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/radio/intercom{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "aGe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -15387,6 +15737,20 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) +"aGl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "aGm" = ( /obj/structure/toilet{ pixel_y = 8 @@ -15876,6 +16240,9 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) +"aHj" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "aHl" = ( /obj/structure/closet/crate/coffin, /obj/machinery/door/window/eastleft{ @@ -16146,6 +16513,15 @@ }, /turf/open/floor/plasteel, /area/clerk) +"aHM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "aHN" = ( /obj/structure/table, /obj/item/stack/sheet/metal/fifty, @@ -16297,6 +16673,23 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/theatre) +"aIa" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/structure/table, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "aIb" = ( /obj/machinery/power/apc{ areastring = "/area/crew_quarters/theatre"; @@ -16336,6 +16729,13 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) +"aIe" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "aIf" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ @@ -16444,6 +16844,16 @@ "aIp" = ( /turf/closed/wall, /area/hydroponics) +"aIq" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "aIr" = ( /obj/structure/filingcabinet, /turf/open/floor/wood, @@ -16586,12 +16996,44 @@ }, /turf/open/floor/plasteel, /area/construction/mining/aux_base) +"aII" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/tcommsat/computer) +"aIJ" = ( +/obj/effect/turf_decal/bot_white, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/camera{ + c_tag = "Telecomms Teleporter Room"; + dir = 4; + network = list("ss13","minisat") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "aIK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"aIL" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "aIM" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, @@ -17235,6 +17677,11 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"aKc" = ( +/obj/structure/table, +/obj/item/aiModule/core/full/custom, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aKd" = ( /obj/machinery/door/window/southleft{ base_state = "right"; @@ -17277,6 +17724,12 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) +"aKi" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "aKj" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/door/firedoor/border_only{ @@ -17391,6 +17844,25 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) +"aKz" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/lounge) +"aKA" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/freeform, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"aKB" = ( +/obj/structure/table, +/obj/item/aiModule/reset, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aKC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector{ on = 1 @@ -17455,10 +17927,29 @@ /obj/machinery/plantgenes, /turf/open/floor/plasteel, /area/hydroponics) +"aKM" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space) "aKN" = ( /obj/structure/grille, /turf/open/floor/plating/airless, /area/space/nearstation) +"aKO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"aKP" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) "aKQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -17477,12 +17968,52 @@ }, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"aKT" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "aKU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"aKV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "aKW" = ( /obj/machinery/light_switch{ pixel_y = 28 @@ -17504,6 +18035,25 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) +"aKZ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "aLa" = ( /obj/structure/cable{ icon_state = "1-4" @@ -17597,6 +18147,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/grimy, /area/hallway/secondary/entry) +"aLk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "aLl" = ( /obj/structure/chair/comfy/beige{ dir = 1 @@ -17625,6 +18184,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/port) +"aLo" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"aLq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aLr" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -17634,6 +18206,13 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"aLs" = ( +/obj/structure/table, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "aLt" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -17920,12 +18499,41 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"aMg" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "aMh" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, /turf/open/floor/carpet/blue, /area/crew_quarters/heads/captain) +"aMi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "aMj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -17944,6 +18552,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"aMk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "aMl" = ( /turf/closed/wall, /area/crew_quarters/kitchen) @@ -17965,6 +18582,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"aMp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 10 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "aMq" = ( /obj/structure/table, /obj/item/camera_film, @@ -18001,6 +18627,9 @@ }, /turf/open/floor/plasteel, /area/storage/primary) +"aMu" = ( +/turf/open/floor/plating/airless, +/area/space) "aMv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -18336,6 +18965,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"aNn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aNo" = ( /obj/structure/cable{ icon_state = "1-8" @@ -18570,6 +19203,36 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"aNM" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "aNN" = ( /obj/machinery/door/airlock/public/glass{ name = "Hydroponics"; @@ -18862,6 +19525,13 @@ }, /turf/open/floor/plasteel/white, /area/science/explab) +"aOu" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aOv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -18927,6 +19597,12 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/science) +"aOC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "aOD" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=QM"; @@ -19067,6 +19743,13 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/maintenance/aft) +"aOP" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ + dir = 4; + name = "Waste Ejector" + }, +/turf/open/floor/plating/airless, +/area/tcommsat/entrance) "aOS" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -20333,6 +21016,12 @@ "aRS" = ( /turf/open/floor/carpet/purple, /area/chapel/main) +"aRT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "aRV" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/plasteel, @@ -20385,6 +21074,26 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"aSd" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/bridge) "aSe" = ( /obj/machinery/light, /turf/open/floor/plasteel, @@ -20560,6 +21269,20 @@ }, /turf/open/floor/plasteel, /area/bridge) +"aSy" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = -2; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/bridge) "aSz" = ( /obj/item/multitool, /obj/effect/turf_decal/tile/blue{ @@ -20607,6 +21330,14 @@ /obj/item/storage/box/fancy/donut_box, /turf/open/floor/plasteel, /area/bridge) +"aSF" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "aSG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 1 @@ -20677,6 +21408,31 @@ /obj/item/toy/cards/deck, /turf/open/floor/plasteel, /area/security/prison) +"aSQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/space/nearstation) +"aSU" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "aSV" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -20686,6 +21442,20 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) +"aSW" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "aSX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -20778,6 +21548,12 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"aTh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "aTi" = ( /obj/effect/landmark/start/assistant, /turf/open/floor/carpet/purple, @@ -20971,6 +21747,16 @@ /obj/item/hand_labeler, /turf/open/floor/plasteel, /area/storage/art) +"aTF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/space/basic, +/area/space/nearstation) "aTG" = ( /obj/structure/table, /obj/item/storage/crayons, @@ -21625,6 +22411,21 @@ }, /turf/open/floor/plasteel, /area/bridge) +"aVf" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel, +/area/bridge) "aVg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -21902,6 +22703,14 @@ name = "Holodeck Projector Floor" }, /area/holodeck/perma) +"aVG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "aVH" = ( /obj/item/reagent_containers/glass/bucket, /obj/effect/decal/cleanable/dirt, @@ -21925,6 +22734,19 @@ }, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) +"aVO" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "aVP" = ( /obj/structure/table/wood, /obj/item/paper, @@ -22046,6 +22868,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"aWh" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "aWi" = ( /obj/structure/window/reinforced, /obj/machinery/hydroponics/soil, @@ -22349,6 +23183,10 @@ }, /turf/open/floor/plasteel, /area/bridge) +"aWP" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "aWQ" = ( /obj/machinery/airalarm{ dir = 1; @@ -22359,12 +23197,71 @@ }, /turf/open/floor/plasteel, /area/bridge) +"aWR" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aWS" = ( +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWT" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "aWU" = ( /obj/effect/turf_decal/tile/blue{ dir = 0 }, /turf/open/floor/plasteel, /area/bridge) +"aWV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "aWW" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port"; @@ -22391,6 +23288,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"aWY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) "aWZ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -22917,6 +23820,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"aYb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "aYc" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -23080,6 +23998,13 @@ }, /turf/open/floor/plasteel, /area/bridge) +"aYw" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/construction) "aYx" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ @@ -23376,6 +24301,16 @@ dir = 8 }, /area/hallway/secondary/exit) +"aZe" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "aZf" = ( /obj/machinery/holopad, /obj/structure/cable{ @@ -23593,9 +24528,32 @@ }, /turf/open/floor/wood, /area/bridge/meeting_room) +"aZD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "aZE" = ( /turf/closed/wall, /area/quartermaster/storage) +"aZF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "aZG" = ( /obj/structure/chair{ dir = 1; @@ -23689,6 +24647,30 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/bridge/meeting_room) +"aZR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"aZS" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Telecomms Tech Storage"; + network = list("ss13","minisat") + }, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "aZT" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -23699,6 +24681,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"aZU" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Sattelite Access"; + dir = 8; + network = list("ss13","minisat"); + pixel_y = -22 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "aZV" = ( /turf/closed/wall/r_wall, /area/crew_quarters/heads/captain) @@ -23967,6 +24962,22 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/prison) +"baz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "baA" = ( /turf/open/floor/carpet/purple{ icon_state = "carpetsymbol" @@ -24126,12 +25137,6 @@ }, /turf/open/floor/carpet/blue, /area/crew_quarters/heads/captain) -"baR" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "baS" = ( /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, @@ -24257,6 +25262,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, /area/security/prison) +"bbf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "bbg" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -24284,6 +25296,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/wood, /area/bridge/meeting_room) +"bbj" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera/motion{ + c_tag = "Telecomms Foyer"; + network = list("ss13","minisat") + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "bbk" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -24298,6 +25320,32 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/crew_quarters/dorms) +"bbm" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 4; + name = "Telecomms Server APC"; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + dir = 8; + network = list("ss13","minisat"); + pixel_y = -22 + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"bbn" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room Access"; + dir = 4; + network = list("ss13","minisat") + }, +/turf/open/floor/plasteel/white, +/area/tcommsat/computer) "bbo" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -24666,6 +25714,14 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"bcf" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13","minisat") + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "bcg" = ( /obj/structure/cable{ icon_state = "1-8" @@ -25154,6 +26210,20 @@ }, /turf/open/floor/wood, /area/medical/psych) +"bdg" = ( +/obj/machinery/telecomms/server/presets/supply, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "bdh" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -25517,6 +26587,15 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) +"bdW" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "bdX" = ( /obj/item/storage/box/fancy/donut_box, /obj/structure/table, @@ -25531,6 +26610,15 @@ /obj/structure/table/wood, /turf/open/floor/carpet/blue, /area/bridge/meeting_room) +"bdZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "bea" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -25545,6 +26633,24 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) +"bec" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"bed" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "bee" = ( /obj/machinery/door/airlock/command{ name = "Teleport Access"; @@ -25772,10 +26878,28 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"beD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "beE" = ( /obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"beF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "beG" = ( /obj/effect/turf_decal/tile/red, /obj/machinery/door/firedoor/border_only{ @@ -25943,6 +27067,24 @@ }, /turf/open/floor/plasteel, /area/quartermaster/sorting) +"beX" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"beY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "beZ" = ( /obj/machinery/mineral/stacking_unit_console{ machinedir = 8 @@ -25962,6 +27104,37 @@ }, /turf/open/floor/plating, /area/chapel/main) +"bfc" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/window/reinforced, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bfd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "bfe" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -26800,6 +27973,21 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"bgR" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/zeroth/oneHuman, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/reset/purge, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/item/aiModule/supplied/protectStation, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "bgS" = ( /obj/machinery/requests_console{ announcementConsole = 1; @@ -27283,6 +28471,15 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"bhK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage" + }, +/turf/open/floor/plasteel, +/area/storage/tech) "bhL" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -27668,6 +28865,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"biv" = ( +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/obj/structure/closet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "biw" = ( /turf/open/floor/plasteel, /area/security/checkpoint/medical) @@ -28424,6 +29631,13 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) +"bjW" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/engine/engineering) "bjX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -28550,6 +29764,35 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/robotics/lab) +"bkl" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bkm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bkn" = ( +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "AI Upload"; + dir = 8; + network = list("ss13","RD") + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "bko" = ( /obj/machinery/light{ dir = 4 @@ -28715,6 +29958,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port) +"bkI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "bkJ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -28746,6 +29995,21 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) +"bkN" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 8; + name = "Upload APC"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "bkO" = ( /obj/machinery/light_switch{ pixel_x = 28 @@ -28781,6 +30045,15 @@ }, /turf/open/floor/plasteel, /area/teleporter) +"bkR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "bkS" = ( /obj/structure/cable{ icon_state = "1-2" @@ -29533,6 +30806,22 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) +"bmu" = ( +/obj/structure/table, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/core/freeformcore, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "bmv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -30641,6 +31930,18 @@ /obj/item/razor, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) +"bos" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "bot" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -30794,6 +32095,16 @@ }, /turf/open/floor/plasteel, /area/quartermaster/qm) +"boI" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) "boJ" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad2" @@ -31229,6 +32540,27 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) +"bpB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "bpD" = ( /obj/machinery/door/airlock/medical/glass{ name = "Chemistry Lab"; @@ -32337,6 +33669,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"brL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plating, +/area/storage/tech) "brM" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -32829,6 +34167,24 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/research) +"bsD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bsE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/plating, +/area/storage/tech) "bsF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -32841,6 +34197,28 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/explab) +"bsH" = ( +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "bsI" = ( /obj/machinery/power/apc{ areastring = "/area/science/explab"; @@ -32851,6 +34229,22 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/explab) +"bsJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bsL" = ( /turf/open/floor/plasteel/white, /area/medical/genetics) @@ -33327,6 +34721,33 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) +"btF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "btG" = ( /turf/closed/wall/r_wall, /area/engine/gravity_generator) @@ -34048,6 +35469,15 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hallway/primary/central) +"buL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plating, +/area/construction) "buM" = ( /obj/machinery/keycard_auth{ pixel_x = -24 @@ -34075,6 +35505,9 @@ /obj/item/stamp/hop, /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) +"buP" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) "buQ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -34084,6 +35517,27 @@ }, /turf/open/floor/plating, /area/construction) +"buR" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"buS" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) "buT" = ( /obj/machinery/door/airlock/maintenance{ name = "Air Supply Maintenance"; @@ -34379,6 +35833,21 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"bvE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "bvF" = ( /obj/machinery/requests_console{ department = "Cargo Bay"; @@ -34419,6 +35888,21 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"bvH" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/turf/open/floor/plating, +/area/construction) "bvI" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -34695,6 +36179,38 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"bwo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bwp" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "bwq" = ( /obj/machinery/teleport/station, /turf/open/floor/plating, @@ -34801,6 +36317,13 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) +"bwE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "bwF" = ( /obj/structure/table/glass, /obj/item/reagent_containers/glass/beaker/cryoxadone{ @@ -35017,6 +36540,21 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"bxb" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bxc" = ( /obj/machinery/holopad, /obj/structure/disposalpipe/segment, @@ -35409,6 +36947,24 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"bxP" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bxQ" = ( /turf/open/floor/plasteel, /area/medical/sleeper) @@ -35444,6 +37000,49 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/medical/sleeper) +"bxW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bxY" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bxZ" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -35478,6 +37077,23 @@ /obj/item/coin/silver, /turf/open/floor/plasteel, /area/quartermaster/qm) +"byd" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bye" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, @@ -35654,6 +37270,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"byy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "byz" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -35731,6 +37361,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"byG" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "byH" = ( /obj/machinery/light_switch{ pixel_y = -25 @@ -35843,6 +37483,13 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/central) +"byV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "byW" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; @@ -35974,6 +37621,15 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) +"bzk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "bzl" = ( /obj/machinery/dna_scannernew, /obj/effect/turf_decal/tile/blue{ @@ -36270,6 +37926,25 @@ }, /turf/open/floor/engine/vacuum, /area/engine/atmos_distro) +"bzR" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "bzS" = ( /obj/structure/table, /obj/machinery/light{ @@ -36281,6 +37956,21 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) +"bzT" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bzU" = ( /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel/white, @@ -36647,6 +38337,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"bAL" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bAM" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) "bAN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -36807,6 +38512,38 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"bBj" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bBk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bBl" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "bBm" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -37409,11 +39146,21 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/maintenance/aft) +"bCC" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer1{ + name = "Tcomms Supply" + }, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "bCD" = ( /obj/structure/table, /obj/item/retractor, /turf/open/floor/plasteel/white/side, /area/medical/sleeper) +"bCE" = ( +/obj/machinery/atmospherics/components/binary/valve/layer1, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "bCF" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -37754,6 +39501,40 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"bDv" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bDw" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/turf/open/floor/plating, +/area/storage/tech) +"bDx" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) "bDy" = ( /obj/machinery/power/apc{ areastring = "/area/quartermaster/miningdock"; @@ -37766,6 +39547,12 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"bDz" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/storage/tech) "bDA" = ( /obj/structure/disposalpipe/segment, /obj/machinery/power/apc{ @@ -37923,12 +39710,39 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"bDU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) "bDV" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ dir = 4 }, /turf/open/floor/engine/vacuum, /area/engine/atmos_distro) +"bDW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/space/basic, +/area/space/nearstation) +"bDX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) "bDY" = ( /obj/structure/grille, /obj/machinery/meter{ @@ -37970,6 +39784,34 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"bEe" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) +"bEf" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Life Support"; + dir = 8; + network = list("ss13","minisat"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/meter{ + target_layer = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "bEg" = ( /obj/machinery/atmospherics/pipe/manifold/green/visible{ dir = 1 @@ -38196,6 +40038,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"bEG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "bEH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -38211,6 +40066,32 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) +"bEI" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "bEJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -38249,6 +40130,29 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) +"bEM" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "bEN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -38298,6 +40202,15 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"bER" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "bES" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -38328,10 +40241,72 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"bEU" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"bEV" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"bEW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"bEX" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plating, +/area/storage/tech) "bEY" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/science/mixing) +"bEZ" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bFa" = ( +/turf/open/floor/plating, +/area/storage/tech) +"bFb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/storage/tech) "bFd" = ( /obj/effect/landmark/blobstart, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -38568,6 +40543,18 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"bFE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "bFF" = ( /obj/machinery/light, /turf/open/floor/plasteel/white, @@ -38774,6 +40761,24 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/engine/atmos_distro) +"bGg" = ( +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) +"bGh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "bGi" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -38793,6 +40798,22 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"bGk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "bGl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -38800,6 +40821,16 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"bGm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "bGn" = ( /obj/structure/closet/secure_closet/miner, /turf/open/floor/plasteel, @@ -38841,10 +40872,124 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) +"bGr" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"bGs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) +"bGt" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/borgupload{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/computer/aiupload{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "bGu" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/storage/tech) +"bGv" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) +"bGw" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/pandemic{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/computer/rdconsole, +/obj/item/circuitboard/machine/rdserver{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/machine/destructive_analyzer, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/circuitboard/computer/aifixer, +/obj/item/circuitboard/computer/teleporter, +/obj/item/circuitboard/machine/circuit_imprinter, +/obj/item/circuitboard/machine/mechfab, +/turf/open/floor/plating, +/area/storage/tech) +"bGx" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/item/circuitboard/machine/telecomms/server, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/computer/message_monitor{ + pixel_y = -5 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bGy" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/mining, +/obj/item/circuitboard/machine/autolathe{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/computer/arcade/battle, +/turf/open/floor/plating, +/area/storage/tech) +"bGz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) +"bGA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Access"; + req_access_txt = "61" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "bGB" = ( /obj/structure/table, /obj/item/grenade/chem_grenade/cleaner, @@ -38858,6 +41003,19 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel, /area/janitor) +"bGC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "bGD" = ( /obj/structure/janitorialcart, /turf/open/floor/plasteel, @@ -38870,6 +41028,32 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/janitor) +"bGF" = ( +/obj/machinery/door/airlock/hatch{ + autoclose = 0; + frequency = 1449; + id_tag = "telecomms_airlock_exterior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "bGG" = ( /obj/structure/cable{ icon_state = "2-8" @@ -38904,6 +41088,88 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"bGK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tcommsat/computer) +"bGL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/tcommsat/computer) +"bGM" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bGN" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bGO" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) +"bGP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bGQ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/turf/open/space/basic, +/area/tcommsat/entrance) "bGS" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/components/binary/pump{ @@ -39189,6 +41455,31 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"bHG" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/crew{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/computer/card{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/computer/communications{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bHH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "bHI" = ( /obj/structure/sign/departments/minsky/research/xenobiology{ pixel_x = -32; @@ -39198,6 +41489,13 @@ dir = 1 }, /area/science/research) +"bHJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/storage/tech) "bHK" = ( /obj/machinery/light{ dir = 8 @@ -39233,6 +41531,24 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/science/research) +"bHN" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bHO" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) "bHP" = ( /obj/item/radio/intercom{ pixel_x = -25 @@ -39247,6 +41563,10 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/science) +"bHQ" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plating, +/area/storage/tech) "bHR" = ( /obj/structure/disposalpipe/segment, /obj/machinery/camera{ @@ -39453,6 +41773,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"bIq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIr" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/aft) "bIs" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/shaker, @@ -39539,6 +41869,12 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"bIF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "bIG" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, @@ -39689,10 +42025,83 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/maintenance/port/aft) +"bJg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bJh" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/robotics{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/computer/mecha_control{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "bJi" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, /area/storage/tech) +"bJj" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plating, +/area/storage/tech) +"bJk" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/cloning, +/obj/item/circuitboard/computer/med_data{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/machine/clonescanner, +/obj/item/circuitboard/machine/clonepod, +/obj/item/circuitboard/computer/scan_consolenew, +/obj/item/circuitboard/machine/smoke_machine, +/turf/open/floor/plating, +/area/storage/tech) +"bJl" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/powermonitor{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/computer/stationalert{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/circuitboard/computer/atmos_alert{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJm" = ( +/obj/structure/rack, +/obj/item/circuitboard/computer/secure_data{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/computer/security{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJn" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/storage/tech) "bJo" = ( /turf/open/floor/plasteel/white/side{ dir = 1 @@ -39736,6 +42145,28 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/aft) +"bJu" = ( +/obj/structure/light_construct{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bJv" = ( +/obj/item/hand_labeler_refill, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJw" = ( +/obj/item/trash/candy, +/obj/item/clothing/neck/stethoscope, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "bJx" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/blue{ @@ -39743,6 +42174,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"bJy" = ( +/obj/item/storage/box/lights/mixed, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "bJz" = ( /obj/structure/disposalpipe/segment, /obj/structure/extinguisher_cabinet{ @@ -40052,6 +42490,46 @@ /obj/machinery/mineral/equipment_vendor, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"bKr" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"bKs" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/storage/tech) +"bKt" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plating, +/area/storage/tech) +"bKu" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plating, +/area/storage/tech) "bKv" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/beer, @@ -40416,6 +42894,46 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) +"bLx" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plating, +/area/storage/tech) +"bLy" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/turf/open/floor/plating, +/area/storage/tech) +"bLz" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) +"bLA" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) "bLB" = ( /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/open/floor/plasteel, @@ -40783,6 +43301,14 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"bMv" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bMw" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/machinery/firealarm{ @@ -40873,6 +43399,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"bMM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bMN" = ( /obj/machinery/computer/atmos_control/tank/toxin_tank{ dir = 8; @@ -41309,6 +43845,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) +"bNN" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "bNO" = ( /obj/effect/turf_decal/tile/blue{ dir = 0 @@ -41361,16 +43912,44 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) -"bNV" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" +"bNU" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 4; + name = "Telecommunications Maintenance APC"; + pixel_x = 24 }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) +/area/maintenance/department/tcoms) +"bNV" = ( +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bNW" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) +"bNX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"bNY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/space/basic, +/area/tcommsat/computer) "bOd" = ( /turf/open/floor/plasteel, /area/engine/atmos) @@ -41561,6 +44140,11 @@ /obj/structure/bookcase/random/reference, /turf/open/floor/wood, /area/medical/psych) +"bOC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engine/gravity_generator) "bOD" = ( /obj/structure/bookcase/manuals/medical, /turf/open/floor/wood, @@ -41678,6 +44262,12 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) +"bOP" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "bOQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -41821,6 +44411,10 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/maintenance/port) +"bPi" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) "bPj" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -41859,6 +44453,10 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/maintenance/port/aft) +"bPs" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating/airless, +/area/engine/engineering) "bPt" = ( /obj/machinery/iv_drip, /turf/open/floor/plasteel/white, @@ -41963,6 +44561,10 @@ /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plasteel, /area/science/xenobiology) +"bPF" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/lounge) "bPG" = ( /obj/machinery/chem_master, /obj/item/radio/intercom{ @@ -42031,6 +44633,11 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/science/misc_lab) +"bPL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/computer) "bPM" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/structure/window/reinforced/shutter, @@ -42053,6 +44660,16 @@ /obj/effect/decal/cleanable/oil, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"bPQ" = ( +/obj/effect/turf_decal/stripes{ + dir = 9 + }, +/obj/machinery/power/smes/engineering, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bPR" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -42107,6 +44724,23 @@ /obj/effect/spawner/structure/window/shutter, /turf/open/floor/plating, /area/engine/engineering) +"bQc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/construction) +"bQd" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bQe" = ( /obj/item/screwdriver{ pixel_y = 10 @@ -42174,6 +44808,17 @@ }, /turf/open/floor/plating, /area/engine/atmos) +"bQj" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/construction) "bQk" = ( /obj/machinery/power/apc/highcap/five_k{ areastring = "/area/medical/virology"; @@ -42214,6 +44859,21 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"bQm" = ( +/obj/effect/turf_decal/stripes{ + dir = 10 + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "bQn" = ( /obj/effect/turf_decal/bot, /obj/machinery/power/apc/highcap/five_k{ @@ -42301,6 +44961,34 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"bQt" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + name = "SMES room APC"; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"bQv" = ( +/obj/machinery/power/apc{ + areastring = "/area/tcommsat/lounge"; + dir = 1; + name = "Telecoms Satellite Access APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "bQw" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -42340,6 +45028,20 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"bQA" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "bQB" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/central"; @@ -42415,18 +45117,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"bQI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "bQJ" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -42534,22 +45224,6 @@ }, /turf/open/floor/plating, /area/construction) -"bRm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "bRo" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -42782,14 +45456,6 @@ }, /turf/open/floor/plating, /area/engine/atmos) -"bSL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bST" = ( /obj/machinery/doorButtons/airlock_controller{ idExterior = "virology_airlock_exterior"; @@ -42814,10 +45480,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/virology) -"bSX" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/turret_protected/ai) "bSY" = ( /obj/machinery/vending/medical, /turf/open/floor/plasteel/white, @@ -43060,48 +45722,66 @@ }, /turf/open/floor/engine, /area/science/xenobiology) +"bUl" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bUs" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bUv" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ +"bVa" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/effect/turf_decal/tile/green{ dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"bUZ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/green{ dir = 8 }, -/obj/item/twohanded/required/kirbyplants, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVc" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"bVa" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/obj/effect/turf_decal/tile/green{ +"bVd" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/effect/turf_decal/tile/green{ +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/turf/open/floor/plasteel/white, -/area/medical/virology) +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVf" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bVg" = ( /obj/item/radio/intercom{ name = "Station Intercom (General)"; @@ -43249,10 +45929,6 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) -"bWq" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) "bWr" = ( /turf/open/floor/plasteel, /area/science/misc_lab) @@ -43291,6 +45967,16 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"bWK" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/cola, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bWL" = ( /obj/machinery/airalarm{ dir = 4; @@ -43369,6 +46055,12 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/science/misc_lab) +"bXm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "bXs" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -43399,6 +46091,9 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"bXG" = ( +/turf/open/floor/plasteel, +/area/tcommsat/computer) "bXJ" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -43497,6 +46192,19 @@ /obj/item/stack/spacecash/c200, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"bYz" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bYD" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "bYG" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -43538,12 +46246,6 @@ "bYN" = ( /turf/closed/wall, /area/security/checkpoint/engineering) -"bYU" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "bZa" = ( /obj/structure/sink{ dir = 8; @@ -43593,6 +46295,35 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) +"bZo" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bZr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bZv" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/computer) +"bZB" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/port/aft) "bZC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -43748,15 +46479,6 @@ }, /turf/open/floor/plating/airless, /area/maintenance/port/aft) -"cav" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "cax" = ( /obj/structure/closet/wardrobe/black, /obj/effect/decal/cleanable/cobweb, @@ -43793,13 +46515,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"caL" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "caR" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 @@ -43885,6 +46600,10 @@ }, /turf/open/floor/plating/airless, /area/maintenance/port/aft) +"cbn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "cbp" = ( /obj/structure/closet/secure_closet/engineering_chief, /obj/machinery/power/apc/highcap/five_k{ @@ -43961,6 +46680,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cbI" = ( +/obj/machinery/telecomms/receiver/preset_right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cbR" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -44393,30 +47126,6 @@ /obj/structure/closet/l3closet, /turf/open/floor/plating, /area/maintenance/aft) -"ceM" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 1; - icon_state = "left"; - layer = 3.1; - name = "Cyborg Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "ceR" = ( /obj/effect/landmark/blobstart, /turf/open/floor/plating, @@ -45075,6 +47784,13 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"ciy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/structure/chair/office/light, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "ciF" = ( /obj/structure/table, /obj/item/cartridge/medical, @@ -45342,13 +48058,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"cjQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "cjU" = ( /obj/machinery/computer/station_alert{ dir = 4 @@ -45574,12 +48283,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/engineering) -"clh" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "cls" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ @@ -45732,25 +48435,6 @@ "cmd" = ( /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"cmf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "cmg" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -45790,22 +48474,6 @@ /obj/structure/closet/toolcloset, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cmt" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cmw" = ( /obj/machinery/power/solar_control{ dir = 1; @@ -45823,6 +48491,12 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"cmy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "cmD" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=2"; @@ -45871,6 +48545,12 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"cmX" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/construction) "cnl" = ( /obj/structure/cable{ icon_state = "1-8" @@ -45951,6 +48631,13 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/quartermaster/storage) +"cnL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "cnM" = ( /obj/machinery/door/window{ name = "SMES Chamber"; @@ -45996,12 +48683,45 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) +"cnQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "cnR" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/closed/wall/r_wall, /area/engine/engine_smes) +"cnS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cnW" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "cnX" = ( /obj/structure/cable{ icon_state = "4-8" @@ -46046,6 +48766,16 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cov" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "coD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 6 @@ -46067,6 +48797,35 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/aft) +"cpj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cpk" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cpm" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cpo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "cpG" = ( /obj/structure/table/optable, /turf/open/floor/plasteel/white, @@ -46274,30 +49033,28 @@ /obj/structure/transit_tube/diagonal/topleft, /turf/open/space/basic, /area/space/nearstation) -"csr" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 22; - pixel_y = -10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "csy" = ( /obj/structure/table, /obj/item/weldingtool, /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"csz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Teleporter Room"; + req_access_txt = "61;17" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "csZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -46342,10 +49099,6 @@ "cva" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) -"cvE" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cws" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, @@ -46446,10 +49199,6 @@ }, /turf/open/space/basic, /area/space) -"cyf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plating, -/area/construction) "cyg" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -46496,15 +49245,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/engine/engineering) -"cyO" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "cyT" = ( /obj/docking_port/stationary{ dir = 8; @@ -46536,19 +49276,6 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) -"cAk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "cAs" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -46745,6 +49472,16 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"cBC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/tech) "cBD" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -46894,15 +49631,6 @@ }, /turf/open/space/basic, /area/space) -"cDp" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47113,6 +49841,16 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) +"cKA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "cKJ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -47126,15 +49864,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"cKX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite Access" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "cKY" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -47308,12 +50037,6 @@ "cOe" = ( /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cOo" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "cOw" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -47323,49 +50046,29 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cOA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "cOT" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cQn" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cQE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" +"cOX" = ( +/obj/machinery/telecomms/bus/preset_four, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cQn" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, -/area/storage/tech) +/area/maintenance/disposal/incinerator) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -47718,24 +50421,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"cWy" = ( -/obj/structure/rack, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"cXj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "cXq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -47784,39 +50469,11 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"dbI" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/construction) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"dcI" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"deQ" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dfu" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"dfC" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -47834,51 +50491,11 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) -"dgP" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - layer = 4.1; - name = "Secondary AI Core Access"; - obj_integrity = 300; - pixel_y = -4; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = 10 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = 21 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = 10 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "dhy" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"dhR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "dif" = ( /obj/structure/table, /obj/item/storage/box/masks, @@ -47889,38 +50506,19 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"djk" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"dkY" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" }, -/obj/structure/transit_tube/curved/flipped{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ dir = 1 }, +/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, -/area/engine/engineering) -"dkw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms"; - name = "Telecommunications server shutters" - }, -/turf/open/floor/plating, -/area/tcommsat/server) -"dkH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dkS" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/tcommsat/computer) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -47954,20 +50552,11 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"doq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer3{ - dir = 1; - name = "Waste Out" - }, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) +"dpy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "dpD" = ( /turf/open/floor/plating, /area/maintenance/disposal/incinerator) @@ -47991,19 +50580,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"dpT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "dqb" = ( /obj/machinery/camera{ c_tag = "Aft Port Solar Access"; @@ -48024,24 +50600,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"dru" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -48056,16 +50614,6 @@ /obj/item/flashlight/lantern, /turf/open/floor/plasteel/dark, /area/chapel/main) -"dvi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "dvM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -48085,68 +50633,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"dxZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/radiation, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"dyH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"dzE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"dAh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"dBW" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"dBX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dCp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48189,24 +50675,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/science/lab) -"dGf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "dGx" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation B"; @@ -48220,12 +50688,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"dJl" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) "dJo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48237,6 +50699,13 @@ dir = 1 }, /area/hallway/secondary/entry) +"dLq" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/binary/pump/on/layer3{ + name = "Waste Out" + }, +/turf/open/space/basic, +/area/tcommsat/entrance) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48250,17 +50719,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal/incinerator) -"dNq" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "dOc" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible{ dir = 4 @@ -48288,18 +50746,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"dRq" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Fore"; - dir = 8; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "dRK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/components/unary/vent_pump/layer1{ @@ -48315,6 +50761,20 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/medical/virology) +"dSB" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "dSR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48333,12 +50793,6 @@ }, /turf/open/floor/plating/airless, /area/space) -"dWs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48360,19 +50814,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"dYU" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "AI Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48382,25 +50823,10 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"ecr" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"ehn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -48425,15 +50851,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"ehX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "eiN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48443,17 +50860,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"elt" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48465,64 +50871,14 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"emX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"enk" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"enT" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"eoH" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"erx" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft"; - dir = 2; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) +"erz" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "erY" = ( /obj/machinery/camera{ c_tag = "Surgery Observation"; @@ -48533,20 +50889,16 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"esk" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 +"ess" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4 +/obj/structure/cable{ + icon_state = "0-4" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/engine/gravity_generator) "esK" = ( /obj/structure/closet/secure_closet/atmospherics, /obj/machinery/light{ @@ -48569,20 +50921,6 @@ }, /turf/open/floor/plasteel, /area/security/main) -"euL" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/obj/machinery/vending/assist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "evF" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -48593,28 +50931,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"ewn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) -"ewO" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/white, -/area/storage/tech) "exz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) -"exJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/construction) "eyM" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 2; @@ -48626,25 +50955,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"ezp" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ - name = "Waste Ejector" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) -"ezq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48668,18 +50978,6 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"eCf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -48732,12 +51030,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"eHr" = ( -/obj/machinery/computer/message_monitor{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -48749,31 +51041,6 @@ /obj/item/paper/fluff/stations/lavaland/slime_hunter, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eJG" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"eJM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Port"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "eJS" = ( /obj/machinery/door/airlock/public{ name = "Surgery Observation" @@ -48789,37 +51056,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eLS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"eNC" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plating, -/area/construction) -"eNR" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48831,47 +51067,20 @@ /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"eOI" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "ePJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel, -/area/storage/tech) -"ePQ" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "eQk" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -48881,13 +51090,11 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"eQD" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore","ss13") +"eQU" = ( +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/plasteel/dark, +/turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) "eRw" = ( /obj/machinery/door/airlock/maintenance{ @@ -48905,17 +51112,17 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"eRM" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Port"; - dir = 4; - network = list("aiupload") +"eSG" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/tcommsat/entrance) "eSR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48942,17 +51149,6 @@ }, /turf/open/floor/plating, /area/medical/virology) -"eVD" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "eVK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -48996,44 +51192,14 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eXt" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Starboard"; - dir = 8; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"eYe" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 +"eXV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light, +/turf/open/floor/plating, /area/maintenance/department/tcoms) -"eYw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -49049,30 +51215,19 @@ dir = 4 }, /area/escapepodbay) -"eZM" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "eZX" = ( /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/solar/port/aft) -"eZY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +"faA" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/machinery/power/smes{ + charge = 5e+006 }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "fba" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -49126,20 +51281,13 @@ "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) -"fiu" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"fjT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"fkp" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" }, -/turf/closed/wall, -/area/maintenance/port/aft) +/turf/open/floor/plasteel, +/area/tcommsat/computer) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -49149,6 +51297,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"flP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) "fme" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 9 @@ -49159,16 +51314,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hallway/primary/port) -"fmB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fmF" = ( /obj/structure/cable{ icon_state = "2-8" @@ -49191,15 +51336,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) -"foA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "foH" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49230,20 +51366,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) -"frw" = ( -/obj/item/toy/talking/AI{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/crowbar, -/obj/item/mmi, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49272,20 +51394,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"fwD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/construction) -"fwQ" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel/white, -/area/storage/tech) "fxr" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -49298,6 +51406,15 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) +"fya" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "fyJ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -49311,22 +51428,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fzJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Monitoring Room"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "fzU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49336,19 +51437,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) -"fBk" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"fBs" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49364,10 +51452,6 @@ }, /turf/open/floor/plating, /area/medical/virology) -"fCQ" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "fDx" = ( /obj/machinery/light, /obj/structure/cable{ @@ -49385,6 +51469,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/aft) +"fEn" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Telecoms Satellite Monitoring"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "fEA" = ( /obj/machinery/computer/security/telescreen/cmo{ dir = 1; @@ -49399,24 +51496,10 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) -"fGp" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"fGq" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"fHT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1 +"fHT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1 }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) @@ -49456,28 +51539,6 @@ /obj/machinery/photocopier, /turf/open/floor/wood, /area/lawoffice) -"fMs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) -"fMz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "fMS" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -49493,12 +51554,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fMV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "fNw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49586,6 +51641,25 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) +"fXn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49617,6 +51691,12 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"gbq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) "gbw" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -49633,62 +51713,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gbD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"gbU" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"gck" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"gcX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -49712,24 +51736,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"get" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -49740,6 +51746,14 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"ght" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) @@ -49747,12 +51761,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"gks" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -49784,47 +51792,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) -"goG" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = -35 - }, -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core shutters control"; - pixel_x = -22; - pixel_y = 23; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters control"; - pixel_x = -23; - pixel_y = -23; - req_access_txt = "16" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"gpN" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"gqd" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/white, -/area/storage/tech) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -49835,12 +51802,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"gsh" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "gsK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -49883,18 +51844,6 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) -"gtP" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld{ - pixel_x = -8; - pixel_y = 2 - }, -/obj/item/aicard{ - pixel_x = 6; - pixel_y = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, @@ -49924,17 +51873,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"gyH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "gyS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -49943,23 +51881,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/engine/engineering) -"gzA" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "gzM" = ( /obj/machinery/light/small{ brightness = 3; @@ -50000,6 +51921,10 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"gDO" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "gDT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -50037,81 +51962,28 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gGw" = ( -/obj/machinery/light, -/obj/machinery/computer/aifixer{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"gGD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"gGE" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"gHs" = ( -/obj/structure/cable/white{ - icon_state = "4-8" +"gIh" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"gHK" = ( -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/tcommsat/entrance) "gIR" = ( /obj/machinery/light/small, /turf/open/floor/plating, /area/maintenance/aft) -"gJE" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"gKx" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Fore"; - network = list("aicore","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gLr" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 6 @@ -50146,6 +52018,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"gME" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/keycard_auth{ + pixel_y = -25 + }, +/turf/open/floor/plasteel, +/area/bridge) "gMM" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -50158,12 +52039,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gNH" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"gMO" = ( +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/tcommsat/entrance) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -50193,6 +52078,12 @@ /obj/machinery/suit_storage_unit/atmos, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"gWd" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/construction) "gWm" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -50216,22 +52107,19 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) -"gZv" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 +"gZj" = ( +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/machinery/camera{ - c_tag = "MiniSat Maintenance"; +/obj/machinery/power/apc{ + areastring = "/area/tcommsat/entrance"; dir = 8; - name = "ai camera"; - network = list("minisat","ss13"); - start_active = 1 + name = "Telecomms Entrance APC"; + pixel_x = -24 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "gZG" = ( /obj/structure/closet/crate/freezer/surplus_limbs, /obj/item/reagent_containers/glass/beaker/synthflesh, @@ -50239,10 +52127,17 @@ dir = 8 }, /area/medical/sleeper) -"har" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"gZI" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "haw" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -50252,6 +52147,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hbC" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/lounge) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50312,46 +52210,16 @@ dir = 1 }, /area/hallway/secondary/entry) -"hfU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"hip" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "hkg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/medical/paramedic) -"hkw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "hlB" = ( /obj/structure/chair/stool{ pixel_y = 8 }, /turf/open/floor/plating, /area/maintenance/aft) -"hlK" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plasteel/white, -/area/storage/tech) "hlU" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50363,6 +52231,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"hmv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50375,23 +52250,6 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) -"hqr" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"hqt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "hrn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50401,13 +52259,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hsM" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "htC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -50465,21 +52316,6 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"huJ" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"hvw" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) "hwv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50492,12 +52328,29 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hxt" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 }, /turf/open/floor/plasteel, /area/quartermaster/office) +"hzb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "hzm" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50529,25 +52382,20 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hDw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +"hFk" = ( +/obj/structure/cable{ + icon_state = "1-8" }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;65" +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 24; + pixel_y = -24 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"hFB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/server) +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -50558,16 +52406,6 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"hGM" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "hHb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -50577,18 +52415,6 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) -"hJr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -50617,15 +52443,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/medical/paramedic) -"hKW" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/construction) "hKY" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 @@ -50635,20 +52452,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hLT" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - dir = 4; - network = list("ss13","telecomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -50693,33 +52496,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hOU" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"hPa" = ( -/obj/machinery/camera{ - c_tag = "MiniSat Teleporter Room"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50765,27 +52541,26 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"hUX" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hVc" = ( /obj/structure/table, /obj/item/multitool, /obj/item/electronics/firelock, /turf/open/floor/plasteel, /area/engine/atmos) -"hVt" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"hWq" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "hWw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50810,96 +52585,11 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hXb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"hXK" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/computer"; - name = "Telecomms Control Room APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "hXW" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hYD" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 31; - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"hYT" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 7; - pixel_y = -23 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -23; - pixel_y = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; - dir = 4; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"hYV" = ( -/turf/closed/wall/r_wall, -/area/construction) -"hZe" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Aft"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) "hZm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -50921,16 +52611,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"ibp" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 +"iaS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/plating, +/area/engine/gravity_generator) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50939,59 +52626,9 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) -"icE" = ( -/obj/structure/closet/toolcloset, -/obj/structure/light_construct{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"idS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "ihS" = ( /turf/closed/wall/r_wall, /area/medical/sleeper) -"iiy" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ijQ" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = 22 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ijY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 5 @@ -51020,6 +52657,36 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"imE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) +"ini" = ( +/obj/machinery/recharge_station, +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + dir = 1; + network = list("ss13","RD") + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -51031,16 +52698,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"irP" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "itA" = ( /obj/structure/table, /obj/item/storage/box/donkpockets{ @@ -51063,6 +52720,20 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/science/nanite) +"iuF" = ( +/obj/machinery/telecomms/server/presets/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ivp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -51088,17 +52759,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, /area/security/detectives_office) -"ixz" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "ixI" = ( /obj/structure/cable{ icon_state = "2-4" @@ -51111,6 +52771,23 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"iyh" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"iza" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "iBq" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -51125,77 +52802,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"iCj" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - network = list("ss13","tcomms"); - pixel_x = 22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"iCP" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - layer = 4.1; - name = "Tertiary AI Core Access"; - obj_integrity = 300; - pixel_y = 1; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = -13 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = -27 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = -13 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"iDb" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/construction) -"iDf" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/reset, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"iDm" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -51217,27 +52823,13 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"iDE" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -28; - pixel_y = 5 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 26; - pixel_y = 3 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"iDR" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "iEt" = ( /turf/open/floor/plasteel, /area/escapepodbay) @@ -51256,12 +52848,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"iGe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "iGw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -51276,90 +52862,26 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"iGW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) "iHI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iHK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"iHQ" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iJz" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 25; - pixel_y = -6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat  Antechamber"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"iLp" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +"iMq" = ( /obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"iMy" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 + icon_state = "1-2" }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 24 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "iMP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cloth_curtain{ @@ -51383,16 +52905,6 @@ "iMU" = ( /turf/closed/wall, /area/maintenance/solars/port/fore) -"iNS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "iOa" = ( /obj/structure/spacepoddoor, /turf/open/floor/engine/airless, @@ -51414,24 +52926,6 @@ /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) -"iOQ" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"iPM" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"iPT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51454,22 +52948,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"iRw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51500,26 +52978,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"iTH" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/item/circuitboard/machine/telecomms/hub, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/item/circuitboard/machine/telecomms/relay, +/obj/item/circuitboard/machine/telecomms/server, +/obj/item/circuitboard/machine/telecomms/server, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "iUt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"iUN" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"iVs" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "iVI" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -51556,19 +53031,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"iZq" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "iZA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 5 @@ -51581,15 +53043,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"iZK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jbI" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -51598,13 +53051,6 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) -"jeo" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51618,15 +53064,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) -"jji" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "jjr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51636,10 +53073,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jjV" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "jjW" = ( /obj/machinery/light{ dir = 8 @@ -51663,15 +53096,10 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"jlE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) +"jlq" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51690,29 +53118,10 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"jmf" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "jmH" = ( /obj/structure/sign/warning/vacuum, /turf/closed/wall, /area/engine/engineering) -"jnp" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "jnI" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/green/visible{ @@ -51754,17 +53163,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jrN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -51786,6 +53184,19 @@ }, /turf/open/floor/plating, /area/security/main) +"jsQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jvd" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -51793,33 +53204,8 @@ name = "atmos blast door" }, /obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space/basic, -/area/engine/atmos_distro) -"jve" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) -"jwr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/turf/open/space/basic, +/area/engine/atmos_distro) "jwH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51831,25 +53217,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"jxK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"jyi" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 1; - name = "Telecommunications Maintenance APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -51857,6 +53224,22 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"jAh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Life Support"; + req_access_txt = "61" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51892,19 +53275,6 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"jCC" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jDa" = ( /obj/structure/table/wood, /obj/item/camera, @@ -51950,12 +53320,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) -"jGy" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -51968,17 +53332,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jHK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "jIf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -52025,13 +53378,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jMp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "jNR" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port/fore"; @@ -52072,6 +53418,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"jQk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jSR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -52084,73 +53437,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jTx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) "jTR" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"jUp" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) "jUt" = ( /obj/structure/altar_of_gods, /turf/open/floor/plasteel/dark, /area/chapel/main) -"jUX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"jWe" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -52233,16 +53529,6 @@ }, /turf/open/floor/plating, /area/engine/atmos_distro) -"jZF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "kaa" = ( /obj/machinery/airalarm{ dir = 4; @@ -52256,10 +53542,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/clerk) -"kbr" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"kbp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "kbw" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -52303,19 +53590,6 @@ }, /turf/open/space, /area/engine/atmos_distro) -"kgF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kgS" = ( /obj/structure/closet/crate{ icon_state = "crateopen" @@ -52350,15 +53624,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"kkL" = ( -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -52377,14 +53642,35 @@ /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"knu" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ +"knx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/construction) +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52412,39 +53698,38 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kpG" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"krY" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"ktX" = ( -/obj/structure/cable{ - icon_state = "0-8" +"kuh" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" }, -/obj/machinery/power/smes{ - charge = 5e+006 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/window/reinforced{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"kxx" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"kup" = ( /obj/structure/cable/yellow{ - icon_state = "1-2" + icon_state = "0-8" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/tcommsat/computer"; + dir = 1; + name = "Telecomms Control APC"; + pixel_y = 24 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52481,14 +53766,14 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"kzz" = ( -/obj/structure/cable{ - icon_state = "1-2" +"kAw" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = 26 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "kCm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52498,28 +53783,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"kCI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"kDS" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "kEh" = ( /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, /area/space) -"kFq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "kFK" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -52527,15 +53794,6 @@ /obj/effect/landmark/start/detective, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"kHn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "kHp" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/reagent_dispensers/watertank, @@ -52543,38 +53801,24 @@ /obj/machinery/atmospherics/pipe/simple/purple/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"kHq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "kHL" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/quartermaster/office) -"kHS" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" +"kIh" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"kIP" = ( -/obj/structure/cable{ - icon_state = "2-8" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kJA" = ( /obj/machinery/portable_atmospherics/canister, /obj/effect/decal/cleanable/cobweb, @@ -52594,52 +53838,16 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"kKm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +"kLv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"kKu" = ( -/obj/machinery/cell_charger, /obj/structure/table, -/obj/item/stock_parts/cell/high{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"kLU" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -52660,12 +53868,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"kPG" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "kQw" = ( /obj/effect/landmark/blobstart, /obj/machinery/light/small{ @@ -52689,11 +53891,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"kRn" = ( -/obj/machinery/atmospherics/components/binary/valve/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "kRp" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52709,17 +53906,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"kRH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "kRZ" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6; @@ -52791,13 +53977,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"laF" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator"; +"lar" = ( +/obj/machinery/telecomms/hub/preset, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "laH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -52827,13 +54020,6 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) -"lfD" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -52842,22 +54028,6 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lhd" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lhn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52867,34 +54037,20 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"lhJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "0-2" +"lhK" = ( +/obj/machinery/telecomms/server/presets/science, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"lic" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"liV" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -52906,12 +54062,31 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/science/misc_lab) +"lor" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -26 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "los" = ( /obj/structure/cable, /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) +"lou" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "loA" = ( /obj/machinery/requests_console{ department = "Medbay"; @@ -52936,50 +54111,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"loS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"loX" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "lpF" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, /area/chapel/main) -"lrv" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 +"lqQ" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 +/obj/structure/transit_tube/station{ + dir = 8 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/structure/transit_tube_pod, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -53005,13 +54150,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"ltD" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "luw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53042,16 +54180,6 @@ /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) -"lwf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -53066,9 +54194,6 @@ }, /turf/open/floor/plating, /area/security/detectives_office) -"lyY" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) "lze" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ @@ -53076,11 +54201,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"lzD" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/space/basic, -/area/space/nearstation) "lAB" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -53093,35 +54213,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lDE" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lEE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53195,15 +54286,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"lQw" = ( -/obj/machinery/newscaster{ - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "lQG" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -53211,6 +54293,17 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/science/nanite) +"lQS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "lQY" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -53223,33 +54316,32 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lSu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"lUh" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"lVc" = ( -/obj/machinery/blackbox_recorder, -/obj/structure/cable/yellow{ - icon_state = "1-2" +"lVu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"lWb" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) +"lVF" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, -/area/hallway/primary/central) +/area/tcommsat/computer) +"lWy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/storage/tech) +"lYq" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/yogs/signal_technician, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53261,32 +54353,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"lYY" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 25; - pixel_y = 25; - req_one_access_txt = "19;61" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lZq" = ( /obj/machinery/smartfridge/disks, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, @@ -53314,30 +54380,12 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"met" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"mgW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"mha" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 +"mfN" = ( +/obj/machinery/door/window/brigdoor/westleft{ + req_access_txt = "61" }, -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53352,12 +54400,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"mhA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "min" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -53408,16 +54450,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"mma" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/station{ - dir = 8 - }, -/obj/structure/transit_tube_pod, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "mmQ" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plasteel/dark, @@ -53443,23 +54475,6 @@ "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) -"mpn" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"mro" = ( -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plasteel, -/area/storage/tech) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53476,26 +54491,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"mtN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mvj" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction) -"mvx" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53512,25 +54507,6 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) -"myv" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, @@ -53565,6 +54541,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"mBB" = ( +/obj/machinery/telecomms/processor/preset_three, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53594,22 +54584,10 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"mCD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"mCG" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer1{ - dir = 4; - name = "AI Satellite Supply" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +"mDA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "mDD" = ( /obj/structure/table, /obj/item/book/manual/hydroponics_pod_people, @@ -53617,19 +54595,6 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) -"mDU" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -53639,14 +54604,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"mFB" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Aft"; - dir = 1; - network = list("aicore","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "mGV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53669,18 +54626,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"mJA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "tcomms"; - name = "Telecommunications server shutters control"; - pixel_y = -27; - req_access_txt = "61" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "mJV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53715,15 +54660,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"mKR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "mLv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53793,13 +54729,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"mNQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) "mOm" = ( /obj/structure/closet/crate, /obj/machinery/light/small{ @@ -53816,12 +54745,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/layer1, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"mOE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction) "mOR" = ( /obj/machinery/button/door{ id = "Dorm1"; @@ -53854,6 +54777,17 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) +"mSz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "mTa" = ( /obj/structure/sign/warning/nosmoking{ pixel_x = -28 @@ -53879,6 +54813,20 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel, /area/escapepodbay) +"mUx" = ( +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "mVu" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -53902,12 +54850,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"mXd" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "mXC" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53923,32 +54865,11 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mYK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"mZe" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +"mYq" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/teleport/station, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -53957,15 +54878,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"nad" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "nau" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -54036,13 +54948,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"ngQ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "ngU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -54053,9 +54958,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) -"nhF" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "nhP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -54099,21 +55001,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"njO" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +"njV" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/porta_turret/ai, -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 8; - network = list("aicore","ss13") +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/tcommsat/entrance) "njZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -54128,10 +55030,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"nkH" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -54160,40 +55058,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nmU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"noP" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ +"nqo" = ( +/obj/machinery/telecomms/receiver/preset_left, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ - dir = 8 + dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"nqj" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/storage/tech) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54202,6 +55080,20 @@ }, /turf/open/floor/wood, /area/lawoffice) +"nsj" = ( +/obj/machinery/telecomms/server/presets/command, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54215,54 +55107,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nvt" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/meter{ - pixel_x = -5; - pixel_y = -3; - target_layer = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"nvH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"nvO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engineering) -"nwb" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 24; - pixel_y = -10 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 8; - network = list("minisat","ss13") - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = 32; - pixel_y = 0; - req_access_txt = "19" - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "nxw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -54290,11 +55134,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nxG" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel/white, -/area/storage/tech) "nyN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 10 @@ -54304,14 +55143,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"nzz" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "nAM" = ( /obj/machinery/button/door{ id = "Dorm4"; @@ -54352,6 +55183,11 @@ /obj/effect/landmark/stationroom/box/xenobridge, /turf/template_noop, /area/template_noop) +"nCV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "nDj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -54364,22 +55200,22 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"nFR" = ( +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"nLZ" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 +"nLY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/closed/wall/r_wall, +/area/tcommsat/computer) "nMi" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -54411,21 +55247,6 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nMX" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"nND" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -54449,19 +55270,27 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"nWd" = ( -/obj/structure/cable{ - icon_state = "1-2" +"nVo" = ( +/obj/machinery/door/airlock/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - dir = 8; - name = "SMES room APC"; - pixel_x = -24 +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/tcommsat/computer) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -54471,20 +55300,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"nWV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/storage/tech) "nYC" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -54500,6 +55315,10 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"nZJ" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -54515,41 +55334,18 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"ocm" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 +"odL" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) -"ofG" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"ogn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "ogO" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -54677,33 +55473,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"osC" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/computer/monitor{ - dir = 1; - name = "MiniSat power monitoring console" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "osI" = ( /obj/structure/table, /obj/item/storage/toolbox/mechanical, /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) -"ouB" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -54728,64 +55503,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"oAl" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"oBp" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"oBF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage"; - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"oDo" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"oDs" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -54813,49 +55530,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"oFX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"oGY" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/tile/purple{ +"oHC" = ( +/obj/machinery/telecomms/server/presets/medical, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"oIz" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters" - }, -/turf/open/floor/plating, -/area/bridge) -"oKg" = ( -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 1; - name = "Telecomms Server APC"; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, /obj/effect/turf_decal/tile/neutral{ - dir = 4 + dir = 8 }, -/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "oKG" = ( @@ -54884,30 +55570,26 @@ }, /turf/open/floor/plating, /area/security/processing) -"oQa" = ( -/obj/machinery/light{ +"oNR" = ( +/obj/machinery/telecomms/bus/preset_three, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) -"oRe" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "oRq" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54921,15 +55603,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"oSf" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "oSz" = ( /obj/machinery/door/airlock/maintenance{ id_tag = "commissarydoor"; @@ -54941,19 +55614,11 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oTj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"oUp" = ( -/obj/machinery/teleport/station, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +"oTP" = ( +/obj/structure/table, +/obj/item/phone, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "oUK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54966,15 +55631,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"oWZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -54984,26 +55640,36 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"oYI" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +"oXP" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the telecoms satellite."; + name = "Telecoms Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 }, -/obj/effect/turf_decal/tile/green{ +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) +"pbM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"pcb" = ( +/obj/machinery/airalarm/tcomms{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/green{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"pbM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/plasteel/white, -/area/science/mixing) "pem" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55024,27 +55690,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"peX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"pfK" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-8" +"pgv" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + target_temperature = 80 }, /turf/open/floor/plating, -/area/storage/tech) +/area/maintenance/department/tcoms) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55055,6 +55706,9 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"pkS" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55087,24 +55741,6 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"pog" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 - }, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"poy" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "ppd" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -55117,43 +55753,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) -"pqH" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"pra" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"prF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55182,13 +55781,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"pvD" = ( -/obj/machinery/door/window/brigdoor/westleft{ - name = "AI Satellite Access"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55260,13 +55852,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"pAz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55283,20 +55868,6 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/engine/engineering) -"pBZ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "pDf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -55306,19 +55877,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pDi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pDG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55329,25 +55887,20 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"pEn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 2; - name = "MiniSat Maint APC"; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "pGe" = ( /obj/structure/lattice, /turf/open/space, /area/engine/atmos_distro) +"pGU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/gravity_generator) "pHE" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55375,14 +55928,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"pIj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "pIt" = ( /obj/machinery/pipedispenser/disposal, /obj/machinery/light, @@ -55417,13 +55962,6 @@ }, /turf/open/floor/engine, /area/escapepodbay) -"pNg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "pNj" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55445,10 +55983,6 @@ "pOw" = ( /turf/closed/wall/r_wall, /area/hallway/primary/port) -"pOL" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "pPf" = ( /obj/structure/table/wood, /obj/item/camera_film, @@ -55500,26 +56034,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"pTr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"pTY" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) "pUq" = ( /obj/effect/landmark/secequipment, /obj/effect/turf_decal/bot, @@ -55535,11 +56049,20 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/fore) -"pUU" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"pUR" = ( +/obj/machinery/telecomms/server/presets/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pVj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55580,37 +56103,15 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"pYL" = ( -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/structure/rack, +"pZs" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/teleport/hub, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"pZI" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/area/tcommsat/entrance) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) -"qcw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "qdN" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -55625,24 +56126,6 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/nanite) -"qjc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55657,6 +56140,17 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qky" = ( +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/machinery/camera{ + c_tag = "Gravity Generator Access" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) "qlA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -55666,35 +56160,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qmw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"qns" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) "qpS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55728,15 +56193,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"qqG" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "qrM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55746,12 +56202,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qrV" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -55766,20 +56216,10 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"qsS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, +"qsM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, -/area/bridge) +/area/construction) "qsZ" = ( /obj/machinery/light/small{ dir = 4 @@ -55818,25 +56258,20 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qtE" = ( -/obj/machinery/door/firedoor/border_only{ +"qtJ" = ( +/obj/machinery/blackbox_recorder, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qtN" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55850,39 +56285,11 @@ /obj/item/clipboard, /turf/open/floor/plating, /area/maintenance/aft) -"quo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "quT" = ( /obj/structure/lattice, /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) -"qwl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"qxl" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -55896,14 +56303,6 @@ }, /turf/open/floor/plating, /area/security/processing) -"qxH" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "qxX" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55942,6 +56341,10 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) +"qAG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "qBb" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -55984,38 +56387,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qDu" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"qEg" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"qFR" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 +"qDU" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "70" }, -/obj/item/wirecutters, -/obj/machinery/status_display/ai{ - pixel_y = 32 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56044,16 +56428,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qHO" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56075,18 +56449,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"qKw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "qKM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -56097,14 +56459,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"qKW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "qLj" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -56124,19 +56478,6 @@ "qLZ" = ( /turf/closed/wall, /area/hallway/primary/port) -"qMl" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qMD" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, @@ -56153,11 +56494,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"qNy" = ( -/obj/item/storage/toolbox/mechanical, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "qOl" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -56212,48 +56548,9 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"qQi" = ( -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "qQV" = ( /turf/template_noop, /area/template_noop) -"qRP" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"qTI" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"qUv" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "qVL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56273,13 +56570,6 @@ }, /turf/open/floor/plasteel, /area/security/main) -"qWg" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plasteel/white, -/area/storage/tech) "qWn" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -56295,15 +56585,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"qYz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 @@ -56358,26 +56639,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/atmos) -"rfw" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Access"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space) -"rfW" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/aft) -"rgV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +"rfE" = ( +/obj/machinery/light/small, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) +"rfW" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/aft) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56385,38 +56655,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"rjh" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"rjG" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"rjR" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56441,9 +56679,6 @@ /obj/item/pen, /turf/open/floor/plasteel/white, /area/medical/genetics) -"rlz" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) "rlB" = ( /obj/machinery/status_display/evac{ layer = 4; @@ -56457,16 +56692,6 @@ dir = 8 }, /area/hallway/secondary/exit) -"rlR" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "rmd" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56478,10 +56703,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"rmJ" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "rmO" = ( /obj/machinery/portable_atmospherics/canister/bz, /obj/machinery/light/small{ @@ -56495,32 +56716,6 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"rof" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"roj" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"rpz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/storage/tech) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56542,21 +56737,6 @@ }, /turf/closed/wall, /area/science/mixing) -"rrG" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/hand_labeler_refill, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"rsl" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56576,6 +56756,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"rvv" = ( +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "rvS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56598,15 +56784,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"rAm" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "rBa" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -56618,20 +56795,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rBO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) +"rEl" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "rEn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -56686,14 +56861,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/sleeper) -"rFz" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "rFO" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/reagent_dispensers/fueltank, @@ -56736,11 +56903,6 @@ }, /turf/open/floor/engine/airless, /area/escapepodbay) -"rIz" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56756,6 +56918,10 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) +"rKP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/construction) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -56765,39 +56931,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rLH" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"rMt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"rNY" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Port"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "rPi" = ( /obj/structure/cable{ icon_state = "1-4" @@ -56821,41 +56954,10 @@ }, /turf/open/floor/plating, /area/vacant_room/commissary) -"rQe" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "rRn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) -"rSl" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plasteel/white, -/area/storage/tech) "rVk" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56867,18 +56969,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"rVl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "MiniSat Camera Monitor"; - network = list("minisat","aicore"); - pixel_x = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "rVA" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56891,32 +56981,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"rXz" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 4; - name = "MiniSat Antechamber APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "rXN" = ( /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"rYC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56956,47 +57024,6 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) -"sbf" = ( -/obj/machinery/computer/upload/ai{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"sbr" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"scD" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/space/nearstation) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -57032,6 +57059,22 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"seN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sga" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57039,12 +57082,22 @@ dir = 8 }, /area/chapel/main) -"shh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"sgr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -57067,14 +57120,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"sjZ" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -25; - pixel_y = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "skk" = ( /obj/structure/closet/secure_closet/hydroponics, /turf/open/floor/plasteel, @@ -57096,17 +57141,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) -"slT" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "smJ" = ( /obj/structure/chair{ dir = 4 @@ -57119,29 +57153,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"snO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"sol" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"sqN" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57157,6 +57168,11 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"stb" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "sti" = ( /obj/structure/chair/office/light{ dir = 4 @@ -57165,54 +57181,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) -"stw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "stF" = ( /obj/structure/sign/departments/minsky/engineering/engineering{ pixel_x = 32 }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"suG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "swh" = ( /obj/structure/cable, /obj/machinery/power/tracker, /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) -"swk" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Starboard"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) -"swv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "szl" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57224,11 +57204,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) -"szn" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/components/unary/portables_connector, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "szB" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = -32 @@ -57244,38 +57219,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sAW" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_x = -1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 27; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57287,17 +57230,20 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"sDz" = ( -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 +"sDZ" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 +/obj/item/book/manual/wiki/tcomms, +/obj/item/paper_bin, +/obj/item/radio{ + pixel_x = -10 }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel, +/area/tcommsat/computer) "sEf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57328,24 +57274,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"sEx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "sER" = ( /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, @@ -57384,6 +57312,17 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) +"sIE" = ( +/obj/machinery/announcement_system, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "sJh" = ( /obj/structure/cable/yellow{ icon_state = "2-4" @@ -57396,25 +57335,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"sKj" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Starboard"; - dir = 4; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) -"sKM" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "sKP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57458,16 +57378,6 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"sMu" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "sNe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57479,14 +57389,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"sNS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/construction) "sOm" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plasteel/dark, @@ -57501,14 +57403,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"sOp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "sOs" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -57520,16 +57414,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sPQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/primary/central) -"sQZ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel/white, -/area/storage/tech) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57546,19 +57430,10 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sRq" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +"sRL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, -/area/engine/engineering) -"sRR" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/tcommsat/lounge) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57584,70 +57459,11 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"sTY" = ( -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - network = list("ss13","RD") - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"sUP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"sVs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"sVv" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"sVV" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"sVY" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +"sUq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/tcommsat/entrance) "sVZ" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -57687,34 +57503,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/central) -"sWM" = ( -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"sXH" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sXM" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) "sYf" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -57751,30 +57539,23 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"tbN" = ( -/obj/machinery/ntnet_relay, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"tbP" = ( -/obj/effect/turf_decal/stripes/line{ +"tco" = ( +/obj/machinery/telecomms/server/presets/common, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/storage/tech) +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) -"tdL" = ( -/obj/structure/window/reinforced, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "tes" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -57847,6 +57628,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"tiM" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"tkt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, +/turf/open/floor/plating, +/area/tcommsat/entrance) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57860,21 +57654,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"tll" = ( -/turf/closed/wall, -/area/tcommsat/computer) -"tlB" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -57926,20 +57705,6 @@ /obj/effect/turf_decal/bot_white/right, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"tpP" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plasteel/white, -/area/storage/tech) "tqk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -57980,6 +57745,18 @@ }, /turf/open/floor/plasteel/stairs, /area/escapepodbay) +"trP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/tcommsat/entrance) "tsI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58019,26 +57796,6 @@ }, /turf/open/space, /area/solar/starboard/aft) -"tzj" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/maintenance/department/tcoms) -"tzK" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) "tAu" = ( /obj/machinery/light/small{ dir = 1 @@ -58061,27 +57818,6 @@ dir = 1 }, /area/chapel/main) -"tBV" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = 8; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 28; - pixel_y = -2; - req_one_access_txt = "19;61" - }, -/turf/open/floor/plasteel, -/area/bridge) "tCj" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, @@ -58098,36 +57834,6 @@ dir = 8 }, /area/hallway/secondary/exit) -"tCE" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"tCF" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/decal/remains/robot, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "tCH" = ( /obj/machinery/power/apc{ areastring = "/area/storage/tools"; @@ -58144,36 +57850,10 @@ /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) -"tId" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, +"tIs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, -/area/engine/engine_smes) -"tIB" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/area/tcommsat/computer) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -58190,14 +57870,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tLe" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Maintenance"; - dir = 1; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "tLh" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -58220,15 +57892,13 @@ }, /turf/closed/wall, /area/maintenance/disposal/incinerator) -"tNA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 +"tNb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/turf/open/floor/plasteel, -/area/bridge) +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) "tOj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58318,6 +57988,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"tUr" = ( +/obj/machinery/telecomms/bus/preset_two, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tUE" = ( /obj/machinery/light/small{ dir = 4 @@ -58341,23 +58025,6 @@ }, /turf/open/floor/wood, /area/lawoffice) -"tVX" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"tWg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58374,28 +58041,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"tXL" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -7; - pixel_y = 23 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 5; - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "tYa" = ( /obj/structure/cable{ icon_state = "4-8" @@ -58411,6 +58056,20 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"uax" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/pen, +/obj/item/multitool, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58442,18 +58101,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"uhR" = ( -/obj/structure/table/wood, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/folder{ - pixel_x = 6; - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58461,13 +58108,6 @@ /obj/item/stack/sheet/metal/fifty, /turf/open/floor/plasteel, /area/storage/tools) -"ujc" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "ukG" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58518,10 +58158,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"unI" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "upt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -58534,13 +58170,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"upA" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "upE" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/cable{ @@ -58563,61 +58192,18 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"urR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"usK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27; - pixel_y = -34 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 6; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"uut" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"uvv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"uum" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/keycard_auth{ - pixel_y = -27 +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/bridge) -"uvH" = ( -/obj/machinery/light{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "uvN" = ( @@ -58628,10 +58214,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"uwH" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "uxv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -58654,39 +58236,32 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"uCd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"uCI" = ( -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"uDB" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +"uzN" = ( +/obj/machinery/telecomms/bus/preset_one, +/obj/machinery/light{ + dir = 1 }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel, -/area/bridge) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"uCL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/bot_white, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58700,58 +58275,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uEQ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "uFb" = ( /obj/effect/turf_decal/tile/red{ dir = 8 }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/exit) -"uGn" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uHh" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) "uHN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58772,14 +58301,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uIS" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58805,32 +58326,39 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uKD" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"uMj" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 +"uNF" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/obj/structure/cable{ + icon_state = "2-4" }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uOb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"uNH" = ( +/obj/machinery/telecomms/broadcaster/preset_left, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "uQe" = ( @@ -58875,34 +58403,26 @@ /obj/item/wirecutters, /turf/open/floor/plasteel, /area/hydroponics) +"uVy" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plasteel, /area/escapepodbay) -"uWo" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/toy/figure/borg{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/phone{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"uXA" = ( -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "uXY" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -58956,6 +58476,15 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"vcj" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/tcoms) "vcH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58981,9 +58510,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vdg" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vfv" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -58997,23 +58523,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vjo" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -59048,6 +58557,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"vlj" = ( +/obj/machinery/telecomms/message_server/preset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -59087,14 +58610,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"vqq" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -59137,27 +58652,6 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vtl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/item/radio/intercom{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"vup" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/storage/tech) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -59171,16 +58665,7 @@ dir = 4 }, /turf/open/floor/plating, -/area/security/processing) -"vwg" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Starboard"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) +/area/security/processing) "vxh" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -59219,21 +58704,17 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"vBF" = ( -/obj/structure/table, -/obj/item/phone, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "vCb" = ( /obj/machinery/rnd/production/techfab/department/service, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vDv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +"vDq" = ( +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel, +/area/tcommsat/computer) "vDB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59254,18 +58735,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"vEa" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vEi" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -59282,16 +58751,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"vEl" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "vFa" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59309,16 +58768,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/chapel/main) -"vFO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vGW" = ( /obj/effect/landmark/start/atmospheric_technician, /obj/structure/chair/office/dark{ @@ -59326,24 +58775,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vHt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"vJd" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vKC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59363,14 +58794,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"vMo" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +"vLm" = ( +/obj/effect/turf_decal/tile/yellow, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 + dir = 5 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 @@ -59382,18 +58812,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) -"vOu" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vOD" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -59425,12 +58843,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/mixing) -"vSB" = ( -/obj/item/radio/intercom{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "vSD" = ( /obj/machinery/pipedispenser, /obj/structure/extinguisher_cabinet{ @@ -59438,24 +58850,16 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"vTg" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "vTi" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, /turf/open/floor/plating, /area/maintenance/aft) +"vUa" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "vUg" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -59470,23 +58874,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) -"vUB" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"vVK" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59506,54 +58893,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"vXl" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/item/radio/off{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"vXP" = ( -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/obj/structure/table/wood, -/obj/item/book/manual/wiki/tcomms{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"vYb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "vYs" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 4 @@ -59567,6 +58906,20 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"vYE" = ( +/obj/machinery/telecomms/processor/preset_four, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59586,23 +58939,29 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"wau" = ( +/obj/machinery/telecomms/processor/preset_one, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"wcB" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/entrance) "wec" = ( /obj/machinery/light/small{ dir = 8 }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"wei" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "weD" = ( /obj/machinery/conveyor{ dir = 4; @@ -59613,10 +58972,6 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"wfD" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) "wfJ" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59633,24 +58988,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"whs" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "wil" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59658,20 +58995,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/port/aft) -"wiq" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"wis" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "wjn" = ( /obj/structure/cable, /obj/structure/cable{ @@ -59698,6 +59021,10 @@ "wkN" = ( /turf/closed/wall, /area/science/nanite) +"wly" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/tcommsat/lounge) "wmp" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -59716,6 +59043,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"wmq" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/dark, +/area/tcommsat/lounge) "wmI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59725,25 +59056,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wog" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"wpB" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"wqn" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-8" +"wnA" = ( +/obj/machinery/newscaster{ + pixel_y = -32 }, -/obj/structure/cable{ - icon_state = "0-8" +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/turf/open/floor/plasteel, +/area/bridge) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59759,28 +59080,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"wra" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"wrr" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/item/aiModule/supplied/quarantine, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "wrz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -59788,15 +59087,22 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wrT" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -24 +"wsM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59852,36 +59158,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"wwm" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 30; - pixel_y = -37 - }, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = 28; - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"wwC" = ( -/obj/machinery/power/terminal, -/obj/machinery/door/window{ - dir = 8; - name = "Gravity Generator SMES"; - req_access_txt = "11" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "wxr" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -59889,18 +59165,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wxI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -59930,13 +59194,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"wyl" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "wyT" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/camera{ @@ -59965,12 +59222,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"wAK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "wBr" = ( /obj/machinery/firealarm{ dir = 4; @@ -60003,15 +59254,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/fore) -"wDc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "wDq" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -60043,10 +59285,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wHv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -60059,6 +59297,13 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"wIA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "wIG" = ( /obj/machinery/meter, /obj/item/radio/intercom{ @@ -60067,25 +59312,19 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wMe" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/tcommsat/computer) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"wNh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"wNp" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "wPB" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -60115,18 +59354,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wSR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -60159,18 +59386,6 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"wWD" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wWM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -60189,38 +59404,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"wYI" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai satellite."; - name = "AI Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"wZa" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +"wXz" = ( +/obj/structure/sign/warning/radiation/rad_area, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) "wZZ" = ( /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) -"xbR" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -60236,34 +59427,20 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"xfh" = ( -/obj/machinery/camera{ - c_tag = "MiniSat - Monitoring room"; - dir = 8; - network = list("minisat","ss13") +"xcQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tcommsat/lounge) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, /turf/open/space/basic, /area/space) -"xgG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "xhV" = ( /obj/structure/cable{ icon_state = "2-8" @@ -60275,18 +59452,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xmL" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 +"xiz" = ( +/obj/machinery/telecomms/processor/preset_two, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/light{ - dir = 8 +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -60294,25 +59473,10 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) -"xnt" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "xnF" = ( /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) -"xnM" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "xnR" = ( /obj/structure/window/reinforced{ dir = 1 @@ -60337,15 +59501,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"xpg" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13,tcomms") - }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -60358,13 +59513,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xsh" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60378,10 +59526,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) -"xuA" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/storage/tech) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -60396,19 +59540,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xwe" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"xyG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"xBc" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/effect/turf_decal/loading_area, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 }, /turf/open/floor/plasteel, -/area/storage/tech) +/area/engine/engineering) "xBo" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -60420,10 +59561,6 @@ }, /turf/open/floor/engine, /area/escapepodbay) -"xCw" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -60433,10 +59570,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"xEs" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/construction) "xFj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60452,42 +59585,17 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"xGu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "xHa" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plasteel, /area/engine/atmos) -"xHX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "xIa" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"xIx" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xJj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -60511,39 +59619,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"xKE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xLb" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "xLv" = ( /obj/structure/table, /obj/item/hand_labeler, @@ -60554,6 +59629,10 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"xLZ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plating, +/area/storage/tech) "xML" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60561,33 +59640,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"xNn" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "xNu" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60595,6 +59647,13 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"xPs" = ( +/obj/effect/turf_decal/bot_white, +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/entrance) "xQA" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, @@ -60609,16 +59668,6 @@ /obj/item/clothing/under/yogs/rank/clerk/skirt, /turf/open/floor/plasteel, /area/clerk) -"xTl" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) "xTD" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -60690,13 +59739,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"yal" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "yan" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -60736,15 +59778,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) -"ydO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "ydU" = ( /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plasteel/dark, @@ -60761,17 +59794,21 @@ /obj/structure/tank_dispenser, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"yfT" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" +"yfa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/structure/cable/yellow{ + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel/white, +/area/tcommsat/computer) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -60802,32 +59839,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"ykg" = ( -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -26; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -5; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -6; - pixel_y = 21 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "ylH" = ( /obj/machinery/sparker{ id = "testigniter"; @@ -84394,14 +83405,14 @@ bPr bJf ccd bCq -gXs -gXs +aaa +aaa aaf -gXs -gXs +aaa +aaa aaf aaf -gXs +cig aaf aaa aaa @@ -84655,13 +83666,13 @@ cjJ cjJ cjJ cjJ -btG -btG -btG -btG -btG -btG -btG +cjJ +cjJ +aaa +bPs +aaa +aaa +aaa aaa aaa aaa @@ -84907,18 +83918,18 @@ aaa cjJ ckw clC -nWd -clh -tdL -usK -eOI -btG -rMt -fiu -cjQ -kHq -bgN -btG +cmy +clC +cnL +cov +cpj +bQt +cjJ +aaa +bPs +aaa +aaa +aaa aaa aaa aaa @@ -85168,14 +84179,14 @@ aGx clE cnN bBF -wSR -btG -urR -bih -big -bii -laF -btG +ciy +kLv +cjJ +aaf +bPs +aaa +aaa +aaa aaa aaa aaa @@ -85424,15 +84435,15 @@ clD bEh cnn cnM -tId -dzE -vjo -hqt -big -bgN -bkZ -eGt -btG +bEG +cpk +uVy +cjJ +aaa +bPs +aaa +aaa +aaa aaa aaa aaa @@ -85682,15 +84693,15 @@ aSi clG cnP bBH -qmw -btG -snO -bii -big -bih -bXF -btG -gXs +aSF +cjJ +cjJ +aaa +bPs +aaa +aaa +aaa +aaa aaa aaa aaa @@ -85935,20 +84946,20 @@ aaa cjJ ckz clF -nvH +cmy cnp cnO bEH -eVD -btG -xHX -jxK -kHS -ydO -wrT -btG -gXs -gXs +cpm +cjJ +aaf +aaf +bPs +aaa +aaa +aaa +aaa +aaa aaa aaa aaa @@ -86195,18 +85206,18 @@ cjJ cjJ cjJ cnR -rQe +bEI cjJ -btG -wwC -ktX -btG -btG -btG -btG -gXs -iOQ -abY +cjJ +aaa +aaa +bPs +aaf +aaT +aaT +aaT +aaT +aaT aaT aaT aaT @@ -86451,18 +85462,18 @@ aaa aaa aaf cjJ -dxZ +cnQ bEL -uut +cpo cjJ -btG -btG -btG -aaf -aoV aaa -gXs -iOQ +aaa +bPs +aaf +aaT +ctv +ctv +ctv ctv ctv ctv @@ -86708,16 +85719,13 @@ bCq bCq bCq cjJ -dGf +cnS aZi aHm cjJ aaf aaf -gXs -aaf -aaf -aaf +cig aaf aaT aaT @@ -86725,6 +85733,9 @@ aaT aaT aaT aaT +aaT +aaT +aaT aaf aaf aaf @@ -86951,8 +85962,8 @@ bIp bCq bCq ceW -rrG -bSs +bJv +ceY bCq bCq bCq @@ -86966,7 +85977,7 @@ ceY ccw ccw cnR -iiy +bEM cjJ ccw ccw @@ -87191,25 +86202,25 @@ bqM bCn bGq bGq -cOA +bGq bGq bLw bGq bGq bGq bLw -cOA +bGq bGq hQb qsH bCq bIb -mNQ +bIq bIC bCq bJp -kkL -bJD +bJw +bSs bCq bJV bCq @@ -87222,10 +86233,10 @@ bHE bHE cmD cnr -rYC +xBc bEP -pNg -iHQ +bjW +bkl bkz bkA crp @@ -87443,30 +86454,30 @@ bnM bnM bAe bBg -mlj -uHh -uHh -rsl -qHO -wqn -uHh -rsl -qHO -qHO -qHO -qHO -wqn -uHh -bCq -vAA +aJw bCq -bIf bCq -fjT +bPr +bPr +bPr bCq bPr bPr bPr +bPr +bPr +bPr +bCq +bCq +vAA +bCq +bIf +bIr +bIF +bCq +bRh +bJy +bJD bCq bCq bCq @@ -87699,32 +86710,32 @@ aKF aLX aJq aJq -hkw -mlj +bBi +aJw aaa aaf -gXs -gXs -gXs -aoV -gXs -aoV -gXs aaa +aaf aaa +aaf +aaa +aaf aaa -uHh +aaa +aaa +aaa +bCq ciT bqD bCq bCq bCq -aaa -aaa -aaa -aaa -aaa -aaa +bCq +bCq +bPr +bPr +bPr +bCq gXs bCq caz @@ -87956,34 +86967,34 @@ bwg aJw aJq aJq -hip -sPQ -gXs -aaa +bBi +aJw aaa +boI +bGr +bGr +bGr +bKr aaa -gXs +aaf aaa -gXs -aoV -gXs aaa -gbD -dvi -uHh +aaf +aaf +bCq pew bqD bCq +aaa gXs +aaa +aaa gXs -aaf -xTl -mgW -mDU -uIS -iLp -aaf -bCq +gXs +aaa +gXs +aaa +bPr cay ccw ccw @@ -88213,34 +87224,34 @@ bqy aJw aJq aJq -iPT -mlj -gXs -gXs -bfv -bfv -bfv -bfv -bfv -gXs -gXs -gbD -wqn -bUs -bHE -bHE -bqD -bPr +bBi +aJw +aaf +bEU +bGt +bHG +bJh +bEU +aaf +aaf +aaa +aaa bPr bPr -gXs -pfK -nxG -qxH -sQZ -pfK -aaa bCq +bCq +bqD +bCq +aaa +btG +btG +btG +btG +btG +btG +btG +aaa +bPr cay ccw chY @@ -88470,34 +87481,34 @@ bmr bmr byN aJq -hip -sPQ +bBj +aJw aaa +bEV +bhK +cBC +bJg +bKs aaa -bfv -pra -eRM -iDf -bfv -bfv -aaa -swv -xnt -dru +aaf +aaf +aaf +bPr +bvE bGq bGq bww -bHE -bHE bPr aaa -pfK -mCD -nmU -oBF -pfK -aaa -bCq +btG +bgN +bZo +bkI +bgN +bgN +btG +gXs +bPr cay ccw chY @@ -88727,34 +87738,34 @@ bwi bmr aMm aJq -fMz -mlj -oAl -oAl -bfv -eNR -vHt -aDq -xmL -bfv -gXs -hYV -bNI -bvG -bNI -bNI -bNI -bNI -bHE +bBi bCs bCs -oDo +bEW bGu -vYb +akd bJi -oDo +bEW bCs bCs +bNI +bNI +bNI +bvG +bNI +bNI +bHE +bPr +gXs +btG +bgN +bih +big +bii +bgN +btG +aaa +bPr cay ccw ciZ @@ -88982,36 +87993,36 @@ brS bsY ays bmr -liV -cBw -kKm -mlj -sTY -oAl -iUN -dyH -fMV -ecr -ceM -wog -aaa -hYV +aMn +aJq +bBi +bCs +bDv +bEX +xLZ +bHH +xLZ +bKt +bLx +bCs +cCe bRl -qDu -dbI -xEs +buL +bvH cCf bNI bHE -bCs -ePQ -ibp -sVv -qcw -qWg -gqd -krY -bCs +bPr +aaa +btG +bYz +big +bgN +bkZ +eGt +btG +aaa +bPr cay ccw ccw @@ -89239,36 +88250,36 @@ btD buO bwk bmr -aMn -hXb -sol -tIB -jUX -myv -qKW -peX -loX -rlR -mpn -bfv -aaa -hYV -cCd -kIP -iDb -cCd +aLY +cBw +bBk +bCs +bDx +bFa +bFa +bHJ +bFa +bFa +bLz +bCs cCe +bNJ +buQ +xhV +gWd bNI bHE -bCs -qFR -xbR -mKR -fMs -vup -mro -nqj -bCs +bPr +aaa +btG +bgN +bii +big +bih +bXF +btG +gXs +bPr cay ccw cig @@ -89497,35 +88508,35 @@ buN aCO bmr byP -cav -oTj -mlj -sAW -oAl -aDq -aDq -dhR -cOo -sbf -wog -gXs -hYV +aJq +bBi +bCs +bDw +bEZ +bGv +bHH +bJj +bKu +bLy +bCs bNJ -bvc -sNS bNJ -cCe +buR +bNJ +gbq bNI bHE -bCs -pZI -sVV -lSu -ehX -gks -ewO -tpP -bCs +bPr +gXs +btG +bYD +bZr +bzk +cbn +aGa +btG +aaa +bPr cay ccw cia @@ -89754,35 +88765,35 @@ bnS aUt bfs bft -sOp -tlB -mlj -oAl -oAl -pTY -jmf -vDv -aDq -kLU -bfv -gXs -hYV +bpB +bBl +bCs +bDz +bFa +bFa +bHH +bFa +bFa +bFa +bCs bNL +bNJ buQ -xhV -exJ -hKW +bNJ +bQj bNI bHE -bCs -gbU -uEQ -nWV -eJG -xyG -jlE -ouB -bCs +bPr +aaa +btG +iaS +ess +bzR +pGU +bOC +btG +aaa +bPr cay ccw bQo @@ -90012,34 +89023,34 @@ bmr bmr byQ bne -wNh -sPQ -aaa -aaa -bfv -wrr -eXt -vqq -bfv -bfv -aaa -hYV -cyf -knu -fwD -mOE -mvj -bNI -bHE +aJq bCs -sbr -qjc -wiq -rpz -rSl -tbP -fwQ +bNN +bFb +bGw +bER +bJk +bFa +bLA bCs +qsM +bQc +aYw +rKP +aEY +bNI +bHE +bCq +aaa +btG +bPQ +bxP +bzT +bxb +bQm +btG +gXs +bPr cay ccw cic @@ -90246,57 +89257,57 @@ aRj aSv aTV aYg -aTX -uDB -aZM -aZM -aZM -aZM -aZM -aZM +aWP +aSd +cva +cva +cva +cva +cva +cva aZM aZM aZM -ujc -sWM -hLT -lyY -gXs +aaf +aaf aaa -gXs +aaf aaa -gXs -bOS -aXf -bne -lWb -mlj +aaf aaa -gXs -bfv -bfv -bfv -bfv -bfv aaa aaa -hYV -bNJ -buQ +bOS +aXf +bne +byV +bCs +bAM +bFa +bGy +bFc +bJm +bFa +bHO +bCs +cCd cCd +buS bNJ cCc bNI bHE -bCs -gNH -cmf -wDc -qKw -wDc -eLS -euL -bCs +bCq +bCq +btG +bQd +bwo +aRT +bMM +aGd +btG +aaa +bCq cay ccw cif @@ -90504,56 +89515,56 @@ aSu aTU aXY aWO -aPR -bVI -fmB -uvH -met -dkH -rgV -dBX -fGp -dkw -gGE -nhF -get -lyY -bVJ -iGW -iGW -tll +cva +cva +aes +aeY +aes +aMg +aes +aeY +aes +cva +bPi +bPi +bPi +bfv +bfv +aaf +aaa +aaa aaa bOS aXf bne -baR -sPQ -gXs -gXs -aaa -aaa -gXs -aaa -gXs -aaa -gXs -hYV +byU +bCs +bAL +aOC +bGx +bHH +bJl +aEj +bHN +bCs cjo -buQ -bNJ +cCd +bvc bNJ cCb bNI bHE -bCs -iVs -lEE -emX -fBs -pUU -tbP -hlK -bCs +bHE +bCq +btG +tiM +bxW +tiM +btG +btG +btG +fip +fip cay ccw cie @@ -90761,56 +89772,56 @@ aSx aTX aYg aWU -oIz -tbN -xKE -dcI -kbr -pDi -fCQ -cmt -unI -dkw -lUh -nhF -nhF -vTg -bVJ -oRe -lrv -tll -tll -aJw +cva +adK +aet +aet +aes +bdW +aes +aet +azM +pkS +bmu +aFZ +aKc +aKB +bfv +bfv +bfv +aaf +aaf +bOS aXf bne -byU -mlj -gXs -aaa -gXs -gXs -gXs -aaa -gXs -gXs -gXs -hYV -icE +aJq +bCs +bFa +brL +lWy +bsD +bJn +bsE +bHQ +bCs +cjo +bJu bvc -eNC -bNJ +cmX bSz bNI bHE -bCs -xuA -ePJ -bCs -bCs -bCs -bCs -bCs -bCs +bHE +bHE +btG +qky +aZe +aFT +btG +bVd +bWK +aGl +fip cay ccw cig @@ -91018,57 +90029,57 @@ aSw aTW aYv aWQ -aPR -jjV -iHK -iPM -kpG -jWe -qRP -oBp -bVI -bVI -lyY -jyi -wWM -pYL -bVJ -qqG -uXA -xpg -hsM -aJw +cva +cva +aes +aeZ +apF +bdZ +hmv +beX +aes +pkS +aDq +aDq +aDq +aLq +bkN +aFZ +bfv +buP +buP +buP byS bne aDs -mlj -tzK -sXM -tzK -sXM -tzK -sXM -tzK -tzK -sXM -hYV +bCs +bCs +bCs +bCs +bsH +bCs +bCs +bCs +bCs bNI -bvd bNI +bvd bNI bNI bNI +fip +fip bTz -bCs -bCs -cQE -bCs -eZY -lwf -ogn -bUZ -bCq -cdi +btG +wXz +bxY +wXz +btG +bVc +bWJ +byy +bZB +caC ccw cSM cjd @@ -91274,58 +90285,58 @@ aRn aSz aTY aYA -qns -aPR -iCj -sVY -vVK -qMl -gck -hVt -vOu -hFB -hYT -lyY -oQa -mhA -nhF -bVJ -dfu -uXA -sVs -xwe -aJw -hJr +aWT +cva +aZR +aeu +agq +pkS +pkS +bfc +beY +aBi +pkS +aDx +aHj +aHj +aDq +bkR +aHj +bfv +aNM +ini +buP +bpC aXM aUv bCu bAO -jZF bSA -jZF +cKA +bsJ +bSA bSA -jZF bHR bIe -jZF -bJz bSA +bJz bve bSA +bSA bTJ bSA bWL bSA bSA -oDs -iRw bSA -fGq -bLI -bWJ -prF -xLb -caC +byd +bSA +bUl +bVf +bXm +byG +fip +bHE ccw cij cjf @@ -91528,60 +90539,60 @@ aNx aOE aPS aRm -tBV +aSy aTX aZf -tNA -aPR -wWD -noP -yal -mha -bRm -quo -oGY -tzj -cAk -tCE -gyH -qUv -kzz -gzA -kRH -oWZ -bQI -eCf -qtE +aWS +cva +adQ +alm +ajC +pkS +aop +apI +bfd +aDp +azG +nCV +nCV +aKi +aLs +aWh +aVG +btF +aWV +uNF +knx bwa boU aXE jWz bQQ -wei +bLZ aXW -jHK +aYb aYt -wei +bLZ bLZ bbp -wei bLZ -bSL -gcX +bLZ +aZF +bLZ cBH bMG bLZ bLZ bLZ bLZ -idS -xgG +bLZ +baz bLZ cbr bLZ bAK byI -bCq +fip ceW ccw cdk @@ -91788,28 +90799,28 @@ aRp aSB aTZ aZg -uvv -aPR -oKg -iMy -xIx -wZa -uMj -wpB -vJd -hFB -whs -lyY -tXL -hfU -tLe -bVJ -rLH -uXA -xGu -hXK -aJw -wis +gME +cva +eQU +aeu +aqt +pkS +pkS +apK +beD +aes +pkS +aFX +aHj +aHj +aDq +bkm +aWR +bfv +aCM +bwp +buP +bos bfz aXf bzG @@ -91831,8 +90842,8 @@ bQg bQg bQg bQg -wxI -bFq +bMv +hxt bFq cbt bVh @@ -92045,27 +91056,27 @@ aRo aSA aTX aYA -lQw -aPR -cvE -enk -gJE -xsh -oYI -ltD -uGn -cDp -cDp -jTx -sEx -stw -sqN -bVJ -uXA -wwm -eHr -vXP -aJw +wnA +cva +cva +aes +ama +apF +bec +jQk +beF +aes +pkS +aDq +aDq +aDq +aNn +bkn +aFZ +bfv +buP +buP +buP aOx aJq bBr @@ -92303,26 +91314,26 @@ aSD ceh aZj aWU -oIz -lVc -lYY -nkH -deQ -iZq -xCw -lhd -pOL -dkw -szn -hGM -wAK -vXl -bVJ -sMu -tVX -tll -tll -aJw +cva +adK +aet +aet +aes +bed +aes +aet +azM +pkS +bgR +aFZ +aKA +aOu +bfv +bfv +bfv +aaf +aaf +bOS aJq aJq bBu @@ -92559,25 +91570,25 @@ aRq aSC aUa aZl -qsS -aPR -bVI -uOb -vEa -mvx -kgF -iZK -mYK -vUB -dkw -cyO -bUv -mJA -lyY -bVJ -iGW -iGW -tll +aVO +cva +cva +aes +aeY +aes +aBJ +aes +aeY +aes +cva +bPi +bPi +bPi +bfv +bfv +aaf +aaa +aaa aaa bOS aJq @@ -92816,26 +91827,26 @@ aRs aSE aUc aYA -aTX -qTI -aZV -aZV -aZV -aZV -aZV -aZV +aWY +aVf +cva +cva +cva +cva +cva +cva aZV aZV aZV -oSf -eYe -ngQ -lyY -gXs -aoV -gXs +aaf +aaf +aaa +aaf +aaa +aaf +aaa +aaa aaa -gXs bOS aJq aJq @@ -93085,9 +92096,9 @@ bgS bik aZV aZV -aZV -aZV -aZV +bmx +bmx +bmx bqH bsh bsh @@ -94675,15 +93686,15 @@ gXs aaa gXs gXs -nMX -cKX -rBO -rAm -nvO -sRq -nvO -nvO -eZM +aKz +bQv +bFE +xcQ +mDA +wIA +mDA +mDA +vLm oqv tAu ciZ @@ -94932,15 +93943,15 @@ bvA bvA bvA gXs -nMX -pBZ -wHv -nND -dNq -rFz -rFz -mtN -rjh +aKz +bQA +qAG +lVu +gZI +odL +odL +sRL +dSB mRQ xhW xhW @@ -95189,15 +94200,15 @@ bMf bMf bvA aaa -nMX -ccw -gHK -pvD -gHK -ccw -ccw -dYU -clJ +aKz +hbC +hzb +mfN +ajS +hbC +hbC +fEn +wly cig ciZ ciZ @@ -95410,7 +94421,7 @@ bwu bwu bwu bBB -eoH +aJv aJw bFp bGJ @@ -95448,13 +94459,13 @@ bvA aaa dOc sRa -ixz -mma -djk +lQS +lqQ +iza llD -ccw -vSB -roj +hbC +nFR +wmq cig cig bOg @@ -95709,9 +94720,9 @@ ajX ajX ajX ltm -ccw -wYI -rIz +hbC +oXP +rfE ccw aaa afp @@ -95966,10 +94977,10 @@ aaa aaa aaa cqY -bWq -kDS -vBF -bWq +bPF +cnW +oTP +bPF aaa aaa aaa @@ -96223,10 +95234,10 @@ yjy aaa akE aaa -bWq -bWq -bWq -bWq +bPF +bPF +bPF +bPF aaa aaa aaa @@ -97256,7 +96267,7 @@ aaa bWC gXs aaa -aaa +bWC aaa gXs pEf @@ -97770,12 +96781,12 @@ aaa bWC gXs aaa -aaa +bWC aaa gXs pEf aaa -aaa +bWC gXs aaa ltm @@ -98298,13 +97309,13 @@ gXs gXs gXs pEf -gXs -aaH -gXs -gXs +qdN +aMu +qdN +qdN aaa aaa -aKN +aKM aaa aaa aaa @@ -98558,10 +97569,10 @@ pEf aaa aaa aaa -gXs -gXs +qdN +qdN aaa -aKN +aKM aaa aaa aaa @@ -98815,10 +97826,10 @@ pEf aaa aaa aaa -gXs -gXs -gXs -aKN +qdN +qdN +qdN +aKM aaa aaa aaa @@ -99072,10 +98083,10 @@ pEf aaa aaa aaa -gXs +qdN aaa -aaH -aKN +aMu +aKM aaa aaa aaa @@ -99329,7 +98340,7 @@ pEf aaa aaa aaa -gXs +qdN aaa aaa aaa @@ -99575,19 +98586,19 @@ aaa pEf gXs aaa -rfw -lDE -poy -sKM +sRa +abd +abf +abh xnR aaa gXs pEf +jlq +jlq aaa -aaa -aaa -gXs -aKN +qdN +aKM aaa aaa aaa @@ -99830,26 +98841,26 @@ aaa aaa aaa pEf -uKD -uKD -uKD -caL -vdg -wNp -uKD -uKD -uKD +wcB +wcB +wcB +rEl +bGs +aIe +wcB +wcB +wcB pEf +aOP +jlq +qdN +qdN +aKM aaa aaa -gXs -gXs -aKN -aaa aaa aaa aaa -wfD aaa aaa aaa @@ -100084,24 +99095,24 @@ aaa aaa aaa aaa +aSQ +bNY +bDU +trP +gIh +njV +ght +lou +sUq +gMO +tkt +eSG +dLq +bGQ pEf -dRq -pEf -kHn -hWq -rjG -jMp -irP -pAz -bNV -nad -yfT -pEf -hZe -pEf -gXs +qdN aaa -aKN +aKM aaa aaa aaa @@ -100341,25 +99352,25 @@ aaa aaa aaa aaa +bbf +bVJ +bVJ +wcB +wcB +wcB +aZU +bGz +lor +wcB +wcB +wcB +wcB +wcB pEf -rlz -rlz -rlz -rlz -uKD -tWg -vMo -wyl -uKD -uKD -uKD -uKD -uKD -pEf -gXs -aKN -aKN -aKN +qdN +aKM +aKM +aKM aaa aaa aaa @@ -100598,25 +99609,25 @@ aaa aaa aaa aaa +bbf +bVJ +fya +aIa +iTH +wcB +wcB +bGA +wcB +wcB +gZj +aIJ +xPs +wcB pEf -rlz -bYU -sUP -elt -uKD -sRR -nLZ -shh -uKD -vdg -hPa -rjR -uKD -pEf -gXs -aKN -aKN -aKN +qdN +aKM +aKM +aKM aaa aaa aaa @@ -100855,25 +99866,25 @@ aaa aaa aaa aaa -pEf -rlz -bYU -nvt -huJ -uKD -nwb -dAh -vtl -hDw -kFq -sDz -oUp -uKD +bbf +bVJ +aZS +bGh +kbp +dkY +dpy +mSz +lVF +csz +uCL +bGO +mYq +wcB pEf aaa aaa aaa -aKN +aKM aaa aaa aaa @@ -101110,27 +100121,27 @@ rcY cmd aaa aaa -pEf -pEf -pEf -rlz -kKu -mCG -gtP -uKD -uKD -gGD -uKD -uKD -qNy -esk -rmJ -uKD +aSQ +bDU +bNX +bVJ +iDR +aSU +gDO +bVJ +tIs +aZD +aIq +wcB +vUa +aSW +pZs +wcB pEf pEf pEf aaa -aKN +aKM aaa aaa aaa @@ -101367,27 +100378,27 @@ cSf nkd aaa aaa -eJM -rlz -rlz -rlz -frw -pEn -rlz -uKD -slT -foA -ocm -uKD -uKD -uKD -uKD -uKD -uKD -uKD -rNY +bbf +bVJ +bVJ +bVJ +bVJ +bVJ +bVJ +bVJ +bbj +bGC +amO +bVJ +bVJ +bVJ +bVJ +bVJ +bVJ +bVJ +pEf aaa -aKN +aKM aaa aaa aaa @@ -101624,27 +100635,27 @@ cmd cmd aaa aaa -pEf -rlz -cWy -qQi -iGe -pTr -rlz -dBW -vdg -vFO -qwl -dfC -uKD -uwH -pog -uhR -uWo -uKD +bbf +bVJ +faA +vcj +aHM +bGk +imE +jAh +iMq +hFk +dpy +qDU +bGM +bXG +aIL +bcf +uax +bVJ pEf aaa -aKN +aKM aaa aaa aaa @@ -101880,28 +100891,28 @@ eGn cmd aaa aaa -ezp -doq -lhJ -gpN -kRn -kCI -mZe -jUp -sXH -suG -kxx -dpT -pIj -fzJ -iNS -oFX -vEl -osC -fBk +aaa +bbf +bVJ +kup +bwE +bEe +bGm +eXV +nLY +bVJ +bGF +bVJ +bVJ +bGN +dpy +bGP +lYq +sDZ +bVJ pEf -gXs -aKN +qdN +aKM aaa aaa aaa @@ -102138,29 +101149,29 @@ rkQ aaa aaa aaa -jeo -rlz -xnM -tCF -gZv -lfD -rlz -ofG -iJz -eYw -rXz -ofG -uKD -hOU -xfh -rVl -gGw -uKD +aTF +bPL +biv +bCC +bGg +bNW +stb +aKO +wMe +bGK +bbn +bZv +bXG +bXG +aTh +bXG +mUx +bVJ pEf -gXs -aKN +aMu +aKM aaa -aKN +aKM aaa aaa aaa @@ -102395,29 +101406,29 @@ aaa aaa aaa aaa -jeo -rlz -rlz -rlz -rlz -rlz -rlz -cva -cva -xNn -cva -cva -uKD -uKD -uKD -uKD -uKD -uKD +bDW +bVJ +bOP +bCE +bNU +bEf +pgv +iyh +yfa +bGL +aII +bZv +bNV +rvv +vDq +fkp +sIE +bVJ pEf -gXs +qdN aaa aaa -aKN +aKM aaa aaa aaa @@ -102652,29 +101663,29 @@ aaa aaa aaa aaa -jve -pEf -pEf -pEf -bSX -cva -cva -cva -hqr -ezq -hqr -cva -cva -cva -bSX -pEf -pEf -pEf +bDW +bVJ +bVJ +bVJ +bVJ +bVJ +bVJ +aKP +flP +nVo +flP +bZv +bZv +bVJ +bVJ +bVJ +bVJ +bVJ pEf gXs aaa -gXs -aKN +qdN +aKM aaa aaa aaa @@ -102902,36 +101913,36 @@ lcI bPX aeD aeD -hvw -lzD -lzD -scD aeF aeF -dWs -iDm -aaa -aaa +aeF +aeF +aeF +aeF +aeF +bDX +pEf +pEf +pEf +bVI +bVI +pcb +aKT +aKV +uum +aMi +jsQ +jsQ +bVI +bVI +pEf +pEf pEf -cva -cva -cva -eQD -har -dkS -wra -qrV -cva -cva -cva pEf -aaa -aaa -aaa -gXs -gXs gXs -aKN +qdN +qdN +aKM aaa aaa aaa @@ -103168,27 +102179,27 @@ aaa aaa aaa aaa +aaa pEf +bVI +bVI +jsQ +tco +aKZ +cOX +aKZ +pUR +jsQ +bVI +bVI pEf -cva -cva -uCI -cXj -enT -csr -lic -loS -uCI -cva -cva -pEf -pEf -aaa aaa +bWC +bWC gXs aaa aaa -aKN +aKM aaa aaa aaa @@ -103425,27 +102436,27 @@ aaa aaa aaa aaa +aaa pEf -cva -cva -cva -kPG -uCd -cva -cva -cva -jwr -qEg -cva -cva -cva +bVI +bVI +oHC +uNH +aLk +vYE +aLk +nqo +iuF +bVI +bVI pEf aaa -gXs -gXs aaa -aKN -aKN +qdN +qdN +aaa +aKM +aKM aaa aaa aaa @@ -103682,24 +102693,24 @@ aaa aaa aaa aaa -qYz -cva -cva -cva -jGy -uCd -cva -ykg -cva -jji -mFB -cva -cva -cva -erx +gXs +pEf +bVI +bVI +ePJ +erz +tNb +jsQ +aMk +erz +seN +bVI +bVI +pEf +gXs aaa -aKN -aKN +aKM +aKM aaa aaa aaa @@ -103939,23 +102950,23 @@ aaa aaa aaa aaa +gXs pEf -cva -cva -dgP -ijQ -uCd -iDE -goG -hYD -jji -sjZ -iCP -cva -cva +bVI +bVI +uzN +wau +aKZ +lar +aKZ +mBB +oNR +bVI +bVI pEf gXs -aKN +qdN +aKM aaa aaa aaa @@ -104196,21 +103207,21 @@ aaa aaa aaa aaa +gXs pEf -cva -cva -cva -gKx -uCd -cva -ayp -cva -jji -azM -cva -cva -cva +bVI +bVI +ePJ +erz +aLo +jsQ +aMp +erz +seN +bVI +bVI pEf +gXs aaa aaa aaa @@ -104450,27 +103461,27 @@ aaa aaa aaa aaa -aKN -gXs +aKM +qdN +aaa gXs pEf -pEf -cva -cva -nzz -ehn -gsh -upA -jnp -rof -nzz -cva -cva -pEf +bVI +bVI +lhK +cbI +ewn +xiz +ewn +hUX +nsj +bVI +bVI pEf gXs +qdN aaa -aKN +aKM aaa aaa aaa @@ -104707,27 +103718,27 @@ aaa aaa aaa aaa -aKN -gXs -gXs +aKM +qdN +qdN aaa pEf -cva -cva -cva -jCC -aet -qxl -gHs -njO -cva -cva -cva +bVI +bVI +bVI +bdg +sgr +tUr +sgr +kIh +bVI +bVI +bVI pEf -gXs -gXs -gXs -aKN +aaa +qdN +qdN +aKM aaa aaa aaa @@ -104964,27 +103975,27 @@ aaa aaa aaa aaa -aKN +aKM +aaa +qdN aaa -gXs -gXs pEf pEf -cva -cva -cva -nzz -mXd -jrN -cva -cva -cva +bVI +bVI +kAw +kuh +fXn +wsM +nZJ +bVI +bVI pEf pEf aaa aaa aaa -aKN +aKM aaa aaa aaa @@ -105221,27 +104232,27 @@ aaa aaa aaa aaa -aKN -gXs -gXs +aKM +qdN +qdN aaa -gXs -vwg -cva -cva -cva -cva -pqH -dJl -cva -cva -cva -swk +qdN +pEf +bVI +bVI +bVI +vlj +bbm +qtJ +bVI +bVI +bVI +pEf aaa aaa aaa aaa -aKN +aKM aaa aaa aaa @@ -105478,27 +104489,27 @@ aaa aaa aaa aaa -aKN +aKM aaa -gXs -gXs -gXs +qdN +qdN +qdN pEf pEf -cva -cva -cva -cva -cva -cva -cva +bVI +bVI +bVI +bVI +bVI +bVI +bVI pEf pEf aaa aaa aaa aaa -aKN +aKM aaa aaa aaa @@ -105739,15 +104750,15 @@ aaa aaa aaa aaa +qdN gXs -gXs -pEf pEf pEf -cva -cva -cva -pEf +bVI +bVI +bVI +bVI +bVI pEf pEf gXs @@ -105994,30 +105005,30 @@ aaa aaa aaa aaa -aKN -aKN -aKN -gXs -gXs +aKM +aKM +aKM gXs +aaa +pEf +pEf +pEf pEf pEf -sKj pEf pEf -aaa aaa gXs -aKN -aKN -aKN +aKM +aKM +aKM +aaa aaa aaa aaa aaa aaa aaa -wfD aaa aaa aaa @@ -106257,11 +105268,11 @@ aaa aaa aaa aKN +aKM aKN +bWC aKN -aaa -aKN -aKN +aKM aKN aaa aaa @@ -106516,7 +105527,7 @@ aaa aaa aaa aKN -aKN +aKM aKN aaa aaa From bba1533a144ac0214892e4e3823584fcba1f854f Mon Sep 17 00:00:00 2001 From: partykp Date: Wed, 20 May 2020 21:02:42 +0200 Subject: [PATCH 19/26] conflict resolved --- _maps/map_files/YogStation/YogStation.dmm | 11703 +++++++++++--------- 1 file changed, 6346 insertions(+), 5357 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index b5f5083bedd4..e1180628c618 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -508,17 +508,6 @@ "abc" = ( /turf/closed/wall, /area/security/execution/transfer) -"abd" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "abe" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -527,15 +516,6 @@ /obj/machinery/portable_atmospherics/pump, /turf/open/floor/plasteel, /area/science/mixing) -"abf" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "abg" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6 @@ -545,16 +525,6 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"abh" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "abi" = ( /obj/structure/table, /obj/structure/bedsheetbin, @@ -1935,29 +1905,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/security/prison) -"adK" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = 25 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "adL" = ( /obj/structure/closet{ name = "Evidence Closet" @@ -1997,16 +1944,6 @@ }, /turf/open/space, /area/space) -"adQ" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "adR" = ( /turf/closed/wall/r_wall, /area/security/main) @@ -2286,18 +2223,9 @@ }, /turf/open/floor/plasteel, /area/security/main) -"aes" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aet" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"aeu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aev" = ( /obj/machinery/light{ dir = 4 @@ -2639,18 +2567,6 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"aeY" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"aeZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "afa" = ( /obj/docking_port/stationary{ dir = 4; @@ -3305,15 +3221,6 @@ /obj/machinery/computer/prisoner, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) -"agq" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "agr" = ( /obj/machinery/computer/secure_data, /turf/open/floor/plasteel/showroomfloor, @@ -5050,18 +4957,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/brig) -"ajC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/camera/motion{ - c_tag = "AI Chamber North"; - dir = 1; - network = list("RD") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ajD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -5221,12 +5116,6 @@ }, /turf/open/floor/plasteel, /area/security/courtroom) -"ajS" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "ajT" = ( /obj/structure/chair{ dir = 8; @@ -5331,24 +5220,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/brig) -"akd" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "ake" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -5938,15 +5809,6 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab) -"alm" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "aln" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -6253,12 +6115,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"ama" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "amb" = ( /obj/structure/chair{ dir = 8 @@ -6681,10 +6537,6 @@ /obj/structure/closet/secure_closet/brig, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"amO" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "amP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -7437,39 +7289,6 @@ /obj/item/circuitboard/machine/monkey_recycler, /turf/open/floor/plating, /area/maintenance/port/fore) -"aop" = ( -/obj/effect/landmark/start/ai, -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 24 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = 25 - }, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -27; - pixel_y = 4 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 28; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aoq" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -8042,12 +7861,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"apF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "apG" = ( /obj/machinery/portable_atmospherics/canister/water_vapor, /turf/open/floor/plasteel, @@ -8077,36 +7890,9 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"apI" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/window{ - name = "AI Core Door"; - req_access_txt = "16" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "apJ" = ( /turf/closed/wall, /area/construction/mining/aux_base) -"apK" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = 24 - }, -/obj/machinery/flasher{ - pixel_x = -10; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "apL" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -8427,15 +8213,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"aqt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "aqu" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=2"; @@ -9457,6 +9234,12 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"atf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "atg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -12502,20 +12285,6 @@ "azF" = ( /turf/closed/wall, /area/hydroponics/garden) -"azG" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "azI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -13243,14 +13012,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"aBi" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Chamber South"; - dir = 1; - network = list("RD") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aBj" = ( /obj/structure/rack, /obj/machinery/light{ @@ -13446,16 +13207,6 @@ "aBI" = ( /turf/closed/wall, /area/security/checkpoint/auxiliary) -"aBJ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aBK" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -13985,30 +13736,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) -"aCM" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload turret control"; - pixel_y = 25 - }, -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "aCN" = ( /obj/machinery/requests_console{ department = "Science"; @@ -14270,14 +13997,6 @@ "aDo" = ( /turf/open/floor/plasteel, /area/storage/primary) -"aDp" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "aDq" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) @@ -14353,13 +14072,6 @@ }, /turf/open/floor/plasteel, /area/clerk) -"aDx" = ( -/obj/machinery/computer/upload/ai, -/obj/machinery/flasher{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aDy" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/effect/turf_decal/tile/yellow{ @@ -14735,12 +14447,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"aEj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) "aEk" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -15093,16 +14799,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"aEY" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) "aEZ" = ( /turf/open/floor/plasteel/dark, /area/ai_monitored/storage/eva) @@ -15544,17 +15240,6 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) -"aFT" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/machinery/light/small, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "aFU" = ( /obj/effect/landmark/start/assistant, /obj/structure/cable{ @@ -15602,13 +15287,6 @@ }, /turf/open/floor/plasteel, /area/clerk) -"aFX" = ( -/obj/machinery/computer/upload/borg, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aFY" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -15620,18 +15298,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"aFZ" = ( -/obj/machinery/porta_turret/ai{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aGa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "aGb" = ( /obj/machinery/light/small{ dir = 4 @@ -15650,24 +15316,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"aGd" = ( -/obj/effect/turf_decal/stripes, -/obj/machinery/light, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/item/radio/intercom{ - pixel_y = -25 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "aGe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -15737,20 +15385,6 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet) -"aGl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aGm" = ( /obj/structure/toilet{ pixel_y = 8 @@ -16240,9 +15874,6 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) -"aHj" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aHl" = ( /obj/structure/closet/crate/coffin, /obj/machinery/door/window/eastleft{ @@ -16513,15 +16144,6 @@ }, /turf/open/floor/plasteel, /area/clerk) -"aHM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "aHN" = ( /obj/structure/table, /obj/item/stack/sheet/metal/fifty, @@ -16673,23 +16295,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/theatre) -"aIa" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/table, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "aIb" = ( /obj/machinery/power/apc{ areastring = "/area/crew_quarters/theatre"; @@ -16729,13 +16334,6 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) -"aIe" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "aIf" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ @@ -16844,16 +16442,6 @@ "aIp" = ( /turf/closed/wall, /area/hydroponics) -"aIq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aIr" = ( /obj/structure/filingcabinet, /turf/open/floor/wood, @@ -16996,44 +16584,12 @@ }, /turf/open/floor/plasteel, /area/construction/mining/aux_base) -"aII" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"aIJ" = ( -/obj/effect/turf_decal/bot_white, -/obj/item/storage/toolbox/mechanical, -/obj/machinery/camera{ - c_tag = "Telecomms Teleporter Room"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "aIK" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"aIL" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aIM" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, @@ -17678,10 +17234,14 @@ /turf/open/floor/plasteel, /area/vacant_room/commissary) "aKc" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/custom, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "aKd" = ( /obj/machinery/door/window/southleft{ base_state = "right"; @@ -17724,12 +17284,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"aKi" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aKj" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/door/firedoor/border_only{ @@ -17844,25 +17398,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"aKz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/lounge) -"aKA" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/freeform, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aKB" = ( -/obj/structure/table, -/obj/item/aiModule/reset, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aKC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector{ on = 1 @@ -17927,29 +17462,10 @@ /obj/machinery/plantgenes, /turf/open/floor/plasteel, /area/hydroponics) -"aKM" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space) "aKN" = ( /obj/structure/grille, /turf/open/floor/plating/airless, /area/space/nearstation) -"aKO" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"aKP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) "aKQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -17968,52 +17484,12 @@ }, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"aKT" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aKU" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aKV" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aKW" = ( /obj/machinery/light_switch{ pixel_y = 28 @@ -18035,25 +17511,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/port/fore) -"aKZ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aLa" = ( /obj/structure/cable{ icon_state = "1-4" @@ -18147,15 +17604,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/grimy, /area/hallway/secondary/entry) -"aLk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "aLl" = ( /obj/structure/chair/comfy/beige{ dir = 1 @@ -18184,19 +17632,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aLo" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"aLq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aLr" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -18206,13 +17641,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"aLs" = ( -/obj/structure/table, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aLt" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -18499,41 +17927,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aMg" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "aMh" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, /turf/open/floor/carpet/blue, /area/crew_quarters/heads/captain) -"aMi" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aMj" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -18552,15 +17951,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"aMk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "aMl" = ( /turf/closed/wall, /area/crew_quarters/kitchen) @@ -18582,15 +17972,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aMp" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 10 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "aMq" = ( /obj/structure/table, /obj/item/camera_film, @@ -18627,9 +18008,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"aMu" = ( -/turf/open/floor/plating/airless, -/area/space) "aMv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -18965,10 +18343,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"aNn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aNo" = ( /obj/structure/cable{ icon_state = "1-8" @@ -19203,36 +18577,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"aNM" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "aNN" = ( /obj/machinery/door/airlock/public/glass{ name = "Hydroponics"; @@ -19525,13 +18869,6 @@ }, /turf/open/floor/plasteel/white, /area/science/explab) -"aOu" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "aOv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -19597,12 +18934,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/science) -"aOC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) "aOD" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=QM"; @@ -19743,13 +19074,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, /area/maintenance/aft) -"aOP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ - dir = 4; - name = "Waste Ejector" - }, -/turf/open/floor/plating/airless, -/area/tcommsat/entrance) "aOS" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -21016,12 +20340,6 @@ "aRS" = ( /turf/open/floor/carpet/purple, /area/chapel/main) -"aRT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "aRV" = ( /obj/machinery/atmospherics/pipe/simple/supply/visible, /turf/open/floor/plasteel, @@ -21074,26 +20392,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"aSd" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "aSe" = ( /obj/machinery/light, /turf/open/floor/plasteel, @@ -21269,20 +20567,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aSy" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = -2; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) "aSz" = ( /obj/item/multitool, /obj/effect/turf_decal/tile/blue{ @@ -21330,14 +20614,6 @@ /obj/item/storage/box/fancy/donut_box, /turf/open/floor/plasteel, /area/bridge) -"aSF" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "aSG" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 1 @@ -21408,31 +20684,6 @@ /obj/item/toy/cards/deck, /turf/open/floor/plasteel, /area/security/prison) -"aSQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/space/nearstation) -"aSU" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "aSV" = ( /obj/structure/table, /obj/item/paper_bin{ @@ -21442,20 +20693,6 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) -"aSW" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "aSX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -21548,12 +20785,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"aTh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aTi" = ( /obj/effect/landmark/start/assistant, /turf/open/floor/carpet/purple, @@ -21747,16 +20978,6 @@ /obj/item/hand_labeler, /turf/open/floor/plasteel, /area/storage/art) -"aTF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/space/basic, -/area/space/nearstation) "aTG" = ( /obj/structure/table, /obj/item/storage/crayons, @@ -22411,21 +21632,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aVf" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel, -/area/bridge) "aVg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -22703,14 +21909,6 @@ name = "Holodeck Projector Floor" }, /area/holodeck/perma) -"aVG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aVH" = ( /obj/item/reagent_containers/glass/bucket, /obj/effect/decal/cleanable/dirt, @@ -22734,19 +21932,6 @@ }, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) -"aVO" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "aVP" = ( /obj/structure/table/wood, /obj/item/paper, @@ -22868,18 +22053,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"aWh" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "aWi" = ( /obj/structure/window/reinforced, /obj/machinery/hydroponics/soil, @@ -23183,10 +22356,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aWP" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) "aWQ" = ( /obj/machinery/airalarm{ dir = 1; @@ -23197,71 +22366,12 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aWR" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aWS" = ( -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWT" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "aWU" = ( /obj/effect/turf_decal/tile/blue{ dir = 0 }, /turf/open/floor/plasteel, /area/bridge) -"aWV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/cyborg, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "aWW" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port"; @@ -23288,12 +22398,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"aWY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) "aWZ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -23820,21 +22924,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aYb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aYc" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -23998,13 +23087,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"aYw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/construction) "aYx" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ @@ -24301,16 +23383,6 @@ dir = 8 }, /area/hallway/secondary/exit) -"aZe" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "aZf" = ( /obj/machinery/holopad, /obj/structure/cable{ @@ -24528,32 +23600,9 @@ }, /turf/open/floor/wood, /area/bridge/meeting_room) -"aZD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "aZE" = ( /turf/closed/wall, /area/quartermaster/storage) -"aZF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "aZG" = ( /obj/structure/chair{ dir = 1; @@ -24647,30 +23696,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/bridge/meeting_room) -"aZR" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"aZS" = ( -/obj/structure/table, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - network = list("ss13","minisat") - }, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "aZT" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -24681,19 +23706,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"aZU" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Sattelite Access"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "aZV" = ( /turf/closed/wall/r_wall, /area/crew_quarters/heads/captain) @@ -24962,22 +23974,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/security/prison) -"baz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "baA" = ( /turf/open/floor/carpet/purple{ icon_state = "carpetsymbol" @@ -25262,13 +24258,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/freezer, /area/security/prison) -"bbf" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) "bbg" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -25296,16 +24285,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/wood, /area/bridge/meeting_room) -"bbj" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/camera/motion{ - c_tag = "Telecomms Foyer"; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bbk" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -25320,32 +24299,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/crew_quarters/dorms) -"bbm" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 4; - name = "Telecomms Server APC"; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"bbn" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; - dir = 4; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) "bbo" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -25494,6 +24447,24 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/library) +"bbE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "bbF" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -25714,14 +24685,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"bcf" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13","minisat") - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bcg" = ( /obj/structure/cable{ icon_state = "1-8" @@ -26210,20 +25173,6 @@ }, /turf/open/floor/wood, /area/medical/psych) -"bdg" = ( -/obj/machinery/telecomms/server/presets/supply, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "bdh" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -26587,15 +25536,6 @@ }, /turf/open/floor/wood, /area/maintenance/port/aft) -"bdW" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bdX" = ( /obj/item/storage/box/fancy/donut_box, /obj/structure/table, @@ -26610,15 +25550,6 @@ /obj/structure/table/wood, /turf/open/floor/carpet/blue, /area/bridge/meeting_room) -"bdZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bea" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -26633,24 +25564,6 @@ }, /turf/open/floor/wood, /area/crew_quarters/heads/captain) -"bec" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bed" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bee" = ( /obj/machinery/door/airlock/command{ name = "Teleport Access"; @@ -26878,28 +25791,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"beD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "beE" = ( /obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"beF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "beG" = ( /obj/effect/turf_decal/tile/red, /obj/machinery/door/firedoor/border_only{ @@ -27067,24 +25962,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/sorting) -"beX" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"beY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "beZ" = ( /obj/machinery/mineral/stacking_unit_console{ machinedir = 8 @@ -27104,37 +25981,6 @@ }, /turf/open/floor/plating, /area/chapel/main) -"bfc" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bfd" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bfe" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -27973,21 +26819,6 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"bgR" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/zeroth/oneHuman, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/reset/purge, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/obj/item/aiModule/supplied/protectStation, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bgS" = ( /obj/machinery/requests_console{ announcementConsole = 1; @@ -28471,15 +27302,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"bhK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage" - }, -/turf/open/floor/plasteel, -/area/storage/tech) "bhL" = ( /obj/machinery/holopad, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -28865,16 +27687,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"biv" = ( -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/obj/structure/closet, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "biw" = ( /turf/open/floor/plasteel, /area/security/checkpoint/medical) @@ -29631,13 +28443,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bjW" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/engineering) "bjX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -29764,35 +28569,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"bkl" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bkm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bkn" = ( -/obj/machinery/light_switch{ - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "AI Upload"; - dir = 8; - network = list("ss13","RD") - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bko" = ( /obj/machinery/light{ dir = 4 @@ -29872,6 +28648,12 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) +"bkw" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/construction) "bkx" = ( /obj/machinery/status_display/supply{ pixel_y = 2 @@ -29958,12 +28740,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port) -"bkI" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bkJ" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -29995,21 +28771,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bkN" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 8; - name = "Upload APC"; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bkO" = ( /obj/machinery/light_switch{ pixel_x = 28 @@ -30045,15 +28806,6 @@ }, /turf/open/floor/plasteel, /area/teleporter) -"bkR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "bkS" = ( /obj/structure/cable{ icon_state = "1-2" @@ -30806,22 +29558,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bmu" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/core/freeformcore, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "bmv" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -31930,18 +30666,6 @@ /obj/item/razor, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) -"bos" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bot" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -32095,16 +30819,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/qm) -"boI" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) "boJ" = ( /obj/machinery/conveyor_switch/oneway{ id = "QMLoad2" @@ -32540,27 +31254,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) -"bpB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bpD" = ( /obj/machinery/door/airlock/medical/glass{ name = "Chemistry Lab"; @@ -33669,12 +32362,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"brL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plating, -/area/storage/tech) "brM" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -34167,24 +32854,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/research) -"bsD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bsE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/plating, -/area/storage/tech) "bsF" = ( /obj/structure/cable{ icon_state = "4-8" @@ -34197,28 +32866,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/explab) -"bsH" = ( -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "bsI" = ( /obj/machinery/power/apc{ areastring = "/area/science/explab"; @@ -34229,22 +32876,6 @@ /obj/structure/cable, /turf/open/floor/plasteel/white, /area/science/explab) -"bsJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bsL" = ( /turf/open/floor/plasteel/white, /area/medical/genetics) @@ -34721,33 +33352,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) -"btF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "btG" = ( /turf/closed/wall/r_wall, /area/engine/gravity_generator) @@ -35469,15 +34073,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hallway/primary/central) -"buL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plating, -/area/construction) "buM" = ( /obj/machinery/keycard_auth{ pixel_x = -24 @@ -35506,30 +34101,22 @@ /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) "buP" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"buQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 }, -/turf/open/floor/plating, -/area/construction) -"buR" = ( -/obj/structure/closet/crate, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/effect/landmark/start/cyborg, +/obj/structure/cable{ + icon_state = "1-4" }, -/turf/open/floor/plating, -/area/construction) -"buS" = ( -/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"buQ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, @@ -35833,21 +34420,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"bvE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bvF" = ( /obj/machinery/requests_console{ department = "Cargo Bay"; @@ -35888,21 +34460,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bvH" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plating, -/area/construction) "bvI" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -36179,38 +34736,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"bwo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bwp" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "bwq" = ( /obj/machinery/teleport/station, /turf/open/floor/plating, @@ -36317,13 +34842,6 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) -"bwE" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bwF" = ( /obj/structure/table/glass, /obj/item/reagent_containers/glass/beaker/cryoxadone{ @@ -36540,21 +35058,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"bxb" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bxc" = ( /obj/machinery/holopad, /obj/structure/disposalpipe/segment, @@ -36947,24 +35450,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bxP" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bxQ" = ( /turf/open/floor/plasteel, /area/medical/sleeper) @@ -37000,49 +35485,6 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/medical/sleeper) -"bxW" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bxY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bxZ" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -37077,23 +35519,6 @@ /obj/item/coin/silver, /turf/open/floor/plasteel, /area/quartermaster/qm) -"byd" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bye" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, @@ -37270,20 +35695,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"byy" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "byz" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -37361,16 +35772,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"byG" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "byH" = ( /obj/machinery/light_switch{ pixel_y = -25 @@ -37483,13 +35884,6 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/hallway/primary/central) -"byV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "byW" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; @@ -37621,15 +36015,6 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) -"bzk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bzl" = ( /obj/machinery/dna_scannernew, /obj/effect/turf_decal/tile/blue{ @@ -37926,25 +36311,6 @@ }, /turf/open/floor/engine/vacuum, /area/engine/atmos_distro) -"bzR" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bzS" = ( /obj/structure/table, /obj/machinery/light{ @@ -37956,21 +36322,6 @@ }, /turf/open/floor/plasteel, /area/medical/sleeper) -"bzT" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bzU" = ( /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel/white, @@ -38337,21 +36688,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"bAL" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bAM" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) "bAN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -38512,38 +36848,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bBj" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bBl" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "bBm" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -39146,21 +37450,11 @@ /obj/effect/decal/cleanable/cobweb/cobweb2, /turf/open/floor/plating, /area/maintenance/aft) -"bCC" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer1{ - name = "Tcomms Supply" - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bCD" = ( /obj/structure/table, /obj/item/retractor, /turf/open/floor/plasteel/white/side, /area/medical/sleeper) -"bCE" = ( -/obj/machinery/atmospherics/components/binary/valve/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bCF" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -39501,40 +37795,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"bDv" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bDw" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/turf/open/floor/plating, -/area/storage/tech) -"bDx" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) "bDy" = ( /obj/machinery/power/apc{ areastring = "/area/quartermaster/miningdock"; @@ -39547,12 +37807,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"bDz" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/storage/tech) "bDA" = ( /obj/structure/disposalpipe/segment, /obj/machinery/power/apc{ @@ -39710,39 +37964,12 @@ /obj/effect/landmark/start/medical_doctor, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"bDU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) "bDV" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ dir = 4 }, /turf/open/floor/engine/vacuum, /area/engine/atmos_distro) -"bDW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/space/basic, -/area/space/nearstation) -"bDX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) "bDY" = ( /obj/structure/grille, /obj/machinery/meter{ @@ -39784,34 +38011,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bEe" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bEf" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Life Support"; - dir = 8; - network = list("ss13","minisat"); - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/meter{ - target_layer = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bEg" = ( /obj/machinery/atmospherics/pipe/manifold/green/visible{ dir = 1 @@ -40038,19 +38237,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"bEG" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bEH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -40066,32 +38252,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"bEI" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bEJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -40130,29 +38290,6 @@ }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"bEM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bEN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -40202,15 +38339,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"bER" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "bES" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -40241,72 +38369,10 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"bEU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEV" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bEX" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plating, -/area/storage/tech) "bEY" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/science/mixing) -"bEZ" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bFa" = ( -/turf/open/floor/plating, -/area/storage/tech) -"bFb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/storage/tech) "bFd" = ( /obj/effect/landmark/blobstart, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -40543,18 +38609,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bFE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "bFF" = ( /obj/machinery/light, /turf/open/floor/plasteel/white, @@ -40761,24 +38815,6 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/engine/atmos_distro) -"bGg" = ( -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bGh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "bGi" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -40798,22 +38834,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"bGk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bGl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -40821,16 +38841,6 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bGm" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bGn" = ( /obj/structure/closet/secure_closet/miner, /turf/open/floor/plasteel, @@ -40872,124 +38882,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) -"bGr" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bGs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bGt" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/borgupload{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/aiupload{ - pixel_x = 2; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "bGu" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, /area/storage/tech) -"bGv" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) -"bGw" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/pandemic{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/circuitboard/computer/rdconsole, -/obj/item/circuitboard/machine/rdserver{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/destructive_analyzer, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/circuitboard/computer/aifixer, -/obj/item/circuitboard/computer/teleporter, -/obj/item/circuitboard/machine/circuit_imprinter, -/obj/item/circuitboard/machine/mechfab, -/turf/open/floor/plating, -/area/storage/tech) -"bGx" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/computer/message_monitor{ - pixel_y = -5 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bGy" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/mining, -/obj/item/circuitboard/machine/autolathe{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/computer/arcade/battle, -/turf/open/floor/plating, -/area/storage/tech) -"bGz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) -"bGA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Access"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "bGB" = ( /obj/structure/table, /obj/item/grenade/chem_grenade/cleaner, @@ -41003,19 +38899,6 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel, /area/janitor) -"bGC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bGD" = ( /obj/structure/janitorialcart, /turf/open/floor/plasteel, @@ -41028,32 +38911,6 @@ /obj/machinery/light, /turf/open/floor/plasteel, /area/janitor) -"bGF" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bGG" = ( /obj/structure/cable{ icon_state = "2-8" @@ -41088,88 +38945,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"bGK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"bGL" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) -"bGM" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGN" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGO" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) -"bGP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bGQ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/space/basic, -/area/tcommsat/entrance) "bGS" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/components/binary/pump{ @@ -41455,31 +39230,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"bHG" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/crew{ - pixel_x = -1; - pixel_y = 1 - }, -/obj/item/circuitboard/computer/card{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/circuitboard/computer/communications{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bHH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "bHI" = ( /obj/structure/sign/departments/minsky/research/xenobiology{ pixel_x = -32; @@ -41489,13 +39239,6 @@ dir = 1 }, /area/science/research) -"bHJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/storage/tech) "bHK" = ( /obj/machinery/light{ dir = 8 @@ -41531,24 +39274,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/science/research) -"bHN" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bHO" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) "bHP" = ( /obj/item/radio/intercom{ pixel_x = -25 @@ -41563,10 +39288,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/science) -"bHQ" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plating, -/area/storage/tech) "bHR" = ( /obj/structure/disposalpipe/segment, /obj/machinery/camera{ @@ -41773,16 +39494,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bIq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIr" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bIs" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/shaker, @@ -41869,12 +39580,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"bIF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bIG" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp, @@ -42025,83 +39730,10 @@ /obj/structure/closet/firecloset, /turf/open/floor/plating, /area/maintenance/port/aft) -"bJg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bJh" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/robotics{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/mecha_control{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "bJi" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall/r_wall, /area/storage/tech) -"bJj" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plating, -/area/storage/tech) -"bJk" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/cloning, -/obj/item/circuitboard/computer/med_data{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/circuitboard/machine/clonescanner, -/obj/item/circuitboard/machine/clonepod, -/obj/item/circuitboard/computer/scan_consolenew, -/obj/item/circuitboard/machine/smoke_machine, -/turf/open/floor/plating, -/area/storage/tech) -"bJl" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/powermonitor{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/stationalert{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/circuitboard/computer/atmos_alert{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJm" = ( -/obj/structure/rack, -/obj/item/circuitboard/computer/secure_data{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/circuitboard/computer/security{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJn" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/storage/tech) "bJo" = ( /turf/open/floor/plasteel/white/side{ dir = 1 @@ -42145,28 +39777,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/aft) -"bJu" = ( -/obj/structure/light_construct{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"bJv" = ( -/obj/item/hand_labeler_refill, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJw" = ( -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bJx" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/blue{ @@ -42174,13 +39784,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"bJy" = ( -/obj/item/storage/box/lights/mixed, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bJz" = ( /obj/structure/disposalpipe/segment, /obj/structure/extinguisher_cabinet{ @@ -42490,46 +40093,6 @@ /obj/machinery/mineral/equipment_vendor, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"bKr" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bKs" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/storage/tech) -"bKt" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plating, -/area/storage/tech) -"bKu" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plating, -/area/storage/tech) "bKv" = ( /obj/structure/table/wood, /obj/item/reagent_containers/food/drinks/beer, @@ -42894,46 +40457,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/port/aft) -"bLx" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plating, -/area/storage/tech) -"bLy" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/turf/open/floor/plating, -/area/storage/tech) -"bLz" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) -"bLA" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) "bLB" = ( /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/open/floor/plasteel, @@ -43301,14 +40824,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"bMv" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bMw" = ( /obj/item/twohanded/required/kirbyplants/random, /obj/machinery/firealarm{ @@ -43399,16 +40914,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plasteel, /area/engine/atmos_distro) -"bMM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bMN" = ( /obj/machinery/computer/atmos_control/tank/toxin_tank{ dir = 8; @@ -43845,21 +41350,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) -"bNN" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) "bNO" = ( /obj/effect/turf_decal/tile/blue{ dir = 0 @@ -43912,44 +41402,6 @@ }, /turf/open/floor/plasteel/showroomfloor, /area/security/warden) -"bNU" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 4; - name = "Telecommunications Maintenance APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bNV" = ( -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bNW" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"bNX" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"bNY" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/space/basic, -/area/tcommsat/computer) "bOd" = ( /turf/open/floor/plasteel, /area/engine/atmos) @@ -44140,11 +41592,6 @@ /obj/structure/bookcase/random/reference, /turf/open/floor/wood, /area/medical/psych) -"bOC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/engine/gravity_generator) "bOD" = ( /obj/structure/bookcase/manuals/medical, /turf/open/floor/wood, @@ -44262,12 +41709,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) -"bOP" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "bOQ" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -44411,10 +41852,6 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/maintenance/port) -"bPi" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) "bPj" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -44454,9 +41891,14 @@ /turf/open/floor/plating, /area/maintenance/port/aft) "bPs" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating/airless, -/area/engine/engineering) +/obj/structure/transit_tube/station{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "bPt" = ( /obj/machinery/iv_drip, /turf/open/floor/plasteel/white, @@ -44561,10 +42003,6 @@ /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plasteel, /area/science/xenobiology) -"bPF" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/lounge) "bPG" = ( /obj/machinery/chem_master, /obj/item/radio/intercom{ @@ -44633,11 +42071,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/science/misc_lab) -"bPL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) "bPM" = ( /obj/structure/disposalpipe/segment, /obj/effect/spawner/structure/window/reinforced/shutter, @@ -44660,16 +42093,6 @@ /obj/effect/decal/cleanable/oil, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"bPQ" = ( -/obj/effect/turf_decal/stripes{ - dir = 9 - }, -/obj/machinery/power/smes/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bPR" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -44724,23 +42147,6 @@ /obj/effect/spawner/structure/window/shutter, /turf/open/floor/plating, /area/engine/engineering) -"bQc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/construction) -"bQd" = ( -/obj/effect/turf_decal/stripes{ - dir = 1 - }, -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bQe" = ( /obj/item/screwdriver{ pixel_y = 10 @@ -44808,17 +42214,6 @@ }, /turf/open/floor/plating, /area/engine/atmos) -"bQj" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/construction) "bQk" = ( /obj/machinery/power/apc/highcap/five_k{ areastring = "/area/medical/virology"; @@ -44859,21 +42254,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"bQm" = ( -/obj/effect/turf_decal/stripes{ - dir = 10 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "bQn" = ( /obj/effect/turf_decal/bot, /obj/machinery/power/apc/highcap/five_k{ @@ -44961,34 +42341,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"bQt" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - name = "SMES room APC"; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"bQv" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/lounge"; - dir = 1; - name = "Telecoms Satellite Access APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "bQw" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -45028,20 +42380,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"bQA" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "bQB" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/central"; @@ -45722,22 +43060,24 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"bUl" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bUs" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) +"bUD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "bVa" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/tile/green{ @@ -45748,40 +43088,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"bVc" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVf" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bVg" = ( /obj/item/radio/intercom{ name = "Station Intercom (General)"; @@ -45967,16 +43273,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"bWK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bWL" = ( /obj/machinery/airalarm{ dir = 4; @@ -46055,12 +43351,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/science/misc_lab) -"bXm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "bXs" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46091,9 +43381,6 @@ /obj/effect/landmark/xeno_spawn, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"bXG" = ( -/turf/open/floor/plasteel, -/area/tcommsat/computer) "bXJ" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 @@ -46192,19 +43479,6 @@ /obj/item/stack/spacecash/c200, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"bYz" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bYD" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "bYG" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -46295,35 +43569,6 @@ }, /turf/open/floor/plating/airless, /area/space/nearstation) -"bZo" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bZr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bZv" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/computer) -"bZB" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/port/aft) "bZC" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -46566,6 +43811,11 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cbg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plasteel/white, +/area/storage/tech) "cbh" = ( /obj/structure/table, /obj/item/folder/white, @@ -46600,10 +43850,6 @@ }, /turf/open/floor/plating/airless, /area/maintenance/port/aft) -"cbn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "cbp" = ( /obj/structure/closet/secure_closet/engineering_chief, /obj/machinery/power/apc/highcap/five_k{ @@ -46680,20 +43926,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cbI" = ( -/obj/machinery/telecomms/receiver/preset_right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cbR" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -46816,6 +44048,28 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/engine/engineering) +"ccq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "ccu" = ( /obj/structure/cable{ icon_state = "1-4" @@ -47784,13 +45038,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"ciy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/structure/chair/office/light, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "ciF" = ( /obj/structure/table, /obj/item/cartridge/medical, @@ -48491,12 +45738,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"cmy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "cmD" = ( /obj/machinery/navbeacon{ codes_txt = "delivery;dir=2"; @@ -48545,12 +45786,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"cmX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/construction) "cnl" = ( /obj/structure/cable{ icon_state = "1-8" @@ -48631,13 +45866,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/quartermaster/storage) -"cnL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "cnM" = ( /obj/machinery/door/window{ name = "SMES Chamber"; @@ -48683,45 +45911,12 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"cnQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "cnR" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/closed/wall/r_wall, /area/engine/engine_smes) -"cnS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cnW" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "cnX" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48766,22 +45961,16 @@ /obj/machinery/space_heater, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cov" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "coD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 6 }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"coX" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cpe" = ( /obj/docking_port/stationary/random{ dir = 8; @@ -48797,35 +45986,6 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/aft) -"cpj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpk" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpm" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cpo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "cpG" = ( /obj/structure/table/optable, /turf/open/floor/plasteel/white, @@ -49014,6 +46174,12 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/aft) +"crM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/port/aft) "crQ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49039,22 +46205,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"csz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Teleporter Room"; - req_access_txt = "61;17" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "csZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -49090,6 +46240,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"cuJ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Port"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "cuO" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -49099,6 +46258,10 @@ "cva" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) +"cwq" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cws" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, @@ -49171,6 +46334,24 @@ }, /turf/open/space/basic, /area/space) +"cxQ" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + network = list("ss13","RD") + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the AI Upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "cxY" = ( /obj/machinery/camera{ c_tag = "Arrivals Escape Pod 1"; @@ -49361,6 +46542,10 @@ /obj/structure/chair, /turf/open/floor/plating, /area/maintenance/port/aft) +"cBe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) "cBg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/effect/landmark/event_spawn, @@ -49472,16 +46657,6 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"cBC" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) "cBD" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -49631,6 +46806,28 @@ }, /turf/open/space/basic, /area/space) +"cCO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -49670,6 +46867,13 @@ "cFl" = ( /turf/closed/wall, /area/maintenance/solars/port/aft) +"cFz" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plasteel/white, +/area/storage/tech) "cFZ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -49681,6 +46885,16 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"cGU" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"cHf" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -49841,16 +47055,14 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"cKA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 +"cKv" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Starboard"; + network = list("minisat") }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/turf/open/space/basic, +/area/space/nearstation) "cKJ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -49887,6 +47099,11 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/quartermaster/storage) +"cLv" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/white, +/area/storage/tech) "cLH" = ( /obj/machinery/photocopier, /turf/open/floor/plasteel/grimy, @@ -49940,6 +47157,17 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"cNC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "cNG" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/plasteel, @@ -50050,25 +47278,31 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cOX" = ( -/obj/machinery/telecomms/bus/preset_four, -/obj/effect/turf_decal/tile/neutral{ +"cQn" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cRI" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"cQn" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) +"cRS" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 8; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -50079,6 +47313,20 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"cSn" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "cSL" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50421,6 +47669,31 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"cWF" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cWX" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) "cXq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -50451,6 +47724,11 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"cYb" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/space/basic, +/area/space/nearstation) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -50474,6 +47752,55 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"dcL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ddd" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"ddK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"deR" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"dfy" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"dfB" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -50506,19 +47833,49 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"dkY" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" +"diK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/keycard_auth{ + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/bridge) +"djq" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/storage/tech) +"dkh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_x = 32 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"dlO" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"dlY" = ( /turf/open/floor/plasteel/dark, -/area/tcommsat/computer) +/area/maintenance/department/tcoms) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -50546,17 +47903,49 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/disposal) +"dnA" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "dnQ" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plasteel, /area/engine/atmos) -"dpy" = ( +"dnU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"doB" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"dpp" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "dpD" = ( /turf/open/floor/plating, /area/maintenance/disposal/incinerator) @@ -50600,6 +47989,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"dso" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -50609,11 +48008,26 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"dtY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "dus" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, /turf/open/floor/plasteel/dark, /area/chapel/main) +"duM" = ( +/obj/machinery/teleport/station, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "dvM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -50622,6 +48036,17 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) +"dwA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "dxm" = ( /obj/item/stack/ore/silver, /obj/item/stack/ore/silver, @@ -50633,6 +48058,20 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"dyS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/monitor{ + dir = 1; + name = "MiniSat power monitoring console" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"dBR" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "dCp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50688,6 +48127,20 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) +"dHG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plating, +/area/construction) +"dIW" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "dJo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -50699,13 +48152,32 @@ dir = 1 }, /area/hallway/secondary/entry) -"dLq" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/binary/pump/on/layer3{ - name = "Waste Out" +"dKm" = ( +/obj/machinery/light_switch{ + pixel_x = 27 }, -/turf/open/space/basic, -/area/tcommsat/entrance) +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"dLF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"dLK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -50761,20 +48233,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/medical/virology) -"dSB" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "dSR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50787,12 +48245,41 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"dTa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "dTf" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plating/airless, /area/space) +"dTg" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"dUV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -50814,6 +48301,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) +"dXC" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/engine/engineering) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -50823,10 +48314,30 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"dZY" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"egs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -50860,6 +48371,15 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"els" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/aiModule/core/full/custom, +/obj/item/aiModule/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50871,14 +48391,34 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"emu" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 22; + pixel_y = -10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"emz" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"erz" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "erY" = ( /obj/machinery/camera{ c_tag = "Surgery Observation"; @@ -50889,16 +48429,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"ess" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/gravity_generator) "esK" = ( /obj/structure/closet/secure_closet/atmospherics, /obj/machinery/light{ @@ -50921,6 +48451,12 @@ }, /turf/open/floor/plasteel, /area/security/main) +"euA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "evF" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -50931,15 +48467,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"ewn" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) +"ext" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "exz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -50978,6 +48515,12 @@ }, /turf/open/floor/plasteel, /area/security/processing) +"eDz" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -50996,6 +48539,15 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"eEY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "eFz" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51030,6 +48582,29 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"eHp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) +"eIx" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -51056,31 +48631,73 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eOz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"eKr" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ePJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, +/obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-4" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"eLv" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"eMy" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"eNh" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"eOz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ePv" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "eQk" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -51090,12 +48707,6 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"eQU" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) "eRw" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51112,17 +48723,6 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"eSG" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/tcommsat/entrance) "eSR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51192,14 +48792,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eXV" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +"eWV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/light, /turf/open/floor/plating, -/area/maintenance/department/tcoms) +/area/ai_monitored/storage/satellite) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -51207,6 +48809,14 @@ /obj/item/clothing/under/color/rainbow, /turf/open/floor/plating, /area/quartermaster/sorting) +"eZn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "eZE" = ( /obj/structure/table/glass, /obj/item/reagent_containers/food/snacks/grown/poppy, @@ -51219,15 +48829,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/solar/port/aft) -"faA" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "fba" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -51249,6 +48850,40 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) +"fcl" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 31; + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"fdn" = ( +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -51274,6 +48909,9 @@ }, /turf/open/floor/plasteel, /area/science/research) +"ffu" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) "fha" = ( /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, @@ -51281,13 +48919,21 @@ "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) -"fkp" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" +"fjM" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + target_temperature = 80 }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"fki" = ( +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -51297,13 +48943,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"flP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "4-8" +"fmc" = ( +/obj/machinery/newscaster{ + pixel_y = -27 }, -/turf/open/floor/plating, -/area/tcommsat/computer) +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "fme" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 9 @@ -51314,6 +48962,10 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hallway/primary/port) +"fmp" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "fmF" = ( /obj/structure/cable{ icon_state = "2-8" @@ -51366,6 +49018,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) +"fqB" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"fri" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51406,15 +49071,18 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) -"fya" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) +"fyu" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "fyJ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -51428,6 +49096,16 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"fyV" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "fzU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -51469,19 +49147,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/aft) -"fEn" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Telecoms Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "fEA" = ( /obj/machinery/computer/security/telescreen/cmo{ dir = 1; @@ -51496,6 +49161,11 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) +"fGd" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/central) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -51513,6 +49183,16 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fJu" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -51535,6 +49215,12 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"fLn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "fLq" = ( /obj/machinery/photocopier, /turf/open/floor/wood, @@ -51554,6 +49240,13 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"fNu" = ( +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "fNw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -51585,6 +49278,24 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"fPQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"fQo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "fRC" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -51612,6 +49323,45 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"fSu" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"fSG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"fUr" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -51641,25 +49391,17 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) -"fXn" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"fXA" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -51672,6 +49414,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fXT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "fZJ" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -51691,12 +49446,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"gbq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction) "gbw" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -51713,6 +49462,22 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"gcr" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -51736,6 +49501,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"ggi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/tcommsat/server) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51746,27 +49519,53 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"ght" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) +"gjn" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/white, +/area/storage/tech) "gjN" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) +"glr" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = 8; + req_access_txt = "19" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 28; + pixel_y = -2; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel, +/area/bridge) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"glF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -51792,6 +49591,83 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) +"gpj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"gpp" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -26; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = -5; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -6; + pixel_y = 21 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"gpD" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"gpU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"gqg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"gqh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -51833,6 +49709,15 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"gtb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "gti" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -51844,6 +49729,15 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) +"gtR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, @@ -51861,18 +49755,45 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"gvj" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "gvw" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Mix Pump" }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"gwl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) "gyl" = ( /obj/machinery/light{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) +"gyy" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "gyS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -51921,10 +49842,6 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"gDO" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "gDT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -51962,24 +49879,37 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"gFX" = ( +/obj/structure/closet/toolcloset, +/obj/structure/light_construct{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"gIh" = ( -/obj/structure/cable{ - icon_state = "1-2" +"gId" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ - dir = 1 +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/turf/open/floor/plating, -/area/tcommsat/entrance) +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) "gIR" = ( /obj/machinery/light/small, /turf/open/floor/plating, @@ -52018,15 +49948,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"gME" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/keycard_auth{ - pixel_y = -25 - }, -/turf/open/floor/plasteel, -/area/bridge) "gMM" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -52039,16 +49960,30 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gMO" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" +"gNw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/tcommsat/entrance) +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"gQf" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -52074,16 +50009,26 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"gUF" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "gVe" = ( /obj/machinery/suit_storage_unit/atmos, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gWd" = ( +"gVB" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" }, /turf/open/floor/plating, -/area/construction) +/area/maintenance/port/aft) "gWm" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -52099,6 +50044,14 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"gXg" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating, +/area/maintenance/port/aft) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, @@ -52107,19 +50060,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) -"gZj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/entrance"; - dir = 8; - name = "Telecomms Entrance APC"; - pixel_x = -24 - }, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) "gZG" = ( /obj/structure/closet/crate/freezer/surplus_limbs, /obj/item/reagent_containers/glass/beaker/synthflesh, @@ -52127,17 +50067,16 @@ dir = 8 }, /area/medical/sleeper) -"gZI" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +"gZL" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) +/turf/open/floor/plating, +/area/maintenance/port/aft) "haw" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -52147,9 +50086,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hbC" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/lounge) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52190,6 +50126,20 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"hfm" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "hfy" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_y = -32 @@ -52210,10 +50160,61 @@ dir = 1 }, /area/hallway/secondary/entry) +"hgt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/storage/tech) +"hhl" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hht" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/storage/tech) +"hjy" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "hkg" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/medical/paramedic) +"hkF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "hlB" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -52231,13 +50232,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"hmv" = ( -/obj/structure/cable{ - icon_state = "1-2" +"hmu" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/white, +/area/storage/tech) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52250,6 +50253,23 @@ "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) +"hrf" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "hrn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52259,6 +50279,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"htm" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel/white, +/area/storage/tech) "htC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -52270,12 +50296,23 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hun" = ( -/obj/effect/landmark/event_spawn, +"hui" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"hun" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) "huq" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table/reinforced, @@ -52316,6 +50353,12 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"hvQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hwv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -52328,35 +50371,23 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hxt" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 }, /turf/open/floor/plasteel, /area/quartermaster/office) -"hzb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "hzm" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hCG" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel/white, +/area/storage/tech) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52382,20 +50413,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hFk" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 24; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -52406,6 +50423,23 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"hGN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/airalarm/tcomms{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hGO" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/storage/tech) "hHb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -52415,6 +50449,27 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"hIb" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"hId" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -52452,6 +50507,12 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"hLC" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -52522,6 +50583,29 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"hRU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "hSf" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -52541,26 +50625,44 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"hUX" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"hTY" = ( +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"hUq" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "hVc" = ( /obj/structure/table, /obj/item/multitool, /obj/item/electronics/firelock, /turf/open/floor/plasteel, /area/engine/atmos) +"hVq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"hWp" = ( +/obj/machinery/ntnet_relay, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "hWw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52585,11 +50687,53 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"hWT" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hXP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hXW" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"hYd" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hYL" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "hZm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -52611,13 +50755,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"iaS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" +"iaN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, -/turf/open/floor/plating, -/area/engine/gravity_generator) +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -52626,9 +50772,34 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) +"icK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "ihS" = ( /turf/closed/wall/r_wall, /area/medical/sleeper) +"iiN" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"ijh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/aft) "ijY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 5 @@ -52657,36 +50828,29 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"imE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) -"ini" = ( -/obj/machinery/recharge_station, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - dir = 1; - network = list("ss13","RD") +"inp" = ( +/obj/machinery/power/terminal, +/obj/machinery/door/window{ + dir = 8; + name = "Gravity Generator SMES"; + req_access_txt = "11" }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"ipk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"ipF" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -52720,20 +50884,24 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/science/nanite) -"iuF" = ( -/obj/machinery/telecomms/server/presets/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"itT" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iuU" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "ivp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -52753,12 +50921,34 @@ }, /turf/open/floor/carpet, /area/security/detectives_office) +"iwd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "MiniSat Camera Monitor"; + network = list("minisat","aicore"); + pixel_x = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "ixi" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, /area/security/detectives_office) +"ixx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "ixI" = ( /obj/structure/cable{ icon_state = "2-4" @@ -52771,23 +50961,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"iyh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"iza" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/curved/flipped{ - dir = 1 +"iAk" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) +/area/engine/gravity_generator) +"iAn" = ( +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "iBq" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -52802,6 +50987,38 @@ dir = 1 }, /area/hallway/secondary/entry) +"iCh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"iCD" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) +"iDj" = ( +/obj/machinery/light/small, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -52823,13 +51040,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"iDR" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "iEt" = ( /turf/open/floor/plasteel, /area/escapepodbay) @@ -52848,6 +51058,21 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"iEW" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"iGs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "iGw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52856,32 +51081,78 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"iGz" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "iGI" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) +"iGZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "iHI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iMq" = ( -/obj/structure/cable{ - icon_state = "1-2" +"iHO" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 24 +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"iKt" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"iLi" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/server) +"iMN" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iMP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cloth_curtain{ @@ -52926,6 +51197,32 @@ /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) +"iOY" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iQQ" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -52978,23 +51275,32 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"iTH" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) +"iTM" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "iUt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/security/courtroom) +"iUu" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/machinery/camera{ + c_tag = "Telecomms Tech Storage"; + dir = 4; + network = list("ss13","telecomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "iVI" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -53011,6 +51317,11 @@ /obj/item/folder/documents, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"iWn" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable/yellow, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "iXd" = ( /obj/machinery/computer/atmos_sim{ dir = 4; @@ -53018,6 +51329,19 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"iYx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iYT" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -53051,6 +51375,31 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) +"jcR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"jfx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -53064,6 +51413,17 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) +"jiV" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/bridge) "jjr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -53082,6 +51442,11 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"jkt" = ( +/obj/structure/table, +/obj/item/phone, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "jkG" = ( /obj/machinery/atmospherics/components/unary/tank/toxins, /turf/open/floor/plasteel, @@ -53096,10 +51461,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"jlq" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53163,6 +51524,15 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jsj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -53184,18 +51554,23 @@ }, /turf/open/floor/plating, /area/security/main) -"jsQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +"juv" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/turf/open/floor/plasteel/dark/telecomms, +/obj/structure/transit_tube/curved, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"juL" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "jvd" = ( /obj/structure/lattice, @@ -53217,6 +51592,16 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"jyd" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"jyY" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -53224,22 +51609,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"jAh" = ( -/obj/structure/cable{ +"jAa" = ( +/obj/structure/cable/white{ icon_state = "1-2" }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Life Support"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"jAr" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53251,6 +51633,41 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) +"jBQ" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + obj_integrity = 300; + pixel_y = 1; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = -13 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = -27 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = -13 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "jCp" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -53275,6 +51692,15 @@ }, /turf/open/floor/plasteel, /area/security/processing) +"jCO" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "jDa" = ( /obj/structure/table/wood, /obj/item/camera, @@ -53313,6 +51739,25 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"jEc" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/construction) +"jFb" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "jFV" = ( /obj/structure/cable{ icon_state = "0-8" @@ -53320,6 +51765,50 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) +"jGn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jGF" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/item/circuitboard/machine/telecomms/hub, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/item/circuitboard/machine/telecomms/relay, +/obj/item/circuitboard/machine/telecomms/server, +/obj/item/circuitboard/machine/telecomms/server, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"jHi" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"jHk" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -53357,6 +51846,25 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"jJy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) "jJQ" = ( /obj/machinery/light/small{ dir = 1 @@ -53396,6 +51904,29 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"jOb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/pump/on/layer3{ + dir = 1; + name = "Waste Out" + }, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) +"jOt" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "jOV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -53405,6 +51936,27 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jPf" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jPI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "jPU" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53418,13 +51970,37 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jQk" = ( -/obj/structure/cable{ - icon_state = "1-2" +"jQm" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/ai_upload) +"jRJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) "jSR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -53447,6 +52023,13 @@ /obj/structure/altar_of_gods, /turf/open/floor/plasteel/dark, /area/chapel/main) +"jVN" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "jWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -53542,11 +52125,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/clerk) -"kbp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "kbw" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -53559,6 +52137,19 @@ }, /turf/open/floor/plating, /area/security/processing) +"kbI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "kcy" = ( /obj/machinery/airalarm{ dir = 8; @@ -53576,6 +52167,24 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"keh" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"kfu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "kfB" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -53600,6 +52209,20 @@ /obj/item/stack/rods/ten, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"khi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "kiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -53616,6 +52239,14 @@ }, /turf/open/floor/plating, /area/hallway/secondary/service) +"kiZ" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "kkd" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -53624,6 +52255,27 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"klG" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -28; + pixel_y = 5 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 26; + pixel_y = 3 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -53638,39 +52290,29 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"kmT" = ( -/obj/machinery/computer/med_data, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"knx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"klZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kmq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) +/area/maintenance/department/tcoms) +"kmT" = ( +/obj/machinery/computer/med_data, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -53680,6 +52322,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"koi" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Access" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "kou" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -53698,38 +52349,22 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kuh" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"kpv" = ( +/obj/structure/cable{ + icon_state = "1-8" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"kwU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kup" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/computer"; - dir = 1; - name = "Telecomms Control APC"; - pixel_y = 24 +/obj/structure/cable/white{ + icon_state = "4-8" }, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53766,14 +52401,22 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"kAw" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = 26 +"kAZ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"kBO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "kCm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -53783,6 +52426,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"kCt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "kEh" = ( /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, @@ -53805,20 +52457,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/quartermaster/office) -"kIh" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "kJA" = ( /obj/machinery/portable_atmospherics/canister, /obj/effect/decal/cleanable/cobweb, @@ -53838,16 +52476,13 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"kLv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, +"kKE" = ( /obj/structure/table, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -53856,6 +52491,18 @@ }, /turf/open/space, /area/engine/atmos_distro) +"kPc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "kPn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -53918,6 +52565,43 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"kSA" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "AI Satellite Monitoring"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kTj" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"kTo" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "kTQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -53932,6 +52616,24 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/hallway/primary/central) +"kVv" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"kVw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kVO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -53954,6 +52656,18 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"kWH" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -53977,26 +52691,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"lar" = ( -/obj/machinery/telecomms/hub/preset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "laH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"laL" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space) "lbw" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice/catwalk, @@ -54009,6 +52718,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) +"lcM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "ldM" = ( /obj/machinery/recharge_station, /obj/structure/sign/departments/minsky/command/charge{ @@ -54020,14 +52735,28 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) -"lgx" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, +"lfW" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"lgl" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"lgx" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"lhd" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "lhn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -54037,20 +52766,27 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"lhK" = ( -/obj/machinery/telecomms/server/presets/science, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"lhr" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"ljJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/storage/tech) +"lkg" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -54062,31 +52798,12 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/science/misc_lab) -"lor" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -26 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "los" = ( /obj/structure/cable, /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) -"lou" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "loA" = ( /obj/machinery/requests_console{ department = "Medbay"; @@ -54098,6 +52815,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"loB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "loR" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -54115,20 +52845,30 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, /area/chapel/main) -"lqQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/transit_tube/station{ - dir = 8 - }, -/obj/structure/transit_tube_pod, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) +"lpT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/construction) +"lqt" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, /area/escapepodbay) +"ltj" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "ltm" = ( /obj/structure/transit_tube/curved{ dir = 4 @@ -54156,6 +52896,10 @@ }, /turf/closed/wall, /area/maintenance/aft) +"luz" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lve" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -54201,6 +52945,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"lzA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "lAB" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -54213,6 +52966,18 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) +"lGu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54249,6 +53014,50 @@ /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) +"lKO" = ( +/obj/machinery/light, +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"lKX" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"lLw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lLH" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) @@ -54286,6 +53095,19 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"lQD" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") + }, +/obj/machinery/porta_turret/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "lQG" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -54293,17 +53115,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/science/nanite) -"lQS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "lQY" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -54316,32 +53127,41 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lVu" = ( +"lRT" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"lSI" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter Room"; + dir = 4; + network = list("ss13","minisat") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) -"lVF" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"lVx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"lWy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/storage/tech) -"lYq" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/yogs/signal_technician, -/turf/open/floor/plasteel, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"lXW" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54370,6 +53190,28 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/crew_quarters/heads/captain) +"mba" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"mcn" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "mdx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -54380,12 +53222,9 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"mfN" = ( -/obj/machinery/door/window/brigdoor/westleft{ - req_access_txt = "61" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) +"mgr" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -54430,11 +53269,36 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) +"mkm" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = -6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat  Antechamber"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "mkO" = ( /obj/machinery/nanite_program_hub, /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, /area/science/nanite) +"mle" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Starboard"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "mlj" = ( /turf/closed/wall/r_wall, /area/hallway/primary/central) @@ -54450,6 +53314,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mmx" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/plasteel/white, +/area/storage/tech) "mmQ" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plasteel/dark, @@ -54472,9 +53345,22 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"mnT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) +"mos" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ + name = "Waste Ejector" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -54491,6 +53377,26 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"mvA" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"mwg" = ( +/obj/machinery/holopad, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -54507,6 +53413,10 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) +"myk" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, @@ -54532,6 +53442,28 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"mzM" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -7; + pixel_y = 23 + }, +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 5; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "mAm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -54541,20 +53473,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"mBB" = ( -/obj/machinery/telecomms/processor/preset_three, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -54584,10 +53502,16 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"mDA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) +"mDh" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "mDD" = ( /obj/structure/table, /obj/item/book/manual/hydroponics_pod_people, @@ -54595,6 +53519,17 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) +"mDI" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/storage/tech) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -54604,6 +53539,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mFN" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mGV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -54617,6 +53556,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"mHV" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"mIR" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mIY" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 1 @@ -54626,6 +53573,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"mJs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "mJV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -54660,6 +53619,17 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"mKD" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) "mLv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54675,6 +53645,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mLA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "mMn" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -54755,6 +53731,32 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"mQs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mQX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/space/nearstation) +"mRa" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "mRQ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -54777,17 +53779,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) -"mSz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "mTa" = ( /obj/structure/sign/warning/nosmoking{ pixel_x = -28 @@ -54813,20 +53804,16 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel, /area/escapepodbay) -"mUx" = ( -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -26 +"mUv" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/storage/tech) "mVu" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -54850,6 +53837,19 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"mXl" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mXC" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -54865,11 +53865,12 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mYq" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/teleport/station, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +"mYv" = ( +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -54928,6 +53929,98 @@ "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"ndF" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nen" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 1; + icon_state = "left"; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"nfi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"nfw" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nfK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nfM" = ( +/obj/item/toy/talking/AI{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/crowbar, +/obj/item/mmi, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "nfX" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -54942,6 +54035,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ngo" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable, +/turf/open/space/basic, +/area/space/nearstation) "ngM" = ( /obj/structure/transit_tube/curved/flipped{ dir = 4 @@ -54958,6 +54057,27 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"nhk" = ( +/obj/machinery/light_switch{ + pixel_y = -27 + }, +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nhP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55001,21 +54121,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"njV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/tcommsat/entrance) "njZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -55030,6 +54135,14 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"nku" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/construction) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -55046,6 +54159,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"nlu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/construction) "nlx" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -55058,42 +54177,74 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nqo" = ( -/obj/machinery/telecomms/receiver/preset_left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"nmK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"nmQ" = ( +/obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/neutral{ - dir = 8 + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"nrj" = ( -/obj/structure/rack, -/obj/item/storage/briefcase, -/obj/machinery/airalarm{ - pixel_y = 24 +"nnM" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nok" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/turf/open/floor/wood, -/area/lawoffice) -"nsj" = ( -/obj/machinery/telecomms/server/presets/command, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"nqM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"nrj" = ( +/obj/structure/rack, +/obj/item/storage/briefcase, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/lawoffice) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -55101,6 +54252,12 @@ }, /turf/open/space/basic, /area/space) +"nuT" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nvh" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 @@ -55143,6 +54300,13 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"nAz" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nAM" = ( /obj/machinery/button/door{ id = "Dorm4"; @@ -55179,43 +54343,143 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"nCL" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "nCP" = ( /obj/effect/landmark/stationroom/box/xenobridge, /turf/template_noop, /area/template_noop) -"nCV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "nDj" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, /turf/open/floor/plasteel, /area/escapepodbay) +"nDw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"nDy" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"nEG" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "nFF" = ( /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"nFR" = ( -/obj/item/radio/intercom{ - pixel_y = 30 +"nGi" = ( +/obj/machinery/light{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"nLY" = ( +"nJZ" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nKk" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, /obj/structure/cable/yellow{ - icon_state = "1-4" + icon_state = "1-2" }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"nLk" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"nMc" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore","ss13") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"nMh" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "nMi" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -55247,6 +54511,46 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"nNb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"nNV" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -55270,27 +54574,39 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"nVo" = ( -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" +"nTn" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"nTY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/turf/open/floor/plasteel, +/area/storage/tech) +"nUz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -55315,10 +54631,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nZJ" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -55334,18 +54646,25 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"odL" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +"ocZ" = ( +/obj/structure/cable{ + icon_state = "2-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) +"ogx" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ogO" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -55404,6 +54723,14 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"olI" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "olQ" = ( /obj/structure/table, /obj/item/storage/box/rxglasses{ @@ -55503,6 +54830,65 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"oAm" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 7; + pixel_y = -23 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Server Room Access"; + dir = 4; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"oAu" = ( +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"oBq" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = -35 + }, +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = -22; + pixel_y = 23; + req_access_txt = "16" + }, +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = -23; + pixel_y = -23; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -55521,6 +54907,29 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"oEw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"oER" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "oFM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55530,20 +54939,62 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"oHC" = ( -/obj/machinery/telecomms/server/presets/medical, -/obj/effect/turf_decal/tile/neutral{ +"oGy" = ( +/obj/machinery/door/airlock/hatch{ + autoclose = 0; + frequency = 1449; + id_tag = "telecomms_airlock_exterior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"oHX" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"oIT" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"oJg" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/space/basic, +/area/space/nearstation) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -55570,21 +55021,14 @@ }, /turf/open/floor/plating, /area/security/processing) -"oNR" = ( -/obj/machinery/telecomms/bus/preset_three, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ +"oMS" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55614,11 +55058,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oTP" = ( -/obj/structure/table, -/obj/item/phone, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "oUK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55640,36 +55079,10 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"oXP" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the telecoms satellite."; - name = "Telecoms Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "pbM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, /area/science/mixing) -"pcb" = ( -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pem" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55690,12 +55103,22 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pgv" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 +"pfF" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"pfH" = ( +/obj/machinery/light{ + dir = 8 }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -55706,9 +55129,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"pkS" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) +"piA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55718,6 +55151,38 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"pmI" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "pmW" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -55741,6 +55206,19 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"pnL" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/porta_turret/ai, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ppd" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -55753,6 +55231,27 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) +"ppv" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -27 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55765,6 +55264,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"prR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"ptG" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "ptH" = ( /turf/closed/wall, /area/escapepodbay) @@ -55781,6 +55294,14 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"pvS" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55814,6 +55335,18 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/wood, /area/lawoffice) +"pxb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "pxz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -55877,6 +55410,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"pDl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pDG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55891,16 +55432,22 @@ /obj/structure/lattice, /turf/open/space, /area/engine/atmos_distro) -"pGU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "2-4" +"pGr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pGH" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ icon_state = "0-4" }, /turf/open/floor/plating, -/area/engine/gravity_generator) +/area/hallway/primary/aft) "pHE" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55916,6 +55463,11 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"pHP" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) "pHZ" = ( /obj/structure/cable{ icon_state = "1-8" @@ -55933,10 +55485,44 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"pJO" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 32; + pixel_y = 0; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pKE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"pLf" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard"; + dir = 4; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "pMe" = ( /obj/machinery/camera{ c_tag = "Hydroponics North" @@ -55953,6 +55539,12 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"pMw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "pMy" = ( /obj/machinery/button/door{ id = "escapepodbay"; @@ -55988,6 +55580,17 @@ /obj/item/camera_film, /turf/open/floor/wood, /area/vacant_room) +"pPK" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pQy" = ( /obj/machinery/door/airlock/public/glass{ name = "Escape Podbay" @@ -56049,20 +55652,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/fore) -"pUR" = ( -/obj/machinery/telecomms/server/presets/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "pVj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -56074,6 +55663,41 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"pVl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/bridge) +"pVM" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pWg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "pWN" = ( /obj/machinery/button/door{ id = "Dorm3"; @@ -56091,6 +55715,12 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"pXw" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "pXS" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice, @@ -56103,11 +55733,19 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"pZs" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/teleport/hub, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +"pYd" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/computer) +"qbC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -56126,6 +55764,46 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/nanite) +"qgP" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 + }, +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_x = 28; + pixel_y = -26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"qiQ" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"qjb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -56140,17 +55818,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qky" = ( -/obj/effect/turf_decal/stripes{ - dir = 8 - }, -/obj/structure/closet/radiation, -/obj/machinery/camera{ - c_tag = "Gravity Generator Access" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) "qlA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -56160,6 +55827,33 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qom" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"qoP" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"qpL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "qpS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -56193,6 +55887,25 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"qrg" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"qrp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "qrM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56202,6 +55915,13 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qrP" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -56216,10 +55936,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"qsM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/construction) "qsZ" = ( /obj/machinery/light/small{ dir = 4 @@ -56258,20 +55974,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qtJ" = ( -/obj/machinery/blackbox_recorder, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qtN" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -56314,6 +56016,14 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"qyo" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) "qyp" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -56341,10 +56051,45 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"qAG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +"qAd" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/storage/tech) +"qAy" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"qAM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "tcomms"; + name = "Telecommunications server shutters control"; + pixel_y = -27; + req_access_txt = "61" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"qAS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/recharge_station, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, /turf/open/floor/plasteel, -/area/tcommsat/lounge) +/area/engine/engine_smes) "qBb" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -56361,6 +56106,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/wood, /area/lawoffice) +"qCj" = ( +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qCq" = ( /obj/machinery/light{ dir = 1 @@ -56387,19 +56148,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qDU" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "70" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56428,6 +56176,13 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"qIu" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56482,6 +56237,14 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/engine/atmos) +"qMS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "qMV" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -56548,6 +56311,20 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"qPS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/space/basic, +/area/space/nearstation) +"qQc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "qQV" = ( /turf/template_noop, /area/template_noop) @@ -56570,6 +56347,10 @@ }, /turf/open/floor/plasteel, /area/security/main) +"qVQ" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "qWn" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -56585,12 +56366,25 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"qYS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"rdf" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plasteel, +/area/storage/tech) "rdw" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -56604,6 +56398,28 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) +"reb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "reN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56639,15 +56455,22 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/atmos) -"rfE" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "rfW" = ( /obj/structure/closet/crate, /turf/open/floor/plating, /area/maintenance/aft) +"rgy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56655,6 +56478,22 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"rja" = ( +/obj/structure/window/reinforced, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"rjf" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56716,6 +56555,21 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"rnF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 2; + name = "MiniSat Maint APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56737,6 +56591,28 @@ }, /turf/closed/wall, /area/science/mixing) +"rtL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56756,12 +56632,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"rvv" = ( -/obj/machinery/computer/message_monitor{ - dir = 8 +"rvz" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "rvS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56795,18 +56672,38 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"rCA" = ( +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"rCB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"rDa" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) -"rEl" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) "rEn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -56825,6 +56722,16 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"rFn" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "rFs" = ( /obj/machinery/camera{ c_tag = "Medbay Treatment Center"; @@ -56903,6 +56810,20 @@ }, /turf/open/floor/engine/airless, /area/escapepodbay) +"rIn" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Control Room APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56918,10 +56839,31 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rKP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/construction) +"rJs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"rLr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -56931,6 +56873,10 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"rOO" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) "rPi" = ( /obj/structure/cable{ icon_state = "1-4" @@ -56958,6 +56904,24 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) +"rRQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"rUN" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"rVf" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "rVk" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56981,10 +56945,31 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"rWp" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rXN" = ( /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"rXY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"rYE" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) +"rYZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -57010,6 +56995,17 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"saf" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "saK" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -57044,6 +57040,20 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"sdw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "sej" = ( /obj/structure/table, /obj/item/flashlight/lamp, @@ -57059,22 +57069,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"seN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"seS" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 8; + name = "SMES room APC"; + pixel_x = -24 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "sga" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57082,22 +57089,6 @@ dir = 8 }, /area/chapel/main) -"sgr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -57106,6 +57097,15 @@ }, /turf/open/floor/plasteel, /area/hydroponics) +"siy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "sjo" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57153,6 +57153,28 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"smV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sow" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) +"srk" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57168,11 +57190,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"stb" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "sti" = ( /obj/structure/chair/office/light{ dir = 4 @@ -57181,12 +57198,25 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) +"str" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "stF" = ( /obj/structure/sign/departments/minsky/engineering/engineering{ pixel_x = 32 }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"svm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "swh" = ( /obj/structure/cable, /obj/machinery/power/tracker, @@ -57219,6 +57249,25 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"szH" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"sBk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57230,20 +57279,29 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"sDZ" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +"sDL" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/item/book/manual/wiki/tcomms, -/obj/item/paper_bin, -/obj/item/radio{ - pixel_x = -10 +/obj/structure/sign/warning/securearea{ + pixel_y = -32 }, /turf/open/floor/plasteel, -/area/tcommsat/computer) +/area/hallway/primary/central) +"sDO" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/white, +/area/storage/tech) "sEf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57278,6 +57336,17 @@ /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, /area/template_noop) +"sFo" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "sGC" = ( /obj/machinery/button/door{ id = "Dorm2"; @@ -57312,17 +57381,19 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) -"sIE" = ( -/obj/machinery/announcement_system, -/obj/effect/turf_decal/tile/yellow, +"sIB" = ( /obj/effect/turf_decal/tile/yellow{ - dir = 4 + dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ dir = 8 }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sJh" = ( /obj/structure/cable/yellow{ icon_state = "2-4" @@ -57335,6 +57406,24 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"sKu" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) +"sKO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sKP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57403,6 +57492,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"sOq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "sOs" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -57430,10 +57531,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sRL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) +"sRs" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57459,11 +57564,13 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"sUq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/entrance) +"sUN" = ( +/obj/machinery/door/window/brigdoor/westleft{ + name = "AI Satellite Access"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "sVZ" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -57530,6 +57637,25 @@ /obj/structure/chair/wood/wings, /turf/open/floor/plasteel/dark, /area/chapel/main) +"taj" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"tak" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -57539,23 +57665,26 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"tco" = ( -/obj/machinery/telecomms/server/presets/common, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) +"tdj" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/maintenance/department/tcoms) "tes" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -57580,9 +57709,51 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"tfc" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "tfA" = ( /turf/template_noop, /area/space) +"tgs" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"tgx" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "tgI" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -57628,19 +57799,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tiM" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"tkt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/turf/open/floor/plating, -/area/tcommsat/entrance) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57654,6 +57812,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"tle" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -57668,6 +57838,15 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"toI" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "tpq" = ( /obj/item/coin/silver{ pixel_x = 7; @@ -57737,6 +57916,21 @@ }, /turf/open/floor/plasteel, /area/security/courtroom) +"tri" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "tro" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57745,28 +57939,109 @@ }, /turf/open/floor/plasteel/stairs, /area/escapepodbay) -"trP" = ( -/obj/structure/cable{ - icon_state = "1-2" +"tsj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/tcommsat/entrance) +/turf/open/floor/plasteel, +/area/engine/engineering) "tsI" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel, /area/quartermaster/office) +"tsQ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tsY" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"ttv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "ttZ" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel, /area/escapepodbay) +"tuF" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"twd" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "txj" = ( /obj/structure/lattice, /obj/structure/transit_tube/junction/flipped{ @@ -57774,6 +58049,13 @@ }, /turf/open/space/basic, /area/space/nearstation) +"txA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "txU" = ( /obj/machinery/camera{ c_tag = "Security Escape Pod"; @@ -57846,13 +58128,54 @@ }, /turf/open/floor/plasteel, /area/storage/tools) +"tFb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"tFi" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"tFr" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "tFJ" = ( /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) -"tIs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, +"tGB" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13,tcomms") + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"tIC" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/grimy, /area/tcommsat/computer) "tJo" = ( /obj/machinery/door/firedoor/border_only{ @@ -57886,19 +58209,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"tMw" = ( +/turf/closed/wall/r_wall, +/area/construction) "tMI" = ( /obj/machinery/atmospherics/pipe/simple/purple/hidden{ dir = 4 }, /turf/closed/wall, /area/maintenance/disposal/incinerator) -"tNb" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) "tOj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57950,6 +58269,18 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"tQC" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "tQD" = ( /turf/closed/wall/r_wall, /area/maintenance/aft) @@ -57988,20 +58319,30 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"tUr" = ( -/obj/machinery/telecomms/bus/preset_two, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +"tTU" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = 2 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/item/aicard{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"tTZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "tUE" = ( /obj/machinery/light/small{ dir = 4 @@ -58025,6 +58366,17 @@ }, /turf/open/floor/wood, /area/lawoffice) +"tVy" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58056,20 +58408,18 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"uax" = ( +"ube" = ( /obj/structure/table, -/obj/item/folder/blue, -/obj/item/pen, -/obj/item/multitool, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58095,12 +58445,43 @@ }, /turf/open/floor/plasteel, /area/medical/paramedic) +"ueo" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ufV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "ugv" = ( /obj/item/radio/intercom{ pixel_x = 30 }, /turf/open/floor/plasteel, /area/engine/atmos) +"ugA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58177,6 +58558,28 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"uqi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27; + pixel_y = -34 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "uqD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -58192,20 +58595,17 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"uum" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"utt" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel, +/area/engine/engine_smes) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58220,6 +58620,24 @@ }, /turf/open/floor/engine/airless, /area/space) +"uxz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "uya" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -58236,32 +58654,37 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"uzN" = ( -/obj/machinery/telecomms/bus/preset_one, +"uzm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/construction) +"uzM" = ( +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/turret_protected/ai) +"uzW" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, /obj/machinery/light{ - dir = 1 + dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/machinery/porta_turret/ai{ + scan_range = 4 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"uBZ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/transit_tube/curved/flipped, +/obj/structure/window/reinforced{ dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uCL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/bot_white, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +/area/ai_monitored/turret_protected/aisat_interior) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58281,6 +58704,24 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/exit) +"uFG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "uHN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58326,39 +58767,44 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uNF" = ( -/obj/structure/cable{ - icon_state = "1-2" +"uKN" = ( +/obj/item/trash/candy, +/obj/item/clothing/neck/stethoscope, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uOT" = ( /obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"uNH" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"uPs" = ( +/obj/effect/turf_decal/tile/green{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "uQe" = ( @@ -58403,26 +58849,31 @@ /obj/item/wirecutters, /turf/open/floor/plasteel, /area/hydroponics) -"uVy" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +"uUg" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" }, -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = 32 +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 1; + name = "Telecommunications Maintenance APC"; + pixel_y = 24 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plasteel, /area/escapepodbay) +"uXy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "uXY" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -58449,6 +58900,13 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"uZr" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vaZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -58476,15 +58934,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"vcj" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/department/tcoms) "vcH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58510,6 +58959,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vdk" = ( +/obj/machinery/blackbox_recorder, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "vfv" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -58523,6 +58979,17 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"vhm" = ( +/turf/closed/wall, +/area/tcommsat/computer) +"vjg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/construction) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -58543,6 +59010,13 @@ /obj/item/clothing/glasses/welding, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"vkj" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer1{ + dir = 4; + name = "AI Satellite Supply" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "vkK" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -58557,20 +59031,30 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vlj" = ( -/obj/machinery/telecomms/message_server/preset, -/obj/effect/turf_decal/tile/neutral{ +"vlg" = ( +/obj/machinery/computer/upload/ai{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/window/reinforced{ dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -58610,6 +59094,14 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"vqZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -58625,6 +59117,14 @@ /obj/effect/turf_decal/bot_white/left, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"vrg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "vrz" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -58652,6 +59152,23 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"vvk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"vvq" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -58666,6 +59183,15 @@ }, /turf/open/floor/plating, /area/security/processing) +"vvX" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "vxh" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -58674,6 +59200,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vzd" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/meter{ + pixel_x = -5; + pixel_y = -3; + target_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58695,6 +59230,23 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"vAJ" = ( +/obj/structure/table/wood, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"vAQ" = ( +/obj/machinery/atmospherics/components/binary/valve/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "vBd" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -58708,13 +59260,6 @@ /obj/machinery/rnd/production/techfab/department/service, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vDq" = ( -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) "vDB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58767,7 +59312,16 @@ "vFw" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, -/area/chapel/main) +/area/chapel/main) +"vFQ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/item/radio/off{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "vGW" = ( /obj/effect/landmark/start/atmospheric_technician, /obj/structure/chair/office/dark{ @@ -58775,6 +59329,14 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"vJZ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "vKC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58794,13 +59356,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"vLm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 @@ -58824,6 +59379,15 @@ }, /turf/open/space, /area/space) +"vQR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "vRI" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -58856,10 +59420,21 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"vUa" = ( -/obj/effect/turf_decal/bot_white, +"vTq" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, /turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +/area/maintenance/department/tcoms) "vUg" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -58893,6 +59468,11 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"vYl" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plasteel/white, +/area/storage/tech) "vYs" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 4 @@ -58906,20 +59486,9 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"vYE" = ( -/obj/machinery/telecomms/processor/preset_four, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +"vYI" = ( +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -58939,23 +59508,22 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"wau" = ( -/obj/machinery/telecomms/processor/preset_one, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +"wat" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/turf/open/space/basic, +/area/space/nearstation) +"waQ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wcB" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/entrance) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wec" = ( /obj/machinery/light/small{ dir = 8 @@ -58972,6 +59540,16 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"wfD" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "wfJ" = ( /obj/structure/cable{ icon_state = "0-2" @@ -58988,6 +59566,10 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"wgA" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "wil" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58995,6 +59577,15 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/port/aft) +"wiu" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "wjn" = ( /obj/structure/cable, /obj/structure/cable{ @@ -59021,10 +59612,18 @@ "wkN" = ( /turf/closed/wall, /area/science/nanite) -"wly" = ( -/obj/effect/spawner/structure/window, +"wkY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"wlJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plating, -/area/tcommsat/lounge) +/area/construction) "wmp" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -59043,10 +59642,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wmq" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/tcommsat/lounge) "wmI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59056,15 +59651,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wnA" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59087,22 +59673,22 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wsM" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +"wtY" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"wuF" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Fore"; + dir = 8; + network = list("minisat") }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/space/basic, +/area/space/nearstation) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59158,6 +59744,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"wwS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/construction) "wxr" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -59222,6 +59812,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"wAJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wBr" = ( /obj/machinery/firealarm{ dir = 4; @@ -59230,6 +59827,10 @@ /obj/effect/landmark/stationroom/box/hydroponics, /turf/open/floor/plasteel, /area/hydroponics) +"wBD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "wCs" = ( /obj/machinery/power/apc{ areastring = "/area/security/main"; @@ -59285,6 +59886,19 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wFr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage"; + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59297,13 +59911,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"wIA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) "wIG" = ( /obj/machinery/meter, /obj/item/radio/intercom{ @@ -59312,19 +59919,46 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wMe" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -24 +"wLr" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") }, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"wNB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"wPv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "wPB" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -59334,6 +59968,20 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wQo" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wRK" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -59354,6 +60002,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"wSY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"wTm" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59386,6 +60047,22 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"wUD" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wUS" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -59404,14 +60081,82 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"wXz" = ( -/obj/structure/sign/warning/radiation/rad_area, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) +"wXt" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"wYz" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wYZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"wZo" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"wZT" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "wZZ" = ( /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) +"xbm" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"xcA" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -59427,15 +60172,61 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"xcQ" = ( +"xdc" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"xdo" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"xel" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + obj_integrity = 300; + pixel_y = -4; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = 10 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = 21 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = 10 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"xew" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/tcommsat/lounge) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, @@ -59452,20 +60243,18 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xiz" = ( -/obj/machinery/telecomms/processor/preset_two, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, +"xkD" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"xne" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Port"; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59501,6 +60290,16 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"xpi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/remains/robot, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59520,12 +60319,52 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) +"xsB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "xul" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) +"xvm" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"xvz" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Antechamber APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -59540,16 +60379,39 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xBc" = ( -/obj/structure/cable{ - icon_state = "4-8" +"xxF" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 }, -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 }, /turf/open/floor/plasteel, -/area/engine/engineering) +/area/bridge) +"xyH" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xBo" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -59585,6 +60447,12 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"xGo" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "xHa" = ( /obj/structure/cable{ icon_state = "1-8" @@ -59596,6 +60464,39 @@ /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"xId" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"xIx" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "xJj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -59629,10 +60530,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"xLZ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/storage/tech) "xML" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -59647,13 +60544,34 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xPs" = ( -/obj/effect/turf_decal/bot_white, -/obj/machinery/computer/teleporter{ - dir = 1 +"xOy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft"; + dir = 2; + network = list("minisat","ss13") }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/entrance) +/turf/open/space/basic, +/area/space/nearstation) +"xPc" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/toy/figure/borg{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "xQA" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, @@ -59668,6 +60586,21 @@ /obj/item/clothing/under/yogs/rank/clerk/skirt, /turf/open/floor/plasteel, /area/clerk) +"xSV" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "xTD" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -59711,6 +60644,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) +"xXP" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "xYi" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -59778,6 +60717,21 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) +"ydo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "ydU" = ( /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plasteel/dark, @@ -59794,21 +60748,22 @@ /obj/structure/tank_dispenser, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"yfa" = ( +"yep" = ( /obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/structure/cable/yellow{ - icon_state = "1-4" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_y = 24 +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 8; + name = "ai camera"; + network = list("minisat","ss13"); + start_active = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel/white, -/area/tcommsat/computer) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -59818,6 +60773,30 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) +"yht" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/station{ + dir = 8 + }, +/obj/structure/transit_tube_pod, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"yhu" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "yie" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -59833,6 +60812,16 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"yiF" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "yjy" = ( /obj/structure/transit_tube/diagonal{ dir = 4 @@ -83405,14 +84394,14 @@ bPr bJf ccd bCq -aaa -aaa +gXs +gXs aaf -aaa -aaa +gXs +gXs aaf aaf -cig +gXs aaf aaa aaa @@ -83666,13 +84655,13 @@ cjJ cjJ cjJ cjJ -cjJ -cjJ -aaa -bPs -aaa -aaa -aaa +btG +btG +btG +btG +btG +btG +btG aaa aaa aaa @@ -83918,18 +84907,18 @@ aaa cjJ ckw clC -cmy -clC -cnL -cov -cpj -bQt -cjJ -aaa -bPs -aaa -aaa -aaa +seS +lcM +rja +uqi +kVv +btG +gtb +iAk +pfH +wkY +bgN +btG aaa aaa aaa @@ -84179,14 +85168,14 @@ aGx clE cnN bBF -ciy -kLv -cjJ -aaf -bPs -aaa -aaa -aaa +pWg +btG +atf +bih +big +bii +kTj +btG aaa aaa aaa @@ -84435,15 +85424,15 @@ clD bEh cnn cnM -bEG -cpk -uVy -cjJ -aaa -bPs -aaa -aaa -aaa +fXT +hVq +hrf +xsB +big +bgN +bkZ +eGt +btG aaa aaa aaa @@ -84693,15 +85682,15 @@ aSi clG cnP bBH -aSF -cjJ -cjJ -aaa -bPs -aaa -aaa -aaa -aaa +oEw +btG +pMw +bii +big +bih +bXF +btG +gXs aaa aaa aaa @@ -84946,20 +85935,20 @@ aaa cjJ ckz clF -cmy +gqh cnp cnO bEH -cpm -cjJ -aaf -aaf -bPs -aaa -aaa -aaa -aaa -aaa +utt +btG +lRT +uXy +wfD +jsj +jOt +btG +gXs +gXs aaa aaa aaa @@ -85206,18 +86195,18 @@ cjJ cjJ cjJ cnR -bEI -cjJ +tfc cjJ -aaa -aaa -bPs -aaf -aaT -aaT -aaT -aaT -aaT +btG +inp +mcn +btG +btG +btG +btG +gXs +cHf +abY aaT aaT aaT @@ -85462,18 +86451,18 @@ aaa aaa aaf cjJ -cnQ +wNB bEL -cpo +qAS cjJ -aaa -aaa -bPs +btG +btG +btG aaf -aaT -ctv -ctv -ctv +aoV +aaa +gXs +cHf ctv ctv ctv @@ -85719,17 +86708,17 @@ bCq bCq bCq cjJ -cnS +uFG aZi aHm cjJ aaf aaf -cig +gXs +aaf +aaf +aaf aaf -aaT -aaT -aaT aaT aaT aaT @@ -85962,8 +86951,8 @@ bIp bCq bCq ceW -bJv -ceY +gXg +bSs bCq bCq bCq @@ -85977,7 +86966,7 @@ ceY ccw ccw cnR -bEM +hRU cjJ ccw ccw @@ -86202,25 +87191,25 @@ bqM bCn bGq bGq -bGq +kPc bGq bLw bGq bGq bGq bLw -bGq +kPc bGq hQb qsH bCq bIb -bIq +ijh bIC bCq bJp -bJw -bSs +uKN +bJD bCq bJV bCq @@ -86233,10 +87222,10 @@ bHE bHE cmD cnr -xBc +mQs bEP -bjW -bkl +iTM +wYz bkz bkA crp @@ -86454,32 +87443,32 @@ bnM bnM bAe bBg -aJw +mlj +mgr +mgr +wUS +gZL +gVB +mgr +wUS +gZL +gZL +gZL +gZL +gVB +mgr bCq +vAA bCq -bPr -bPr -bPr +bIf +bCq +crM bCq -bPr -bPr -bPr bPr bPr bPr bCq bCq -vAA -bCq -bIf -bIr -bIF -bCq -bRh -bJy -bJD -bCq -bCq bCq bJZ bHE @@ -86710,32 +87699,32 @@ aKF aLX aJq aJq -bBi -aJw -aaa -aaf -aaa -aaf -aaa -aaf +kfu +mlj aaa aaf +gXs +gXs +gXs +aoV +gXs +aoV +gXs aaa aaa aaa -aaa -bCq +mgr ciT bqD bCq bCq bCq -bCq -bCq -bPr -bPr -bPr -bCq +aaa +aaa +aaa +aaa +aaa +aaa gXs bCq caz @@ -86967,34 +87956,34 @@ bwg aJw aJq aJq -bBi -aJw -aaa -boI -bGr -bGr -bGr -bKr -aaa -aaf +rLr +fGd +gXs aaa aaa -aaf -aaf -bCq -pew -bqD -bCq aaa gXs aaa -aaa gXs +aoV gXs aaa +tsQ +dIW +mgr +pew +bqD +bCq gXs -aaa -bPr +gXs +aaf +mDh +fJu +qAd +sKu +qyo +aaf +bCq cay ccw ccw @@ -87224,34 +88213,34 @@ bqy aJw aJq aJq -bBi -aJw -aaf -bEU -bGt -bHG -bJh -bEU -aaf -aaf -aaa -aaa +hUq +mlj +gXs +gXs +bfv +bfv +bfv +bfv +bfv +gXs +gXs +tsQ +gVB +bUs +bHE +bHE +bqD bPr bPr -bCq -bCq -bqD -bCq -aaa -btG -btG -btG -btG -btG -btG -btG -aaa bPr +gXs +rFn +pHP +vJZ +hCG +rFn +aaa +bCq cay ccw chY @@ -87481,34 +88470,34 @@ bmr bmr byN aJq -bBj -aJw +rLr +fGd aaa -bEV -bhK -cBC -bJg -bKs aaa -aaf -aaf -aaf -bPr -bvE +bfv +gcr +wLr +els +bfv +bfv +aaa +ePv +ptG +nLk bGq bGq bww +bHE +bHE bPr aaa -btG -bgN -bZo -bkI -bgN -bgN -btG -gXs -bPr +rFn +ufV +mUv +wFr +rFn +aaa +bCq cay ccw chY @@ -87738,34 +88727,34 @@ bwi bmr aMm aJq -bBi -bCs -bCs -bEW -bGu -akd -bJi -bEW -bCs -bCs +qbC +mlj +ddd +ddd +bfv +ltj +euA +aDq +uzW +bfv +gXs +tMw bNI +bvG bNI bNI -bvG bNI bNI bHE -bPr -gXs -btG -bgN -bih -big -bii -bgN -btG -aaa -bPr +bCs +bCs +qrP +bGu +uOT +bJi +qrP +bCs +bCs cay ccw ciZ @@ -87993,36 +88982,36 @@ brS bsY ays bmr -aMn -aJq -bBi -bCs -bDv -bEX -xLZ -bHH -xLZ -bKt -bLx -bCs -cCe +wUD +cBw +reb +mlj +cxQ +ddd +jyY +vvk +rXY +cGU +nen +jHk +aaa +tMw bRl -buL -bvH +jRJ +uzm +lpT cCf bNI bHE -bPr -aaa -btG -bYz -big -bgN -bkZ -eGt -btG -aaa -bPr +bCs +hIb +yiF +olI +mJs +cFz +gjn +mmx +bCs cay ccw ccw @@ -88250,36 +89239,36 @@ btD buO bwk bmr -aLY -cBw -bBk -bCs -bDx -bFa -bFa -bHJ -bFa -bFa -bLz -bCs +aMn +jGn +qjb +eIx +buP +xvm +rCB +dtY +xSV +oHX +lQD +bfv +aaa +tMw +cCd +fPQ +nlu +cCd cCe -bNJ -buQ -xhV -gWd bNI bHE -bPr -aaa -btG -bgN -bii -big -bih -bXF -btG -gXs -bPr +bCs +tVy +rVf +gpj +hgt +ljJ +rdf +mDI +bCs cay ccw cig @@ -88508,35 +89497,35 @@ buN aCO bmr byP -aJq -bBi -bCs -bDw -bEZ -bGv -bHH -bJj -bKu -bLy -bCs -bNJ +dLF +sDL +mlj +pmI +ddd +aDq +aDq +prR +ocZ +vlg +jHk +gXs +tMw bNJ -buR +bvc +vjg bNJ -gbq +cCe bNI bHE -bPr -gXs -btG -bYD -bZr -bzk -cbn -aGa -btG -aaa -bPr +bCs +htm +rUN +fri +sBk +mLA +pfF +sDO +bCs cay ccw cia @@ -88765,35 +89754,35 @@ bnS aUt bfs bft -bpB -bBl -bCs -bDz -bFa -bFa -bHH -bFa -bFa -bFa -bCs +eZn +fyu +mlj +ddd +ddd +mKD +fyV +mnT +aDq +dkh +bfv +gXs +tMw bNL -bNJ buQ -bNJ -bQj +xhV +wlJ +jEc bNI bHE -bPr -aaa -btG -iaS -ess -bzR -pGU -bOC -btG -aaa -bPr +bCs +lKX +cCO +hht +nDy +dUV +lzA +vvq +bCs cay ccw bQo @@ -89023,34 +90012,34 @@ bmr bmr byQ bne -aJq -bCs -bNN -bFb -bGw -bER -bJk -bFa -bLA -bCs -qsM -bQc -aYw -rKP -aEY +icK +fGd +aaa +aaa +bfv +jQm +cRS +oMS +bfv +bfv +aaa +tMw +dHG +nku +wwS +gwl +qIu bNI bHE -bCq -aaa -btG -bPQ -bxP -bzT -bxb -bQm -btG -gXs -bPr +bCs +hmu +iCh +cbg +djq +lfW +kCt +kAZ +bCs cay ccw cic @@ -89257,57 +90246,57 @@ aRj aSv aTV aYg -aWP -aSd -cva -cva -cva -cva -cva -cva +aTX +gId aZM aZM aZM -aaf -aaf -aaa -aaf -aaa -aaf -aaa +aZM +aZM +aZM +aZM +aZM +aZM +kKE +fdn +iUu +xcA +gXs aaa +gXs aaa +gXs bOS aXf bne -byV -bCs -bAM -bFa -bGy -bFc -bJm -bFa -bHO -bCs -cCd +lkg +mlj +aaa +gXs +bfv +bfv +bfv +bfv +bfv +aaa +aaa +tMw +bNJ +buQ cCd -buS bNJ cCc bNI bHE -bCq -bCq -btG -bQd -bwo -aRT -bMM -aGd -btG -aaa -bCq +bCs +gyy +nTY +gtR +bUD +gtR +iGZ +cSn +bCs cay ccw cif @@ -89515,56 +90504,56 @@ aSu aTU aXY aWO -cva -cva -aes -aeY -aes -aMg -aes -aeY -aes -cva -bPi -bPi -bPi -bfv -bfv -aaf -aaa -aaa +aPR +bVI +nmQ +sKO +rYZ +wAJ +uZr +egs +xdc +ggi +ube +dlY +jHi +xcA +bVJ +pYd +pYd +vhm aaa bOS aXf bne -byU -bCs -bAL -aOC -bGx -bHH -bJl -aEj -bHN -bCs +nnM +fGd +gXs +gXs +aaa +aaa +gXs +aaa +gXs +aaa +gXs +tMw cjo -cCd -bvc +buQ +bNJ bNJ cCb bNI bHE -bHE -bCq -btG -tiM -bxW -tiM -btG -btG -btG -fip -fip +bCs +aKc +uxz +dKm +pvS +cLv +kCt +vYl +bCs cay ccw cie @@ -89772,56 +90761,56 @@ aSx aTX aYg aWU -cva -adK -aet -aet -aes -bdW -aes -aet -azM -pkS -bmu -aFZ -aKc -aKB -bfv -bfv -bfv -aaf -aaf -bOS +jiV +hWp +eKr +wtY +dBR +iYx +mIR +ueo +mHV +ggi +iEW +dlY +dlY +jGF +bVJ +qrg +xyH +vhm +vhm +aJw aXf bne -aJq -bCs -bFa -brL -lWy -bsD -bJn -bsE -bHQ -bCs -cjo -bJu +byU +mlj +gXs +aaa +gXs +gXs +gXs +aaa +gXs +gXs +gXs +tMw +gFX bvc -cmX +bkw +bNJ bSz bNI bHE -bHE -bHE -btG -qky -aZe -aFT -btG -bVd -bWK -aGl -fip +bCs +hGO +jfx +bCs +bCs +bCs +bCs +bCs +bCs cay ccw cig @@ -90029,57 +91018,57 @@ aSw aTW aYv aWQ -cva -cva -aes -aeZ -apF -bdZ -hmv -beX -aes -pkS -aDq -aDq -aDq -aLq -bkN -aFZ -bfv -buP -buP -buP +aPR +lXW +nfK +qAy +luz +nJZ +mFN +dfB +bVI +bVI +xcA +uUg +qpL +hTY +bVJ +tIC +vYI +tGB +nTn +aJw byS bne aDs -bCs -bCs -bCs -bCs -bsH -bCs -bCs -bCs -bCs -bNI +mlj +ffu +pGH +ffu +pGH +ffu +pGH +ffu +ffu +pGH +tMw bNI bvd bNI bNI bNI -fip -fip +bNI bTz -btG -wXz -bxY -wXz -btG -bVc -bWJ -byy -bZB -caC +bCs +bCs +ccq +bCs +kbI +ipF +ixx +xIx +bCq +cdi ccw cSM cjd @@ -90285,58 +91274,58 @@ aRn aSz aTY aYA -aWT -cva -aZR -aeu -agq -pkS -pkS -bfc -beY -aBi -pkS -aDx -aHj -aHj -aDq -bkR -aHj -bfv -aNM -ini -buP -bpC +xxF +aPR +wQo +hYd +gpD +iOY +iMN +coX +kWH +iLi +oAm +xcA +iHO +glF +dlY +bVJ +rDa +vYI +fQo +lqt +aJw +jPI aXM aUv bCu bAO +dso bSA -cKA -bsJ -bSA +dso bSA +dso bHR bIe -bSA +dso bJz -bve bSA +bve bSA bTJ bSA bWL bSA bSA +sdw +nNV bSA -byd -bSA -bUl -bVf -bXm -byG -fip -bHE +jFb +bLI +bWJ +fUr +yhu +caC ccw cij cjf @@ -90539,60 +91528,60 @@ aNx aOE aPS aRm -aSy +glr aTX aZf -aWS -cva -adQ -alm -ajC -pkS -aop -apI -bfd -aDp -azG -nCV -nCV -aKi -aLs -aWh -aVG -btF -aWV -uNF -knx +pVl +aPR +hLC +ndF +ext +juL +fSG +wZo +nfw +tdj +ttv +oGy +cNC +piA +vrg +kTo +hui +lVx +qom +pxb +oIT bwa boU aXE jWz bQQ -bLZ +dwA aXW -aYb +iGs aYt -bLZ +dwA bLZ bbp +dwA bLZ -bLZ -aZF -bLZ +qMS +gqg cBH bMG bLZ bLZ bLZ bLZ -bLZ -baz +qrp +ydo bLZ cbr bLZ bAK byI -fip +bCq ceW ccw cdk @@ -90799,28 +91788,28 @@ aRp aSB aTZ aZg -gME -cva -eQU -aeu -aqt -pkS -pkS -apK -beD -aes -pkS -aFX -aHj -aHj -aDq -bkm -aWR -bfv -aCM -bwp -buP -bos +diK +aPR +qCj +xId +mXl +mvA +uPs +tgs +tQC +iLi +twd +xcA +mzM +eEY +kiZ +bVJ +tuF +vYI +rRQ +rIn +aJw +dLK bfz aXf bzG @@ -90842,8 +91831,8 @@ bQg bQg bQg bQg -bMv -hxt +wZT +bFq bFq cbt bVh @@ -91056,27 +92045,27 @@ aRo aSA aTX aYA -wnA -cva -cva -aes -ama -apF -bec -jQk -beF -aes -pkS -aDq -aDq -aDq -aNn -bkn -aFZ -bfv -buP -buP -buP +fmc +aPR +xkD +cWF +tFb +rvz +rJs +txA +ppv +fSu +fSu +iCD +bbE +kmq +pXw +bVJ +vYI +qgP +nuT +nhk +aJw aOx aJq bBr @@ -91314,26 +92303,26 @@ aSD ceh aZj aWU -cva -adK -aet -aet -aes -bed -aes -aet -azM -pkS -bgR -aFZ -aKA -aOu -bfv -bfv -bfv -aaf -aaf -bOS +jiV +vdk +nok +myk +dfy +iQQ +wgA +lLw +cwq +ggi +eLv +dTg +svm +vFQ +bVJ +szH +nAz +vhm +vhm +aJw aJq aJq bBu @@ -91570,25 +92559,25 @@ aRq aSC aUa aZl -aVO -cva -cva -aes -aeY -aes -aBJ -aes -aeY -aes -cva -bPi -bPi -bPi -bfv -bfv -aaf -aaa -aaa +khi +aPR +bVI +rgy +lGu +ogx +hGN +cRI +sIB +qVQ +ggi +fjM +doB +qAM +xcA +bVJ +pYd +pYd +vhm aaa bOS aJq @@ -91827,26 +92816,26 @@ aRs aSE aUc aYA -aWY -aVf -cva -cva -cva -cva -cva -cva +aTX +gvj aZV aZV aZV -aaf -aaf -aaa -aaf -aaa -aaf -aaa -aaa +aZV +aZV +aZV +aZV +aZV +aZV +wiu +vTq +kpv +xcA +gXs +aoV +gXs aaa +gXs bOS aJq aJq @@ -92096,9 +93085,9 @@ bgS bik aZV aZV -bmx -bmx -bmx +aZV +aZV +aZV bqH bsh bsh @@ -93686,15 +94675,15 @@ gXs aaa gXs gXs -aKz -bQv -bFE -xcQ -mDA -wIA -mDA -mDA -vLm +wTm +koi +siy +tsj +cBe +nGi +cBe +cBe +dZY oqv tAu ciZ @@ -93943,15 +94932,15 @@ bvA bvA bvA gXs -aKz -bQA -qAG -lVu -gZI -odL -odL -sRL -dSB +wTm +pVM +smV +pGr +rjf +nCL +nCL +wBD +hfm mRQ xhW xhW @@ -94200,15 +95189,15 @@ bMf bMf bvA aaa -aKz -hbC -hzb -mfN -ajS -hbC -hbC -fEn -wly +wTm +ccw +kBO +sUN +kBO +ccw +ccw +kSA +clJ cig ciZ ciZ @@ -94421,7 +95410,7 @@ bwu bwu bwu bBB -aJv +rOO aJw bFp bGJ @@ -94459,13 +95448,13 @@ bvA aaa dOc sRa -lQS -lqQ -iza +juv +yht +jcR llD -hbC -nFR -wmq +ccw +fki +hjy cig cig bOg @@ -94720,9 +95709,9 @@ ajX ajX ajX ltm -hbC -oXP -rfE +ccw +vvX +iDj ccw aaa afp @@ -94977,10 +95966,10 @@ aaa aaa aaa cqY -bPF -cnW -oTP -bPF +dXC +lhr +jkt +dXC aaa aaa aaa @@ -95234,10 +96223,10 @@ yjy aaa akE aaa -bPF -bPF -bPF -bPF +dXC +dXC +dXC +dXC aaa aaa aaa @@ -96267,7 +97256,7 @@ aaa bWC gXs aaa -bWC +aaa aaa gXs pEf @@ -96781,12 +97770,12 @@ aaa bWC gXs aaa -bWC +aaa aaa gXs pEf aaa -bWC +aaa gXs aaa ltm @@ -97309,13 +98298,13 @@ gXs gXs gXs pEf -qdN -aMu -qdN -qdN +gXs +aaH +gXs +gXs aaa aaa -aKM +aKN aaa aaa aaa @@ -97569,10 +98558,10 @@ pEf aaa aaa aaa -qdN -qdN +gXs +gXs aaa -aKM +aKN aaa aaa aaa @@ -97826,10 +98815,10 @@ pEf aaa aaa aaa -qdN -qdN -qdN -aKM +gXs +gXs +gXs +aKN aaa aaa aaa @@ -98083,10 +99072,10 @@ pEf aaa aaa aaa -qdN +gXs aaa -aMu -aKM +aaH +aKN aaa aaa aaa @@ -98340,7 +99329,7 @@ pEf aaa aaa aaa -qdN +gXs aaa aaa aaa @@ -98586,19 +99575,19 @@ aaa pEf gXs aaa -sRa -abd -abf -abh +laL +uBZ +bPs +rCA xnR aaa gXs pEf -jlq -jlq aaa -qdN -aKM +aaa +aaa +gXs +aKN aaa aaa aaa @@ -98841,21 +99830,21 @@ aaa aaa aaa pEf -wcB -wcB -wcB -rEl -bGs -aIe -wcB -wcB -wcB +cWX +cWX +cWX +hId +iuU +rWp +cWX +cWX +cWX pEf -aOP -jlq -qdN -qdN -aKM +aaa +aaa +gXs +gXs +aKN aaa aaa aaa @@ -99095,29 +100084,29 @@ aaa aaa aaa aaa -aSQ -bNY -bDU -trP -gIh -njV -ght -lou -sUq -gMO -tkt -eSG -dLq -bGQ pEf -qdN -aaa -aKM +wuF +pEf +iiN +sFo +iGz +ddK +dTa +nUz +hYL +dnU +eMy +pEf +sow +pEf +gXs aaa +aKN aaa aaa aaa aaa +jyd aaa aaa aaa @@ -99352,25 +100341,25 @@ aaa aaa aaa aaa -bbf -bVJ -bVJ -wcB -wcB -wcB -aZU -bGz -lor -wcB -wcB -wcB -wcB -wcB pEf -qdN -aKM -aKM -aKM +rYE +rYE +rYE +rYE +cWX +mba +sRs +str +cWX +cWX +cWX +cWX +cWX +pEf +gXs +aKN +aKN +aKN aaa aaa aaa @@ -99609,25 +100598,25 @@ aaa aaa aaa aaa -bbf -bVJ -fya -aIa -iTH -wcB -wcB -bGA -wcB -wcB -gZj -aIJ -xPs -wcB pEf -qdN -aKM -aKM -aKM +rYE +emz +eWV +oER +cWX +gUF +tgx +dcL +cWX +iuU +lSI +xXP +cWX +pEf +gXs +aKN +aKN +aKN aaa aaa aaa @@ -99866,25 +100855,25 @@ aaa aaa aaa aaa -bbf -bVJ -aZS -bGh -kbp -dkY -dpy -mSz -lVF -csz -uCL -bGO -mYq -wcB +pEf +rYE +emz +vzd +mRa +cWX +pJO +jPf +nME +tri +hkF +pPK +duM +cWX pEf aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -100121,27 +101110,27 @@ rcY cmd aaa aaa -aSQ -bDU -bNX -bVJ -iDR -aSU -gDO -bVJ -tIs -aZD -aIq -wcB -vUa -aSW -pZs -wcB +pEf +pEf +pEf +rYE +xbm +vkj +tTU +cWX +cWX +rtL +cWX +cWX +lgl +eNh +fmp +cWX pEf pEf pEf aaa -aKM +aKN aaa aaa aaa @@ -100378,27 +101367,27 @@ cSf nkd aaa aaa -bbf -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bbj -bGC -amO -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -pEf +cuJ +rYE +rYE +rYE +nfM +rnF +rYE +cWX +tFi +nmK +itT +cWX +cWX +cWX +cWX +cWX +cWX +cWX +xne aaa -aKM +aKN aaa aaa aaa @@ -100635,27 +101624,27 @@ cmd cmd aaa aaa -bbf -bVJ -faA -vcj -aHM -bGk -imE -jAh -iMq -hFk -dpy -qDU -bGM -bXG -aIL -bcf -uax -bVJ +pEf +rYE +tFr +fNu +fLn +wYZ +rYE +nEG +iuU +klZ +ugA +jAr +cWX +lhd +qoP +vAJ +xPc +cWX pEf aaa -aKM +aKN aaa aaa aaa @@ -100891,28 +101880,28 @@ eGn cmd aaa aaa -aaa -bbf -bVJ -kup -bwE -bEe -bGm -eXV -nLY -bVJ -bGF -bVJ -bVJ -bGN -dpy -bGP -lYq -sDZ -bVJ +mos +jOb +sOq +jCO +vAQ +xew +tak +jJy +pDl +tle +xdo +loB +dpp +nDw +nNb +wPv +nKk +dyS +iWn pEf -qdN -aKM +gXs +aKN aaa aaa aaa @@ -101149,29 +102138,29 @@ rkQ aaa aaa aaa -aTF -bPL -biv -bCC -bGg -bNW -stb -aKO -wMe -bGK -bbn -bZv -bXG -bXG -aTh -bXG -mUx -bVJ +oJg +rYE +jVN +xpi +yep +wSY +rYE +xGo +mkm +nfi +xvz +xGo +cWX +saf +oAu +iwd +lKO +cWX pEf -aMu -aKM +gXs +aKN aaa -aKM +aKN aaa aaa aaa @@ -101406,29 +102395,29 @@ aaa aaa aaa aaa -bDW -bVJ -bOP -bCE -bNU -bEf -pgv -iyh -yfa -bGL -aII -bZv -bNV -rvv -vDq -fkp -sIE -bVJ +oJg +rYE +rYE +rYE +rYE +rYE +rYE +cva +cva +tsY +cva +cva +cWX +cWX +cWX +cWX +cWX +cWX pEf -qdN +gXs aaa aaa -aKM +aKN aaa aaa aaa @@ -101663,29 +102652,29 @@ aaa aaa aaa aaa -bDW -bVJ -bVJ -bVJ -bVJ -bVJ -bVJ -aKP -flP -nVo -flP -bZv -bZv -bVJ -bVJ -bVJ -bVJ -bVJ +mQX +pEf +pEf +pEf +uzM +cva +cva +cva +wXt +tTZ +wXt +cva +cva +cva +uzM +pEf +pEf +pEf pEf gXs aaa -qdN -aKM +gXs +aKN aaa aaa aaa @@ -101913,36 +102902,36 @@ lcI bPX aeD aeD +ngo +cYb +cYb +wat aeF aeF -aeF -aeF -aeF -aeF -aeF -bDX -pEf -pEf -pEf -bVI -bVI -pcb -aKT -aKV -uum -aMi -jsQ -jsQ -bVI -bVI -pEf -pEf +eHp +qPS +aaa +aaa pEf +cva +cva +cva +nMc +ipk +qQc +kVw +srk +cva +cva +cva pEf +aaa +aaa +aaa gXs -qdN -qdN -aKM +gXs +gXs +aKN aaa aaa aaa @@ -102179,27 +103168,27 @@ aaa aaa aaa aaa -aaa pEf -bVI -bVI -jsQ -tco -aKZ -cOX -aKZ -pUR -jsQ -bVI -bVI +pEf +cva +cva +iAn +vQR +fXA +emu +gpU +iaN +iAn +cva +cva +pEf pEf aaa -bWC -bWC +aaa gXs aaa aaa -aKM +aKN aaa aaa aaa @@ -102436,27 +103425,27 @@ aaa aaa aaa aaa -aaa pEf -bVI -bVI -oHC -uNH -aLk -vYE -aLk -nqo -iuF -bVI -bVI +cva +cva +cva +eDz +nqM +cva +cva +cva +gNw +gQf +cva +cva +cva pEf aaa +gXs +gXs aaa -qdN -qdN -aaa -aKM -aKM +aKN +aKN aaa aaa aaa @@ -102693,24 +103682,24 @@ aaa aaa aaa aaa -gXs -pEf -bVI -bVI -ePJ -erz -tNb -jsQ -aMk -erz -seN -bVI -bVI -pEf -gXs +nMh +cva +cva +cva +hvQ +nqM +cva +gpp +cva +kwU +qiQ +cva +cva +cva +xOy aaa -aKM -aKM +aKN +aKN aaa aaa aaa @@ -102950,23 +103939,23 @@ aaa aaa aaa aaa -gXs pEf -bVI -bVI -uzN -wau -aKZ -lar -aKZ -mBB -oNR -bVI -bVI +cva +cva +xel +dnA +nqM +klG +oBq +fcl +kwU +waQ +jBQ +cva +cva pEf gXs -qdN -aKM +aKN aaa aaa aaa @@ -103207,21 +104196,21 @@ aaa aaa aaa aaa -gXs pEf -bVI -bVI -ePJ -erz -aLo -jsQ -aMp -erz -seN -bVI -bVI +cva +cva +cva +hWT +nqM +cva +vqZ +cva +kwU +azM +cva +cva +cva pEf -gXs aaa aaa aaa @@ -103461,27 +104450,27 @@ aaa aaa aaa aaa -aKM -qdN -aaa +aKN +gXs gXs pEf -bVI -bVI -lhK -cbI -ewn -xiz -ewn -hUX -nsj -bVI -bVI +pEf +cva +cva +deR +qYS +jAa +mwg +toI +hXP +deR +cva +cva +pEf pEf gXs -qdN aaa -aKM +aKN aaa aaa aaa @@ -103718,27 +104707,27 @@ aaa aaa aaa aaa -aKM -qdN -qdN +aKN +gXs +gXs aaa pEf -bVI -bVI -bVI -bdg -sgr -tUr -sgr -kIh -bVI -bVI -bVI +cva +cva +cva +pnL +aet +iKt +taj +hhl +cva +cva +cva pEf -aaa -qdN -qdN -aKM +gXs +gXs +gXs +aKN aaa aaa aaa @@ -103975,27 +104964,27 @@ aaa aaa aaa aaa -aKM -aaa -qdN +aKN aaa +gXs +gXs pEf pEf -bVI -bVI -kAw -kuh -fXn -wsM -nZJ -bVI -bVI +cva +cva +cva +deR +dlO +keh +cva +cva +cva pEf pEf aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -104232,27 +105221,27 @@ aaa aaa aaa aaa -aKM -qdN -qdN +aKN +gXs +gXs aaa -qdN -pEf -bVI -bVI -bVI -vlj -bbm -qtJ -bVI -bVI -bVI -pEf +gXs +mle +cva +cva +cva +cva +fqB +mYv +cva +cva +cva +cKv aaa aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -104489,27 +105478,27 @@ aaa aaa aaa aaa -aKM +aKN aaa -qdN -qdN -qdN +gXs +gXs +gXs pEf pEf -bVI -bVI -bVI -bVI -bVI -bVI -bVI +cva +cva +cva +cva +cva +cva +cva pEf pEf aaa aaa aaa aaa -aKM +aKN aaa aaa aaa @@ -104750,15 +105739,15 @@ aaa aaa aaa aaa -qdN +gXs gXs pEf pEf -bVI -bVI -bVI -bVI -bVI +pEf +cva +cva +cva +pEf pEf pEf gXs @@ -105005,23 +105994,23 @@ aaa aaa aaa aaa -aKM -aKM -aKM +aKN +aKN +aKN +gXs +gXs gXs -aaa -pEf -pEf -pEf pEf pEf +pLf pEf pEf aaa +aaa gXs -aKM -aKM -aKM +aKN +aKN +aKN aaa aaa aaa @@ -105268,11 +106257,11 @@ aaa aaa aaa aKN -aKM aKN -bWC aKN -aKM +aaa +aKN +aKN aKN aaa aaa @@ -105527,7 +106516,7 @@ aaa aaa aaa aKN -aKM +aKN aKN aaa aaa @@ -105538,7 +106527,7 @@ aaa aaa aaa aaa -aaa +jyd aaa aaa aaa From 33440fe9fcbc5232e1c2a39210b478de2a08a5fb Mon Sep 17 00:00:00 2001 From: partykp Date: Sun, 24 May 2020 13:33:03 +0200 Subject: [PATCH 20/26] moved comms apc, changed upload a bit --- _maps/map_files/YogStation/YogStation.dmm | 1516 ++++++++++----------- 1 file changed, 757 insertions(+), 759 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index e1180628c618..3564f83af26e 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -17233,15 +17233,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"aKc" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "aKd" = ( /obj/machinery/door/window/southleft{ base_state = "right"; @@ -43066,18 +43057,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"bUD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "bVa" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/tile/green{ @@ -46205,6 +46184,21 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"csz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "csZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -46258,10 +46252,6 @@ "cva" = ( /turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/ai) -"cwq" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cws" = ( /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, @@ -46323,6 +46313,24 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"cxy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "cxE" = ( /obj/docking_port/stationary{ dir = 8; @@ -46806,28 +46814,6 @@ }, /turf/open/space/basic, /area/space) -"cCO" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -47278,6 +47264,17 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cPO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm/tcomms{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cQn" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, @@ -47292,17 +47289,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"cRS" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Starboard"; - dir = 8; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -47313,20 +47299,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"cSn" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/obj/machinery/vending/assist, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "cSL" = ( /obj/machinery/button/door{ id = "atmos"; @@ -47724,11 +47696,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"cYb" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/space/basic, -/area/space/nearstation) +"cYH" = ( +/obj/machinery/telecomms/broadcaster/preset_left{ + name = "subspace broadcaster A" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -47842,31 +47815,6 @@ }, /turf/open/floor/plasteel, /area/bridge) -"djq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/storage/tech) -"dkh" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "dlO" = ( /obj/machinery/power/terminal{ dir = 4 @@ -47989,6 +47937,27 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"dqN" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "dso" = ( /obj/structure/disposalpipe/segment, /obj/effect/turf_decal/tile/yellow{ @@ -48008,17 +47977,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"dtY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "dus" = ( /obj/structure/table/wood, /obj/item/flashlight/lantern, @@ -48271,15 +48229,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"dUV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48371,15 +48320,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"els" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/reset, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48919,6 +48859,25 @@ "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) +"fiP" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "fjM" = ( /obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ target_temperature = 80 @@ -49025,12 +48984,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"fri" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49096,16 +49049,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fyV" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "fzU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49462,22 +49405,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gcr" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -49591,15 +49518,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) -"gpj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "gpp" = ( /obj/effect/landmark/start/ai, /obj/item/radio/intercom{ @@ -49729,15 +49647,6 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) -"gtR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, @@ -49788,6 +49697,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"gyr" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/assembly/flash/handheld, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "gyy" = ( /obj/structure/table, /obj/item/plant_analyzer, @@ -49978,6 +49900,14 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) +"gOd" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/item/aicard, +/obj/structure/table/reinforced, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "gQf" = ( /obj/machinery/status_display/ai{ pixel_y = -32 @@ -50103,6 +50033,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port) +"hdC" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 8; + network = list("aiupload") + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50160,19 +50103,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"hgt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) "hhl" = ( /obj/machinery/status_display/ai{ pixel_x = 32 @@ -50188,20 +50118,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"hht" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/storage/tech) "hjy" = ( /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/plasteel/dark, @@ -50215,6 +50131,20 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"hla" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/storage/tech) "hlB" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -50423,23 +50353,6 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"hGN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/airalarm/tcomms{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"hGO" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/storage/tech) "hHb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -50764,6 +50677,16 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"iaU" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50809,6 +50732,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"ikN" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "ilH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -50987,24 +50922,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"iCh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "iCD" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 1 @@ -51099,19 +51016,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"iGZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "iHI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51140,6 +51044,27 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/tcommsat/server) +"iMk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"iMl" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iMN" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/darkblue{ @@ -51210,19 +51135,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"iQQ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51317,6 +51229,17 @@ /obj/item/folder/documents, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"iVZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "iWn" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable/yellow, @@ -51329,6 +51252,25 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) +"iYd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iYx" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -51367,6 +51309,25 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"jaU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "jbI" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -51385,21 +51346,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"jfx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51524,6 +51470,14 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jrl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "jsj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -51596,12 +51550,6 @@ /obj/effect/landmark/carpspawn, /turf/open/space/basic, /area/space) -"jyY" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -51622,6 +51570,15 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"jAW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating, +/area/storage/tech) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51904,20 +51861,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"jOb" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer3{ - dir = 1; - name = "Waste Out" - }, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) "jOt" = ( /obj/machinery/power/apc{ areastring = "/area/engine/gravity_generator"; @@ -52013,6 +51956,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"jTH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/storage/tech) "jTR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -52356,6 +52312,16 @@ /obj/machinery/space_heater, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"kwh" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kwU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -52426,15 +52392,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"kCt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "kEh" = ( /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, @@ -52770,13 +52727,6 @@ /obj/structure/chair/office/dark, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"ljJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/storage/tech) "lkg" = ( /obj/structure/extinguisher_cabinet{ pixel_x = 5; @@ -52794,6 +52744,15 @@ }, /turf/open/space/basic, /area/space) +"lmm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "lop" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -52849,26 +52808,16 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/construction) -"lqt" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +"lpV" = ( +/obj/machinery/telecomms/receiver/preset_right{ + name = "subspace receiver B" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, /area/escapepodbay) -"ltj" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "ltm" = ( /obj/structure/transit_tube/curved{ dir = 4 @@ -52945,15 +52894,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"lzA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "lAB" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -52966,18 +52906,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lGu" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53010,6 +52938,24 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"lIZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 4; + name = "Telecomms Server APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lKf" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, @@ -53021,27 +52967,6 @@ }, /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"lKX" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "lLw" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 4 @@ -53095,19 +53020,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"lQD" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "lQG" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -53158,10 +53070,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"lXW" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53212,6 +53120,19 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"mcF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "mdx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -53377,6 +53298,17 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"mtd" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) "mvA" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -53556,10 +53488,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"mHV" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "mIR" = ( /obj/machinery/telecomms/bus/preset_one, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -53573,18 +53501,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"mJs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "mJV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53619,17 +53535,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"mKD" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) "mLv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53645,12 +53550,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"mLA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "mMn" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -54035,12 +53934,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"ngo" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) "ngM" = ( /obj/structure/transit_tube/curved/flipped{ dir = 4 @@ -54159,6 +54052,24 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"nls" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "nlu" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54377,22 +54288,6 @@ }, /turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) -"nDy" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "nEG" = ( /obj/machinery/light{ dir = 1 @@ -54568,6 +54463,15 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"nSi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "nTg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -54581,25 +54485,6 @@ /obj/machinery/vending/wardrobe/sig_wardrobe, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"nTY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "nUz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -54988,13 +54873,15 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"oJg" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +"oKj" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -55021,14 +54908,6 @@ }, /turf/open/floor/plating, /area/security/processing) -"oMS" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55079,6 +54958,9 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"pby" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "pbM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, @@ -55219,6 +55101,18 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"poD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating, +/area/storage/tech) "ppd" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -55231,27 +55125,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/security/main) -"ppv" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -27 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "prH" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -55385,6 +55258,19 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) +"pBg" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) +"pBu" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating, +/area/storage/tech) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55529,6 +55415,19 @@ }, /turf/open/floor/plasteel, /area/hydroponics) +"pMf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/storage/tech) "pMt" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -55721,6 +55620,22 @@ /obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"pXP" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pXS" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice, @@ -56106,22 +56021,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/wood, /area/lawoffice) -"qCj" = ( -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 1; - name = "Telecomms Server APC"; - pixel_y = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qCq" = ( /obj/machinery/light{ dir = 1 @@ -56284,6 +56183,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"qPl" = ( +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "qPC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -56381,10 +56286,6 @@ }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"rdf" = ( -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plasteel, -/area/storage/tech) "rdw" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -56531,6 +56432,22 @@ dir = 8 }, /area/hallway/secondary/exit) +"rlX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plating, +/area/storage/tech) "rmd" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56542,6 +56459,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) +"rmC" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) "rmO" = ( /obj/machinery/portable_atmospherics/canister/bz, /obj/machinery/light/small{ @@ -56584,6 +56507,27 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"rru" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rrF" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ layer = 2.35; @@ -56682,14 +56626,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"rCB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "rDa" = ( /obj/structure/sign/departments/minsky/engineering/telecommmunications{ pixel_y = 32 @@ -56839,22 +56775,6 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rJs" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rLr" = ( /obj/structure/cable{ icon_state = "4-8" @@ -56916,12 +56836,6 @@ /obj/item/aiModule/reset, /turf/open/floor/plasteel/white, /area/storage/tech) -"rVf" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "rVk" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56960,16 +56874,15 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) +"rYe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) "rYE" = ( /turf/closed/wall/r_wall, /area/ai_monitored/storage/satellite) -"rYZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -57089,6 +57002,15 @@ dir = 8 }, /area/chapel/main) +"sgg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -57259,15 +57181,21 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"sBk" = ( -/obj/structure/cable{ - icon_state = "4-8" +"sBQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/turf/open/floor/plasteel, +/turf/open/floor/plating, /area/storage/tech) +"sCK" = ( +/obj/machinery/telecomms/receiver/preset_left{ + name = "subspace receiver A" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57414,16 +57342,6 @@ /obj/structure/cable, /turf/open/floor/plating, /area/storage/tech) -"sKO" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "sKP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57571,6 +57489,14 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) +"sVR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) "sVZ" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -57625,6 +57551,18 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"sYF" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "sZC" = ( /obj/structure/sign/warning{ name = "SECURE AREA"; @@ -57948,6 +57886,16 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"tsD" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "tsI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -58008,22 +57956,6 @@ /obj/structure/table/glass, /turf/open/floor/plasteel/chapel, /area/escapepodbay) -"tuF" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "twd" = ( /obj/machinery/light{ dir = 1 @@ -58168,15 +58100,6 @@ /obj/machinery/announcement_system, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"tIC" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -58377,6 +58300,10 @@ }, /turf/open/floor/plasteel/white, /area/storage/tech) +"tVM" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plating, +/area/storage/tech) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58510,6 +58437,28 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"ulN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plating, +/area/storage/tech) "umU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -58522,6 +58471,18 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"unw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "unC" = ( /obj/machinery/light/small{ dir = 8 @@ -58620,24 +58581,6 @@ }, /turf/open/floor/engine/airless, /area/space) -"uxz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "uya" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -58662,18 +58605,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/ai_monitored/turret_protected/ai) -"uzW" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "uBZ" = ( /obj/structure/window/reinforced{ dir = 1; @@ -59075,6 +59006,28 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"vnD" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"vnE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "voB" = ( /obj/machinery/vending/cigarette, /turf/open/floor/plasteel, @@ -59152,12 +59105,6 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vvk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "vvq" = ( /obj/structure/rack, /obj/item/storage/toolbox/electrical{ @@ -59329,6 +59276,12 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"vJE" = ( +/obj/machinery/telecomms/broadcaster/preset_right{ + name = "subspace broadcaster B" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "vJZ" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/command, @@ -59420,6 +59373,24 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"vTj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "vTq" = ( /obj/machinery/power/terminal{ dir = 1 @@ -59468,6 +59439,12 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"vWp" = ( +/obj/structure/table/reinforced, +/obj/item/aiModule/core/full/custom, +/obj/item/aiModule/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "vYl" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/techstorage/service, @@ -59508,14 +59485,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"wat" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/space/basic, -/area/space/nearstation) "waQ" = ( /obj/machinery/flasher{ id = "AI"; @@ -59598,6 +59567,22 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) +"wjZ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") + }, +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "wkE" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -59812,13 +59797,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"wAJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "wBr" = ( /obj/machinery/firealarm{ dir = 4; @@ -59919,17 +59897,6 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wLr" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Port"; - dir = 4; - network = list("aiupload") - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "wME" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59982,6 +59949,19 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"wQE" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "wRK" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -60126,6 +60106,20 @@ /obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"wZp" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "wZT" = ( /obj/effect/turf_decal/tile/yellow, /obj/machinery/firealarm{ @@ -60243,10 +60237,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xkD" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "xne" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -60464,25 +60454,6 @@ /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"xId" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xIx" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -60544,6 +60515,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"xOr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating, +/area/storage/tech) "xOy" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -60601,6 +60578,13 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) +"xTd" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xTD" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -60828,6 +60812,13 @@ }, /turf/open/space/basic, /area/space/nearstation) +"ykY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/storage/tech) "ylH" = ( /obj/machinery/sparker{ id = "testigniter"; @@ -60835,6 +60826,13 @@ }, /turf/open/floor/engine, /area/science/misc_lab) +"ylY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) (1,1,1) = {" aaa @@ -88473,11 +88471,11 @@ aJq rLr fGd aaa -aaa bfv -gcr -wLr -els +bfv +fiP +gyr +vWp bfv bfv aaa @@ -88731,11 +88729,11 @@ qbC mlj ddd ddd -bfv -ltj +qPl +aDq euA aDq -uzW +oKj bfv gXs tMw @@ -88988,8 +88986,8 @@ reb mlj cxQ ddd -jyY -vvk +ikN +pby rXY cGU nen @@ -89007,7 +89005,7 @@ bCs hIb yiF olI -mJs +poD cFz gjn mmx @@ -89245,11 +89243,11 @@ qjb eIx buP xvm -rCB -dtY +iVZ +jrl xSV oHX -lQD +wjZ bfv aaa tMw @@ -89262,11 +89260,11 @@ bNI bHE bCs tVy -rVf -gpj -hgt -ljJ -rdf +rmC +sBQ +jTH +ykY +pBu mDI bCs cay @@ -89503,7 +89501,7 @@ mlj pmI ddd aDq -aDq +pby prR ocZ vlg @@ -89520,9 +89518,9 @@ bHE bCs htm rUN -fri -sBk -mLA +rYe +iMk +xOr pfF sDO bCs @@ -89759,11 +89757,11 @@ fyu mlj ddd ddd -mKD -fyV +nls +aDq mnT aDq -dkh +qPl bfv gXs tMw @@ -89775,12 +89773,12 @@ jEc bNI bHE bCs -lKX -cCO -hht -nDy -dUV -lzA +dqN +ulN +hla +rlX +sgg +nSi vvq bCs cay @@ -90015,11 +90013,11 @@ bne icK fGd aaa -aaa +bfv bfv jQm -cRS -oMS +hdC +gOd bfv bfv aaa @@ -90033,11 +90031,11 @@ bNI bHE bCs hmu -iCh +cxy cbg -djq +pMf lfW -kCt +jAW kAZ bCs cay @@ -90290,12 +90288,12 @@ bNI bHE bCs gyy -nTY -gtR -bUD -gtR -iGZ -cSn +jaU +lmm +unw +lmm +mcF +wZp bCs cay ccw @@ -90507,9 +90505,9 @@ aWO aPR bVI nmQ -sKO -rYZ -wAJ +xTd +kwh +cPO uZr egs xdc @@ -90546,12 +90544,12 @@ cCb bNI bHE bCs -aKc -uxz +pBg +vTj dKm pvS cLv -kCt +jAW vYl bCs cay @@ -90769,7 +90767,7 @@ dBR iYx mIR ueo -mHV +sCK ggi iEW dlY @@ -90803,8 +90801,8 @@ bSz bNI bHE bCs -hGO -jfx +tVM +csz bCs bCs bCs @@ -91019,7 +91017,7 @@ aTW aYv aWQ aPR -lXW +cYH nfK qAy luz @@ -91033,7 +91031,7 @@ uUg qpL hTY bVJ -tIC +sYF vYI tGB nTn @@ -91293,7 +91291,7 @@ bVJ rDa vYI fQo -lqt +vYI aJw jPI aXM @@ -91790,8 +91788,8 @@ aTZ aZg diK aPR -qCj -xId +ylY +vnE mXl mvA uPs @@ -91804,7 +91802,7 @@ mzM eEY kiZ bVJ -tuF +wQE vYI rRQ rIn @@ -92047,13 +92045,13 @@ aTX aYA fmc aPR -xkD +lpV cWF tFb rvz -rJs +iYd txA -ppv +rru fSu fSu iCD @@ -92061,7 +92059,7 @@ bbE kmq pXw bVJ -vYI +vnD qgP nuT nhk @@ -92308,10 +92306,10 @@ vdk nok myk dfy -iQQ +pXP wgA lLw -cwq +vJE ggi eLv dTg @@ -92563,9 +92561,9 @@ khi aPR bVI rgy -lGu ogx -hGN +iMl +lIZ cRI sIB qVQ @@ -101881,7 +101879,7 @@ cmd aaa aaa mos -jOb +mtd sOq jCO vAQ @@ -102138,7 +102136,7 @@ rkQ aaa aaa aaa -oJg +tsD rYE jVN xpi @@ -102395,7 +102393,7 @@ aaa aaa aaa aaa -oJg +iaU rYE rYE rYE @@ -102902,10 +102900,10 @@ lcI bPX aeD aeD -ngo -cYb -cYb -wat +sVR +sVR +sVR +sVR aeF aeF eHp From ee75710dca2a3c3c5caa055288f0efc9c58776ef Mon Sep 17 00:00:00 2001 From: partykp Date: Tue, 26 May 2020 04:34:38 +0200 Subject: [PATCH 21/26] sat changes --- _maps/map_files/YogStation/YogStation.dmm | 1470 ++++++++++----------- 1 file changed, 718 insertions(+), 752 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 3564f83af26e..11c3ce09ee11 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -42532,6 +42532,10 @@ "bQZ" = ( /turf/closed/wall/r_wall, /area/science/misc_lab) +"bRa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "bRg" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ @@ -44678,6 +44682,15 @@ }, /turf/open/floor/plasteel, /area/science/xenobiology) +"cgp" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "cgv" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -46877,6 +46890,12 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) +"cGW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "cHf" = ( /obj/structure/grille, /turf/open/space/basic, @@ -47851,14 +47870,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/disposal) -"dnA" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = 22 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "dnQ" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48229,6 +48240,16 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"dVi" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48331,24 +48352,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"emu" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 22; - pixel_y = -10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "emz" = ( /obj/machinery/atmospherics/components/unary/tank/air{ piping_layer = 1 @@ -48410,6 +48413,16 @@ "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) +"exq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ext" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 1 @@ -48455,12 +48468,6 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"eDz" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -48522,12 +48529,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"eHp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/lattice/catwalk, -/obj/structure/cable, -/turf/open/space/basic, -/area/space/nearstation) "eIx" = ( /obj/machinery/door/airlock/highsecurity{ name = "AI Upload Access"; @@ -48717,6 +48718,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"eWk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eWH" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -48790,24 +48795,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) -"fcl" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 31; - pixel_y = -1 +"fcT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") +/obj/structure/cable/white{ + icon_state = "4-8" }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) @@ -48977,13 +48970,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) -"fqB" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49158,6 +49144,14 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"fLj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) "fLn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -49334,17 +49328,6 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) -"fXA" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49518,32 +49501,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) -"gpp" = ( -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -26; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = -5; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -6; - pixel_y = 21 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "gpD" = ( /obj/effect/turf_decal/tile/darkblue{ dir = 1 @@ -49557,13 +49514,6 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"gpU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gqg" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49586,6 +49536,12 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) +"gqF" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -49749,6 +49705,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"gBF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gCp" = ( /obj/effect/landmark/stationroom/box/medbay/morgue, /turf/open/floor/plasteel/dark, @@ -49808,6 +49770,16 @@ }, /turf/open/floor/plasteel, /area/construction) +"gGq" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, @@ -49882,24 +49854,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gNw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "gOd" = ( /obj/machinery/status_display/ai{ pixel_y = -32 @@ -49908,10 +49862,16 @@ /obj/structure/table/reinforced, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"gQf" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 +"gPZ" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore","ss13") + }, +/obj/machinery/airalarm{ + pixel_y = 24 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) "gQJ" = ( @@ -50103,21 +50063,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"hhl" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 8; - network = list("aicore","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "hjy" = ( /obj/structure/filingcabinet/chestdrawer, /turf/open/floor/plasteel/dark, @@ -50526,6 +50471,31 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"hSi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"hSl" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hTi" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/camera/motion{ @@ -50607,15 +50577,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) -"hXP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "hXW" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -50668,25 +50629,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"iaN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"iaU" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/space/basic, -/area/space/nearstation) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50763,19 +50705,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"inp" = ( -/obj/machinery/power/terminal, -/obj/machinery/door/window{ - dir = 8; - name = "Gravity Generator SMES"; - req_access_txt = "11" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ipk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ipF" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -50904,10 +50833,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"iAn" = ( -/obj/machinery/porta_turret/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "iBq" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -51034,12 +50959,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"iKt" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "iLi" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, @@ -51157,6 +51076,12 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"iSk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51557,12 +51482,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"jAa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "jAr" = ( /obj/machinery/light, /obj/effect/turf_decal/tile/darkblue{ @@ -52179,6 +52098,24 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel, /area/bridge) +"khM" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "kiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52211,27 +52148,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"klG" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -28; - pixel_y = 5 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 26; - pixel_y = 3 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -52331,6 +52247,28 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) +"kxn" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -32 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 32; + pixel_y = 3 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52625,6 +52563,17 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"kXj" = ( +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -52931,6 +52880,21 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"lHt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "lIE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -53248,6 +53212,54 @@ /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"mmS" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = 24; + pixel_y = 22; + req_access_txt = "16" + }, +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = 40; + pixel_y = 22; + req_access_txt = "16" + }, +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -26; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 32; + pixel_y = -42 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 32; + pixel_y = -28 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = 21 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "mmV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53282,6 +53294,12 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/ai_monitored/storage/satellite) +"mrz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53322,13 +53340,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"mwg" = ( -/obj/machinery/holopad, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53488,6 +53499,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"mIq" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mIR" = ( /obj/machinery/telecomms/bus/preset_one, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -53640,13 +53658,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"mQX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/space/nearstation) "mRa" = ( /obj/structure/rack, /obj/item/tank/internals/emergency_oxygen, @@ -54052,24 +54063,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"nls" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "nlu" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54113,6 +54106,13 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"nof" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "nok" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 4 @@ -54139,15 +54139,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"nqM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54358,14 +54349,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"nMc" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore","ss13") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "nMh" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -54715,6 +54698,15 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) +"ozU" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "oAm" = ( /obj/effect/turf_decal/stripes/end{ dir = 8 @@ -54741,39 +54733,6 @@ }, /turf/open/floor/plasteel/white, /area/maintenance/department/tcoms) -"oAu" = ( -/obj/machinery/camera{ - c_tag = "MiniSat - Monitoring room"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"oBq" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = -35 - }, -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core shutters control"; - pixel_x = -22; - pixel_y = 23; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters control"; - pixel_x = -23; - pixel_y = -23; - req_access_txt = "16" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -54873,15 +54832,6 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"oKj" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -55088,19 +55038,6 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"pnL" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/porta_turret/ai, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "poD" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55700,6 +55637,9 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"qhA" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "qiQ" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Aft"; @@ -55781,6 +55721,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"qqy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "qqA" = ( /obj/structure/table/glass, /obj/item/radio/intercom{ @@ -56047,6 +55995,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"qCD" = ( +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56183,12 +56137,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qPl" = ( -/obj/machinery/porta_turret/ai{ - scan_range = 4 +"qOT" = ( +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/area/ai_monitored/turret_protected/ai) "qPC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -56216,20 +56173,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"qPS" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/space/basic, -/area/space/nearstation) -"qQc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "qQV" = ( /turf/template_noop, /area/template_noop) @@ -56271,15 +56214,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"qYS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 @@ -56399,6 +56333,16 @@ /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"rlp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "rlq" = ( /obj/machinery/camera{ c_tag = "Genetics Cloning"; @@ -56933,6 +56877,10 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) +"sbY" = ( +/obj/machinery/power/terminal, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -57091,12 +57039,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"srk" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57433,6 +57375,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sPb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57603,6 +57554,17 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"tbT" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) @@ -57737,6 +57699,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"tkj" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57776,15 +57745,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"toI" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "tpq" = ( /obj/item/coin/silver{ pixel_x = 7; @@ -58254,17 +58214,9 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"tTZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, +"tTV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) "tUE" = ( /obj/machinery/light/small{ @@ -58601,10 +58553,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/construction) -"uzM" = ( -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/turret_protected/ai) "uBZ" = ( /obj/structure/window/reinforced{ dir = 1; @@ -58616,6 +58564,17 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"uCT" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58707,6 +58666,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uNl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 22; + pixel_y = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "uOT" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59047,14 +59015,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"vqZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -59332,15 +59292,6 @@ }, /turf/open/space, /area/space) -"vQR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "vRI" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -59485,14 +59436,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"waQ" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -25; - pixel_y = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "wec" = ( /obj/machinery/light/small{ dir = 8 @@ -59555,6 +59498,12 @@ }, /turf/open/floor/plasteel/white, /area/maintenance/department/tcoms) +"wiP" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wjn" = ( /obj/structure/cable, /obj/structure/cable{ @@ -59658,6 +59607,17 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"wsQ" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore","ss13") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wtY" = ( /obj/machinery/telecomms/bus/preset_three, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -59740,6 +59700,12 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wxU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -60302,6 +60268,9 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"xrT" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60437,12 +60406,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"xGo" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "xHa" = ( /obj/structure/cable{ icon_state = "1-8" @@ -60683,6 +60646,9 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) +"ybp" = ( +/turf/closed/wall, +/area/ai_monitored/storage/satellite) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -86196,7 +86162,7 @@ cnR tfc cjJ btG -inp +sbY mcn btG btG @@ -88729,11 +88695,11 @@ qbC mlj ddd ddd -qPl +qCD aDq euA aDq -oKj +ozU bfv gXs tMw @@ -89757,11 +89723,11 @@ fyu mlj ddd ddd -nls +khM aDq mnT aDq -qPl +qCD bfv gXs tMw @@ -100601,11 +100567,11 @@ rYE emz eWV oER -cWX +xrT gUF tgx dcL -cWX +xrT iuU lSI xXP @@ -100858,7 +100824,7 @@ rYE emz vzd mRa -cWX +xrT pJO jPf nME @@ -101115,11 +101081,11 @@ rYE xbm vkj tTU -cWX -cWX +xrT +xrT rtL -cWX -cWX +xrT +xrT lgl eNh fmp @@ -101371,15 +101337,15 @@ rYE rYE nfM rnF -rYE -cWX +ybp +xrT tFi nmK itT -cWX -cWX -cWX -cWX +xrT +xrT +xrT +xrT cWX cWX cWX @@ -101628,13 +101594,13 @@ tFr fNu fLn wYZ -rYE +ybp nEG iuU klZ ugA jAr -cWX +xrT lhd qoP vAJ @@ -102142,15 +102108,15 @@ jVN xpi yep wSY -rYE -xGo +ybp +cgp mkm nfi xvz -xGo -cWX +cgp +xrT saf -oAu +kXj iwd lKO cWX @@ -102393,7 +102359,7 @@ aaa aaa aaa aaa -iaU +tsD rYE rYE rYE @@ -102650,21 +102616,21 @@ aaa aaa aaa aaa -mQX +hSi +pEf pEf pEf pEf -uzM cva cva cva wXt -tTZ +sPb wXt cva cva cva -uzM +pEf pEf pEf pEf @@ -102906,19 +102872,19 @@ sVR sVR aeF aeF -eHp -qPS +fLj +gGq aaa aaa pEf cva cva cva -nMc -ipk -qQc +gPZ +bRa +rlp +eWk kVw -srk cva cva cva @@ -103170,13 +103136,13 @@ pEf pEf cva cva -iAn -vQR -fXA -emu -gpU -iaN -iAn +tkj +wxU +tTV +exq +uNl +gBF +nof cva cva pEf @@ -103423,24 +103389,21 @@ aaa aaa aaa aaa -pEf -cva +nMh cva cva -eDz -nqM cva +hvQ +cGW cva +qqy cva -gNw -gQf +lHt +qiQ cva cva cva -pEf -aaa -gXs -gXs +xOy aaa aKN aKN @@ -103495,6 +103458,9 @@ aaa aaa aaa aaa +aaa +aaa +aaa "} (167,1,1) = {" aaa @@ -103680,23 +103646,22 @@ aaa aaa aaa aaa -nMh -cva -cva -cva -hvQ -nqM -cva -gpp +pEf cva -kwU -qiQ cva +xel +uCT +mrz +kxn +mmS +hSl +fcT +tbT +jBQ cva cva -xOy -aaa -aKN +pEf +gXs aKN aaa aaa @@ -103752,6 +103717,7 @@ aaa aaa aaa aaa +aaa "} (168,1,1) = {" aaa @@ -103940,20 +103906,20 @@ aaa pEf cva cva -xel -dnA -nqM -klG -oBq -fcl +cva +hWT +cGW +cva +qqy +cva kwU -waQ -jBQ +azM +cva cva cva pEf -gXs -aKN +aaa +aaa aaa aaa aaa @@ -104191,27 +104157,27 @@ aaa aaa aaa aaa -aaa -aaa -aaa +aKN +gXs +gXs +pEf pEf cva cva -cva -hWT -nqM -cva -vqZ -cva -kwU -azM -cva +mIq +mrz +qhA +aet +gqF +qOT +mIq cva cva pEf -aaa -aaa -aaa +pEf +gXs +gXs +aKN aaa aaa aaa @@ -104449,24 +104415,24 @@ aaa aaa aaa aKN +aaa gXs gXs pEf -pEf cva cva -deR -qYS -jAa -mwg -toI -hXP -deR +cva +iSk +aet +wiP +taj +wsQ +cva cva cva pEf -pEf -gXs +aaa +aaa aaa aKN aaa @@ -104710,21 +104676,21 @@ gXs gXs aaa pEf +mle cva cva cva -pnL -aet -iKt -taj -hhl +deR +dlO +keh cva cva cva +cKv pEf -gXs -gXs -gXs +aaa +aaa +aaa aKN aaa aaa @@ -104966,15 +104932,14 @@ aKN aaa gXs gXs +gXs pEf pEf cva cva cva -deR -dlO -keh -cva +dVi +mYv cva cva pEf @@ -104982,6 +104947,7 @@ pEf aaa aaa aaa +aaa aKN aaa aaa @@ -105097,203 +105063,203 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaS -aaf -wfJ -adW -wCF -aaa -wfJ -adW -wCF -aaa -wfJ -adW -wCF -aaf -aaf -aaa -aaa -aaa -aaf -aaa -aaa -aaa -apC -anf -alP -alP -apE -cXC -apC -aoP -awN -apE -anf -anf -alP -aGW -aGW -aFu -aFu -aPb -aIt -aRN -aIt -aPd -hoc -hMJ -pKE -uXY -dfD -lLP -aYV -aYV -aYV -aYV -aXq -bfU -bhu -bfN -biJ -bhM -biD -aMT -bfT -boE -bsQ -bsQ -box -ffi -bnD -byf -bzu -bAz -bzu -bDb -bEm -bEm -bEm -bIx -bJJ -bKY -bMi -buu -bIP -bPA -bJN -bRU -bEm -bEm -bJN -bRU -bXe -bEm -bJN -bRU -bEm -bEm -bDb -cgi -chq -bPn -qQV -qQV -qQV -qQV -qQV -qQV -qQV -qQV -qQV -qQV -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aKN -gXs -gXs -aaa -gXs -mle -cva -cva -cva -cva -fqB -mYv -cva -cva -cva -cKv -aaa -aaa -aaa -aaa -aKN -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aaa +aaa +aaa +aaa +aaS +aaf +wfJ +adW +wCF +aaa +wfJ +adW +wCF +aaa +wfJ +adW +wCF +aaf +aaf +aaa +aaa +aaa +aaf +aaa +aaa +aaa +apC +anf +alP +alP +apE +cXC +apC +aoP +awN +apE +anf +anf +alP +aGW +aGW +aFu +aFu +aPb +aIt +aRN +aIt +aPd +hoc +hMJ +pKE +uXY +dfD +lLP +aYV +aYV +aYV +aYV +aXq +bfU +bhu +bfN +biJ +bhM +biD +aMT +bfT +boE +bsQ +bsQ +box +ffi +bnD +byf +bzu +bAz +bzu +bDb +bEm +bEm +bEm +bIx +bJJ +bKY +bMi +buu +bIP +bPA +bJN +bRU +bEm +bEm +bJN +bRU +bXe +bEm +bJN +bRU +bEm +bEm +bDb +cgi +chq +bPn +qQV +qQV +qQV +qQV +qQV +qQV +qQV +qQV +qQV +qQV +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gXs +gXs +pEf +pEf +cva +cva +cva +cva +cva +pEf +pEf +gXs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa "} (174,1,1) = {" aaa @@ -105476,9 +105442,11 @@ aaa aaa aaa aaa -aKN aaa -gXs +aaa +aKN +aKN +aKN gXs gXs pEf @@ -105486,18 +105454,16 @@ pEf cva cva cva -cva -cva -cva -cva pEf pEf aaa +gXs +aKN +aKN +aKN aaa aaa aaa -aKN -aaa aaa aaa aaa @@ -105737,18 +105703,18 @@ aaa aaa aaa aaa +aaa +aaa gXs gXs pEf pEf -pEf -cva -cva -cva -pEf +pLf pEf pEf -gXs +aaa +aaa +aaa aaa aaa aaa @@ -105992,20 +105958,15 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa aKN aKN aKN gXs -gXs -gXs -pEf -pEf -pLf -pEf -pEf -aaa -aaa -gXs aKN aKN aKN @@ -106065,6 +106026,11 @@ aaa aaa aaa aaa +aaa +aaa +aaa +aaa +aaa "} (177,1,1) = {" aaa @@ -106254,9 +106220,7 @@ aaa aaa aaa aaa -aKN -aKN -aKN +aaa aaa aKN aKN @@ -106322,6 +106286,8 @@ aaa aaa aaa aaa +aaa +aaa "} (178,1,1) = {" aaa @@ -106513,9 +106479,9 @@ aaa aaa aaa aaa -aKN -aKN -aKN +aaa +aaa +aaa aaa aaa aaa From f560ea5459bb8945cf0a6cf81896780a8e0d0a3e Mon Sep 17 00:00:00 2001 From: partykp Date: Tue, 26 May 2020 04:41:07 +0200 Subject: [PATCH 22/26] status displays fixed and foamer under core? --- _maps/map_files/YogStation/YogStation.dmm | 880 +++++++++++----------- 1 file changed, 435 insertions(+), 445 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 11c3ce09ee11..f2cfa518d958 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -42532,10 +42532,6 @@ "bQZ" = ( /turf/closed/wall/r_wall, /area/science/misc_lab) -"bRa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "bRg" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ @@ -43055,6 +43051,51 @@ }, /turf/open/floor/engine, /area/science/xenobiology) +"bUm" = ( +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = 24; + pixel_y = 22; + req_access_txt = "16" + }, +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = 40; + pixel_y = 22; + req_access_txt = "16" + }, +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -26; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 32; + pixel_y = -42 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 32; + pixel_y = -28 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = 21 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "bUs" = ( /obj/structure/cable{ icon_state = "4-8" @@ -43173,6 +43214,9 @@ "bVJ" = ( /turf/closed/wall/r_wall, /area/tcommsat/computer) +"bVR" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "bWl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -44682,15 +44726,6 @@ }, /turf/open/floor/plasteel, /area/science/xenobiology) -"cgp" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "cgv" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -46890,12 +46925,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) -"cGW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "cHf" = ( /obj/structure/grille, /turf/open/space/basic, @@ -47885,6 +47914,28 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) +"dof" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -32 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 32; + pixel_y = 3 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "doB" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 9 @@ -48240,16 +48291,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"dVi" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48295,6 +48336,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"egc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "egs" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 @@ -48358,6 +48405,17 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"eos" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore","ss13") + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, @@ -48413,16 +48471,6 @@ "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) -"exq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/holopad, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ext" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 1 @@ -48495,6 +48543,16 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"eFd" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "eFz" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48596,6 +48654,15 @@ /obj/machinery/atmospherics/components/unary/portables_connector, /turf/open/floor/plasteel/white, /area/maintenance/department/tcoms) +"eMg" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "eMy" = ( /obj/machinery/door/airlock/external{ name = "MiniSat External Access"; @@ -48718,10 +48785,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"eWk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "eWH" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -48795,15 +48858,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) -"fcT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "fdn" = ( /obj/item/stock_parts/subspace/crystal, /obj/item/stock_parts/subspace/crystal, @@ -49144,14 +49198,6 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"fLj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) "fLn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -49328,6 +49374,17 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) +"fWI" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49476,6 +49533,12 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"gma" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -49490,6 +49553,10 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"gox" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "goD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -49536,12 +49603,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"gqF" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -49705,12 +49766,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"gBF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gCp" = ( /obj/effect/landmark/stationroom/box/medbay/morgue, /turf/open/floor/plasteel/dark, @@ -49770,16 +49825,6 @@ }, /turf/open/floor/plasteel, /area/construction) -"gGq" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, @@ -49862,18 +49907,6 @@ /obj/structure/table/reinforced, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) -"gPZ" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore","ss13") - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -49976,6 +50009,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hcz" = ( +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50154,6 +50198,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hrZ" = ( +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "htm" = ( /obj/structure/table, /obj/item/electronics/apc, @@ -50288,6 +50341,15 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"hEx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -50471,31 +50533,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"hSi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) -"hSl" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "hTi" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/camera/motion{ @@ -50646,6 +50683,21 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ifE" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ihS" = ( /turf/closed/wall/r_wall, /area/medical/sleeper) @@ -50690,6 +50742,16 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/checkpoint/service) +"ime" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "imo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -51076,12 +51138,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"iSk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51433,6 +51489,10 @@ }, /turf/open/floor/plating, /area/security/main) +"jts" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "juv" = ( /obj/structure/window/reinforced{ dir = 4 @@ -51634,6 +51694,16 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"jFf" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jFV" = ( /obj/structure/cable{ icon_state = "0-8" @@ -52053,6 +52123,12 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"kem" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kfu" = ( /obj/structure/cable{ icon_state = "4-8" @@ -52098,24 +52174,6 @@ /obj/effect/turf_decal/tile/blue, /turf/open/floor/plasteel, /area/bridge) -"khM" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "kiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52247,25 +52305,10 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"kxn" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -32 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 32; - pixel_y = 3 +"kxP" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = 32 }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) @@ -52378,6 +52421,9 @@ /obj/item/stock_parts/subspace/analyzer, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) +"kLG" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -52563,17 +52609,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"kXj" = ( -/obj/machinery/camera{ - c_tag = "MiniSat - Monitoring room"; - dir = 8; - network = list("minisat","ss13") - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -52630,6 +52665,16 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) +"ldB" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ldM" = ( /obj/machinery/recharge_station, /obj/structure/sign/departments/minsky/command/charge{ @@ -52763,6 +52808,13 @@ }, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"lqu" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, @@ -52880,21 +52932,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"lHt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "lIE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -52984,6 +53021,12 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"lPI" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "lQG" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -53025,6 +53068,12 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"lUT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "lVx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -53212,54 +53261,6 @@ /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"mmS" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core shutters control"; - pixel_x = 24; - pixel_y = 22; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters control"; - pixel_x = 40; - pixel_y = 22; - req_access_txt = "16" - }, -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -26; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 32; - pixel_y = -42 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 32; - pixel_y = -28 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = 21 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "mmV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53294,12 +53295,6 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/ai_monitored/storage/satellite) -"mrz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53360,6 +53355,15 @@ /obj/machinery/telecomms/bus/preset_two, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"myq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 22; + pixel_y = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, @@ -53499,13 +53503,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"mIq" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "mIR" = ( /obj/machinery/telecomms/bus/preset_one, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -53733,6 +53730,14 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"mWn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mWH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -54106,13 +54111,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"nof" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "nok" = ( /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 4 @@ -54139,6 +54137,12 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"npS" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54583,6 +54587,12 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"ojP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "okC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54617,6 +54627,18 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"ooe" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore","ss13") + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ooX" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -54698,15 +54720,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"ozU" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "oAm" = ( /obj/effect/turf_decal/stripes/end{ dir = 8 @@ -54813,6 +54826,17 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) +"oIG" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "oIT" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -55390,6 +55414,10 @@ }, /turf/open/floor/engine, /area/escapepodbay) +"pMN" = ( +/obj/machinery/power/terminal, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "pNj" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55637,9 +55665,6 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"qhA" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "qiQ" = ( /obj/machinery/camera{ c_tag = "AI Chamber - Aft"; @@ -55721,14 +55746,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"qqy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "qqA" = ( /obj/structure/table/glass, /obj/item/radio/intercom{ @@ -55855,6 +55872,9 @@ /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) +"qwN" = ( +/turf/closed/wall, +/area/ai_monitored/storage/satellite) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -55995,12 +56015,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qCD" = ( -/obj/machinery/porta_turret/ai{ - scan_range = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56137,15 +56151,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qOT" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "qPC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -56333,16 +56338,6 @@ /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"rlp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "rlq" = ( /obj/machinery/camera{ c_tag = "Genetics Cloning"; @@ -56877,10 +56872,6 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) -"sbY" = ( -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -57039,6 +57030,15 @@ }, /turf/open/space/basic, /area/space/nearstation) +"sro" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57375,15 +57375,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sPb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57554,17 +57545,12 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"tbT" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -25; - pixel_y = -25 - }, -/obj/machinery/ai_slipper{ - uses = 10 +"tbM" = ( +/obj/machinery/porta_turret/ai{ + scan_range = 5 }, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/ai_upload) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) @@ -57699,13 +57685,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tkj" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -58137,6 +58116,14 @@ }, /turf/open/floor/plasteel, /area/storage/tools) +"tPt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) "tPY" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -58214,10 +58201,6 @@ }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"tTV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "tUE" = ( /obj/machinery/light/small{ dir = 4 @@ -58368,6 +58351,16 @@ /obj/item/stack/sheet/metal/fifty, /turf/open/floor/plasteel, /area/storage/tools) +"ukk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ukG" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58564,17 +58557,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"uCT" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = 22 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58632,6 +58614,24 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"uKd" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58666,15 +58666,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uNl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 22; - pixel_y = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "uOT" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59498,12 +59489,6 @@ }, /turf/open/floor/plasteel/white, /area/maintenance/department/tcoms) -"wiP" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "wjn" = ( /obj/structure/cable, /obj/structure/cable{ @@ -59607,17 +59592,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wsQ" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 8; - network = list("aicore","ss13") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "wtY" = ( /obj/machinery/telecomms/bus/preset_three, /turf/open/floor/circuit/green/telecomms/mainframe, @@ -59653,6 +59627,21 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"wvo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "wvK" = ( /obj/machinery/button/door{ id = "maint2"; @@ -59700,12 +59689,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wxU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -59955,6 +59938,10 @@ /obj/machinery/power/port_gen/pacman, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) +"wTd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wTm" = ( /obj/machinery/atmospherics/pipe/simple/orange/hidden{ dir = 8 @@ -60268,9 +60255,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xrT" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) "xsx" = ( /obj/structure/cable{ icon_state = "1-2" @@ -60382,6 +60366,15 @@ }, /turf/open/floor/engine, /area/escapepodbay) +"xCv" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -60646,9 +60639,6 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) -"ybp" = ( -/turf/closed/wall, -/area/ai_monitored/storage/satellite) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -86162,7 +86152,7 @@ cnR tfc cjJ btG -sbY +pMN mcn btG btG @@ -88695,11 +88685,11 @@ qbC mlj ddd ddd -qCD +tbM aDq euA aDq -ozU +eMg bfv gXs tMw @@ -89723,11 +89713,11 @@ fyu mlj ddd ddd -khM +uKd aDq mnT aDq -qCD +tbM bfv gXs tMw @@ -100567,11 +100557,11 @@ rYE emz eWV oER -xrT +kLG gUF tgx dcL -xrT +kLG iuU lSI xXP @@ -100824,7 +100814,7 @@ rYE emz vzd mRa -xrT +kLG pJO jPf nME @@ -101081,11 +101071,11 @@ rYE xbm vkj tTU -xrT -xrT +kLG +kLG rtL -xrT -xrT +kLG +kLG lgl eNh fmp @@ -101337,15 +101327,15 @@ rYE rYE nfM rnF -ybp -xrT +qwN +kLG tFi nmK itT -xrT -xrT -xrT -xrT +kLG +kLG +kLG +kLG cWX cWX cWX @@ -101594,13 +101584,13 @@ tFr fNu fLn wYZ -ybp +qwN nEG iuU klZ ugA jAr -xrT +kLG lhd qoP vAJ @@ -102108,15 +102098,15 @@ jVN xpi yep wSY -ybp -cgp +qwN +xCv mkm nfi xvz -cgp -xrT +xCv +kLG saf -kXj +hcz iwd lKO cWX @@ -102616,7 +102606,7 @@ aaa aaa aaa aaa -hSi +ime pEf pEf pEf @@ -102625,7 +102615,7 @@ cva cva cva wXt -sPb +hEx wXt cva cva @@ -102872,18 +102862,18 @@ sVR sVR aeF aeF -fLj -gGq +tPt +eFd aaa aaa pEf cva cva cva -gPZ -bRa -rlp -eWk +ooe +jts +jFf +wTd kVw cva cva @@ -103136,13 +103126,13 @@ pEf pEf cva cva -tkj -wxU -tTV -exq -uNl -gBF -nof +kxP +lUT +gox +ukk +myq +egc +lqu cva cva pEf @@ -103394,11 +103384,11 @@ cva cva cva hvQ -cGW +gma cva -qqy +mWn cva -lHt +wvo qiQ cva cva @@ -103650,13 +103640,13 @@ pEf cva cva xel -uCT -mrz -kxn -mmS -hSl -fcT -tbT +oIG +ojP +dof +bUm +ifE +sro +fWI jBQ cva cva @@ -103908,9 +103898,9 @@ cva cva cva hWT -cGW +gma cva -qqy +mWn cva kwU azM @@ -104164,13 +104154,13 @@ pEf pEf cva cva -mIq -mrz -qhA +kxP +ojP +bVR aet -gqF -qOT -mIq +lPI +hrZ +lqu cva cva pEf @@ -104422,11 +104412,11 @@ pEf cva cva cva -iSk +kem aet -wiP +npS taj -wsQ +eos cva cva cva @@ -104938,7 +104928,7 @@ pEf cva cva cva -dVi +ldB mYv cva cva From c86cf349db7678764c26c5eadcb191108342e348 Mon Sep 17 00:00:00 2001 From: partykp Date: Tue, 2 Jun 2020 12:40:11 +0200 Subject: [PATCH 23/26] CONFLICT FUCKING RESOLVED --- _maps/map_files/YogStation/YogStation.dmm | 11144 ++++++++++---------- 1 file changed, 5587 insertions(+), 5557 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index f2cfa518d958..597c8649000d 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -2223,6 +2223,9 @@ }, /turf/open/floor/plasteel, /area/security/main) +"aes" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "aet" = ( /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) @@ -5809,6 +5812,14 @@ }, /turf/open/floor/plasteel, /area/science/misc_lab) +"alm" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plasteel/white, +/area/storage/tech) "aln" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 @@ -9234,12 +9245,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"atf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "atg" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -13736,6 +13741,12 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/auxiliary) +"aCM" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "aCN" = ( /obj/machinery/requests_console{ department = "Science"; @@ -15874,6 +15885,9 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) +"aHj" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "aHl" = ( /obj/structure/closet/crate/coffin, /obj/machinery/door/window/eastleft{ @@ -18100,6 +18114,15 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/office) +"aMI" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "aMJ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -19106,6 +19129,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"aOZ" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/white, +/area/storage/tech) "aPa" = ( /obj/structure/chair/comfy/beige{ dir = 1 @@ -20558,6 +20588,15 @@ }, /turf/open/floor/plasteel, /area/bridge) +"aSy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "aSz" = ( /obj/item/multitool, /obj/effect/turf_decal/tile/blue{ @@ -20684,6 +20723,15 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/security/prison) +"aSW" = ( +/obj/machinery/newscaster{ + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "aSX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -24438,24 +24486,6 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/library) -"bbE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "bbF" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -28639,12 +28669,6 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) -"bkw" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plating, -/area/construction) "bkx" = ( /obj/machinery/status_display/supply{ pixel_y = 2 @@ -34091,22 +34115,6 @@ /obj/item/stamp/hop, /turf/open/floor/plasteel, /area/crew_quarters/heads/hop) -"buP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "buQ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -38228,21 +38236,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"bEH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "bEJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -40129,6 +40122,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"bKC" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "bKD" = ( /obj/effect/turf_decal/tile/yellow, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ @@ -41881,15 +41884,6 @@ /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, /area/maintenance/port/aft) -"bPs" = ( -/obj/structure/transit_tube/station{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "bPt" = ( /obj/machinery/iv_drip, /turf/open/floor/plasteel/white, @@ -42332,6 +42326,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"bQt" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "bQw" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -42976,6 +42977,9 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"bTQ" = ( +/turf/closed/wall/r_wall, +/area/construction) "bUd" = ( /obj/structure/table/reinforced, /obj/machinery/button/door{ @@ -43051,57 +43055,29 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"bUm" = ( -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core shutters control"; - pixel_x = 24; - pixel_y = 22; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters control"; - pixel_x = 40; - pixel_y = 22; - req_access_txt = "16" - }, -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -26; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 32; - pixel_y = -42 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 32; - pixel_y = -28 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = 21 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) +"bUp" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "bUs" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plating, /area/maintenance/port/aft) +"bUV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "bVa" = ( /obj/machinery/smartfridge/chemistry/virology/preloaded, /obj/effect/turf_decal/tile/green{ @@ -43214,9 +43190,6 @@ "bVJ" = ( /turf/closed/wall/r_wall, /area/tcommsat/computer) -"bVR" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "bWl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -43378,6 +43351,13 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/science/misc_lab) +"bXr" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer1{ + dir = 4; + name = "AI Satellite Supply" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "bXs" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -43838,11 +43818,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cbg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plasteel/white, -/area/storage/tech) "cbh" = ( /obj/structure/table, /obj/item/folder/white, @@ -44075,28 +44050,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/engine/engineering) -"ccq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/tech) "ccu" = ( /obj/structure/cable{ icon_state = "1-4" @@ -44310,6 +44263,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"cef" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "ceh" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, @@ -45557,6 +45519,12 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/engineering) +"clr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "cls" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ @@ -45921,13 +45889,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engine_smes) -"cnO" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "cnP" = ( /obj/machinery/power/terminal{ dir = 1 @@ -45994,10 +45955,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"coX" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "cpe" = ( /obj/docking_port/stationary/random{ dir = 8; @@ -46039,6 +45996,11 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"cqj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "cqn" = ( /obj/structure/grille, /turf/open/floor/plating, @@ -46201,12 +46163,6 @@ /obj/structure/lattice/catwalk, /turf/open/space, /area/solar/starboard/aft) -"crM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/port/aft) "crQ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -46232,21 +46188,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"csz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "csZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -46254,6 +46195,16 @@ }, /turf/open/space, /area/solar/starboard/aft) +"ctq" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "ctv" = ( /turf/closed/wall/r_wall, /area/space/nearstation) @@ -46282,15 +46233,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"cuJ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Port"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "cuO" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -46361,24 +46303,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cxy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) "cxE" = ( /obj/docking_port/stationary{ dir = 8; @@ -46390,24 +46314,6 @@ }, /turf/open/space/basic, /area/space) -"cxQ" = ( -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - network = list("ss13","RD") - }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "cxY" = ( /obj/machinery/camera{ c_tag = "Arrivals Escape Pod 1"; @@ -46416,6 +46322,13 @@ /obj/machinery/light/small, /turf/open/floor/plating, /area/hallway/secondary/entry) +"cya" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cyb" = ( /obj/machinery/door/airlock/external{ name = "Escape Pod One" @@ -46598,10 +46511,6 @@ /obj/structure/chair, /turf/open/floor/plating, /area/maintenance/port/aft) -"cBe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engineering) "cBg" = ( /obj/effect/spawner/structure/window/reinforced, /obj/effect/landmark/event_spawn, @@ -46901,13 +46810,31 @@ "cFl" = ( /turf/closed/wall, /area/maintenance/solars/port/aft) -"cFz" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"cFm" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Control Room APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"cFY" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "cFZ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -46919,16 +46846,16 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"cGU" = ( +"cGF" = ( +/obj/structure/window/reinforced, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"cHf" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) +/area/engine/engine_smes) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -47079,6 +47006,11 @@ }, /turf/open/space/basic, /area/space) +"cIi" = ( +/obj/machinery/atmospherics/components/binary/valve/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "cKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -47089,14 +47021,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"cKv" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Starboard"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "cKJ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -47133,15 +47057,14 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/quartermaster/storage) -"cLv" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plasteel/white, -/area/storage/tech) "cLH" = ( /obj/machinery/photocopier, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"cLN" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "cLZ" = ( /obj/item/stack/ore/iron, /obj/effect/turf_decal/stripes/line{ @@ -47191,17 +47114,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"cNC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "cNG" = ( /obj/effect/landmark/start/cargo_technician, /turf/open/floor/plasteel, @@ -47312,31 +47224,11 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cPO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cQn" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cRI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -47689,31 +47581,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"cWF" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cWX" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) "cXq" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -47744,12 +47611,31 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"cYH" = ( -/obj/machinery/telecomms/broadcaster/preset_left{ - name = "subspace broadcaster A" +"cYk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/plating, +/area/maintenance/port/aft) +"daz" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"daR" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved/flipped, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -47768,60 +47654,61 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) +"dbD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"dcw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/storage/tech) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"dcL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"ddd" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"ddK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"deR" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 +"deT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"dfy" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dfB" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"dfb" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 1 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "dfD" = ( /obj/machinery/door/airlock/security/glass{ name = "Security Office"; @@ -47839,6 +47726,24 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) +"dgY" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"dhb" = ( +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "dhy" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, @@ -47854,24 +47759,22 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"diK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"djE" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/machinery/keycard_auth{ - pixel_y = -27 +/obj/structure/cable{ + icon_state = "1-4" }, -/turf/open/floor/plasteel, -/area/bridge) -"dlO" = ( -/obj/machinery/power/terminal{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/port/aft) +"dkH" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"dlY" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -47905,57 +47808,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"dnU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"dof" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -32 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 32; - pixel_y = 3 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"doB" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"dpp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "dpD" = ( /turf/open/floor/plating, /area/maintenance/disposal/incinerator) @@ -47999,37 +47851,28 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"dqN" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" +"dqd" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" + network = list("aiupload") }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"dqX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 4 }, -/turf/open/floor/plating, -/area/storage/tech) -"dso" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -48044,10 +47887,6 @@ /obj/item/flashlight/lantern, /turf/open/floor/plasteel/dark, /area/chapel/main) -"duM" = ( -/obj/machinery/teleport/station, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "dvM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -48056,17 +47895,6 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"dwA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "dxm" = ( /obj/item/stack/ore/silver, /obj/item/stack/ore/silver, @@ -48078,20 +47906,49 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"dyS" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +"dzp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/obj/machinery/computer/monitor{ - dir = 1; - name = "MiniSat power monitoring console" +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"dBR" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"dAB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"dBi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "dCp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48147,20 +48004,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"dHG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plating, -/area/construction) -"dIW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "dJo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48172,32 +48015,32 @@ dir = 1 }, /area/hallway/secondary/entry) -"dKm" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"dLF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +"dKn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dLK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 8; + name = "ai camera"; + network = list("minisat","ss13"); + start_active = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"dLA" = ( +/obj/machinery/light{ dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48211,6 +48054,14 @@ }, /turf/open/floor/plating, /area/maintenance/disposal/incinerator) +"dND" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/construction) "dOc" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible{ dir = 4 @@ -48229,6 +48080,26 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"dPs" = ( +/obj/machinery/door/airlock/hatch{ + autoclose = 0; + frequency = 1449; + id_tag = "telecomms_airlock_exterior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "dRm" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -48253,6 +48124,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/medical/virology) +"dSG" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "dSR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48265,32 +48142,41 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"dTa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "dTf" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plating/airless, /area/space) -"dTg" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"dUe" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/turf/open/floor/plating, +/area/hallway/primary/aft) +"dUo" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/storage/tech) +"dUX" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48300,6 +48186,30 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"dWS" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/item/aicard, +/obj/structure/table/reinforced, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"dXh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "dXk" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48312,10 +48222,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"dXC" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48325,36 +48231,37 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"dZY" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 +"ebs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/engine/engineering) +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"egc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"egs" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"eew" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 }, -/obj/effect/turf_decal/tile/purple{ +/obj/structure/cable, +/turf/open/floor/plating, +/area/construction) +"ehi" = ( +/obj/structure/closet/toolcloset, +/obj/structure/light_construct{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel, +/area/construction) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -48367,6 +48274,16 @@ /obj/item/clothing/neck/stethoscope, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"ehF" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "ehN" = ( /obj/structure/window/reinforced, /obj/structure/chair/stool{ @@ -48379,6 +48296,18 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ehQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "tcomms"; + name = "Telecommunications server shutters control"; + pixel_y = -27; + req_access_txt = "61" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "eiN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48388,6 +48317,24 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"ekS" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/telecomms/broadcaster, +/obj/item/circuitboard/machine/telecomms/bus, +/obj/item/circuitboard/machine/telecomms/hub, +/obj/item/circuitboard/machine/telecomms/processor, +/obj/item/circuitboard/machine/telecomms/receiver, +/obj/item/circuitboard/machine/telecomms/relay, +/obj/item/circuitboard/machine/telecomms/server, +/obj/item/circuitboard/machine/telecomms/server, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"elG" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48399,23 +48346,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"emz" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"eos" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 8; - network = list("aicore","ss13") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, @@ -48452,12 +48382,6 @@ }, /turf/open/floor/plasteel, /area/security/main) -"euA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "evF" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -48471,13 +48395,6 @@ "ewG" = ( /turf/closed/wall, /area/maintenance/solars/starboard/fore) -"ext" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "exz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -48493,6 +48410,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"ezy" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48504,6 +48425,15 @@ dir = 1 }, /area/hallway/secondary/entry) +"eBx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "eBC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48516,6 +48446,15 @@ }, /turf/open/floor/plasteel, /area/security/processing) +"eCZ" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -48534,25 +48473,12 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"eEY" = ( +"eFe" = ( /obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 + icon_state = "2-8" }, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"eFd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) +/area/ai_monitored/turret_protected/ai_upload) "eFz" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48587,23 +48513,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"eIx" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -48615,12 +48524,30 @@ /obj/item/paper/fluff/stations/lavaland/slime_hunter, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eJn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/construction) "eJS" = ( /obj/machinery/door/airlock/public{ name = "Surgery Observation" }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) +"eKa" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "eKj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -48630,82 +48557,47 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eKr" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 +"eNm" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"eOb" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 1; + name = "Telecommunications Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, /obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"eLv" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/components/unary/portables_connector, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"eMg" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 + dir = 8 }, -/obj/machinery/porta_turret/ai{ - scan_range = 5 +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"eOF" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"eMy" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"eNh" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"eOz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ePv" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/area/maintenance/department/tcoms) "eQk" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -48731,6 +48623,33 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) +"eSg" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"eSC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"eSN" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "eSR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48800,16 +48719,13 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eWV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 +"eXG" = ( +/obj/machinery/blackbox_recorder, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -48817,14 +48733,6 @@ /obj/item/clothing/under/color/rainbow, /turf/open/floor/plating, /area/quartermaster/sorting) -"eZn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "eZE" = ( /obj/structure/table/glass, /obj/item/reagent_containers/food/snacks/grown/poppy, @@ -48858,19 +48766,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) -"fdn" = ( -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -48885,6 +48780,27 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"ffa" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ffg" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ffi" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -48896,50 +48812,27 @@ }, /turf/open/floor/plasteel, /area/science/research) -"ffu" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) "fha" = ( /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, /area/quartermaster/office) +"fhL" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) -"fiP" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"fjM" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" +"fkz" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"fki" = ( -/obj/item/radio/intercom{ - pixel_y = 30 +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 }, /turf/open/floor/plasteel/dark, -/area/engine/engineering) +/area/ai_monitored/turret_protected/aisat_interior) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -48949,15 +48842,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"fmc" = ( -/obj/machinery/newscaster{ - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"flV" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/bridge) +/turf/open/space/basic, +/area/space/nearstation) "fme" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 9 @@ -48968,10 +48860,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hallway/primary/port) -"fmp" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "fmF" = ( /obj/structure/cable{ icon_state = "2-8" @@ -48994,6 +48882,13 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"fny" = ( +/obj/machinery/door/window/brigdoor/westleft{ + name = "AI Satellite Access"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "foH" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49036,6 +48931,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"ftq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 4; + name = "Telecomms Server APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ftw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "ftM" = ( /obj/structure/extraction_point{ name = "Xenobiology Fulton Retriever" @@ -49052,6 +48969,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"fwt" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"fwF" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel/white, +/area/storage/tech) "fxr" = ( /obj/machinery/airalarm{ pixel_y = 24 @@ -49064,18 +48994,26 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) -"fyu" = ( -/obj/structure/cable{ - icon_state = "1-8" +"fxF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-4" +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/machinery/status_display/ai{ - pixel_y = -32 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"fxU" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "fyJ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -49098,6 +49036,18 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) +"fBt" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49113,6 +49063,25 @@ }, /turf/open/floor/plating, /area/medical/virology) +"fCU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 2; + name = "MiniSat Maint APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"fDq" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "fDx" = ( /obj/machinery/light, /obj/structure/cable{ @@ -49120,6 +49089,11 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) +"fDz" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel/white, +/area/storage/tech) "fEe" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49130,6 +49104,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/aft) +"fEw" = ( +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "fEA" = ( /obj/machinery/computer/security/telescreen/cmo{ dir = 1; @@ -49144,11 +49124,15 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) -"fGd" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, +"fHh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, /turf/open/floor/plating, -/area/hallway/primary/central) +/area/storage/tech) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -49166,16 +49150,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fJu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +"fIY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -49198,16 +49181,22 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"fLn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "fLq" = ( /obj/machinery/photocopier, /turf/open/floor/wood, /area/lawoffice) +"fLO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "fMS" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -49223,13 +49212,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fNu" = ( -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "fNw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49242,6 +49224,14 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"fOj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "fOD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49261,24 +49251,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"fPQ" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"fQo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "fRC" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -49306,45 +49278,13 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"fSu" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"fSG" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ +"fTc" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"fUr" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49374,17 +49314,6 @@ /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) -"fWI" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -25; - pixel_y = -25 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49397,24 +49326,65 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fXT" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" +"fXH" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat","ss13") }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 32; + pixel_y = 0; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"fYR" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"fZz" = ( +/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/construction) "fZJ" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) +"fZM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "gaW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -49429,6 +49399,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"gaY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) "gbw" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -49445,6 +49429,14 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"gcf" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -49468,14 +49460,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"ggi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms"; - name = "Telecommunications server shutters" - }, -/turf/open/floor/plating, -/area/tcommsat/server) "ggH" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -49489,74 +49473,91 @@ "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) -"gjn" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/white, -/area/storage/tech) "gjN" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"glr" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = 8; - req_access_txt = "19" +"gjR" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 28; - pixel_y = -2; - req_one_access_txt = "19;61" +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/bridge) +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"gkm" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"glF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"gma" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"glz" = ( +/obj/structure/cable/white{ + icon_state = "2-4" }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"gnZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 +"glZ" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"gmj" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gmE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"gnZ" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, /obj/effect/turf_decal/tile/green{ dir = 4 }, /turf/open/floor/plasteel/white, /area/medical/virology) -"gox" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "goD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -49568,41 +49569,39 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/engine/atmos_distro) -"gpD" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 +"goI" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"gqg" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 +/turf/open/floor/plating, +/area/storage/tech) +"goY" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 4; + network = list("aicore","ss13") }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/airalarm{ + pixel_y = 24 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"gqh" = ( -/obj/structure/cable{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"gpK" = ( +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "grO" = ( /obj/machinery/camera{ c_tag = "Central Hallway South-East"; @@ -49644,15 +49643,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"gtb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "gti" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49681,58 +49671,32 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"gvj" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) "gvw" = ( /obj/machinery/atmospherics/components/binary/pump{ name = "Mix Pump" }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"gwl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"gwq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 1 }, -/turf/open/floor/plasteel, -/area/construction) -"gyl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/light{ dir = 4 }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gyr" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Port"; - dir = 4; - network = list("aiupload") +/obj/effect/turf_decal/tile/darkblue, +/obj/item/radio/intercom{ + pixel_x = 32 }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"gyl" = ( /obj/machinery/light{ - dir = 8 + dir = 4 }, -/obj/structure/table/reinforced, -/obj/item/assembly/flash/handheld, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"gyy" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/plasteel, +/area/engine/atmos) "gyS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 1 @@ -49741,6 +49705,18 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/engine/engineering) +"gzv" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "gzM" = ( /obj/machinery/light/small{ brightness = 3; @@ -49766,10 +49742,32 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"gzU" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "gCp" = ( /obj/effect/landmark/stationroom/box/medbay/morgue, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"gCA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gCB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -49781,6 +49779,33 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"gDn" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"gDt" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating, +/area/maintenance/port/aft) "gDT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -49818,41 +49843,53 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gFX" = ( -/obj/structure/closet/toolcloset, -/obj/structure/light_construct{ +"gFP" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"gGn" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/turf/open/floor/plasteel, -/area/construction) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"gId" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) "gIR" = ( /obj/machinery/light/small, /turf/open/floor/plating, /area/maintenance/aft) +"gJA" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"gKr" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gLr" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 6 @@ -49899,14 +49936,60 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gOd" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 +"gNh" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/item/aicard, -/obj/structure/table/reinforced, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"gOW" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"gPo" = ( +/turf/closed/wall, +/area/tcommsat/computer) +"gPp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"gQI" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "gQJ" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /obj/machinery/light/small{ @@ -49914,6 +49997,25 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"gSC" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"gSG" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -49932,26 +50034,26 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"gUF" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "gVe" = ( /obj/machinery/suit_storage_unit/atmos, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gVB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +"gVZ" = ( /obj/structure/cable{ - icon_state = "1-8" + icon_state = "4-8" }, -/obj/structure/cable{ - icon_state = "0-8" +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "gWm" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -49967,18 +50069,57 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"gXg" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/hand_labeler_refill, -/turf/open/floor/plating, -/area/maintenance/port/aft) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"gXT" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + obj_integrity = 300; + pixel_y = -4; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = 10 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = 21 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = 10 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"gYs" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "gYP" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, @@ -49990,16 +50131,6 @@ dir = 8 }, /area/medical/sleeper) -"gZL" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "haw" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -50009,17 +50140,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hcz" = ( -/obj/machinery/camera{ - c_tag = "MiniSat - Monitoring room"; - dir = 8; - network = list("minisat","ss13") - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +"hbz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50037,19 +50161,23 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port) -"hdC" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Starboard"; - dir = 8; - network = list("aiupload") +"hdV" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" }, -/obj/machinery/light{ - dir = 4 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/table/reinforced, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50073,20 +50201,14 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hfm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +"hfo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/engine/engineering) +/turf/open/space/basic, +/area/space/nearstation) "hfy" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_y = -32 @@ -50107,33 +50229,67 @@ dir = 1 }, /area/hallway/secondary/entry) -"hjy" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hkg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"hkF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"hla" = ( +"hgt" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + target_temperature = 80 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"hhW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"hiB" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/storage/tech) +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"hjR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Fore"; + dir = 8; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) +"hkg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/medical/paramedic) "hlB" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -50151,15 +50307,12 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"hmu" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 1 +"hmc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50169,26 +50322,56 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hoc" = ( -/turf/closed/wall, -/area/security/checkpoint/service) -"hrf" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" +"hng" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hnO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/door/firedoor/border_only{ dir = 1 }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) +"hoc" = ( +/turf/closed/wall, +/area/security/checkpoint/service) +"hpq" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/area/maintenance/department/tcoms) +"hqg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "hrn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50198,21 +50381,46 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hrZ" = ( -/obj/structure/cable/white{ - icon_state = "1-8" +"hsT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms"; + name = "Telecommunications server shutters" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +/turf/open/floor/plating, +/area/tcommsat/server) +"hti" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"htm" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "htC" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -50224,17 +50432,13 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hui" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ +"htP" = ( +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "hun" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50281,12 +50485,6 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"hvQ" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "hwv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -50299,6 +50497,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"hxi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 @@ -50311,11 +50521,42 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hCG" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel/white, +"hAE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, /area/storage/tech) +"hBJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hCp" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50341,15 +50582,27 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hEx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"hDv" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) +"hEF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plating, +/area/storage/tech) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -50360,36 +50613,37 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"hHb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/light_switch{ - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/escapepodbay) -"hIb" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +"hGH" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -7; + pixel_y = 23 }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 5; + pixel_y = 25 }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"hId" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/maintenance/department/tcoms) +"hHb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/escapepodbay) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -50427,12 +50681,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hLC" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -50477,6 +50725,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hOv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Access" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50503,29 +50760,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"hRU" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +"hRa" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "hSf" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -50545,43 +50783,30 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"hTY" = ( -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"hUq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 +"hTS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "hVc" = ( /obj/structure/table, /obj/item/multitool, /obj/item/electronics/firelock, /turf/open/floor/plasteel, /area/engine/atmos) -"hVq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"hWp" = ( -/obj/machinery/ntnet_relay, -/obj/structure/cable/yellow{ - icon_state = "1-2" +"hVf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 }, -/turf/open/floor/circuit/green/telecomms/mainframe, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "hWw" = ( /obj/structure/cable{ @@ -50607,44 +50832,34 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hWT" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Fore"; - network = list("aicore","ss13") +"hWU" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "hXW" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hYd" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 +"hYp" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") }, -/obj/effect/turf_decal/tile/darkblue{ +/obj/machinery/light{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"hYL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/structure/table/reinforced, +/obj/item/assembly/flash/handheld, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "hZm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -50666,6 +50881,15 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"iaF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50674,49 +50898,73 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) -"icK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" +"icD" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ifE" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") +/obj/machinery/light{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"icE" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"igZ" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "ihS" = ( /turf/closed/wall/r_wall, /area/medical/sleeper) -"iiN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" +"iiJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"ijh" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ dir = 8 }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iiX" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 8; + network = list("aiupload") + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "ijY" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 5 @@ -50726,32 +50974,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"ikN" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "ilH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/checkpoint/service) -"ime" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) "imo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -50767,16 +50993,14 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"ipF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +"inL" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"ipN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plating, +/area/construction) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -50810,24 +51034,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/science/nanite) -"itT" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"iuU" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "ivp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 9 @@ -50847,34 +51053,26 @@ }, /turf/open/floor/carpet, /area/security/detectives_office) -"iwd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ +"ivP" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "MiniSat Camera Monitor"; - network = list("minisat","aicore"); - pixel_x = 26 +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = -32 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "ixi" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, /obj/structure/disposalpipe/segment, /turf/open/floor/carpet, /area/security/detectives_office) -"ixx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "ixI" = ( /obj/structure/cable{ icon_state = "2-4" @@ -50887,14 +51085,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"iAk" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 +"izG" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "iBq" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -50909,20 +51108,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"iCD" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) -"iDj" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -50944,9 +51129,23 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"iEf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/construction) "iEt" = ( /turf/open/floor/plasteel, /area/escapepodbay) +"iEH" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "iEJ" = ( /obj/machinery/door/airlock/external{ name = "Escape Pod One" @@ -50962,21 +51161,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"iEW" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"iGs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "iGw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -50985,18 +51169,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"iGz" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "iGI" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -51009,56 +51181,23 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iHO" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"iLi" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/server) -"iMk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, +"iMG" = ( +/obj/machinery/teleport/station, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"iMI" = ( +/obj/effect/turf_decal/stripes/end, /turf/open/floor/plating, /area/storage/tech) -"iMl" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light{ +"iML" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"iMN" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plating, +/area/storage/tech) "iMP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cloth_curtain{ @@ -51099,23 +51238,42 @@ /obj/machinery/atmospherics/pipe/simple/purple/visible, /turf/open/floor/plasteel, /area/engine/atmos_distro) +"iOh" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "iOu" = ( /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) -"iOY" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 +"iPp" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"iPT" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iPX" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51138,6 +51296,13 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"iSw" = ( +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "iSS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -51168,32 +51333,11 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"iTM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "iUt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"iUu" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - dir = 4; - network = list("ss13","telecomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "iVI" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -51210,22 +51354,14 @@ /obj/item/folder/documents, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"iVZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +"iWk" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"iWn" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "iXd" = ( /obj/machinery/computer/atmos_sim{ dir = 4; @@ -51233,36 +51369,23 @@ }, /turf/open/floor/plasteel/white, /area/science/mixing) -"iYd" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ +"iXp" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"iYx" = ( -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "iYT" = ( @@ -51278,6 +51401,13 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"iZh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/aft) "iZA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 5 @@ -51290,25 +51420,26 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"jaU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +"iZV" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-8" }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jbc" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/effect/landmark/blobstart, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/construction) "jbI" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -51317,16 +51448,24 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) -"jcR" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +"jgl" = ( +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/structure/transit_tube/curved/flipped{ - dir = 1 +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"jhm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 }, /turf/open/floor/plasteel/dark, -/area/engine/engineering) +/area/maintenance/department/tcoms) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51340,17 +51479,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) -"jiV" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters" - }, -/turf/open/floor/plating, -/area/bridge) "jjr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51369,11 +51497,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"jkt" = ( -/obj/structure/table, -/obj/item/phone, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "jkG" = ( /obj/machinery/atmospherics/components/unary/tank/toxins, /turf/open/floor/plasteel, @@ -51406,6 +51529,24 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) +"jmy" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "jmH" = ( /obj/structure/sign/warning/vacuum, /turf/closed/wall, @@ -51429,6 +51570,14 @@ /obj/item/clothing/mask/gas, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"jqC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Starboard"; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "jqZ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -51442,6 +51591,10 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"jrb" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "jrf" = ( /obj/machinery/advanced_airlock_controller{ pixel_y = 24 @@ -51451,23 +51604,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jrl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"jsj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -51489,27 +51625,18 @@ }, /turf/open/floor/plating, /area/security/main) -"jts" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"juv" = ( -/obj/structure/window/reinforced{ +"jsz" = ( +/obj/effect/turf_decal/tile/green{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"juL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "jvd" = ( /obj/structure/lattice, @@ -51531,10 +51658,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"jyd" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) +"jxF" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -51542,22 +51676,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"jAr" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jAW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating, -/area/storage/tech) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51569,41 +51687,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) -"jBQ" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - layer = 4.1; - name = "Tertiary AI Core Access"; - obj_integrity = 300; - pixel_y = 1; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = -13 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = -27 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = -13 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "jCp" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = -32 @@ -51628,15 +51711,6 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"jCO" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "jDa" = ( /obj/structure/table/wood, /obj/item/camera, @@ -51675,35 +51749,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jEc" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/construction) "jFb" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jFf" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/ai_slipper{ - uses = 10 +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plating, +/area/storage/tech) "jFV" = ( /obj/structure/cable{ icon_state = "0-8" @@ -51711,50 +51765,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) -"jGn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"jGF" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"jHi" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"jHk" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -51792,25 +51802,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"jJy" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) "jJQ" = ( /obj/machinery/light/small{ dir = 1 @@ -51832,6 +51823,13 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"jNB" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jNR" = ( /obj/machinery/power/apc{ areastring = "/area/maintenance/port/fore"; @@ -51850,15 +51848,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"jOt" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "jOV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51868,27 +51857,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jPf" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jPI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "jPU" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51902,37 +51870,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jQm" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/item/aiModule/supplied/quarantine, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"jRJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) "jSR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -51945,19 +51882,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jTH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/storage/tech) "jTR" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51968,13 +51892,6 @@ /obj/structure/altar_of_gods, /turf/open/floor/plasteel/dark, /area/chapel/main) -"jVN" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "jWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -52082,19 +51999,6 @@ }, /turf/open/floor/plating, /area/security/processing) -"kbI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "kcy" = ( /obj/machinery/airalarm{ dir = 8; @@ -52112,30 +52016,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"keh" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"kem" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"kfu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "kfB" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -52160,20 +52040,28 @@ /obj/item/stack/rods/ten, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"khi" = ( -/obj/structure/cable{ - icon_state = "1-2" +"khG" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52190,14 +52078,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/service) -"kiZ" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Maintenance"; - dir = 1; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "kkd" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -52206,6 +52086,11 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"kky" = ( +/obj/machinery/light/small, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "klX" = ( /obj/structure/table, /obj/machinery/recharger{ @@ -52220,25 +52105,37 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"klZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"kmj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel, +/area/engine/engine_smes) "kmq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ dir = 8 }, -/obj/structure/cable{ +/turf/closed/wall/r_wall, +/area/engine/engineering) +"kmu" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/structure/cable/yellow{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kmT" = ( /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, @@ -52252,66 +52149,35 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"koi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite Access" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "kou" = ( /obj/structure/disposalpipe/segment{ dir = 6 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"kpb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"kpv" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"kwh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kwU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"kpb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/obj/structure/cable/white{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kxP" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai{ - pixel_y = 32 +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"kuT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"kxI" = ( +/obj/structure/window/reinforced, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52333,6 +52199,15 @@ }, /turf/open/floor/plating, /area/security/main) +"kyr" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) "kyM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52348,22 +52223,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"kAZ" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"kBO" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "kCm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52373,10 +52232,30 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"kDq" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "kEh" = ( /obj/effect/landmark/stationroom/box/engine, /turf/open/space/basic, /area/space) +"kEY" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"kFo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "kFK" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -52391,6 +52270,13 @@ /obj/machinery/atmospherics/pipe/simple/purple/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"kHH" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "kHL" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, @@ -52414,16 +52300,40 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"kKE" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, +"kKW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plating, +/area/storage/tech) +"kMQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"kLG" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -52432,18 +52342,18 @@ }, /turf/open/space, /area/engine/atmos_distro) -"kPc" = ( -/obj/structure/disposalpipe/segment, +"kOZ" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "0-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" +/obj/machinery/power/smes{ + charge = 5e+006 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "kPn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52479,6 +52389,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"kRd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "kRp" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52506,7 +52422,7 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"kSA" = ( +"kTO" = ( /obj/machinery/door/airlock/engineering/glass{ name = "AI Satellite Monitoring"; req_one_access_txt = "10;61" @@ -52519,30 +52435,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"kTj" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"kTo" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) "kTQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -52557,24 +52449,16 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/hallway/primary/central) -"kVv" = ( -/obj/machinery/light{ +"kUi" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/engine/engine_smes) -"kVw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/hallway/primary/aft) "kVO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -52597,22 +52481,32 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"kWH" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 +"kXN" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/obj/effect/turf_decal/tile/purple{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kYl" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/genetics) +"kYt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 8; + name = "SMES room APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "kYG" = ( /obj/structure/cable{ icon_state = "2-4" @@ -52632,26 +52526,72 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/aft) +"kZe" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"lar" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "laH" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"laL" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Access"; +"laU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/advanced_airlock_controller{ dir = 8; - network = list("minisat","ss13") + pixel_x = 24 }, -/turf/open/space/basic, -/area/space) +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"laX" = ( +/obj/machinery/ntnet_relay, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"lba" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "lbw" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) +"lcl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "lcI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52659,22 +52599,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) -"lcM" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"ldB" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ldM" = ( /obj/machinery/recharge_station, /obj/structure/sign/departments/minsky/command/charge{ @@ -52686,16 +52610,6 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) -"lfW" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"lgl" = ( -/obj/item/storage/toolbox/mechanical, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -52704,10 +52618,37 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lhd" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +"lgS" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = 8; + req_access_txt = "19" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 28; + pixel_y = -2; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel, +/area/bridge) +"lgX" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "lhn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52717,20 +52658,25 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"lhr" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"lkg" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 +"ljO" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "llD" = ( /obj/structure/window/reinforced{ dir = 1; @@ -52738,12 +52684,26 @@ }, /turf/open/space/basic, /area/space) -"lmm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"lmI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"lnh" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"lnJ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" }, /turf/open/floor/plating, /area/storage/tech) @@ -52768,19 +52728,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"loB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "loR" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -52794,31 +52741,53 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"lpF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/carpet/purple, -/area/chapel/main) -"lpT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/construction) -"lpV" = ( -/obj/machinery/telecomms/receiver/preset_right{ - name = "subspace receiver B" +"lpw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"lqu" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai{ - pixel_y = -32 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lpy" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -32 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 32; + pixel_y = 3 }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"lpF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/carpet/purple, +/area/chapel/main) "lsn" = ( /obj/machinery/light, /turf/open/floor/engine, /area/escapepodbay) +"lsx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "ltm" = ( /obj/structure/transit_tube/curved{ dir = 4 @@ -52840,16 +52809,52 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"ltM" = ( +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"ltV" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/toy/figure/borg{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "luw" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/closed/wall, /area/maintenance/aft) -"luz" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"lux" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"luF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "lve" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -52880,33 +52885,95 @@ id = "kanyewest"; name = "privacy shutters" }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"lyG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm/tcomms{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"lze" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"lzJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"lAB" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/science/nanite) +"lAR" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"lBV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"lFz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -28 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"lFD" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/turf/open/floor/plating, -/area/security/detectives_office) -"lze" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"lAB" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/science/nanite) -"lAR" = ( -/obj/machinery/recharge_station, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = 32 +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52939,54 +53006,29 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"lIZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 4; - name = "Telecomms Server APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lKf" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) -"lKO" = ( -/obj/machinery/light, -/obj/machinery/computer/aifixer{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"lLw" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +"lKv" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 +/obj/effect/turf_decal/loading_area, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel, +/area/engine/engineering) "lLH" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) +"lLK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "lLO" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53021,11 +53063,58 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"lPI" = ( -/obj/structure/cable/white{ +"lOy" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"lPg" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ icon_state = "2-4" }, -/turf/open/floor/plasteel/dark, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) +"lPO" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + obj_integrity = 300; + pixel_y = 1; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = -13 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = -27 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = -13 + }, +/turf/open/floor/circuit/green, /area/ai_monitored/turret_protected/ai) "lQG" = ( /obj/machinery/door/firedoor/border_only{ @@ -53046,43 +53135,80 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lRT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +"lTc" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"lSI" = ( -/obj/machinery/camera{ - c_tag = "MiniSat Teleporter Room"; - dir = 4; - network = list("ss13","minisat") +/obj/item/pen, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"lVc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"lVW" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 +/obj/structure/transit_tube/curved/flipped{ + dir = 1 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lUT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 +/area/engine/engineering) +"lXm" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"lVx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lXI" = ( +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"lXU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53111,41 +53237,20 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/crew_quarters/heads/captain) -"mba" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"mcn" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"mcF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ +"mcx" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "mdx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -53156,9 +53261,36 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"mgr" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) +"meI" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"mfo" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"mgg" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"mgw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53187,6 +53319,22 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"miJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "miX" = ( /obj/machinery/door/window/southleft{ base_state = "right"; @@ -53203,36 +53351,11 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"mkm" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 25; - pixel_y = -6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat  Antechamber"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "mkO" = ( /obj/machinery/nanite_program_hub, /obj/effect/turf_decal/bot, /turf/open/floor/plasteel/white, /area/science/nanite) -"mle" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Starboard"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "mlj" = ( /turf/closed/wall/r_wall, /area/hallway/primary/central) @@ -53248,15 +53371,25 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"mmx" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"mlL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"mmK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "mmQ" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plasteel/dark, @@ -53279,22 +53412,13 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mnT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +"mnn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) -"mos" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ - name = "Waste Ejector" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) "msz" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -53311,30 +53435,39 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"mtd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" +"mvN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) -"mvA" = ( -/obj/effect/turf_decal/tile/green{ +/obj/machinery/light/small{ dir = 4 }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"mvP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage"; dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"mxw" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53351,19 +53484,6 @@ }, /turf/closed/wall, /area/maintenance/starboard/fore) -"myk" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"myq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 22; - pixel_y = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "myI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, @@ -53389,28 +53509,33 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"mzM" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -7; - pixel_y = 23 +"mzV" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters" }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 5; - pixel_y = 25 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mAm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -53420,6 +53545,26 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"mAo" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"mBc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 22; + pixel_y = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53449,15 +53594,23 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"mDh" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +"mCP" = ( /obj/structure/cable{ - icon_state = "2-4" + icon_state = "4-8" }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/plating, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 + }, +/turf/open/floor/plasteel/dark, /area/storage/tech) "mDD" = ( /obj/structure/table, @@ -53466,17 +53619,6 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) -"mDI" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/storage/tech) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -53486,8 +53628,8 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"mFN" = ( -/obj/machinery/telecomms/processor/preset_one, +"mFq" = ( +/obj/machinery/telecomms/server/presets/security, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "mGV" = ( @@ -53503,10 +53645,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"mIR" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"mIS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/port/aft) "mIY" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 1 @@ -53565,12 +53709,22 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mLW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "mMn" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"mMq" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mMW" = ( /obj/structure/table/wood, /obj/item/hand_labeler{ @@ -53635,6 +53789,14 @@ /obj/machinery/atmospherics/components/unary/vent_pump/layer1, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"mOM" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "mOR" = ( /obj/machinery/button/door{ id = "Dorm1"; @@ -53645,25 +53807,13 @@ }, /turf/template_noop, /area/crew_quarters/dorms) -"mQs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 +"mPo" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mRa" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mRQ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -53706,21 +53856,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"mTP" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/item/radio/off{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "mUs" = ( /obj/effect/turf_decal/bot, /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel, /area/escapepodbay) -"mUv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "mVu" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -53730,14 +53879,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"mWn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "mWH" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -53752,19 +53893,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"mXl" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mXC" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53780,12 +53908,18 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mYv" = ( -/obj/structure/cable/white{ - icon_state = "1-8" +"mYK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" }, -/turf/closed/wall/r_wall, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"mZh" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/tcommsat/computer) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -53844,98 +53978,6 @@ "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ndF" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nen" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 1; - icon_state = "left"; - layer = 3.1; - name = "Cyborg Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"nfi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"nfw" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nfK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nfM" = ( -/obj/item/toy/talking/AI{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/crowbar, -/obj/item/mmi, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "nfX" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -53966,27 +54008,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) -"nhk" = ( -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/obj/structure/table/wood, -/obj/item/book/manual/wiki/tcomms{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "nhP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -54044,14 +54065,16 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"nku" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ +"nlb" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/construction) +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -54068,12 +54091,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"nlu" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/construction) "nlx" = ( /obj/effect/turf_decal/stripes/corner{ dir = 4 @@ -54086,63 +54103,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nmK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"nmQ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nnM" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"nok" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 +"nqc" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/tile/purple{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 25; - pixel_y = 25; - req_one_access_txt = "19;61" - }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"npS" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54151,6 +54124,21 @@ }, /turf/open/floor/wood, /area/lawoffice) +"nsq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54158,12 +54146,6 @@ }, /turf/open/space/basic, /area/space) -"nuT" = ( -/obj/machinery/computer/message_monitor{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "nvh" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 @@ -54197,6 +54179,17 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nxQ" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/bridge) "nyN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 10 @@ -54206,13 +54199,19 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"nAz" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" +"nzV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nAM" = ( /obj/machinery/button/door{ id = "Dorm4"; @@ -54232,6 +54231,33 @@ }, /turf/open/floor/plating, /area/security/main) +"nBL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/transit_tube/curved, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"nCg" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nCC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -54249,14 +54275,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"nCL" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "nCP" = ( /obj/effect/landmark/stationroom/box/xenobridge, /turf/template_noop, @@ -54267,33 +54285,32 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) -"nDw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +"nDl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Monitoring Room"; - req_access_txt = "65" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"nEG" = ( -/obj/machinery/light{ +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nEo" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; dir = 1 }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +/turf/open/floor/plasteel, +/area/construction) +"nFj" = ( +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; + dir = 8; + network = list("minisat","ss13") }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = 32 +/obj/machinery/newscaster/security_unit{ + pixel_x = 28 }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) "nFF" = ( /obj/structure/disposalpipe/segment{ @@ -54301,67 +54318,47 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"nGi" = ( -/obj/machinery/light{ +"nFU" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"nJB" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, /turf/open/floor/plasteel, -/area/engine/engineering) +/area/hallway/primary/aft) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"nJZ" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +"nLE" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = -6 }, -/obj/effect/turf_decal/tile/purple{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nKk" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"nLk" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nMh" = ( -/obj/structure/lattice/catwalk, /obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore"; - dir = 1; - network = list("minisat") + c_tag = "MiniSat  Antechamber"; + dir = 8; + network = list("minisat","ss13") }, -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "nMi" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -54393,46 +54390,24 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"nME" = ( +"nNA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/light{ - dir = 4 + dir = 8 }, -/obj/effect/turf_decal/tile/darkblue, -/obj/item/radio/intercom{ - pixel_x = 32 +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"nNb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/area/engine/gravity_generator) "nNV" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/keycard_auth{ + pixel_y = -27 }, /turf/open/floor/plasteel, -/area/hallway/primary/aft) +/area/bridge) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -54450,35 +54425,42 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"nSi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +"nRg" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"nSp" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nTg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) -"nTn" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"nUz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 +"nUG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore"; + dir = 1; + network = list("minisat") }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/space/basic, +/area/space/nearstation) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -54488,6 +54470,18 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"nXi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "nYC" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -54503,6 +54497,19 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"nYM" = ( +/obj/structure/table/reinforced, +/obj/item/aiModule/core/full/custom, +/obj/item/aiModule/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"nZq" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -54518,23 +54525,41 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"ocZ" = ( -/obj/structure/cable{ - icon_state = "2-8" +"odZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/area/ai_monitored/turret_protected/aisat_interior) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) -"ogx" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 +"ofC" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"ogw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "ogO" = ( @@ -54551,6 +54576,18 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"ohG" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "ohJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -54569,6 +54606,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"ohV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oiu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "oiE" = ( /obj/structure/cable/yellow{ icon_state = "4-8" @@ -54587,12 +54646,13 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"ojP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"ojJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "okC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54601,14 +54661,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"olI" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 +"olL" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "olQ" = ( /obj/structure/table, /obj/item/storage/box/rxglasses{ @@ -54627,18 +54694,20 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ooe" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore","ss13") - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"onO" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/white, +/area/storage/tech) "ooX" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -54656,6 +54725,28 @@ }, /turf/open/floor/plasteel, /area/hydroponics/garden) +"opF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"opO" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "oqv" = ( /obj/structure/sign/warning/pods, /turf/closed/wall, @@ -54696,6 +54787,37 @@ /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) +"ovM" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"owe" = ( +/obj/structure/table/wood, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"owj" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"owr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -54720,32 +54842,38 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"oAm" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 +"ozz" = ( +/obj/structure/cable{ + icon_state = "1-8" }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 7; - pixel_y = -23 +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -23; - pixel_y = 6 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, +/turf/open/floor/plating, +/area/storage/tech) +"oDu" = ( /obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; + c_tag = "MiniSat Teleporter Room"; dir = 4; - network = list("ss13","tcomms") + network = list("ss13","minisat") }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -54764,98 +54892,26 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"oEw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"oER" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"oFM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oGy" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +"oEs" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/mapping_helpers/airlock/locked, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"oHX" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, +"oFd" = ( /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"oIG" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = 22 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"oIT" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, +/area/maintenance/department/tcoms) +"oFM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, @@ -54882,6 +54938,13 @@ }, /turf/open/floor/plating, /area/security/processing) +"oOy" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "oQp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -54900,6 +54963,21 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) +"oRM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ + name = "Waste Ejector" + }, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) +"oSp" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Port"; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "oSz" = ( /obj/machinery/door/airlock/maintenance{ id_tag = "commissarydoor"; @@ -54911,6 +54989,27 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) +"oTr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/bridge) +"oUo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "oUK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54923,6 +55022,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"oWz" = ( +/obj/machinery/light, +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -54932,9 +55038,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"pby" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "pbM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, @@ -54959,22 +55062,18 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pfF" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/white, +"pfz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating, /area/storage/tech) -"pfH" = ( -/obj/machinery/light{ - dir = 8 +"pfU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/area/ai_monitored/turret_protected/aisat_interior) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -54985,19 +55084,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"piA" = ( -/obj/structure/cable{ - icon_state = "2-4" +"pke" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = 32 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"pkG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/holopad, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/area/ai_monitored/turret_protected/ai) "pkZ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -55007,38 +55106,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"pmI" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_x = -1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 27; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "pmW" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -55062,18 +55129,32 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"poD" = ( -/obj/structure/cable{ - icon_state = "4-8" +"pov" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"poW" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/machinery/camera{ + c_tag = "Telecomms Tech Storage"; + dir = 4; + network = list("ss13","telecomms") }, -/turf/open/floor/plating, -/area/storage/tech) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ppd" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -55098,23 +55179,61 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"prR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +"psA" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 }, +/obj/machinery/holopad, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"ptG" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" +/area/ai_monitored/turret_protected/aisat_interior) +"psQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, +/obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, -/area/maintenance/port/aft) +/area/storage/tech) +"ptd" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/construction) +"ptv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "ptH" = ( /turf/closed/wall, /area/escapepodbay) +"put" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"puO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) "pvC" = ( /obj/machinery/computer/secure_data{ dir = 8 @@ -55128,14 +55247,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"pvS" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55169,18 +55280,19 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/wood, /area/lawoffice) -"pxb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "2-4" +"pwX" = ( +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "pxz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -55188,6 +55300,24 @@ "pxG" = ( /turf/template_noop, /area/crew_quarters/dorms) +"pxJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "pxV" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55201,6 +55331,13 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"pxZ" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "pyE" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -55210,6 +55347,12 @@ }, /turf/open/floor/plasteel, /area/science/nanite) +"pzo" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "pzK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55219,19 +55362,18 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"pBg" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ +"pBE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, -/turf/open/floor/plating, -/area/storage/tech) -"pBu" = ( -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating, -/area/storage/tech) +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "MiniSat Camera Monitor"; + network = list("minisat","aicore"); + pixel_x = 26 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55257,14 +55399,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pDl" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "pDG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55279,22 +55413,6 @@ /obj/structure/lattice, /turf/open/space, /area/engine/atmos_distro) -"pGr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pGH" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) "pHE" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55311,10 +55429,15 @@ /turf/open/floor/plasteel, /area/engine/atmos) "pHP" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "pHZ" = ( /obj/structure/cable{ icon_state = "1-8" @@ -55332,63 +55455,40 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"pJO" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 24; - pixel_y = -10 +"pJt" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 8; - network = list("minisat","ss13") +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pJv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = 32; - pixel_y = 0; - req_access_txt = "19" +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"pJR" = ( +/obj/machinery/telecomms/receiver/preset_right{ + name = "subspace receiver B" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "pKE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"pLf" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Starboard"; - dir = 4; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) "pMe" = ( /obj/machinery/camera{ c_tag = "Hydroponics North" }, /turf/open/floor/plasteel, /area/hydroponics) -"pMf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/storage/tech) "pMt" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -55399,12 +55499,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"pMw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "pMy" = ( /obj/machinery/button/door{ id = "escapepodbay"; @@ -55414,10 +55508,6 @@ }, /turf/open/floor/engine, /area/escapepodbay) -"pMN" = ( -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "pNj" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55444,17 +55534,13 @@ /obj/item/camera_film, /turf/open/floor/wood, /area/vacant_room) -"pPK" = ( -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 +"pPo" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "0-2" }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "pQy" = ( /obj/machinery/door/airlock/public/glass{ name = "Escape Podbay" @@ -55470,6 +55556,51 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/escapepodbay) +"pRP" = ( +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = 24; + pixel_y = 22; + req_access_txt = "16" + }, +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = 40; + pixel_y = 22; + req_access_txt = "16" + }, +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -26; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 32; + pixel_y = -42 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 32; + pixel_y = -28 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = 21 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "pSF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 @@ -55508,6 +55639,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/showroomfloor, /area/security/main) +"pUL" = ( +/obj/structure/transit_tube/station{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pUN" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_x = 32 @@ -55527,41 +55667,52 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"pVl" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"pWb" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 +/turf/open/floor/plating, +/area/storage/tech) +"pWA" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/bridge) -"pVM" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/purple{ dir = 1 }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, /obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pWg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"pWC" = ( +/obj/machinery/computer/upload/borg{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 1; + icon_state = "left"; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "pWN" = ( /obj/machinery/button/door{ id = "Dorm3"; @@ -55579,28 +55730,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"pXw" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"pXP" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, +"pXL" = ( /obj/structure/cable/yellow{ - icon_state = "4-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/computer/monitor{ + dir = 1; + name = "MiniSat power monitoring console" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "pXS" = ( /obj/structure/transit_tube/crossing, /obj/structure/lattice, @@ -55613,19 +55752,6 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"pYd" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) -"qbC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, @@ -55644,46 +55770,28 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/nanite) -"qgP" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 30; - pixel_y = -37 - }, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = 28; - pixel_y = -26 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"qiQ" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Aft"; - dir = 1; - network = list("aicore","ss13") +"qge" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"qjb" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"qiU" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55707,33 +55815,10 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qom" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"qoP" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 - }, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"qpL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +"qnT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/server) "qpS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55767,25 +55852,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"qrg" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"qrp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "qrM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -55795,13 +55861,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qrP" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -55867,14 +55926,45 @@ /obj/item/clipboard, /turf/open/floor/plating, /area/maintenance/aft) +"qum" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27; + pixel_y = -34 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"quR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "quT" = ( /obj/structure/lattice, /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) -"qwN" = ( -/turf/closed/wall, -/area/ai_monitored/storage/satellite) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -55899,14 +55989,16 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"qyo" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-4" +"qyl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/remains/robot, +/obj/machinery/light/small{ + dir = 4 }, -/obj/structure/cable, /turf/open/floor/plating, -/area/storage/tech) +/area/ai_monitored/storage/satellite) "qyp" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -55934,45 +56026,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"qAd" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"qAy" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"qAM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "tcomms"; - name = "Telecommunications server shutters control"; - pixel_y = -27; - req_access_txt = "61" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"qAS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "qBb" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -56005,16 +56058,48 @@ /turf/open/floor/plasteel/white/corner{ dir = 1 }, -/area/hallway/secondary/entry) -"qCv" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 4; - pixel_x = -24 +/area/hallway/secondary/entry) +"qCv" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"qDv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"qFu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/hallway/secondary/entry) +/obj/machinery/holopad, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56043,13 +56128,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qIu" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56104,14 +56182,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/engine/atmos) -"qMS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "qMV" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -56151,6 +56221,9 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"qPx" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "qPC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -56181,6 +56254,27 @@ "qQV" = ( /turf/template_noop, /area/template_noop) +"qSX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"qTS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Port"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "qVL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56200,10 +56294,6 @@ }, /turf/open/floor/plasteel, /area/security/main) -"qVQ" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "qWn" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -56219,6 +56309,25 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"qZY" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"rch" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 @@ -56238,28 +56347,11 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"reb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +"rez" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable/yellow, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "reN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56299,18 +56391,29 @@ /obj/structure/closet/crate, /turf/open/floor/plating, /area/maintenance/aft) -"rgy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ +"rgU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/effect/turf_decal/tile/brown{ +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56318,22 +56421,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"rja" = ( -/obj/structure/window/reinforced, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"rjf" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56371,22 +56458,6 @@ dir = 8 }, /area/hallway/secondary/exit) -"rlX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plating, -/area/storage/tech) "rmd" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56398,12 +56469,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"rmC" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) "rmO" = ( /obj/machinery/portable_atmospherics/canister/bz, /obj/machinery/light/small{ @@ -56417,21 +56482,20 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"rnF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 2; - name = "MiniSat Maint APC"; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +"rov" = ( +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"rpS" = ( +/obj/structure/table, +/obj/item/phone, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56446,27 +56510,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"rru" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rrF" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ layer = 2.35; @@ -56474,28 +56517,35 @@ }, /turf/closed/wall, /area/science/mixing) -"rtL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +"rsJ" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 +/obj/machinery/recharge_station, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 }, -/obj/machinery/door/firedoor/border_only{ +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"rsP" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"rtq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_access_txt = "65" +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel, +/area/engine/engineering) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56515,13 +56565,21 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"rvz" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/structure/cable/yellow{ - icon_state = "1-2" +"rvu" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "rvS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56544,6 +56602,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"rAe" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/maintenance/department/tcoms) "rBa" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -56555,25 +56630,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rCA" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ +"rDq" = ( +/obj/machinery/light{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"rDa" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rDQ" = ( +/obj/machinery/telecomms/broadcaster/preset_left{ + name = "subspace broadcaster A" }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56597,16 +56666,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"rFn" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "rFs" = ( /obj/machinery/camera{ c_tag = "Medbay Treatment Center"; @@ -56643,6 +56702,18 @@ /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/sleeper) +"rFx" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Antechamber APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "rFO" = ( /obj/effect/decal/cleanable/cobweb/cobweb2, /obj/structure/reagent_dispensers/fueltank, @@ -56678,6 +56749,9 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"rGX" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) "rIf" = ( /obj/structure/spacepoddoor, /obj/machinery/door/poddoor/multi_tile/four_tile_ver{ @@ -56685,20 +56759,6 @@ }, /turf/open/floor/engine/airless, /area/escapepodbay) -"rIn" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/computer"; - name = "Telecomms Control Room APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56707,6 +56767,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"rJn" = ( +/obj/item/trash/candy, +/obj/item/clothing/neck/stethoscope, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "rJp" = ( /obj/structure/chair/office/dark{ dir = 1 @@ -56714,15 +56783,21 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rLr" = ( +"rJE" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-8" }, /turf/open/floor/plasteel, -/area/hallway/primary/central) +/area/hallway/primary/aft) +"rKp" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -56732,9 +56807,12 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rOO" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, +"rOX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/turf/open/floor/plasteel, /area/hallway/primary/central) "rPi" = ( /obj/structure/cable{ @@ -56763,18 +56841,45 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) -"rRQ" = ( +"rTK" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 26 + }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"rUN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"rUp" = ( +/obj/item/toy/talking/AI{ + pixel_x = -4; + pixel_y = 5 + }, /obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/crowbar, +/obj/item/mmi, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"rUE" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector, /turf/open/floor/plasteel/white, -/area/storage/tech) +/area/maintenance/department/tcoms) +"rUI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "rVk" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56786,6 +56891,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"rVm" = ( +/obj/machinery/telecomms/receiver/preset_left{ + name = "subspace receiver A" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "rVA" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56798,30 +56909,47 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"rWp" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +"rWP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "rXN" = ( /obj/effect/landmark/start/yogs/mining_medic, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"rXY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"rXP" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"rYe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"rXW" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-4" }, +/obj/structure/cable, /turf/open/floor/plating, /area/storage/tech) -"rYE" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) +"rYV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "rZf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56847,17 +56975,19 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"saf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"sal" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ dir = 8 }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "saK" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56892,20 +57022,30 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"sdw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 +"sdm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"sec" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" }, +/obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "sej" = ( /obj/structure/table, /obj/item/flashlight/lamp, @@ -56921,19 +57061,23 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"seS" = ( +"sfD" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - dir = 8; - name = "SMES room APC"; - pixel_x = -24 - }, -/obj/structure/cable, /turf/open/floor/plasteel/dark, -/area/engine/engine_smes) +/area/ai_monitored/turret_protected/ai_upload_foyer) "sga" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -56941,15 +57085,6 @@ dir = 8 }, /area/chapel/main) -"sgg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -56958,15 +57093,6 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"siy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "sjo" = ( /obj/structure/cable{ icon_state = "1-2" @@ -56979,8 +57105,17 @@ /obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/plating, -/area/maintenance/disposal) +/turf/open/floor/plating, +/area/maintenance/disposal) +"skc" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "skk" = ( /obj/structure/closet/secure_closet/hydroponics, /turf/open/floor/plasteel, @@ -57014,31 +57149,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"smV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sow" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Aft"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) -"sro" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ssY" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57062,31 +57172,46 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/white, /area/medical/virology) -"str" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +"sts" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "stF" = ( /obj/structure/sign/departments/minsky/engineering/engineering{ pixel_x = 32 }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"svm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "swh" = ( /obj/structure/cable, /obj/machinery/power/tracker, /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) +"swD" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"sxS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "szl" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57098,6 +57223,14 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"szo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "szB" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = -32 @@ -57113,31 +57246,12 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"szH" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"sBQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"sCK" = ( -/obj/machinery/telecomms/receiver/preset_left{ - name = "subspace receiver A" +"sAO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57149,29 +57263,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"sDL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"sDO" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plasteel/white, -/area/storage/tech) "sEf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57206,17 +57297,25 @@ /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, /area/template_noop) -"sFo" = ( -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ - dir = 1 +"sFW" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 }, -/turf/open/floor/plating, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"sGq" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "sGC" = ( /obj/machinery/button/door{ id = "Dorm2"; @@ -57227,6 +57326,15 @@ }, /turf/template_noop, /area/crew_quarters/dorms) +"sGV" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "sHa" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -57251,19 +57359,24 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) -"sIB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +"sIn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 +/obj/structure/cable/white{ + icon_state = "4-8" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"sIW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "sJh" = ( /obj/structure/cable/yellow{ icon_state = "2-4" @@ -57276,14 +57389,12 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"sKu" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" +"sJI" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) "sKP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57315,6 +57426,24 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"sLm" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "sLs" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -57338,6 +57467,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"sNF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/meter{ + pixel_x = -5; + pixel_y = -3; + target_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "sOm" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plasteel/dark, @@ -57352,18 +57490,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"sOq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "sOs" = ( /obj/machinery/door/airlock/maintenance, /obj/effect/mapping_helpers/airlock/abandoned, @@ -57375,6 +57501,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sOS" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"sPG" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"sQH" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57391,14 +57530,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sRs" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "sSM" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -57424,21 +57555,15 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"sUN" = ( -/obj/machinery/door/window/brigdoor/westleft{ - name = "AI Satellite Access"; - req_one_access_txt = "32;19" +"sVW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"sVR" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 }, -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "sVZ" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -57478,6 +57603,25 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/central) +"sWD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"sXJ" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) "sYf" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -57493,18 +57637,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"sYF" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "sZC" = ( /obj/structure/sign/warning{ name = "SECURE AREA"; @@ -57517,25 +57649,32 @@ /obj/structure/chair/wood/wings, /turf/open/floor/plasteel/dark, /area/chapel/main) -"taj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" +"taz" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"tak" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"tbs" = ( +/obj/machinery/power/terminal{ + dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "2-4" +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -57545,32 +57684,9 @@ }, /turf/open/floor/plasteel, /area/science/mixing) -"tbM" = ( -/obj/machinery/porta_turret/ai{ - scan_range = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) -"tdj" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/maintenance/department/tcoms) "tes" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -57595,51 +57711,9 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"tfc" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "tfA" = ( /turf/template_noop, /area/space) -"tgs" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"tgx" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "tgI" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -57659,6 +57733,16 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"thj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "thv" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ @@ -57698,18 +57782,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"tle" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -57793,21 +57865,6 @@ }, /turf/open/floor/plasteel, /area/security/courtroom) -"tri" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "tro" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57816,103 +57873,16 @@ }, /turf/open/floor/plasteel/stairs, /area/escapepodbay) -"tsj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tsD" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/space/basic, -/area/space/nearstation) "tsI" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, /turf/open/floor/plasteel, /area/quartermaster/office) -"tsQ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"tsY" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; - req_access_txt = "16" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"ttv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "ttZ" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel, /area/escapepodbay) -"twd" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "txj" = ( /obj/structure/lattice, /obj/structure/transit_tube/junction/flipped{ @@ -57920,13 +57890,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"txA" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "txU" = ( /obj/machinery/camera{ c_tag = "Security Escape Pod"; @@ -57949,6 +57912,11 @@ }, /turf/open/space, /area/solar/starboard/aft) +"tAg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tAu" = ( /obj/machinery/light/small{ dir = 1 @@ -57999,46 +57967,34 @@ }, /turf/open/floor/plasteel, /area/storage/tools) -"tFb" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"tFi" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +"tEz" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat","ss13") }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 +/turf/open/space/basic, +/area/space) +"tFj" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"tFr" = ( -/obj/structure/rack, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 +/obj/machinery/porta_turret/ai{ + scan_range = 5 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "tFJ" = ( /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) -"tGB" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13,tcomms") +"tHQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -58055,6 +58011,12 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) +"tKK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) "tLh" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -58071,9 +58033,16 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"tMw" = ( -/turf/closed/wall/r_wall, -/area/construction) +"tMB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "tMI" = ( /obj/machinery/atmospherics/pipe/simple/purple/hidden{ dir = 4 @@ -58116,14 +58085,6 @@ }, /turf/open/floor/plasteel, /area/storage/tools) -"tPt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) "tPY" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -58139,21 +58100,17 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"tQC" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tQD" = ( /turf/closed/wall/r_wall, /area/maintenance/aft) +"tQE" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "tRr" = ( /obj/machinery/advanced_airlock_controller{ dir = 4; @@ -58165,9 +58122,26 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"tSm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) +"tTv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "tTF" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58189,18 +58163,32 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"tTU" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld{ - pixel_x = -8; - pixel_y = 2 +"tUd" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 }, -/obj/item/aicard{ - pixel_x = 6; - pixel_y = 1 +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"tUl" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13,tcomms") + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "tUE" = ( /obj/machinery/light/small{ dir = 4 @@ -58224,21 +58212,20 @@ }, /turf/open/floor/wood, /area/lawoffice) -"tVy" = ( +"tVn" = ( /obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, -/obj/item/wirecutters, -/obj/machinery/status_display/ai{ - pixel_y = 32 +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, /turf/open/floor/plasteel/white, /area/storage/tech) -"tVM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating, -/area/storage/tech) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58255,6 +58242,15 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"tXw" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard"; + dir = 4; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "tYa" = ( /obj/structure/cable{ icon_state = "4-8" @@ -58270,18 +58266,33 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"ube" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +"tYz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) +"tYF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating, +/area/storage/tech) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58301,36 +58312,42 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"ueh" = ( -/obj/machinery/computer/med_data{ +"udr" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/plasteel, -/area/medical/paramedic) -"ueo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"udN" = ( +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ +/obj/effect/turf_decal/tile/darkblue{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"ufV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 +"ueh" = ( +/obj/machinery/computer/med_data{ + dir = 1 }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel, +/area/medical/paramedic) +"ufd" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plasteel/white, /area/storage/tech) "ugv" = ( /obj/item/radio/intercom{ @@ -58338,12 +58355,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"ugA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58351,16 +58362,6 @@ /obj/item/stack/sheet/metal/fifty, /turf/open/floor/plasteel, /area/storage/tools) -"ukk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/holopad, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ukG" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58382,27 +58383,16 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"ulN" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plating, +"umb" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/machinery/light, +/turf/open/floor/plasteel/white, /area/storage/tech) "umU" = ( /obj/effect/turf_decal/stripes/line{ @@ -58416,18 +58406,27 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"unw" = ( -/obj/effect/turf_decal/stripes/line{ +"unl" = ( +/obj/structure/chair/office/dark{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_x = 28; + pixel_y = -26 }, -/turf/open/floor/plating, -/area/storage/tech) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "unC" = ( /obj/machinery/light/small{ dir = 8 @@ -58464,28 +58463,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) -"uqi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27; - pixel_y = -34 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 6; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "uqD" = ( /obj/machinery/door/airlock/external{ name = "Atmospherics External Airlock"; @@ -58501,17 +58478,35 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"utt" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +"urQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/engine/engineering) +"usr" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) +"utK" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58542,21 +58537,20 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"uzm" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/construction) -"uBZ" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ +"uAw" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"uDZ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58576,24 +58570,10 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/exit) -"uFG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +"uGs" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/engine/engineering) "uHN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58614,24 +58594,51 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uKd" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 +"uIL" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 }, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/obj/machinery/porta_turret/ai{ - scan_range = 5 +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai_upload) +"uJf" = ( +/obj/machinery/light_switch{ + pixel_y = -27 + }, +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58657,45 +58664,35 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uKN" = ( -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 10 +"uLd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"uOT" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"uOu" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"uPs" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uOD" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/machinery/porta_turret/ai{ + scan_range = 4 }, -/turf/open/floor/plasteel/dark/telecomms, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"uPV" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) "uQe" = ( /obj/structure/table/wood, @@ -58739,31 +58736,96 @@ /obj/item/wirecutters, /turf/open/floor/plasteel, /area/hydroponics) -"uUg" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" +"uSg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/space/basic, +/area/space/nearstation) +"uSi" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"uTC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"uVz" = ( +/obj/machinery/newscaster{ + pixel_y = 32 }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 1; - name = "Telecommunications Maintenance APC"; - pixel_y = 24 +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plasteel, /area/escapepodbay) -"uXy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "2-4" +"uWq" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"uWK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uXY" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -58790,13 +58852,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"uZr" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vaZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -58824,6 +58879,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"vcu" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vcH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58849,13 +58917,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vdk" = ( -/obj/machinery/blackbox_recorder, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "vfv" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -58869,17 +58930,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vhm" = ( -/turf/closed/wall, -/area/tcommsat/computer) -"vjg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/construction) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -58900,13 +58950,18 @@ /obj/item/clothing/glasses/welding, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"vkj" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer1{ - dir = 4; - name = "AI Satellite Supply" +"vjY" = ( +/obj/structure/chair/office/dark{ + dir = 8 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "vkK" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -58921,34 +58976,47 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vlg" = ( -/obj/machinery/computer/upload/ai{ +"vls" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +/turf/open/floor/plating, +/area/storage/tech) +"vmN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/effect/turf_decal/tile/darkblue{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/status_display/ai{ + pixel_y = 32 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, /area/engine/engineering) +"vnr" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "vnv" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -58965,28 +59033,15 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vnD" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"vnE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +"vou" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/obj/structure/cable/yellow{ +/obj/structure/cable/white{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "voB" = ( /obj/machinery/vending/cigarette, /turf/open/floor/plasteel, @@ -59022,13 +59077,21 @@ /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) "vrg" = ( -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "vrz" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -59056,17 +59119,22 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"vvq" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 +"vvn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "vvr" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -59081,15 +59149,6 @@ }, /turf/open/floor/plating, /area/security/processing) -"vvX" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai satellite."; - name = "AI Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "vxh" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -59098,15 +59157,27 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vzd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/meter{ - pixel_x = -5; - pixel_y = -3; - target_layer = 1 +"vxp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/station{ + dir = 8 }, +/obj/structure/transit_tube_pod, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"vxu" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, /turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/area/hallway/primary/central) +"vyB" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59128,23 +59199,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"vAJ" = ( -/obj/structure/table/wood, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/folder{ - pixel_x = 6; - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"vAQ" = ( -/obj/machinery/atmospherics/components/binary/valve/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "vBd" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -59211,15 +59265,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/chapel/main) -"vFQ" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/item/radio/off{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "vGW" = ( /obj/effect/landmark/start/atmospheric_technician, /obj/structure/chair/office/dark{ @@ -59227,20 +59272,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vJE" = ( -/obj/machinery/telecomms/broadcaster/preset_right{ - name = "subspace broadcaster B" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"vJZ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "vKC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59260,6 +59291,25 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) +"vMx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 @@ -59271,6 +59321,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"vOs" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "vOD" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, @@ -59283,6 +59342,12 @@ }, /turf/open/space, /area/space) +"vQN" = ( +/obj/machinery/telecomms/broadcaster/preset_right{ + name = "subspace broadcaster B" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "vRI" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -59302,6 +59367,19 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/mixing) +"vSp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/construction) +"vSq" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "vSD" = ( /obj/machinery/pipedispenser, /obj/structure/extinguisher_cabinet{ @@ -59315,39 +59393,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"vTj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"vTq" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "vUg" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -59362,6 +59407,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/wood, /area/maintenance/fore) +"vVF" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "vVV" = ( /obj/structure/table, /obj/item/folder/white, @@ -59381,17 +59438,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"vWp" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/core/full/custom, -/obj/item/aiModule/reset, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"vYl" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plasteel/white, -/area/storage/tech) "vYs" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 4 @@ -59405,9 +59451,13 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) -"vYI" = ( -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +"vZn" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59427,12 +59477,54 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"waI" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 7; + pixel_y = -23 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Server Room Access"; + dir = 4; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "wec" = ( /obj/machinery/light/small{ dir = 8 }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"wet" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "weD" = ( /obj/machinery/conveyor{ dir = 4; @@ -59443,16 +59535,11 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"wfD" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +"wfn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/white, +/area/storage/tech) "wfJ" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59469,10 +59556,9 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"wgA" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"whH" = ( +/turf/closed/wall, +/area/ai_monitored/storage/satellite) "wil" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59480,15 +59566,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/port/aft) -"wiu" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "wjn" = ( /obj/structure/cable, /obj/structure/cable{ @@ -59501,22 +59578,18 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) -"wjZ" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") +"wjP" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = 2 }, -/obj/structure/table/reinforced, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 +/obj/item/aicard{ + pixel_x = 6; + pixel_y = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "wkE" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -59531,18 +59604,6 @@ "wkN" = ( /turf/closed/wall, /area/science/nanite) -"wkY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"wlJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/construction) "wmp" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -59570,6 +59631,22 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"wna" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59593,21 +59670,29 @@ /turf/open/floor/plasteel, /area/hallway/secondary/entry) "wtY" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"wuF" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Fore"; - dir = 8; - network = list("minisat") +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wtZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wuE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wuM" = ( /obj/machinery/meter, /obj/machinery/button/door{ @@ -59627,21 +59712,15 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wvo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 +"wvu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 }, -/obj/structure/cable/white{ - icon_state = "0-4" +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/area/engine/gravity_generator) "wvK" = ( /obj/machinery/button/door{ id = "maint2"; @@ -59678,10 +59757,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"wwS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/construction) +"wws" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "wxr" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -59718,6 +59797,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"wyE" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft"; + dir = 2; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) "wyT" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/camera{ @@ -59727,6 +59815,15 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"wza" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Starboard"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "wzt" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -59754,10 +59851,6 @@ /obj/effect/landmark/stationroom/box/hydroponics, /turf/open/floor/plasteel, /area/hydroponics) -"wBD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "wCs" = ( /obj/machinery/power/apc{ areastring = "/area/security/main"; @@ -59782,6 +59875,15 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/fore) +"wDa" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wDq" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -59797,6 +59899,26 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"wDF" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) "wEx" = ( /obj/machinery/conveyor{ dir = 4; @@ -59813,19 +59935,29 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wFr" = ( -/obj/effect/turf_decal/stripes/line{ +"wFx" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"wFN" = ( +/obj/machinery/light{ dir = 8 }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage"; - dir = 8 +/obj/structure/chair/office/light{ + dir = 1 }, -/obj/machinery/light/small{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"wHl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59851,30 +59983,42 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"wNB" = ( +"wMH" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + network = list("ss13","RD") + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the AI Upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"wOW" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/light{ - dir = 1 +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 }, /obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/machinery/door/firedoor/border_only{ dir = 8 }, /obj/structure/closet/radiation, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, /turf/open/floor/plasteel, /area/engine/engine_smes) -"wPv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "wPB" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -59884,33 +60028,16 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wQo" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - network = list("ss13","tcomms"); - pixel_x = 22 - }, +"wRz" = ( +/obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/neutral{ - dir = 1 + dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"wQE" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "wRK" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -59931,23 +60058,12 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wSY" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"wTd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"wTm" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 +"wSI" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/closed/wall/r_wall, -/area/engine/engineering) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -59980,22 +60096,13 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"wUD" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"wUS" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" +"wVH" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -60014,96 +60121,37 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"wXt" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"wYz" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"wYZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, +"wXE" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"wYD" = ( /obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"wZo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wZp" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 + icon_state = "1-4" }, -/obj/machinery/vending/assist, /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 1 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 }, -/turf/open/floor/plating, -/area/storage/tech) -"wZT" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, -/area/hallway/primary/aft) +/area/engine/engine_smes) +"wYU" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) "wZZ" = ( /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) -"xbm" = ( -/obj/machinery/cell_charger, -/obj/structure/table, -/obj/item/stock_parts/cell/high{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/machinery/light/small{ - dir = 1 +"xcE" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"xcA" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel, +/area/engine/engineering) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -60119,66 +60167,51 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"xdc" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"xdo" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +"xdN" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, /obj/structure/cable/yellow{ icon_state = "1-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"xel" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - layer = 4.1; - name = "Secondary AI Core Access"; - obj_integrity = 300; - pixel_y = -4; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = 10 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = 21 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = 10 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) -"xew" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) +"xes" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("minisat","ss13") }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/space/basic, +/area/space/nearstation) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, /turf/open/space/basic, /area/space) +"xfC" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "xhV" = ( /obj/structure/cable{ icon_state = "2-8" @@ -60190,14 +60223,23 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xne" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Port"; - network = list("minisat") +"xkO" = ( +/obj/structure/cable/white{ + icon_state = "4-8" }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"xmd" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/construction) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -60205,6 +60247,24 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) +"xnB" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "xnF" = ( /obj/structure/grille, /turf/open/floor/plating/airless, @@ -60233,16 +60293,17 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"xpi" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +"xqV" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore","ss13") }, -/obj/effect/decal/remains/robot, -/obj/machinery/light/small{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xrr" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -60262,52 +60323,29 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) -"xsB" = ( +"xsy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 + dir = 6 }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"xtP" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xul" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) -"xvm" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"xvz" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 4; - name = "MiniSat Antechamber APC"; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -60315,6 +60353,9 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"xvR" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) "xvY" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -60322,39 +60363,33 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xxF" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 +"xxi" = ( +/obj/item/radio/intercom{ + pixel_y = 30 }, -/turf/open/floor/plasteel, -/area/bridge) -"xyH" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"xyz" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"xyD" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xAV" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "xBo" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -60366,15 +60401,18 @@ }, /turf/open/floor/engine, /area/escapepodbay) -"xCv" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 +"xDt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/maintenance/port/aft) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -60399,31 +60437,40 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) +"xGh" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xHa" = ( /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plasteel, /area/engine/atmos) +"xHU" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xIa" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/grille_or_trash, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"xIx" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "xJj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -60457,6 +60504,21 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"xLI" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xLZ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plating, +/area/storage/tech) "xML" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60471,40 +60533,47 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xOr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 +"xOA" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, -/turf/open/floor/plating, -/area/storage/tech) -"xOy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft"; - dir = 2; - network = list("minisat","ss13") +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"xPc" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_x = -4; - pixel_y = 7 +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, -/obj/item/toy/figure/borg{ - pixel_x = -4; - pixel_y = -2 +/turf/open/floor/plasteel, +/area/bridge) +"xPI" = ( +/obj/machinery/light{ + dir = 1 }, -/obj/item/phone{ - pixel_x = 7; - pixel_y = 1 +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -28 +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = 32 }, -/turf/open/floor/plasteel/grimy, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"xPO" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "xQA" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, @@ -60519,28 +60588,6 @@ /obj/item/clothing/under/yogs/rank/clerk/skirt, /turf/open/floor/plasteel, /area/clerk) -"xSV" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"xTd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xTD" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -60565,12 +60612,37 @@ /obj/item/pet_carrier/xenobio, /turf/open/floor/plasteel, /area/science/xenobiology) +"xUU" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 9; + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xWi" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, /obj/item/storage/box/lights/mixed, /turf/open/floor/plating, /area/maintenance/port) +"xWj" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "xWw" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -60584,12 +60656,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"xXP" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "xYi" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -60639,6 +60705,15 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) +"yaT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ybU" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -60657,21 +60732,22 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) -"ydo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 +"ydv" = ( +/obj/machinery/airalarm{ + pixel_y = 24 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "2-8" +/turf/open/floor/plating, +/area/storage/tech) +"ydJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/storage/tech) "ydU" = ( /obj/machinery/portable_atmospherics/canister/bz, /turf/open/floor/plasteel/dark, @@ -60688,22 +60764,6 @@ /obj/structure/tank_dispenser, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"yep" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Maintenance"; - dir = 8; - name = "ai camera"; - network = list("minisat","ss13"); - start_active = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -60713,30 +60773,12 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"yht" = ( -/obj/structure/window/reinforced{ +"yho" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/structure/transit_tube/station{ - dir = 8 - }, -/obj/structure/transit_tube_pod, /turf/open/floor/plasteel/dark, -/area/engine/engineering) -"yhu" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/area/maintenance/department/tcoms) "yie" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -60752,29 +60794,24 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"yiF" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) "yjy" = ( /obj/structure/transit_tube/diagonal{ dir = 4 }, /turf/open/space/basic, /area/space/nearstation) -"ykY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"yku" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/storage/tech) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "ylH" = ( /obj/machinery/sparker{ id = "testigniter"; @@ -60782,13 +60819,6 @@ }, /turf/open/floor/engine, /area/science/misc_lab) -"ylY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) (1,1,1) = {" aaa @@ -84861,16 +84891,16 @@ aaa cjJ ckw clC -seS -lcM -rja -uqi -kVv +kYt +tTv +kxI +qum +wFN btG -gtb -iAk -pfH -wkY +sVW +owj +sPG +mLW bgN btG aaa @@ -85122,13 +85152,13 @@ aGx clE cnN bBF -pWg +eKa btG -atf +ptv bih big bii -kTj +vZn btG aaa aaa @@ -85378,10 +85408,10 @@ clD bEh cnn cnM -fXT -hVq -hrf -xsB +wYD +kmj +sec +mmK big bgN bkZ @@ -85636,9 +85666,9 @@ aSi clG cnP bBH -oEw +put btG -pMw +nNA bii big bih @@ -85889,17 +85919,17 @@ aaa cjJ ckz clF -gqh +xAV cnp -cnO -bEH -utt +cGF +deT +xPO btG -lRT -uXy -wfD -jsj -jOt +dzp +mlL +dLA +wvu +aMI btG gXs gXs @@ -86149,17 +86179,17 @@ cjJ cjJ cjJ cnR -tfc +hiB cjJ btG -pMN -mcn +oOy +kOZ btG btG btG btG gXs -cHf +sXJ abY aaT aaT @@ -86405,9 +86435,9 @@ aaa aaa aaf cjJ -wNB +gVZ bEL -qAS +rsJ cjJ btG btG @@ -86416,7 +86446,7 @@ aaf aoV aaa gXs -cHf +sXJ ctv ctv ctv @@ -86662,7 +86692,7 @@ bCq bCq bCq cjJ -uFG +wOW aZi aHm cjJ @@ -86905,7 +86935,7 @@ bIp bCq bCq ceW -gXg +gDt bSs bCq bCq @@ -86920,7 +86950,7 @@ ceY ccw ccw cnR -hRU +rgU cjJ ccw ccw @@ -87145,24 +87175,24 @@ bqM bCn bGq bGq -kPc +xDt bGq bLw bGq bGq bGq bLw -kPc +xDt bGq hQb qsH bCq bIb -ijh +iZh bIC bCq bJp -uKN +rJn bJD bCq bJV @@ -87176,10 +87206,10 @@ bHE bHE cmD cnr -mQs +lKv bEP -iTM -wYz +nZq +sGq bkz bkA crp @@ -87398,25 +87428,25 @@ bnM bAe bBg mlj -mgr -mgr -wUS -gZL -gVB -mgr -wUS -gZL -gZL -gZL -gZL -gVB -mgr +wYU +wYU +kHH +uOu +gJA +wYU +kHH +uOu +uOu +uOu +uOu +gJA +wYU bCq vAA bCq bIf bCq -crM +mIS bCq bPr bPr @@ -87653,7 +87683,7 @@ aKF aLX aJq aJq -kfu +rOX mlj aaa aaf @@ -87667,7 +87697,7 @@ gXs aaa aaa aaa -mgr +wYU ciT bqD bCq @@ -87910,8 +87940,8 @@ bwg aJw aJq aJq -rLr -fGd +eNm +vxu gXs aaa aaa @@ -87922,20 +87952,20 @@ gXs aoV gXs aaa -tsQ -dIW -mgr +lgX +djE +wYU pew bqD bCq gXs gXs aaf -mDh -fJu -qAd -sKu -qyo +hWU +ehF +dUo +usr +rXW aaf bCq cay @@ -88167,7 +88197,7 @@ bqy aJw aJq aJq -hUq +bUV mlj gXs gXs @@ -88178,8 +88208,8 @@ bfv bfv gXs gXs -tsQ -gVB +lgX +gJA bUs bHE bHE @@ -88188,11 +88218,11 @@ bPr bPr bPr gXs -rFn -pHP -vJZ -hCG -rFn +iOh +tAg +fxU +fDz +iOh aaa bCq cay @@ -88424,20 +88454,20 @@ bmr bmr byN aJq -rLr -fGd +eNm +vxu aaa bfv bfv -fiP -gyr -vWp +xfC +hYp +nYM bfv bfv aaa -ePv -ptG -nLk +pxZ +cYk +xnB bGq bGq bww @@ -88445,11 +88475,11 @@ bHE bHE bPr aaa -rFn -ufV -mUv -wFr -rFn +iOh +mvN +gjR +mvP +iOh aaa bCq cay @@ -88681,18 +88711,18 @@ bwi bmr aMm aJq -qbC +lcl mlj -ddd -ddd -tbM +xvR +xvR +fEw aDq -euA +kuT aDq -eMg +tFj bfv gXs -tMw +bTQ bNI bvG bNI @@ -88702,11 +88732,11 @@ bNI bHE bCs bCs -qrP +lnJ bGu -uOT +mCP bJi -qrP +lnJ bCs bCs cay @@ -88936,35 +88966,35 @@ brS bsY ays bmr -wUD +dUX cBw -reb +dBi mlj -cxQ -ddd -ikN -pby -rXY -cGU -nen -jHk -aaa -tMw +wMH +xvR +jgl +aHj +eSC +lba +pWC +ybU +aaa +bTQ bRl -jRJ -uzm -lpT +uTC +fZz +ptd cCf bNI bHE bCs -hIb -yiF -olI -poD -cFz -gjn -mmx +tVn +rXP +iEH +tYF +ufd +aOZ +ofC bCs cay ccw @@ -89194,34 +89224,34 @@ buO bwk bmr aMn -jGn -qjb -eIx -buP -xvm -iVZ -jrl -xSV -oHX -wjZ +ohV +lXm +sfD +dXh +ljO +opF +fOj +olL +eSN +dqd bfv aaa -tMw +bTQ cCd -fPQ -nlu +qSX +eJn cCd cCe bNI bHE bCs -tVy -rmC -sBQ -jTH -ykY -pBu -mDI +mAo +pWb +jFb +psQ +ydJ +iMI +umb bCs cay ccw @@ -89451,34 +89481,34 @@ buN aCO bmr byP -dLF -sDL +nDl +aSy mlj -pmI -ddd +hti +xvR aDq -pby -prR -ocZ -vlg -jHk +aHj +hqg +eFe +uIL +ybU gXs -tMw +bTQ bNJ bvc -vjg +jbc bNJ cCe bNI bHE bCs -htm -rUN -rYe -iMk -xOr -pfF -sDO +fwF +elG +vls +rch +pfz +kEY +onO bCs cay ccw @@ -89708,34 +89738,34 @@ bnS aUt bfs bft -eZn -fyu +wtZ +iZV mlj -ddd -ddd -uKd +xvR +xvR +sLm aDq -mnT +hTS aDq -tbM +fEw bfv gXs -tMw +bTQ bNL buQ xhV -wlJ -jEc +iEf +eew bNI bHE bCs -dqN -ulN -hla -rlX -sgg -nSi -vvq +vnr +kKW +dcw +ozz +cef +mgw +jxF bCs cay ccw @@ -89966,33 +89996,33 @@ bmr bmr byQ bne -icK -fGd +rWP +vxu aaa bfv bfv -jQm -hdC -gOd +wna +iiX +dWS bfv bfv aaa -tMw -dHG -nku -wwS -gwl -qIu +bTQ +ipN +dND +vSp +tKK +nEo bNI bHE bCs -hmu -cxy -cbg -pMf -lfW -jAW -kAZ +skc +hEF +wFx +hAE +lux +fHh +qZY bCs cay ccw @@ -90201,7 +90231,7 @@ aSv aTV aYg aTX -gId +wDF aZM aZM aZM @@ -90211,10 +90241,10 @@ aZM aZM aZM aZM -kKE -fdn -iUu -xcA +bUp +pwX +poW +hDv gXs aaa gXs @@ -90223,7 +90253,7 @@ gXs bOS aXf bne -lkg +hhW mlj aaa gXs @@ -90234,7 +90264,7 @@ bfv bfv aaa aaa -tMw +bTQ bNJ buQ cCd @@ -90243,13 +90273,13 @@ cCc bNI bHE bCs -gyy -jaU -lmm -unw -lmm -mcF -wZp +pzo +vMx +iML +fLO +iML +sxS +goI bCs cay ccw @@ -90460,28 +90490,28 @@ aXY aWO aPR bVI -nmQ -xTd -kwh -cPO -uZr -egs -xdc -ggi -ube -dlY -jHi -xcA +wRz +mPo +bKC +lyG +lOy +hVf +uAw +hsT +utK +oFd +fYR +hDv bVJ -pYd -pYd -vhm +mZh +mZh +gPo aaa bOS aXf bne -nnM -fGd +kFo +vxu gXs gXs aaa @@ -90491,7 +90521,7 @@ aaa gXs aaa gXs -tMw +bTQ cjo buQ bNJ @@ -90500,13 +90530,13 @@ cCb bNI bHE bCs -pBg -vTj -dKm -pvS -cLv -jAW -vYl +ydv +glZ +alm +gcf +wfn +fHh +ovM bCs cay ccw @@ -90715,25 +90745,25 @@ aSx aTX aYg aWU -jiV -hWp -eKr -wtY -dBR -iYx -mIR -ueo -sCK -ggi -iEW -dlY -dlY -jGF +nxQ +laX +iXp +xtP +mFq +ffa +rKp +uWK +rVm +hsT +cLN +oFd +oFd +ekS bVJ -qrg -xyH -vhm -vhm +nSp +vrg +gPo +gPo aJw aXf bne @@ -90748,17 +90778,17 @@ aaa gXs gXs gXs -tMw -gFX +bTQ +ehi bvc -bkw +xmd bNJ bSz bNI bHE bCs -tVM -csz +xLZ +tYz bCs bCs bCs @@ -90973,39 +91003,39 @@ aTW aYv aWQ aPR -cYH -nfK -qAy -luz -nJZ -mFN -dfB +rDQ +uWq +fDq +uPV +gYs +jrb +xUU bVI bVI -xcA -uUg -qpL -hTY +hDv +eOb +jhm +rov bVJ -sYF -vYI -tGB -nTn +vjY +ltM +tUl +fwt aJw byS bne aDs mlj -ffu -pGH -ffu -pGH -ffu -pGH -ffu -ffu -pGH -tMw +sQH +dUe +sQH +dUe +sQH +dUe +sQH +sQH +dUe +bTQ bNI bvd bNI @@ -91015,12 +91045,12 @@ bNI bTz bCs bCs -ccq +gNh bCs -kbI -ipF -ixx -xIx +nzV +gSC +rsP +nJB bCq cdi ccw @@ -91228,40 +91258,40 @@ aRn aSz aTY aYA -xxF +tUd aPR -wQo -hYd -gpD -iOY -iMN -coX -kWH -iLi -oAm -xcA -iHO -glF -dlY +nRg +ogw +gzU +udN +nqc +icE +lFD +qnT +waI +hDv +kMQ +yho +oFd bVJ -rDa -vYI -fQo -vYI +vSq +ltM +dqX +ltM aJw -jPI +dAB aXM aUv bCu bAO -dso +kUi bSA -dso +kUi bSA -dso +kUi bHR bIe -dso +kUi bJz bSA bve @@ -91271,14 +91301,14 @@ bSA bWL bSA bSA -sdw -nNV +ivP +wet bSA -jFb +nlb bLI bWJ -fUr -yhu +uSi +lar caC ccw cij @@ -91482,54 +91512,54 @@ aNx aOE aPS aRm -glr +lgS aTX aZf -pVl +oTr aPR -hLC -ndF -ext -juL -fSG -wZo -nfw -tdj -ttv -oGy -cNC -piA -vrg -kTo -hui -lVx -qom -pxb -oIT +wSI +xGh +cya +ojJ +miJ +pWA +gGn +rAe +xsy +dPs +udr +luF +oEs +hdV +ebs +fIY +dbD +yku +gDn bwa boU aXE jWz bQQ -dwA +tSm aXW -iGs +rJE aYt -dwA +tSm bLZ bbp -dwA +tSm bLZ -qMS -gqg +iWk +lXU cBH bMG bLZ bLZ bLZ bLZ -qrp -ydo +hxi +sWD bLZ cbr bLZ @@ -91742,28 +91772,28 @@ aRp aSB aTZ aZg -diK +nNV aPR -ylY -vnE -mXl -mvA -uPs -tgs -tQC -iLi -twd -xcA -mzM -eEY -kiZ +wuE +nCg +qiU +jsz +vcu +mgg +fBt +qnT +jmy +hDv +hGH +eOF +meI bVJ -wQE -vYI -rRQ -rIn +gQI +ltM +wHl +cFm aJw -dLK +iaF bfz aXf bzG @@ -91785,7 +91815,7 @@ bQg bQg bQg bQg -wZT +ohG bFq bFq cbt @@ -91999,26 +92029,26 @@ aRo aSA aTX aYA -fmc +aSW aPR -lpV -cWF -tFb -rvz -iYd -txA -rru -fSu -fSu -iCD -bbE -kmq -pXw +pJR +khG +gpK +bQt +lXI +htP +lFz +kyr +kyr +xdN +pxJ +qge +gkm bVJ -vnD -qgP -nuT -nhk +dkH +unl +daz +uJf aJw aOx aJq @@ -92257,25 +92287,25 @@ aSD ceh aZj aWU -jiV -vdk -nok -myk -dfy -pXP -wgA -lLw -vJE -ggi -eLv -dTg -svm -vFQ +nxQ +eXG +iiJ +mMq +ezy +kmu +sts +hng +vQN +hsT +rUE +pHP +hpq +mTP bVJ -szH -nAz -vhm -vhm +uVz +wVH +gPo +gPo aJw aJq aJq @@ -92513,25 +92543,25 @@ aRq aSC aUa aZl -khi +gaY aPR bVI -rgy -ogx -iMl -lIZ -cRI -sIB -qVQ -ggi -fjM -doB -qAM -xcA +nXi +mfo +icD +ftq +wDa +sal +inL +hsT +hgt +lBV +ehQ +hDv bVJ -pYd -pYd -vhm +mZh +mZh +gPo aaa bOS aJq @@ -92771,7 +92801,7 @@ aSE aUc aYA aTX -gvj +xOA aZV aZV aZV @@ -92781,10 +92811,10 @@ aZV aZV aZV aZV -wiu -vTq -kpv -xcA +sGV +tbs +gmE +hDv gXs aoV gXs @@ -94629,15 +94659,15 @@ gXs aaa gXs gXs -wTm -koi -siy -tsj -cBe -nGi -cBe -cBe -dZY +kmq +hOv +lpw +urQ +puO +rDq +puO +puO +xcE oqv tAu ciZ @@ -94886,15 +94916,15 @@ bvA bvA bvA gXs -wTm -pVM -smV -pGr -rjf -nCL -nCL -wBD -hfm +kmq +mcx +yaT +rtq +opO +pJt +pJt +mnn +gmj mRQ xhW xhW @@ -95143,14 +95173,14 @@ bMf bMf bvA aaa -wTm +kmq ccw -kBO -sUN -kBO +kRd +fny +kRd ccw ccw -kSA +kTO clJ cig ciZ @@ -95364,7 +95394,7 @@ bwu bwu bwu bBB -rOO +xyz aJw bFp bGJ @@ -95402,13 +95432,13 @@ bvA aaa dOc sRa -juv -yht -jcR +nBL +vxp +lVW llD ccw -fki -hjy +xxi +hRa cig cig bOg @@ -95664,8 +95694,8 @@ ajX ajX ltm ccw -vvX -iDj +gSG +kky ccw aaa afp @@ -95920,10 +95950,10 @@ aaa aaa aaa cqY -dXC -lhr -jkt -dXC +uGs +gFP +rpS +uGs aaa aaa aaa @@ -96177,10 +96207,10 @@ yjy aaa akE aaa -dXC -dXC -dXC -dXC +uGs +uGs +uGs +uGs aaa aaa aaa @@ -99529,10 +99559,10 @@ aaa pEf gXs aaa -laL -uBZ -bPs -rCA +tEz +daR +pUL +dhb xnR aaa gXs @@ -99784,15 +99814,15 @@ aaa aaa aaa pEf -cWX -cWX -cWX -hId -iuU -rWp -cWX -cWX -cWX +rGX +rGX +rGX +fTc +qPx +kDq +rGX +rGX +rGX pEf aaa aaa @@ -100039,19 +100069,19 @@ aaa aaa aaa pEf -wuF +hjR pEf -iiN -sFo -iGz -ddK -dTa -nUz -hYL -dnU -eMy +gOW +eSg +vVF +fZM +psA +uLd +rYV +laU +mxw pEf -sow +xes pEf gXs aaa @@ -100060,7 +100090,7 @@ aaa aaa aaa aaa -jyd +wXE aaa aaa aaa @@ -100296,19 +100326,19 @@ aaa aaa aaa pEf -rYE -rYE -rYE -rYE -cWX -mba -sRs -str -cWX -cWX -cWX -cWX -cWX +fhL +fhL +fhL +fhL +rGX +vmN +dgY +xyD +rGX +rGX +rGX +rGX +rGX pEf gXs aKN @@ -100553,19 +100583,19 @@ aaa aaa aaa pEf -rYE -emz -eWV -oER -kLG -gUF -tgx -dcL -kLG -iuU -lSI -xXP -cWX +fhL +dfb +lmI +swD +sOS +aCM +pov +sAO +sOS +qPx +oDu +lnh +rGX pEf gXs aKN @@ -100810,19 +100840,19 @@ aaa aaa aaa pEf -rYE -emz -vzd -mRa -kLG -pJO -jPf -nME -tri -hkF -pPK -duM -cWX +fhL +dfb +sNF +igZ +sOS +fXH +wtY +gwq +hBJ +cqj +xLI +iMG +rGX pEf aaa aaa @@ -101067,19 +101097,19 @@ aaa pEf pEf pEf -rYE -xbm -vkj -tTU -kLG -kLG -rtL -kLG -kLG -lgl -eNh -fmp -cWX +fhL +gzv +bXr +wjP +sOS +sOS +qDv +sOS +sOS +iPT +rTK +wws +rGX pEf pEf pEf @@ -101321,25 +101351,25 @@ cSf nkd aaa aaa -cuJ -rYE -rYE -rYE -nfM -rnF -qwN -kLG -tFi -nmK -itT -kLG -kLG -kLG -kLG -cWX -cWX -cWX -xne +qTS +fhL +fhL +fhL +rUp +fCU +whH +sOS +fkz +eBx +rvu +sOS +sOS +sOS +sOS +rGX +rGX +rGX +oSp aaa aKN aaa @@ -101579,23 +101609,23 @@ cmd aaa aaa pEf -rYE -tFr -fNu -fLn -wYZ -qwN -nEG -iuU -klZ -ugA -jAr -kLG -lhd -qoP -vAJ -xPc -cWX +fhL +izG +iSw +rUI +sIW +whH +xPI +qPx +tMB +pfU +sFW +sOS +xWj +lTc +owe +ltV +rGX pEf aaa aKN @@ -101834,25 +101864,25 @@ eGn cmd aaa aaa -mos -mtd -sOq -jCO -vAQ -xew -tak -jJy -pDl -tle -xdo -loB -dpp -nDw -nNb -wPv -nKk -dyS -iWn +oRM +lPg +quR +eCZ +cIi +vOs +lVc +hnO +odZ +fxF +tQE +oiu +lsx +vvn +thj +szo +kZe +pXL +rez pEf gXs aKN @@ -102092,24 +102122,24 @@ rkQ aaa aaa aaa -tsD -rYE -jVN -xpi -yep -wSY -qwN -xCv -mkm -nfi -xvz -xCv -kLG -saf -hcz -iwd -lKO -cWX +uDZ +fhL +pPo +qyl +dKn +gPp +whH +uOD +nLE +oUo +rFx +uOD +sOS +taz +nFj +pBE +oWz +rGX pEf gXs aKN @@ -102349,24 +102379,24 @@ aaa aaa aaa aaa -tsD -rYE -rYE -rYE -rYE -rYE -rYE +uDZ +fhL +fhL +fhL +fhL +fhL +fhL cva cva -tsY +mzV cva cva -cWX -cWX -cWX -cWX -cWX -cWX +rGX +rGX +rGX +rGX +rGX +rGX pEf gXs aaa @@ -102606,7 +102636,7 @@ aaa aaa aaa aaa -ime +uSg pEf pEf pEf @@ -102614,9 +102644,9 @@ pEf cva cva cva -wXt -hEx -wXt +hCp +gCA +hCp cva cva cva @@ -102856,25 +102886,25 @@ lcI bPX aeD aeD -sVR -sVR -sVR -sVR +flV +flV +flV +flV aeF aeF -tPt -eFd +hfo +ctq aaa aaa pEf cva cva cva -ooe -jts -jFf -wTd -kVw +goY +sdm +pJv +ftw +owr cva cva cva @@ -103126,13 +103156,13 @@ pEf pEf cva cva -kxP -lUT -gox -ukk -myq -egc -lqu +pke +tHQ +hbz +qFu +mBc +lLK +nFU cva cva pEf @@ -103379,21 +103409,21 @@ aaa aaa aaa aaa -nMh +nUG cva cva cva -hvQ -gma +lzJ +pkG cva -mWn +mYK cva -wvo -qiQ +nsq +mOM cva cva cva -xOy +wyE aaa aKN aKN @@ -103639,15 +103669,15 @@ aaa pEf cva cva -xel -oIG -ojP -dof -bUm -ifE -sro -fWI -jBQ +gXT +iPX +clr +lpy +pRP +gKr +vou +cFY +lPO cva cva pEf @@ -103897,12 +103927,12 @@ pEf cva cva cva -hWT -gma +jNB +pkG cva -mWn +mYK cva -kwU +sIn azM cva cva @@ -104154,13 +104184,13 @@ pEf pEf cva cva -kxP -ojP -bVR +pke +clr +aes aet -lPI -hrZ -lqu +glz +kXN +nFU cva cva pEf @@ -104412,11 +104442,11 @@ pEf cva cva cva -kem +hmc aet -npS -taj -eos +iPp +vyB +xqV cva cva cva @@ -104666,17 +104696,17 @@ gXs gXs aaa pEf -mle +wza cva cva cva -deR -dlO -keh +ffg +dSG +xkO cva cva cva -cKv +jqC pEf aaa aaa @@ -104928,8 +104958,8 @@ pEf cva cva cva -ldB -mYv +xHU +sJI cva cva pEf @@ -105699,7 +105729,7 @@ gXs gXs pEf pEf -pLf +tXw pEf pEf aaa @@ -106481,7 +106511,7 @@ aaa aaa aaa aaa -jyd +wXE aaa aaa aaa From d677b7764540ec157b4121db21ccf6396b13f510 Mon Sep 17 00:00:00 2001 From: partykp Date: Tue, 2 Jun 2020 14:56:50 +0200 Subject: [PATCH 24/26] comms fixed --- _maps/map_files/YogStation/YogStation.dmm | 476 +++++++++++----------- 1 file changed, 230 insertions(+), 246 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 6900033e83bd..1f521970804d 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -48252,15 +48252,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"dWO" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - target_temperature = 80 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "dXc" = ( /obj/structure/cable{ icon_state = "2-8" @@ -48285,25 +48276,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"dXm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dXO" = ( /obj/machinery/door/airlock/highsecurity{ name = "AI Upload Access"; @@ -48328,6 +48300,22 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"dZK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48579,6 +48567,24 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) +"eyJ" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "eyL" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48946,6 +48952,28 @@ }, /turf/open/floor/plasteel, /area/science/research) +"ffE" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -32 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 32; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "fha" = ( /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, @@ -49285,6 +49313,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fJa" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -51406,19 +51443,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"jkV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -52421,21 +52445,6 @@ /obj/machinery/telecomms/server/presets/medical, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"kVr" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "kVO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -53112,6 +53121,25 @@ }, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) +"lVU" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lYq" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -53158,6 +53186,22 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"max" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "maV" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -53195,6 +53239,19 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) +"mfo" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mgd" = ( /obj/machinery/requests_console{ announcementConsole = 1; @@ -53328,22 +53385,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mnZ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) @@ -53499,6 +53540,13 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) +"mES" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -54344,18 +54392,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"nUV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -54414,6 +54450,29 @@ }, /turf/open/floor/plating, /area/storage/tech) +"nZP" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "oaq" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55969,6 +56028,24 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/engineering) +"qzq" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = -23 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qzx" = ( /obj/structure/grille, /turf/open/space/basic, @@ -56423,28 +56500,6 @@ }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"rdg" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rdw" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -56458,6 +56513,21 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) +"rdx" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "reN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -57489,18 +57559,6 @@ /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, /area/template_noop) -"sFe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "sFL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/holopad, @@ -57969,32 +58027,6 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"toV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 25; - pixel_y = 25; - req_one_access_txt = "19;61" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tpq" = ( /obj/item/coin/silver{ pixel_x = 7; @@ -58456,27 +58488,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"tZz" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 9; - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uag" = ( /obj/structure/window/reinforced, /obj/structure/cable{ @@ -58654,28 +58665,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"uva" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -32 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 32; - pixel_y = 3 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58883,25 +58872,6 @@ /obj/machinery/telecomms/server/presets/common, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"uVo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "uVq" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/circuit, @@ -58982,6 +58952,21 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"vcu" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vcH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59028,6 +59013,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"vdO" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "vfv" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -59175,6 +59167,24 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) +"vrS" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vsQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -59373,22 +59383,6 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"vMj" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 @@ -60250,16 +60244,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xiE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "xlT" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -90490,7 +90474,7 @@ aXY aWO aPR bVI -xiE +mES jPv rpZ wHS @@ -90747,7 +90731,7 @@ aYg aWU iqY pmL -dXm +dZK kvI jkb shK @@ -91004,12 +90988,12 @@ aYv aWQ aPR dal -uVo +max rbM dnc gha mAS -tZz +vcu bVI bVI iCw @@ -91261,12 +91245,12 @@ aYA heM aPR gTq -vMj +eyJ kLE eIy hdF fYL -nUV +qzq xOT lyr iCw @@ -91775,7 +91759,7 @@ aZg jQe aPR coZ -mnZ +vrS dkO fGl kTd @@ -92032,7 +92016,7 @@ aYA jFt aPR lSr -rdg +lVU ikp oLb foT @@ -92289,7 +92273,7 @@ aZj aWU iqY sgp -toV +nZP gcJ fUh yjV @@ -92546,15 +92530,15 @@ aZl wXk aPR bVI -sFe +fJa gkG ixL oiu vSh -jkV +mfo uTd rkd -dWO +vdO hDG kOA iCw @@ -103672,9 +103656,9 @@ cva lIz dmH tGD -uva +ffE cNc -kVr +rdx qUn hUM oxY From 7d6da0c6a5f5f41821d8d171470fb61e087c9759 Mon Sep 17 00:00:00 2001 From: partykp Date: Tue, 2 Jun 2020 16:35:55 +0200 Subject: [PATCH 25/26] board --- _maps/map_files/YogStation/YogStation.dmm | 455 +++++++++++----------- 1 file changed, 224 insertions(+), 231 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 1f521970804d..562c2247c7f1 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -47240,6 +47240,19 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cPx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cQn" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, @@ -48300,22 +48313,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"dZK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48567,24 +48564,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"eyJ" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "eyL" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48941,6 +48920,21 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"feF" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ffi" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -48952,28 +48946,6 @@ }, /turf/open/floor/plasteel, /area/science/research) -"ffE" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -32 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 32; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "fha" = ( /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, @@ -49237,6 +49209,24 @@ /obj/machinery/holopad, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"fCg" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = -23 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49313,15 +49303,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fJa" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -50106,6 +50087,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"haJ" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hbf" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51288,6 +51285,25 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"iTA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "iTF" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -51379,6 +51395,15 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) +"jeN" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jfk" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -51838,6 +51863,13 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"jPj" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "jPv" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -53121,25 +53153,6 @@ }, /turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"lVU" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "lYq" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -53186,11 +53199,11 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"max" = ( -/obj/effect/turf_decal/tile/darkblue{ +"maw" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ dir = 8 }, -/obj/effect/turf_decal/tile/darkblue, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -53198,7 +53211,14 @@ dir = 4 }, /obj/structure/cable/yellow{ - icon_state = "4-8" + icon_state = "1-8" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) @@ -53239,19 +53259,6 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"mfo" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mgd" = ( /obj/machinery/requests_console{ announcementConsole = 1; @@ -53354,6 +53361,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mmd" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "mmi" = ( /obj/structure/lattice/catwalk, /obj/machinery/camera{ @@ -53540,13 +53554,6 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) -"mES" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -54450,29 +54457,6 @@ }, /turf/open/floor/plating, /area/storage/tech) -"nZP" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 25; - pixel_y = 25; - req_one_access_txt = "19;61" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "oaq" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54718,18 +54702,6 @@ }, /turf/open/floor/plating, /area/storage/tech) -"owP" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/telecomms/broadcaster, -/obj/item/circuitboard/machine/telecomms/bus, -/obj/item/circuitboard/machine/telecomms/hub, -/obj/item/circuitboard/machine/telecomms/processor, -/obj/item/circuitboard/machine/telecomms/receiver, -/obj/item/circuitboard/machine/telecomms/relay, -/obj/item/circuitboard/machine/telecomms/server, -/obj/item/circuitboard/machine/telecomms/server, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "oxY" = ( /obj/effect/landmark/start/ai/secondary, /obj/machinery/door/window{ @@ -55204,6 +55176,24 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai_upload) +"pmo" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pmv" = ( /obj/machinery/camera{ c_tag = "Construction Area"; @@ -55241,6 +55231,24 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) +"pow" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ppc" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55881,6 +55889,22 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qrN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -56028,24 +56052,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/engineering) -"qzq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -23; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qzx" = ( /obj/structure/grille, /turf/open/space/basic, @@ -56458,6 +56464,21 @@ }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) +"qYg" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "qZh" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -56513,21 +56534,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"rdx" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "reN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -57063,6 +57069,28 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) +"rSE" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -32 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 32; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "rTf" = ( /obj/structure/table, /obj/item/analyzer, @@ -57998,6 +58026,11 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"tlx" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "tmm" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -58952,21 +58985,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"vcu" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vcH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59013,13 +59031,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vdO" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "vfv" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -59167,24 +59178,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"vrS" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vsQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -90474,7 +90467,7 @@ aXY aWO aPR bVI -mES +jPj jPv rpZ wHS @@ -90731,7 +90724,7 @@ aYg aWU iqY pmL -dZK +qrN kvI jkb shK @@ -90742,7 +90735,7 @@ rkd tHu exg exg -owP +tlx bVJ hMc mcy @@ -90988,12 +90981,12 @@ aYv aWQ aPR dal -max +haJ rbM dnc gha mAS -vcu +feF bVI bVI iCw @@ -91245,12 +91238,12 @@ aYA heM aPR gTq -eyJ +pmo kLE eIy hdF fYL -qzq +fCg xOT lyr iCw @@ -91759,7 +91752,7 @@ aZg jQe aPR coZ -vrS +pow dkO fGl kTd @@ -92016,7 +92009,7 @@ aYA jFt aPR lSr -lVU +iTA ikp oLb foT @@ -92273,7 +92266,7 @@ aZj aWU iqY sgp -nZP +maw gcJ fUh yjV @@ -92530,15 +92523,15 @@ aZl wXk aPR bVI -fJa +jeN gkG ixL oiu vSh -mfo +cPx uTd rkd -vdO +mmd hDG kOA iCw @@ -103656,9 +103649,9 @@ cva lIz dmH tGD -ffE +rSE cNc -rdx +qYg qUn hUM oxY From d186d0159e2cc0d7560a866a548fbf48e7ecd624 Mon Sep 17 00:00:00 2001 From: partykp Date: Fri, 5 Jun 2020 13:09:49 +0200 Subject: [PATCH 26/26] merge this already im tired of conflicts --- _maps/map_files/YogStation/YogStation.dmm | 10988 ++++++++++---------- 1 file changed, 5494 insertions(+), 5494 deletions(-) diff --git a/_maps/map_files/YogStation/YogStation.dmm b/_maps/map_files/YogStation/YogStation.dmm index 562c2247c7f1..7aabdc3b307b 100644 --- a/_maps/map_files/YogStation/YogStation.dmm +++ b/_maps/map_files/YogStation/YogStation.dmm @@ -15237,6 +15237,26 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"aFS" = ( +/obj/machinery/door/airlock/hatch{ + autoclose = 0; + frequency = 1449; + id_tag = "telecomms_airlock_exterior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "aFU" = ( /obj/effect/landmark/start/assistant, /obj/structure/cable{ @@ -15566,6 +15586,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"aGC" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "aGD" = ( /obj/structure/table/wood, /obj/structure/mirror{ @@ -17457,6 +17489,24 @@ /obj/structure/grille, /turf/open/floor/plating/airless, /area/space/nearstation) +"aKO" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -31; + pixel_y = 21 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "aKQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -17999,22 +18049,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"aMu" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "aMv" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -38204,6 +38238,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"bEI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "bEJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -42284,6 +42330,15 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"bQu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/meter{ + pixel_x = -5; + pixel_y = -3; + target_layer = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "bQw" = ( /obj/structure/table, /obj/item/stack/sheet/glass/fifty, @@ -42844,6 +42899,16 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/engineering) +"bTj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "bTl" = ( /turf/open/floor/engine, /area/science/misc_lab) @@ -43451,6 +43516,28 @@ "bYN" = ( /turf/closed/wall, /area/security/checkpoint/engineering) +"bYZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/tech) "bZa" = ( /obj/structure/sink{ dir = 8; @@ -43470,13 +43557,6 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) -"bZe" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "bZj" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 @@ -43993,6 +44073,13 @@ "ccw" = ( /turf/closed/wall/r_wall, /area/engine/engineering) +"ccA" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) "ccM" = ( /obj/structure/disposalpipe/segment, /turf/open/floor/plating, @@ -44148,16 +44235,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"cdE" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "cdN" = ( /obj/structure/disposalpipe/segment{ dir = 9 @@ -44297,6 +44374,15 @@ /obj/structure/sign/warning/biohazard, /turf/closed/wall, /area/maintenance/aft) +"ceJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ceK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plating, @@ -44677,15 +44763,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"cgN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "cgO" = ( /obj/structure/rack, /obj/item/lighter, @@ -45258,6 +45335,13 @@ }, /turf/open/floor/plasteel/dark, /area/crew_quarters/heads/chief) +"cjW" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cjX" = ( /obj/machinery/light_switch{ pixel_x = 27 @@ -45460,6 +45544,16 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/engineering) +"clg" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "cls" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ @@ -45493,18 +45587,18 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"clA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +"clB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "clC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -45621,6 +45715,25 @@ }, /turf/open/floor/plasteel, /area/security/main) +"clZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "cmd" = ( /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) @@ -45902,24 +46015,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"coF" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"coZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "cpe" = ( /obj/docking_port/stationary/random{ dir = 8; @@ -45950,10 +46045,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) -"cpU" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "cpX" = ( /obj/structure/table, /obj/item/stack/rods/fifty, @@ -46042,14 +46133,6 @@ /obj/structure/reagent_dispensers/fueltank, /turf/open/floor/plasteel, /area/engine/engineering) -"cqS" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ - dir = 8 - }, -/obj/item/storage/box/lights/mixed, -/obj/item/hand_labeler_refill, -/turf/open/floor/plating, -/area/maintenance/port/aft) "cqY" = ( /obj/structure/transit_tube/curved/flipped{ dir = 8 @@ -46160,18 +46243,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"csF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "csZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -46179,15 +46250,6 @@ }, /turf/open/space, /area/solar/starboard/aft) -"cte" = ( -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "ctv" = ( /turf/closed/wall/r_wall, /area/space/nearstation) @@ -46216,6 +46278,23 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"cuG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"cuI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "cuO" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -46286,6 +46365,17 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"cxv" = ( +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "cxE" = ( /obj/docking_port/stationary{ dir = 8; @@ -46297,6 +46387,15 @@ }, /turf/open/space/basic, /area/space) +"cxI" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the ai satellite."; + name = "AI Satellite Monitor"; + network = list("minisat"); + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "cxY" = ( /obj/machinery/camera{ c_tag = "Arrivals Escape Pod 1"; @@ -46358,10 +46457,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"cyH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "cyM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -46751,15 +46846,6 @@ }, /turf/open/space/basic, /area/space) -"cCW" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "cDB" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -46767,9 +46853,6 @@ /obj/effect/landmark/start/station_engineer, /turf/open/floor/plasteel, /area/engine/engineering) -"cDP" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload_foyer) "cDY" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/purple/hidden{ @@ -46784,19 +46867,19 @@ /obj/structure/closet/radiation, /turf/open/floor/plasteel, /area/engine/engineering) -"cET" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +"cEB" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space/basic, +/area/space) +"cEH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/obj/structure/cable/yellow{ - icon_state = "2-4" +/obj/structure/fireaxecabinet{ + pixel_y = -32 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel, +/area/bridge) "cFe" = ( /obj/machinery/door/poddoor/preopen{ id = "maint3" @@ -46815,16 +46898,6 @@ "cFl" = ( /turf/closed/wall, /area/maintenance/solars/port/aft) -"cFF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "cFZ" = ( /obj/machinery/door/airlock/external{ name = "Engineering External Access"; @@ -46836,6 +46909,32 @@ }, /turf/open/floor/plating, /area/engine/engineering) +"cGc" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Fore"; + dir = 1; + network = list("aiupload") + }, +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"cHk" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "cHL" = ( /obj/machinery/mech_bay_recharge_port{ dir = 2 @@ -46986,6 +47085,37 @@ }, /turf/open/space/basic, /area/space) +"cIZ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plating, +/area/storage/tech) +"cJW" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "cKh" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 @@ -47046,6 +47176,27 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"cMh" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "cMC" = ( /obj/machinery/computer/security/telescreen{ desc = "Used for watching the Engine."; @@ -47070,51 +47221,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"cNc" = ( -/obj/machinery/button/door{ - id = "AI Core shutters"; - name = "AI Core shutters control"; - pixel_x = 24; - pixel_y = 22; - req_access_txt = "16" - }, -/obj/machinery/button/door{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters control"; - pixel_x = 40; - pixel_y = 22; - req_access_txt = "16" - }, -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -26; - pixel_y = -28 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 32; - pixel_y = -42 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 32; - pixel_y = -28 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -22; - pixel_y = 21 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "cNe" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_x = 32 @@ -47236,53 +47342,59 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"cOE" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cOT" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"cPx" = ( -/obj/effect/turf_decal/tile/yellow{ +"cPo" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/darkblue{ dir = 1 }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ +/obj/effect/turf_decal/tile/purple{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"cPM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) "cQn" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold4w/yellow/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"cQG" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"cRq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ +"cRb" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ icon_state = "1-2" }, -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) -"cSd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) +"cRi" = ( +/obj/machinery/airalarm{ + pixel_y = 24 }, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/plating, +/area/storage/tech) "cSf" = ( /obj/structure/sign/warning/vacuum{ name = "EXTERNAL AIRLOCK"; @@ -47582,10 +47694,6 @@ }, /turf/open/floor/plasteel/dark, /area/medical/morgue) -"cTR" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) "cTX" = ( /obj/structure/cable{ icon_state = "0-2" @@ -47608,13 +47716,34 @@ }, /turf/open/floor/plasteel/white, /area/science/xenobiology) +"cUg" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "cUm" = ( /obj/structure/sign/departments/minsky/security/security, /turf/closed/wall, /area/security/detectives_office) +"cUP" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "cVb" = ( /turf/closed/wall, /area/hallway/secondary/service) +"cVj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "cVx" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -47669,32 +47798,17 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"cXH" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dal" = ( -/obj/machinery/telecomms/broadcaster/preset_left{ - name = "subspace broadcaster A" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dav" = ( +"cYM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cZu" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "daW" = ( /obj/structure/chair/office/light{ dir = 4 @@ -47713,37 +47827,19 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"dbw" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plating, -/area/storage/tech) -"dcf" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"dbp" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Starboard"; + dir = 4; + network = list("minisat","ss13") }, +/turf/open/space/basic, +/area/space/nearstation) +"dcc" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, -/area/storage/tech) +/area/tcommsat/computer) "dcF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, @@ -47762,29 +47858,27 @@ /turf/open/floor/plasteel, /area/security/checkpoint/service) "dgo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/turf/open/floor/plating, -/area/storage/tech) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "dgz" = ( /obj/structure/sign/warning/docking, /obj/structure/grille, /turf/open/floor/plating/airless, /area/escapepodbay) +"dhb" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/space/basic, +/area/space/nearstation) "dhy" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, @@ -47800,38 +47894,48 @@ /obj/item/reagent_containers/spray/cleaner, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"dkM" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-4" +"diw" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"diN" = ( +/obj/structure/cable/white{ + icon_state = "2-4" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"dkO" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"dlO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"dmH" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 23; - pixel_y = 22 +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"dmB" = ( +/obj/item/toy/talking/AI{ + pixel_x = -4; + pixel_y = 5 }, -/obj/machinery/ai_slipper{ - uses = 10 +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/item/crowbar, +/obj/item/mmi, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "dmK" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -47859,34 +47963,12 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/disposal) -"dnc" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"dno" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "dnQ" = ( /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/plasteel, /area/engine/atmos) -"dob" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plating, -/area/construction) -"dpi" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space/basic, -/area/space) "dpD" = ( /turf/open/floor/plating, /area/maintenance/disposal/incinerator) @@ -47910,6 +47992,40 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"dpR" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + layer = 4.1; + name = "Secondary AI Core Access"; + obj_integrity = 300; + pixel_y = -4; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = 10 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = 21 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = 10 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) "dqb" = ( /obj/machinery/camera{ c_tag = "Aft Port Solar Access"; @@ -47930,33 +48046,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"drO" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ - name = "Waste Ejector" - }, -/obj/structure/lattice/catwalk, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) -"drX" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"dsb" = ( -/obj/structure/filingcabinet, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"dsd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +"dsQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/area/engine/gravity_generator) "dsT" = ( /obj/machinery/advanced_airlock_controller{ dir = 8; @@ -47971,21 +48066,6 @@ /obj/item/flashlight/lantern, /turf/open/floor/plasteel/dark, /area/chapel/main) -"duL" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"dvh" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/gloves/color/black, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "dvM" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -47994,6 +48074,12 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) +"dwx" = ( +/obj/item/radio/intercom{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "dxm" = ( /obj/item/stack/ore/silver, /obj/item/stack/ore/silver, @@ -48005,13 +48091,12 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"dAt" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-2" +"dzD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, /turf/open/floor/plating, -/area/maintenance/port/aft) +/area/storage/tech) "dCp" = ( /obj/structure/cable{ icon_state = "4-8" @@ -48035,6 +48120,27 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/atmos) +"dDm" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/yogs/signal_technician, +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Telecomms Camera Monitor"; + network = list("tcomms"); + pixel_x = 30; + pixel_y = -37 + }, +/obj/item/radio/intercom{ + dir = 1; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_x = 28; + pixel_y = -26 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "dDo" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/airalarm{ @@ -48043,22 +48149,6 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"dDr" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "dEb" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -48066,6 +48156,20 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"dEd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/darkblue, +/obj/item/radio/intercom{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "dEY" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -48083,19 +48187,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"dHm" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Port"; - dir = 4; - network = list("aiupload") - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/assembly/flash/handheld, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "dJo" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48107,24 +48198,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"dKV" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/tcommsat/computer) -"dLw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/storage/tech) "dMP" = ( /obj/machinery/disposal/bin, /obj/effect/turf_decal/stripes/line{ @@ -48138,27 +48211,6 @@ }, /turf/open/floor/plating, /area/maintenance/disposal/incinerator) -"dNb" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"dNe" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "dOc" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible{ dir = 4 @@ -48177,43 +48229,26 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) -"dQc" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"dQn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"dQq" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 4; - network = list("aicore","ss13") - }, -/obj/machinery/airalarm{ - pixel_y = 24 +"dPg" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"dQC" = ( /obj/structure/cable{ - icon_state = "1-8" + icon_state = "2-8" }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"dQG" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "dRm" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -48256,6 +48291,22 @@ }, /turf/open/floor/plating/airless, /area/space) +"dVa" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "dWz" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -48265,18 +48316,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"dXc" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) "dXk" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48289,30 +48328,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port/fore) -"dXO" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"dYL" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "dZL" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -48322,27 +48337,27 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"eaz" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"eaD" = ( -/obj/item/storage/toolbox/mechanical, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "edR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"eeK" = ( +/obj/machinery/teleport/station, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"egh" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "ehy" = ( /obj/structure/sign/warning/nosmoking{ pixel_y = 30 @@ -48367,16 +48382,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"eiB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "eiN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -48386,30 +48391,38 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eiX" = ( -/obj/item/toy/talking/AI{ - pixel_x = -4; - pixel_y = 5 +"ejs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"ekx" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/item/crowbar, -/obj/item/mmi, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"ejc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ +/turf/open/space/basic, +/area/space/nearstation) +"ekT" = ( +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"ekc" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/construction) +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm/tcomms{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ekU" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "ema" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48421,22 +48434,41 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) +"eoU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "eqZ" = ( /obj/machinery/nuclearbomb/beer, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"erO" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; +"erb" = ( +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 +/obj/effect/turf_decal/tile/red, +/obj/machinery/light{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/engine/engineering) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"erQ" = ( +/obj/structure/cable, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "erY" = ( /obj/machinery/camera{ c_tag = "Surgery Observation"; @@ -48469,52 +48501,6 @@ }, /turf/open/floor/plasteel, /area/security/main) -"etC" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"etT" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "AI Satellite Monitoring"; - req_one_access_txt = "10;61" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"euN" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "evF" = ( /obj/structure/sign/warning/vacuum/external{ pixel_x = 32 @@ -48529,47 +48515,34 @@ /turf/closed/wall, /area/maintenance/solars/starboard/fore) "ewX" = ( -/obj/machinery/light_switch{ - pixel_x = 27 +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"exg" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"exr" = ( -/obj/machinery/power/apc{ - areastring = "/area/construction"; - name = "Construction Area APC"; - pixel_y = -24 +/obj/structure/transit_tube/curved/flipped, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/construction) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "exz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/library) "exY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"eyp" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/camera{ + c_tag = "AI Satellite Access" }, /turf/open/floor/plasteel, -/area/hallway/primary/aft) -"eyL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/area/engine/engineering) "eyM" = ( /obj/machinery/mineral/ore_redemption{ input_dir = 2; @@ -48581,6 +48554,21 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"eyT" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"ezo" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "eAT" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -48604,34 +48592,46 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"eBW" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 +"eCt" = ( +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"eCy" = ( -/obj/machinery/cell_charger, -/obj/structure/table, -/obj/item/stock_parts/cell/high{ - pixel_x = 3; - pixel_y = 7 +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/light/small{ - dir = 1 +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, /turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/area/storage/tech) "eDG" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"eDM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "eEj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -48664,6 +48664,12 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/virology) +"eGg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "eGn" = ( /obj/machinery/power/turbine{ dir = 4; @@ -48678,19 +48684,6 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"eIy" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "eIF" = ( /obj/structure/table, /obj/item/pet_carrier/xenobio, @@ -48702,16 +48695,21 @@ /obj/item/paper/fluff/stations/lavaland/slime_hunter, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eIG" = ( +"eJC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/construction) "eJS" = ( /obj/machinery/door/airlock/public{ name = "Surgery Observation" @@ -48727,14 +48725,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"eND" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "eOz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -48746,6 +48736,21 @@ /obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, /turf/open/floor/plasteel, /area/crew_quarters/dorms) +"ePr" = ( +/obj/machinery/door/window{ + base_state = "rightsecure"; + icon_state = "rightsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/camera{ + c_tag = "AI Chamber - Core"; + dir = 8; + network = list("aicore") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "eQk" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, @@ -48755,6 +48760,26 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"eQD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"eQZ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "eRw" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -48780,11 +48805,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"eVg" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "eVv" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -48802,6 +48822,20 @@ }, /turf/open/floor/plating, /area/medical/virology) +"eVJ" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel/white, +/area/storage/tech) "eVK" = ( /obj/structure/closet/emcloset, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -48845,13 +48879,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"eWS" = ( -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating, -/area/storage/tech) -"eXM" = ( -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "eYN" = ( /obj/item/clothing/gloves/color/rainbow, /obj/item/clothing/head/soft/rainbow, @@ -48859,20 +48886,6 @@ /obj/item/clothing/under/color/rainbow, /turf/open/floor/plating, /area/quartermaster/sorting) -"eZd" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) "eZE" = ( /obj/structure/table/glass, /obj/item/reagent_containers/food/snacks/grown/poppy, @@ -48906,6 +48919,19 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/security/prison) +"fbU" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/color/black, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"fbZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/construction) "feu" = ( /obj/machinery/nuclearbomb/selfdestruct, /obj/effect/turf_decal/tile/neutral, @@ -48920,21 +48946,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"feF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "ffi" = ( /obj/machinery/door/poddoor/preopen{ id = "Biohazard"; @@ -48946,6 +48957,22 @@ }, /turf/open/floor/plasteel, /area/science/research) +"ffJ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space/nearstation) +"fgc" = ( +/obj/structure/filingcabinet, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "fha" = ( /obj/machinery/rnd/production/techfab/department/cargo, /turf/open/floor/plasteel, @@ -48953,13 +48980,6 @@ "fip" = ( /turf/closed/wall, /area/hallway/primary/aft) -"fkP" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engineering) "fln" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 5 @@ -48979,15 +48999,12 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hallway/primary/port) -"fmt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 +"fmC" = ( +/obj/machinery/light{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fmF" = ( /obj/structure/cable{ icon_state = "2-8" @@ -49003,30 +49020,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"fna" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 - }, -/obj/structure/window/reinforced{ +"fmP" = ( +/obj/effect/turf_decal/tile/darkblue{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 1; - icon_state = "left"; - layer = 3.1; - name = "Cyborg Upload Console Window"; - req_access_txt = "16" +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "fnp" = ( /obj/structure/table, /obj/item/flashlight, @@ -49034,13 +49040,6 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/engine/atmos) -"fog" = ( -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/sig_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "foH" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49071,25 +49070,44 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) -"foT" = ( +"fqv" = ( /obj/structure/cable/yellow{ - icon_state = "1-2" + icon_state = "2-8" }, /obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/green{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, /obj/structure/cable/yellow{ icon_state = "2-4" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"fqI" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + name = "Gravity Generator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"fqV" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "frD" = ( /obj/structure/cable{ icon_state = "1-2" @@ -49108,14 +49126,12 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"fuh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/meter{ - pixel_x = -5; - pixel_y = -3; - target_layer = 1 +"fvJ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer3{ + name = "Waste Ejector" }, -/turf/open/floor/plating, +/obj/structure/lattice/catwalk, +/turf/open/space/basic, /area/ai_monitored/storage/satellite) "fvM" = ( /obj/effect/spawner/structure/window/reinforced/shutter, @@ -49139,6 +49155,14 @@ /obj/item/stack/rods/twentyfive, /turf/open/floor/plasteel, /area/escapepodbay) +"fyA" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "fyJ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -49152,81 +49176,15 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fzp" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) "fzU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/genetics) -"fzV" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"fAo" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "fAv" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/vacant_room) -"fBc" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -31; - pixel_y = 21 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 24 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"fBD" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"fCg" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -23; - pixel_y = -23 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fCx" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49273,19 +49231,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/cafeteria, /area/crew_quarters/heads/cmo) -"fGl" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "fHT" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -49303,6 +49248,36 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fId" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera/motion{ + c_tag = "Secure Tech Storage"; + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"fIk" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) "fJS" = ( /obj/machinery/atmospherics/components/unary/portables_connector{ name = "Input Gas Connector Port" @@ -49321,37 +49296,36 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) -"fKK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +"fKy" = ( +/obj/structure/table/wood, +/obj/machinery/microwave{ + pixel_y = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "fKP" = ( /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"fKT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "fLq" = ( /obj/machinery/photocopier, /turf/open/floor/wood, /area/lawoffice) -"fLW" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"fMD" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/obj/structure/cable{ +"fMt" = ( +/obj/structure/cable/white{ icon_state = "4-8" }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "fMS" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -49367,25 +49341,20 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) -"fNm" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ +"fMU" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"fNu" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ dir = 1 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/satellite) +/turf/closed/wall/r_wall, +/area/tcommsat/server) "fNw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49398,6 +49367,9 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"fOz" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) "fOD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -49417,6 +49389,20 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) +"fQR" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"fRa" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "fRC" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -49444,10 +49430,13 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"fUh" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"fSL" = ( +/obj/machinery/recharge_station, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "fVj" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -49471,22 +49460,29 @@ }, /turf/open/floor/plating, /area/medical/virology) -"fVq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "fVQ" = ( /obj/structure/table, /obj/item/analyzer, /obj/item/t_scanner, /turf/open/floor/plasteel, /area/engine/atmos) +"fXn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"fXq" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "fXC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -49499,33 +49495,21 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fYL" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"fZj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 +"fZI" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/effect/turf_decal/loading_area, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "fZJ" = ( /obj/structure/cable, /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/starboard/aft) -"gaa" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "gaW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -49556,25 +49540,30 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"gcw" = ( -/obj/structure/cable{ - icon_state = "1-2" +"gbM" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 1; + icon_state = "right"; + layer = 3.1; + name = "Upload Console Window"; + req_access_txt = "16" }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"gcJ" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "gdi" = ( /obj/machinery/light, /obj/structure/sign/warning/nosmoking{ @@ -49608,23 +49597,6 @@ /obj/machinery/holopad, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"gha" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ghZ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/construction) "gjl" = ( /turf/closed/wall, /area/quartermaster/warehouse) @@ -49632,49 +49604,21 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"gjV" = ( -/obj/machinery/light_switch{ - pixel_y = -27 - }, -/obj/structure/table/wood, -/obj/item/book/manual/wiki/tcomms{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/paper_bin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/folder/blue, -/obj/item/pen, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"gkF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/machinery/telecomms/message_server/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"gkG" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "glv" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"gmQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "gnZ" = ( /obj/machinery/disposal/bin, /obj/structure/sign/warning/deathsposal{ @@ -49710,11 +49654,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"gsB" = ( -/obj/structure/table, -/obj/item/phone, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "gsK" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -49746,6 +49685,18 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"gsN" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "gti" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -49757,6 +49708,40 @@ }, /turf/open/floor/plating, /area/quartermaster/miningdock) +"gtB" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"gtE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"gtI" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "gtZ" = ( /obj/structure/transit_tube/curved/flipped, /turf/open/space/basic, @@ -49780,6 +49765,21 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"gws" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gxK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "gyl" = ( /obj/machinery/light{ dir = 4 @@ -49794,23 +49794,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/engine/engineering) -"gzA" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"gzL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "gzM" = ( /obj/machinery/light/small{ brightness = 3; @@ -49836,6 +49819,23 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"gBP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"gBZ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "gCp" = ( /obj/effect/landmark/stationroom/box/medbay/morgue, /turf/open/floor/plasteel/dark, @@ -49851,18 +49851,34 @@ }, /turf/open/floor/plating, /area/engine/engineering) -"gCS" = ( -/obj/machinery/light{ +"gDk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/structure/cable/yellow{ +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"gDG" = ( +/obj/structure/cable{ icon_state = "4-8" }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23"; + security_level = 6 + }, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/area/storage/tech) "gDT" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -49887,6 +49903,17 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"gEV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "gFn" = ( /obj/structure/rack, /obj/item/clothing/suit/hazardvest, @@ -49900,38 +49927,53 @@ /obj/item/clothing/gloves/color/black, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"gGe" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gGj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "gGP" = ( /mob/living/simple_animal/hostile/retaliate/goose/vomit, /turf/open/floor/plating, /area/maintenance/starboard/fore) +"gIj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"gIE" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) "gIR" = ( /obj/machinery/light/small, /turf/open/floor/plating, /area/maintenance/aft) -"gLa" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "gLr" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 6 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"gLH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "gMc" = ( /obj/machinery/door/airlock/medical{ name = "Paramedic Staging Area"; @@ -49960,14 +50002,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"gMK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "gMM" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -49980,41 +50014,49 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"gQJ" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gTq" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - network = list("ss13","tcomms"); - pixel_x = 22 - }, +"gOg" = ( +/obj/effect/turf_decal/tile/green, /obj/effect/turf_decal/tile/neutral{ - dir = 1 + dir = 8 }, /obj/effect/turf_decal/tile/neutral{ - dir = 8 + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 120; + name = "server vent" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"gUb" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/computer"; - name = "Telecomms Control Room APC"; - pixel_y = -24 +"gQJ" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/light/small{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "0-8" +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"gQM" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Starboard"; + dir = 8; + network = list("aiupload") }, -/obj/structure/chair/office/dark{ +/obj/machinery/light{ dir = 4 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/obj/structure/table/reinforced, +/obj/item/aiModule/core/freeformcore, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"gRh" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/white, +/area/storage/tech) "gUn" = ( /obj/machinery/button/door{ id = "atmos"; @@ -50033,6 +50075,14 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"gUZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Core shutters"; + name = "AI core shutters" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "gVe" = ( /obj/machinery/suit_storage_unit/atmos, /turf/open/floor/plasteel/dark, @@ -50052,21 +50102,10 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"gWz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/construction) "gXs" = ( /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"gXv" = ( -/obj/machinery/door/window/brigdoor/westleft{ - name = "AI Satellite Access"; - req_one_access_txt = "32;19" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "gYP" = ( /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, @@ -50087,39 +50126,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"haJ" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/darkblue, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"hbf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hbs" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "hcE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50137,36 +50143,25 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/port) -"hdF" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"heM" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 +"hcN" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"hef" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 }, -/turf/open/floor/plasteel, -/area/bridge) +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "heQ" = ( /obj/machinery/door/airlock/maintenance{ name = "Incinerator Access"; @@ -50190,12 +50185,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hfn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "hfy" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_y = -32 @@ -50216,54 +50205,40 @@ dir = 1 }, /area/hallway/secondary/entry) -"hfU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" +"hgw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"hgq" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"hhC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ dir = 8; pixel_x = 24 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ - dir = 1 - }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) -"hhj" = ( +"hkg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/medical/paramedic) +"hlp" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - dir = 8; - name = "SMES room APC"; - pixel_x = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"hjJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/holopad, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-4" }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"hkg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/medical/paramedic) +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "hlB" = ( /obj/structure/chair/stool{ pixel_y = 8 @@ -50281,20 +50256,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"hmB" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "hmG" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -50304,35 +50265,42 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"hmN" = ( -/obj/effect/turf_decal/stripes/line{ +"hnn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 1 }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hnJ" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "0-2" }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "hoc" = ( /turf/closed/wall, /area/security/checkpoint/service) -"hqC" = ( -/obj/structure/cable{ - icon_state = "4-8" +"hpe" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 0 }, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_y = -32 +/obj/machinery/keycard_auth{ + pixel_y = -27 }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 +/turf/open/floor/plasteel, +/area/bridge) +"hpn" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters" }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -50340,8 +50308,25 @@ /obj/machinery/door/firedoor/border_only{ dir = 8 }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/obj/machinery/door/airlock/highsecurity{ + name = "AI Core"; + req_access_txt = "16" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hqB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "hrn" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50408,16 +50393,50 @@ /obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"huy" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" +"huI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/tcoms"; - dir = 1; - name = "Telecommunications Maintenance APC"; - pixel_y = 24 +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"huU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"hvw" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hvK" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"hwb" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) "hwv" = ( @@ -50432,15 +50451,27 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"hwE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 +"hwN" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"hwX" = ( -/turf/closed/wall, -/area/ai_monitored/storage/satellite) +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = 8; + req_access_txt = "19" + }, +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 28; + pixel_y = -2; + req_one_access_txt = "19;61" + }, +/turf/open/floor/plasteel, +/area/bridge) "hxY" = ( /obj/machinery/computer/bounty{ dir = 4 @@ -50453,15 +50484,28 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"hBu" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/darkblue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hBH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "hCS" = ( /obj/effect/turf_decal/bot, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/quartermaster/storage) -"hCT" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) "hDi" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -50481,26 +50525,6 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"hDG" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"hFQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "hGf" = ( /obj/machinery/conveyor{ dir = 4; @@ -50511,6 +50535,10 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) +"hGy" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/turf/open/floor/plating, +/area/engine/engineering) "hHb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -50520,6 +50548,33 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"hJN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + dir = 8; + name = "SMES room APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"hJQ" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/machinery/camera{ + c_tag = "Telecomms Tech Storage"; + dir = 4; + network = list("ss13","telecomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hKn" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -50557,18 +50612,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"hLU" = ( -/obj/machinery/atmospherics/components/binary/valve/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"hMc" = ( -/obj/structure/table/wood, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "hMp" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 9 @@ -50613,18 +50656,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"hPb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "hQb" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50638,22 +50669,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/port/aft) -"hQO" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -24 +"hQm" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 8 }, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Fore"; - dir = 1; - network = list("aiupload") +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/structure/table/reinforced, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "hQT" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -50667,6 +50694,16 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) +"hSa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/recharge_station, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "hSf" = ( /obj/machinery/light/small, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -50674,6 +50711,14 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"hSA" = ( +/obj/machinery/camera/motion{ + c_tag = "Telecomms Maintenance"; + dir = 1; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "hTi" = ( /obj/effect/turf_decal/tile/neutral, /obj/machinery/camera/motion{ @@ -50686,53 +50731,20 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"hTA" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/white, -/obj/effect/turf_decal/tile/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"hUM" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -25; - pixel_y = -25 - }, -/obj/machinery/ai_slipper{ - uses = 10 +"hTM" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/aisat_interior) "hVc" = ( /obj/structure/table, /obj/item/multitool, /obj/item/electronics/firelock, /turf/open/floor/plasteel, /area/engine/atmos) -"hVT" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) "hWw" = ( /obj/structure/cable{ icon_state = "1-2" @@ -50762,6 +50774,17 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"hYX" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "hZm" = ( /obj/effect/turf_decal/stripes/corner{ dir = 8 @@ -50771,28 +50794,15 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"hZH" = ( +"hZA" = ( /obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27; - pixel_y = -34 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 + dir = 1 }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen, -/obj/item/pen/blue, -/obj/item/stock_parts/cell/high/plus{ - pixel_x = 6; - pixel_y = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/plating, +/area/storage/tech) "iay" = ( /obj/structure/cable{ icon_state = "2-4" @@ -50805,6 +50815,13 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"ibl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ibx" = ( /obj/machinery/vending/wardrobe/atmos_wardrobe, /turf/open/floor/plasteel/dark, @@ -50813,46 +50830,38 @@ /obj/structure/transit_tube/crossing/horizontal, /turf/open/space/basic, /area/space/nearstation) -"idt" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +"ieh" = ( +/obj/item/trash/candy, +/obj/item/clothing/neck/stethoscope, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 10 }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plating, +/area/maintenance/port/aft) +"iey" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ +/turf/open/floor/plasteel, +/area/engine/engineering) +"igK" = ( +/obj/structure/cable/yellow{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"idC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"ifK" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 1 +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance"; + dir = 8; + name = "ai camera"; + network = list("minisat","ss13"); + start_active = 1 }, /turf/open/floor/plating, /area/ai_monitored/storage/satellite) -"ihh" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel/white, -/area/storage/tech) "ihS" = ( /turf/closed/wall/r_wall, /area/medical/sleeper) @@ -50865,33 +50874,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"ikp" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +"ilk" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/item/radio/off{ + pixel_y = 4 }, -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ilH" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/security/checkpoint/service) -"ime" = ( -/obj/machinery/camera{ - c_tag = "MiniSat Teleporter Room"; - dir = 4; - network = list("ss13","minisat") - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "imo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -50907,52 +50902,49 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"ioP" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai{ - pixel_y = 32 +"inY" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft"; + dir = 2; + network = list("minisat","ss13") }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/space/basic, +/area/space/nearstation) +"iqw" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "iqx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/research) -"iqY" = ( -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters" - }, -/turf/open/floor/plating, -/area/bridge) "irr" = ( /obj/structure/cable/yellow{ icon_state = "4-8" }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"irJ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"irK" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +"isa" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-4" }, -/obj/structure/cable{ - icon_state = "0-2" +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"isz" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/item/aicard, +/obj/structure/table/reinforced, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "itA" = ( /obj/structure/table, /obj/item/storage/box/donkpockets{ @@ -50994,6 +50986,22 @@ }, /turf/open/floor/carpet, /area/security/detectives_office) +"ivT" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"iwJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"iwT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "ixi" = ( /obj/structure/table/wood, /obj/machinery/computer/security/wooden_tv, @@ -51012,48 +51020,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"ixL" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"iAD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"iAT" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; +"izA" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; dir = 4; - name = "MiniSat Antechamber APC"; - pixel_x = 24 + network = list("aicore","ss13") }, -/obj/structure/cable/yellow{ - icon_state = "0-8" +/obj/machinery/airalarm{ + pixel_y = 24 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"iBp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) +/area/ai_monitored/turret_protected/ai) "iBq" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -51068,9 +51046,17 @@ dir = 1 }, /area/hallway/secondary/entry) -"iCw" = ( -/turf/closed/wall/r_wall, -/area/maintenance/department/tcoms) +"iCG" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 23; + pixel_y = 22 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "iDv" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 4; @@ -51110,6 +51096,12 @@ }, /turf/open/floor/plating, /area/hallway/secondary/entry) +"iGf" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "iGw" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -51124,45 +51116,31 @@ }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"iHw" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, +"iHb" = ( /obj/structure/cable{ - icon_state = "2-8" + icon_state = "4-8" }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "iHI" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"iIk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 +"iID" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"iJD" = ( +/obj/machinery/light_switch{ + pixel_x = 27 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/plating, +/area/construction) "iMP" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cloth_curtain{ @@ -51186,18 +51164,28 @@ "iMU" = ( /turf/closed/wall, /area/maintenance/solars/port/fore) -"iNB" = ( -/obj/effect/turf_decal/stripes/line{ +"iMW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ dir = 1 }, -/turf/open/floor/plating, -/area/storage/tech) -"iOa" = ( -/obj/structure/spacepoddoor, -/turf/open/floor/engine/airless, -/area/escapepodbay) -"iOe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/radiation, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"iOa" = ( +/obj/structure/spacepoddoor, +/turf/open/floor/engine/airless, +/area/escapepodbay) +"iOe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ @@ -51213,38 +51201,6 @@ /obj/structure/target_stake, /turf/open/floor/plasteel, /area/science/misc_lab) -"iPi" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; - dir = 4; - name = "Upload Access APC"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - icon_state = "control_stun"; - name = "AI Upload turret control"; - pixel_x = -1; - pixel_y = -24 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - name = "Private AI Channel"; - pixel_x = 27; - pixel_y = -26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) "iQR" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel{ @@ -51285,25 +51241,6 @@ /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"iTA" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "iTF" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -51337,6 +51274,26 @@ /obj/item/folder/documents, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"iWV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"iWX" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "iXd" = ( /obj/machinery/computer/atmos_sim{ dir = 4; @@ -51369,24 +51326,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"jaW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"jbu" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) "jbI" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, @@ -51395,20 +51334,79 @@ /obj/item/clothing/gloves/color/fyellow, /turf/open/floor/plasteel, /area/storage/tools) -"jeN" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 +"jdB" = ( +/obj/machinery/button/door{ + id = "AI Core shutters"; + name = "AI Core shutters control"; + pixel_x = 24; + pixel_y = 22; + req_access_txt = "16" }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/button/door{ + id = "AI Chamber entrance shutters"; + name = "AI Chamber entrance shutters control"; + pixel_x = 40; + pixel_y = 22; + req_access_txt = "16" + }, +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -26; + pixel_y = -28 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 32; + pixel_y = -42 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 32; + pixel_y = -28 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -22; + pixel_y = 21 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"jfC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"jgh" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -7; + pixel_y = 23 + }, +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "telecomms_airlock_exterior"; + idInterior = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 5; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"jfk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/maintenance/department/tcoms) "jhU" = ( /obj/effect/turf_decal/stripes/line, /obj/machinery/light_switch{ @@ -51416,6 +51414,16 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"jig" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "jil" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/stripes/line, @@ -51431,16 +51439,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jjP" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "jjW" = ( /obj/machinery/light{ dir = 8 @@ -51450,10 +51448,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"jkb" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "jkG" = ( /obj/machinery/atmospherics/components/unary/tank/toxins, /turf/open/floor/plasteel, @@ -51468,6 +51462,20 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"jld" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"jlM" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) "jlN" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51486,23 +51494,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"jlX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/engine/engineering) -"jmg" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Chamber - Starboard"; - dir = 8; - network = list("aiupload") - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/aiModule/core/freeformcore, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) "jmH" = ( /obj/structure/sign/warning/vacuum, /turf/closed/wall, @@ -51526,16 +51517,6 @@ /obj/item/clothing/mask/gas, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"joV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jqZ" = ( /obj/machinery/advanced_airlock_controller{ dir = 1; @@ -51558,13 +51539,13 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jrX" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"jrx" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "jsp" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -51586,9 +51567,85 @@ }, /turf/open/floor/plating, /area/security/main) -"jtT" = ( -/turf/closed/wall, +"jsR" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"jtB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) +"jtG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"jtX" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 24; + pixel_y = -10 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 8; + network = list("minisat","ss13") + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_x = 32; + pixel_y = 0; + req_access_txt = "19" + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) +"juo" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"juw" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) "jvd" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -51598,15 +51655,16 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"jvP" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"jvq" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "jwH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51618,12 +51676,14 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"jxu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"jzb" = ( +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "jzn" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -51631,14 +51691,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"jzV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Core shutters"; - name = "AI core shutters" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "jBJ" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51712,36 +51764,6 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) -"jEu" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"jFo" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"jFt" = ( -/obj/machinery/newscaster{ - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/turf/open/floor/plasteel, -/area/bridge) "jFV" = ( /obj/structure/cable{ icon_state = "0-8" @@ -51749,6 +51771,12 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/aft) +"jGO" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "jHx" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -51761,6 +51789,14 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"jIe" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ + dir = 8 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/hand_labeler_refill, +/turf/open/floor/plating, +/area/maintenance/port/aft) "jIf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -51777,6 +51813,18 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"jIl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "jJv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 @@ -51786,6 +51834,10 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"jJK" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "jJQ" = ( /obj/machinery/light/small{ dir = 1 @@ -51796,24 +51848,27 @@ /turf/open/floor/plating, /area/hallway/secondary/exit) "jKx" = ( -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jKY" = ( -/obj/machinery/light{ - dir = 8 +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = -32 }, -/obj/structure/chair/office/light{ +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/hallway/primary/central) "jLm" = ( /mob/living/simple_animal/mouse, /turf/open/floor/plasteel, @@ -51844,16 +51899,33 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"jOR" = ( +"jNW" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"jOm" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ icon_state = "2-4" }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" }, /turf/open/floor/plating, -/area/maintenance/port/aft) +/area/storage/tech) +"jOp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "jOV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -51863,20 +51935,13 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"jPj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"jPv" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +"jPG" = ( +/obj/structure/closet/toolcloset, +/obj/structure/light_construct{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plasteel, +/area/construction) "jPU" = ( /obj/structure/cable{ icon_state = "1-2" @@ -51890,34 +51955,20 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"jQe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/machinery/keycard_auth{ - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/bridge) -"jQh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" +"jQv" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jSA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel, +/area/engine/engineering) "jSR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -51986,6 +52037,23 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"jXG" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "jXK" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -52022,20 +52090,14 @@ }, /turf/open/floor/plating, /area/engine/atmos_distro) -"jZF" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 +"jYQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/construction) "kaa" = ( /obj/machinery/airalarm{ dir = 4; @@ -52044,6 +52106,24 @@ /obj/machinery/vending/wardrobe/viro_wardrobe, /turf/open/floor/plasteel/white, /area/medical/virology) +"kaj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "kaU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -52061,13 +52141,46 @@ }, /turf/open/floor/plating, /area/security/processing) -"kbC" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/yellow{ - icon_state = "0-2" +"kbP" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + layer = 4.1; + name = "Tertiary AI Core Access"; + obj_integrity = 300; + pixel_y = 1; + req_access_txt = "16" + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = -27; + pixel_y = -13 }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_y = -27 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_x = 28; + pixel_y = -13 + }, +/turf/open/floor/circuit/green, +/area/ai_monitored/turret_protected/ai) +"kbT" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, /turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/area/hallway/primary/central) "kcy" = ( /obj/machinery/airalarm{ dir = 8; @@ -52085,24 +52198,17 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/security/main) -"kdC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, +"kdA" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/plating, -/area/storage/tech) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "kfB" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -52127,15 +52233,20 @@ /obj/item/stack/rods/ten, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"khF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 +"kie" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plating, +/area/storage/tech) "kiE" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52152,12 +52263,6 @@ }, /turf/open/floor/plating, /area/hallway/secondary/service) -"kjY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "kkd" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -52180,10 +52285,33 @@ /obj/effect/turf_decal/tile/red, /turf/open/floor/plasteel, /area/security/checkpoint/service) +"kmp" = ( +/obj/machinery/computer/telecomms/traffic{ + dir = 8; + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "kmT" = ( /obj/machinery/computer/med_data, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) +"knw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"knE" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "kob" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -52211,10 +52339,31 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"kvI" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"kvW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"kwY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"kxn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kxR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -52236,6 +52385,18 @@ }, /turf/open/floor/plating, /area/security/main) +"kyA" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/aicard{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "kyM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52251,18 +52412,39 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"kzR" = ( -/obj/machinery/computer/message_monitor{ +"kzu" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"kAv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 1 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"kAW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 1 }, -/turf/open/floor/plasteel, -/area/construction) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kBu" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"kCd" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/obj/machinery/vending/assist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "kCm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52283,11 +52465,12 @@ /obj/effect/landmark/start/detective, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"kHa" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"kGr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "kHp" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/reagent_dispensers/watertank, @@ -52299,18 +52482,52 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, /area/quartermaster/office) +"kIt" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"kJo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"kJy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/holopad, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kJA" = ( /obj/machinery/portable_atmospherics/canister, /obj/effect/decal/cleanable/cobweb, /turf/open/floor/plating, /area/maintenance/aft) -"kJH" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +"kJK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "kJW" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only{ @@ -52325,30 +52542,18 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"kLm" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +"kMi" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"kLE" = ( -/obj/effect/turf_decal/tile/darkblue{ +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plating, +/area/storage/tech) "kNE" = ( /obj/structure/lattice, /obj/machinery/door/poddoor/preopen{ @@ -52357,33 +52562,6 @@ }, /turf/open/space, /area/engine/atmos_distro) -"kOw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"kOA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "tcomms"; - name = "Telecommunications server shutters control"; - pixel_y = -27; - req_access_txt = "61" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"kOJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "kPn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -52434,6 +52612,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"kRV" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kRZ" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 6; @@ -52446,24 +52632,48 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"kTd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 +"kTJ" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Port"; + dir = 8; + network = list("aicore","ss13") }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "kTQ" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"kTX" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "kUa" = ( /obj/structure/table/reinforced, /obj/machinery/light{ @@ -52473,10 +52683,6 @@ /obj/item/pen, /turf/open/floor/plasteel, /area/hallway/primary/central) -"kUZ" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "kVO" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 8 @@ -52486,37 +52692,32 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"kVU" = ( -/turf/closed/wall, -/area/vacant_room/commissary) -"kVV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"kWq" = ( -/obj/structure/cable{ - icon_state = "4-8" +"kVQ" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/obj/machinery/door/airlock/engineering{ - name = "Tech Storage"; - req_access_txt = "23" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "1-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/button/door{ + id = "tcomms_bridge"; + name = "Telecommunications server shutters control"; + pixel_x = 25; + pixel_y = 25; + req_one_access_txt = "19;61" }, -/turf/open/floor/plasteel, -/area/storage/tech) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"kVU" = ( +/turf/closed/wall, +/area/vacant_room/commissary) "kWr" = ( /obj/machinery/conveyor{ dir = 8; @@ -52561,16 +52762,34 @@ /obj/structure/lattice/catwalk, /turf/open/space/basic, /area/space/nearstation) -"lci" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +"lcb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small{ dir = 4 }, -/obj/structure/transit_tube/curved/flipped{ +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"lcC" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload"; + req_access_txt = "16" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/dark, -/area/engine/engineering) +/area/ai_monitored/turret_protected/ai_upload_foyer) "lcI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52578,19 +52797,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/aft) -"ldz" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "ldM" = ( /obj/machinery/recharge_station, /obj/structure/sign/departments/minsky/command/charge{ @@ -52598,40 +52804,15 @@ }, /turf/open/floor/plasteel, /area/science/robotics/mechbay) +"leu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plasteel/white, +/area/storage/tech) "leB" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall/r_wall, /area/engine/atmos) -"leN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"lfN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "lgx" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/cyan/visible{ @@ -52640,6 +52821,22 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) +"lhk" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "lhn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -52649,56 +52846,87 @@ }, /turf/open/floor/plasteel, /area/security/processing) -"ljz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ +"lhR" = ( +/obj/machinery/camera{ + c_tag = "MiniSat - Monitoring room"; dir = 8; - pixel_x = 24 + network = list("minisat","ss13") }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"lly" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +/obj/machinery/newscaster/security_unit{ + pixel_x = 28 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"lhU" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"llD" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_exterior"; + idSelf = "telecomms_airlock_control"; + pixel_x = 7; + pixel_y = -23 }, -/turf/open/space/basic, -/area/space) -"lop" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"los" = ( -/obj/structure/cable, -/obj/structure/cable, -/obj/effect/spawner/structure/solars/solar_96, -/turf/open/floor/plasteel/solarpanel, -/area/solar/port/fore) -"lov" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 26 +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = 6 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ dir = 4 }, +/obj/machinery/camera{ + c_tag = "Telecomms Server Room Access"; + dir = 4; + network = list("ss13","tcomms") + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) +"llD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/space/basic, +/area/space) +"lmg" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/engine/gravity_generator) +"lmH" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"lop" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"los" = ( +/obj/structure/cable, +/obj/structure/cable, +/obj/effect/spawner/structure/solars/solar_96, +/turf/open/floor/plasteel/solarpanel, +/area/solar/port/fore) "loA" = ( /obj/machinery/requests_console{ department = "Medbay"; @@ -52710,6 +52938,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"loF" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "loR" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -52727,34 +52959,42 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/carpet/purple, /area/chapel/main) -"lsn" = ( -/obj/machinery/light, -/turf/open/floor/engine, -/area/escapepodbay) -"lsQ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 +"lpQ" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Aft"; - dir = 8; - network = list("minisat","ss13") +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 }, -/turf/open/space/basic, -/area/space/nearstation) -"lsT" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"lpR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "tcomms"; + name = "Telecommunications server shutters" + }, +/turf/open/floor/plating, +/area/tcommsat/server) +"lql" = ( /obj/structure/table, /obj/item/stock_parts/subspace/filter, /obj/item/stock_parts/subspace/filter, /obj/item/stock_parts/subspace/filter, /obj/item/stock_parts/subspace/filter, /obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel/white, +/area/storage/tech) +"lsn" = ( +/obj/machinery/light, +/turf/open/floor/engine, +/area/escapepodbay) +"lsK" = ( +/turf/closed/wall/r_wall, +/area/construction) "ltm" = ( /obj/structure/transit_tube/curved{ dir = 4 @@ -52776,57 +53016,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"ltT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - dir = 2; - name = "MiniSat Maint APC"; - pixel_y = -24 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"luk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23"; - security_level = 6 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) "luw" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/closed/wall, /area/maintenance/aft) -"luS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "lve" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -52846,23 +53041,25 @@ }, /turf/open/space/basic, /area/maintenance/disposal/incinerator) -"lvy" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) "lvD" = ( /obj/structure/table/glass, /obj/item/book/manual/wiki/medical_genetics, /turf/open/floor/plasteel/white, /area/medical/genetics) -"lwJ" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/hallway/primary/aft) +"lwC" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plasteel/white, +/area/storage/tech) "lxr" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ @@ -52877,32 +53074,14 @@ }, /turf/open/floor/plating, /area/security/detectives_office) -"lyr" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 7; - pixel_y = -23 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -23; - pixel_y = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room Access"; - dir = 4; - network = list("ss13","tcomms") +"lyB" = ( +/obj/machinery/light_switch{ + pixel_x = 27 }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, /turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) +/area/storage/tech) "lze" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ @@ -52910,23 +53089,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"lzv" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"lzR" = ( -/obj/machinery/bluespace_beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "lAB" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -52939,37 +53101,30 @@ }, /turf/open/floor/plasteel, /area/maintenance/department/electrical) -"lCF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 +"lDc" = ( +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"lEm" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"lGb" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/supplied/freeform, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/machinery/airalarm{ - pixel_y = 24 +/obj/effect/turf_decal/tile/purple{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"lFe" = ( +/turf/closed/wall, +/area/tcommsat/computer) "lGE" = ( /obj/structure/cable{ icon_state = "1-2" @@ -52995,40 +53150,6 @@ }, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"lIz" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - layer = 4.1; - name = "Secondary AI Core Access"; - obj_integrity = 300; - pixel_y = -4; - req_access_txt = "16" - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = 10 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = 21 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = 10 - }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) "lIE" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 @@ -53036,22 +53157,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"lJB" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai_upload) -"lJE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "lKf" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, @@ -53059,21 +53164,6 @@ "lLH" = ( /turf/closed/wall, /area/maintenance/solars/starboard/aft) -"lLL" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "lLO" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53108,15 +53198,10 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"lPq" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Port"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) +"lPO" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "lQG" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -53128,17 +53213,15 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) -"lRs" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 +"lRt" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 }, -/obj/item/wirecutters, -/obj/machinery/status_display/ai{ - pixel_y = 32 +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "lRM" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -53147,34 +53230,30 @@ /obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/space/basic, /area/engine/atmos_distro) -"lSr" = ( -/obj/machinery/telecomms/receiver/preset_right{ - name = "subspace receiver B" +"lUy" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"lYq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 }, /obj/effect/turf_decal/stripes/line{ - dir = 2 + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/storage/tech) -"lYN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 22; - pixel_y = 9 +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"lYK" = ( +/obj/structure/cable{ + icon_state = "2-4" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/ai_upload) "lYU" = ( /obj/structure/cable{ icon_state = "4-8" @@ -53191,6 +53270,9 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, /area/hydroponics) +"lZD" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "mag" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -53199,56 +53281,10 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"maw" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 25; - pixel_y = 25; - req_one_access_txt = "19;61" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "maV" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/wood, /area/crew_quarters/heads/captain) -"mcb" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"mcy" = ( -/obj/structure/table/wood, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/bottle/vodka{ - pixel_x = 8; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 8; - pixel_y = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "mdx" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -53259,19 +53295,6 @@ /obj/structure/spirit_board, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"mgd" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "mhb" = ( /obj/machinery/door/airlock/virology/glass{ name = "Isolation A"; @@ -53286,22 +53309,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"mhk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mhJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "min" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 8; @@ -53332,15 +53339,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/virology) -"mjy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"mjb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/light/small{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) +/turf/open/floor/plating, +/area/maintenance/port/aft) "mkO" = ( /obj/machinery/nanite_program_hub, /obj/effect/turf_decal/bot, @@ -53361,22 +53371,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"mmd" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"mmi" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Starboard"; - dir = 4; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space/nearstation) "mmQ" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /turf/open/floor/plasteel/dark, @@ -53399,14 +53393,28 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) +"mnB" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mof" = ( /turf/closed/wall/r_wall, /area/quartermaster/sorting) -"mro" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 +"mqK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, /turf/open/floor/circuit, /area/ai_monitored/turret_protected/ai) @@ -53426,37 +53434,38 @@ }, /turf/open/floor/plating, /area/maintenance/fore/secondary) -"msK" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, +"msT" = ( /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/space/basic, -/area/space/nearstation) -"mtP" = ( -/obj/structure/cable/yellow{ +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"muf" = ( +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Tech Storage"; + req_access_txt = "61" + }, +/obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Maintenance"; - dir = 8; - name = "ai camera"; - network = list("minisat","ss13"); - start_active = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"mxb" = ( -/obj/machinery/light/small, -/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/door/firedoor/border_only, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/plasteel/dark, -/area/engine/engineering) +/area/tcommsat/computer) +"mwV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) "mxJ" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -53477,13 +53486,10 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/grimy, /area/security/detectives_office) -"mzE" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +"myQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/engine/engineering) "mzG" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -53514,10 +53520,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"mAS" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "mCg" = ( /obj/machinery/door/airlock/engineering{ name = "Port Quarter Solar Access"; @@ -53547,6 +53549,25 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"mCx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/effect/turf_decal/tile/white{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"mDn" = ( +/obj/machinery/telecomms/broadcaster/preset_left{ + name = "subspace broadcaster A" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mDD" = ( /obj/structure/table, /obj/item/book/manual/hydroponics_pod_people, @@ -53554,6 +53575,19 @@ /obj/item/clothing/accessory/armband/hydro, /turf/open/floor/plasteel, /area/hydroponics) +"mDO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "mFi" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -53563,6 +53597,24 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"mFQ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "telecomms_airlock_interior"; + idSelf = "telecomms_airlock_control"; + pixel_x = -23; + pixel_y = -23 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "mGV" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -53585,25 +53637,32 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"mJb" = ( -/obj/structure/cable{ - icon_state = "1-4" +"mJk" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 }, -/turf/open/floor/plasteel, -/area/construction) -"mJu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"mJy" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/plating, +/area/storage/tech) +"mJS" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/effect/turf_decal/tile/purple{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/turf/open/floor/plating, +/area/construction) "mJV" = ( /obj/structure/cable{ icon_state = "1-2" @@ -53659,6 +53718,10 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"mMH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/construction) "mMW" = ( /obj/structure/table/wood, /obj/item/hand_labeler{ @@ -53676,9 +53739,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"mNj" = ( -/turf/closed/wall/r_wall, -/area/construction) "mNx" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ @@ -53710,16 +53770,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"mOj" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "mOm" = ( /obj/structure/closet/crate, /obj/machinery/light/small{ @@ -53736,6 +53786,13 @@ /obj/machinery/atmospherics/components/unary/vent_pump/layer1, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"mOG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 + }, +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "mOR" = ( /obj/machinery/button/door{ id = "Dorm1"; @@ -53763,20 +53820,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"mRU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) "mSa" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, /area/maintenance/aft) +"mSs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) "mTa" = ( /obj/structure/sign/warning/nosmoking{ pixel_x = -28 @@ -53802,13 +53859,6 @@ /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel, /area/escapepodbay) -"mUY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating, -/area/storage/tech) "mVu" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -53847,16 +53897,35 @@ }, /turf/open/floor/plating, /area/hallway/secondary/exit) -"mZc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 +"mZe" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/obj/machinery/status_display/ai{ - pixel_y = 32 +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) +"mZf" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "mZB" = ( /obj/structure/closet/secure_closet/medical1, /obj/effect/turf_decal/tile/green, @@ -53865,6 +53934,15 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"nao" = ( +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "nau" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -53912,28 +53990,27 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"nbI" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/machinery/camera{ - c_tag = "Telecomms Tech Storage"; - dir = 4; - network = list("ss13","telecomms") +"nbD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"ndo" = ( +/obj/structure/transit_tube/station{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 }, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/area/ai_monitored/turret_protected/aisat_interior) "nds" = ( /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"ndX" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plasteel/white, -/area/storage/tech) "nfX" = ( /obj/structure/table/reinforced, /obj/structure/window/reinforced{ @@ -53964,6 +54041,21 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) +"ngZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/satellite"; + dir = 2; + name = "MiniSat Maint APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "nhP" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -53986,14 +54078,6 @@ }, /turf/open/floor/plasteel, /area/storage/primary) -"nir" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "nis" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 6 @@ -54015,6 +54099,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) +"njz" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"njX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "njZ" = ( /obj/structure/lattice/catwalk, /obj/structure/cable{ @@ -54029,6 +54126,16 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"nkF" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "nld" = ( /obj/structure/disposalpipe/sorting/mail/flip{ dir = 4; @@ -54057,35 +54164,27 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"noG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, +"nma" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/turf/open/floor/plating, -/area/storage/tech) -"npy" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Port"; - dir = 8; - network = list("aicore","ss13") +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"nmb" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "0-2" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"nnx" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) "nrj" = ( /obj/structure/rack, /obj/item/storage/briefcase, @@ -54094,29 +54193,34 @@ }, /turf/open/floor/wood, /area/lawoffice) -"nsn" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld{ - pixel_x = -8; - pixel_y = 2 +"nsK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/obj/item/aicard{ - pixel_x = 6; - pixel_y = 1 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"ntN" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 +/turf/open/floor/plasteel, +/area/engine/engineering) +"num" = ( +/obj/machinery/power/terminal{ + dir = 4 }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"nuq" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nuS" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -54124,48 +54228,12 @@ }, /turf/open/space/basic, /area/space) -"nvd" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Port"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "nvh" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nvC" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "AI Satellite Access" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"nvD" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"nxn" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/space/basic, -/area/ai_monitored/storage/satellite) "nxw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 @@ -54193,6 +54261,48 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nxY" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer"; + dir = 4; + name = "Upload Access APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + icon_state = "control_stun"; + name = "AI Upload turret control"; + pixel_x = -1; + pixel_y = -24 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + name = "Private AI Channel"; + pixel_x = 27; + pixel_y = -26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) +"nyz" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "nyN" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 10 @@ -54202,6 +54312,12 @@ }, /turf/open/floor/plating, /area/maintenance/fore) +"nzW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "nAM" = ( /obj/machinery/button/door{ id = "Dorm4"; @@ -54238,6 +54354,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) +"nCL" = ( +/obj/machinery/telecomms/server/presets/service, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "nCP" = ( /obj/effect/landmark/stationroom/box/xenobridge, /turf/template_noop, @@ -54248,82 +54371,53 @@ }, /turf/open/floor/plasteel, /area/escapepodbay) +"nFx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "tcomms"; + name = "Telecommunications server shutters control"; + pixel_y = -27; + req_access_txt = "61" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "nFF" = ( /obj/structure/disposalpipe/segment{ dir = 9 }, /turf/open/floor/plasteel/white, /area/medical/chemistry) -"nHc" = ( -/obj/machinery/light{ - dir = 1 +"nGc" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber - Port"; + dir = 4; + network = list("aiupload") }, /obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"nHL" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -1; - pixel_y = 6 - }, -/obj/item/pen, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"nHY" = ( -/obj/machinery/telecomms/broadcaster/preset_right{ - name = "subspace broadcaster B" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/obj/structure/table/reinforced, +/obj/item/assembly/flash/handheld, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "nJW" = ( /obj/structure/closet/secure_closet/atmospherics, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"nKY" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"nLi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter Room"; - req_one_access_txt = "17;65" +"nLV" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"nLK" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 1 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nMi" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -54355,6 +54449,21 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"nMB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "nOK" = ( /obj/structure/closet/l3closet, /turf/open/floor/plasteel/white, @@ -54372,33 +54481,58 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) -"nPR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"nSZ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" }, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/supplied/freeform, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"nTg" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 - }, /turf/open/floor/plasteel, -/area/hallway/primary/central) -"nRT" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/item/radio/off{ - pixel_y = 4 +/area/engine/atmos) +"nUo" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 }, /turf/open/floor/plasteel/dark, /area/maintenance/department/tcoms) -"nTg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +"nVV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 22; + pixel_y = 9 }, -/turf/open/floor/plasteel, -/area/engine/atmos) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "nWK" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ dir = 4 @@ -54408,27 +54542,11 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"nXN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"nXW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +"nWL" = ( +/obj/machinery/atmospherics/components/binary/valve/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "nYC" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 30 @@ -54444,34 +54562,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"nZx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"oaq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "oaW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -54487,16 +54577,41 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"ocb" = ( -/obj/structure/table/reinforced, -/obj/item/aiModule/core/full/custom, +"ocD" = ( +/obj/structure/table, +/obj/item/aicard, /obj/item/aiModule/reset, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plasteel/white, +/area/storage/tech) +"ody" = ( +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "oef" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/carpet/purple, /area/chapel/main) +"oel" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior Access"; + dir = 8; + network = list("minisat","ss13") + }, +/turf/open/space/basic, +/area/space) +"ogk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "ogO" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -54511,15 +54626,6 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"ohj" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "ohJ" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -54538,37 +54644,53 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"oiq" = ( -/obj/structure/cable{ - icon_state = "1-2" +"ohL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 4 +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27; + pixel_y = -34 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 }, -/obj/effect/landmark/start/cyborg, -/obj/structure/cable{ - icon_state = "1-4" +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"oiA" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"oiu" = ( -/obj/effect/turf_decal/tile/yellow{ +/area/maintenance/department/tcoms) +"oiB" = ( +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/power/apc/tcomms{ - areastring = "/area/tcommsat/server"; - dir = 4; - name = "Telecomms Server APC"; - pixel_x = 24 - }, /obj/structure/cable/yellow{ - icon_state = "0-8" + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) @@ -54590,14 +54712,17 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"oki" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/lattice/catwalk, -/obj/structure/cable{ - icon_state = "1-2" +"ojh" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 }, -/turf/open/space/basic, -/area/space/nearstation) +/obj/item/wirecutters, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/storage/tech) "okC" = ( /obj/structure/cable{ icon_state = "1-4" @@ -54624,13 +54749,13 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"oor" = ( -/obj/machinery/recharge_station, -/obj/structure/sign/departments/minsky/command/charge{ - pixel_x = -32 +"ont" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "ooX" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 @@ -54688,55 +54813,68 @@ /obj/item/crowbar/red, /turf/open/floor/plasteel, /area/escapepodbay) -"ouj" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 +"osN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ouF" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1 }, -/obj/machinery/vending/assist, /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ouJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + dir = 8; + name = "MiniSat Camera Monitor"; + network = list("minisat","aicore"); + pixel_x = 26 }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"ovB" = ( /obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"owV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/turf/open/floor/plating, -/area/storage/tech) -"oxY" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - layer = 4.1; - name = "Tertiary AI Core Access"; - obj_integrity = 300; - pixel_y = 1; - req_access_txt = "16" +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = -27; - pixel_y = -13 +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_y = -27 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_x = 28; - pixel_y = -13 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/circuit/green, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/door/airlock/highsecurity{ + name = "Gravity Generator and SMES"; + req_one_access_txt = "11;32" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "oyj" = ( /obj/structure/lattice, /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -54761,38 +54899,41 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/port) -"oyW" = ( -/obj/structure/lattice/catwalk, +"oAq" = ( /obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) -"ozz" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"oAL" = ( -/obj/structure/window/reinforced{ - dir = 8 + c_tag = "Telecomms Control Room"; + dir = 4; + network = list("ss13,tcomms") }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"oCP" = ( -/turf/closed/wall, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/grimy, /area/tcommsat/computer) +"oAF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"oCj" = ( +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "oDw" = ( /obj/effect/turf_decal/tile/green{ dir = 4 @@ -54811,6 +54952,14 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"oET" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Port"; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "oFM" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -54820,60 +54969,20 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"oHS" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Control Room"; - dir = 4; - network = list("ss13,tcomms") - }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"oIo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"oJf" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"oKu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"oJh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/server) "oKG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/wood, /area/library) -"oLb" = ( -/obj/machinery/telecomms/server/presets/service, -/obj/structure/cable/yellow{ - icon_state = "1-2" +"oLF" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 1 }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"oLm" = ( -/obj/machinery/teleport/station, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "oMR" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -54896,18 +55005,47 @@ }, /turf/open/floor/plating, /area/security/processing) -"oQp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"oRn" = ( -/obj/structure/cable{ - icon_state = "4-8" +"oOH" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 1; + icon_state = "left"; + layer = 3.1; + name = "Cyborg Upload Console Window"; + req_access_txt = "16" }, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-2" }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"oPo" = ( +/obj/machinery/light/small, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"oQm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"oQp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) "oRq" = ( @@ -54923,16 +55061,38 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/solars/starboard/aft) -"oRP" = ( +"oRr" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "0-2" + icon_state = "1-4" }, +/obj/structure/cable, /turf/open/floor/plating, /area/storage/tech) +"oRZ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"oSn" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "oSz" = ( /obj/machinery/door/airlock/maintenance{ id_tag = "commissarydoor"; @@ -54944,40 +55104,14 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore) -"oTu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_access_txt = "65" +"oTV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/aisat_interior) -"oTW" = ( -/obj/structure/table/wood, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 5 - }, -/obj/item/folder{ - pixel_x = 6; - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "oUK" = ( /obj/structure/cable{ icon_state = "4-8" @@ -54990,24 +55124,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"oVX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"oXs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "oXu" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55017,36 +55133,45 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"oZL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 +"oZQ" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"pbu" = ( -/obj/machinery/holopad, +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oZY" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "4-8" }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "0-8" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/turf/open/floor/plating, +/area/storage/tech) "pbM" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel/white, /area/science/mixing) -"pcx" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"pbT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Monitoring Room"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "pem" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -55067,147 +55192,62 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"peL" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"peZ" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "telecomms_airlock_exterior"; - idSelf = "telecomms_airlock_control"; - pixel_x = -7; - pixel_y = 23 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "telecomms_airlock_exterior"; - idInterior = "telecomms_airlock_interior"; - idSelf = "telecomms_airlock_control"; - pixel_x = 5; - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"pfa" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/obj/machinery/porta_turret/ai{ - scan_range = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) -"phx" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, +"pfl" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 +/turf/open/floor/plating, +/area/storage/tech) +"phj" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/supplied/protectStation, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/item/aiModule/supplied/quarantine, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "phT" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pia" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) -"pjp" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload"; - req_access_txt = "16" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"pkv" = ( -/obj/machinery/camera/motion{ - c_tag = "Telecomms Maintenance"; - dir = 1; - network = list("ss13","tcomms") - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"pkZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"pmc" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"pmo" = ( -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pmv" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, /turf/open/floor/plasteel, -/area/construction) -"pmL" = ( -/obj/machinery/ntnet_relay, -/obj/structure/cable/yellow{ +/area/engine/atmos) +"piS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"pkZ" = ( +/obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"plM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "pmW" = ( /obj/machinery/door/airlock/external{ name = "Solar Maintenance"; @@ -55231,33 +55271,9 @@ /obj/machinery/rnd/production/techfab/department/medical, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"pow" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 8; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ppc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +"pnH" = ( +/turf/closed/wall, +/area/ai_monitored/storage/satellite) "ppd" = ( /obj/machinery/door/airlock/external{ name = "Security External Airlock"; @@ -55282,35 +55298,25 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"prN" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"psc" = ( +/obj/machinery/light, +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "ptH" = ( /turf/closed/wall, /area/escapepodbay) -"ptJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating, -/area/storage/tech) -"ptN" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"puv" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ +"ptV" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "pvC" = ( @@ -55326,20 +55332,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint/service) -"pwb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/departments/minsky/engineering/engineering{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "pwk" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -55373,6 +55365,17 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/wood, /area/lawoffice) +"pxp" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "pxz" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel/white, @@ -55402,18 +55405,21 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"pzh" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"pzv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +"pyZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter Room"; + req_one_access_txt = "17;65" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) +/area/ai_monitored/turret_protected/aisat_interior) "pzK" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -55423,31 +55429,31 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"pBw" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 24; - pixel_y = -10 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 8; - network = list("minisat","ss13") +"pzM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 1 }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_x = 32; - pixel_y = 0; - req_access_txt = "19" +/obj/machinery/telecomms/message_server/preset, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"pBu" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Antechamber APC"; + pixel_x = 24 }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 4 +/obj/structure/cable/yellow{ + icon_state = "0-8" }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) +"pBw" = ( +/obj/machinery/telecomms/broadcaster/preset_right{ + name = "subspace broadcaster B" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "pBG" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -55464,14 +55470,15 @@ /obj/structure/sign/warning/securearea, /turf/closed/wall, /area/engine/engineering) -"pCB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 +"pCZ" = ( +/obj/structure/sign/departments/minsky/engineering/telecommmunications{ + pixel_y = 32 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/construction) +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "pDf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 @@ -55481,10 +55488,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"pDp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) "pDG" = ( /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -55499,6 +55502,25 @@ /obj/structure/lattice, /turf/open/space, /area/engine/atmos_distro) +"pGB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/satellite) "pHE" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -55514,13 +55536,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"pHH" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "pHZ" = ( /obj/structure/cable{ icon_state = "1-8" @@ -55538,40 +55553,38 @@ /obj/machinery/light, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"pIw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"pIF" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/turf/open/floor/plating, -/area/storage/tech) -"pJQ" = ( -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"pJB" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/camera{ - c_tag = "AI Upload Access"; - network = list("ss13","RD") +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 }, -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the AI Upload."; - dir = 4; - name = "AI Upload Monitor"; - network = list("aiupload"); - pixel_x = -27 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload_foyer) -"pJT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"pJI" = ( +/obj/machinery/newscaster{ + pixel_y = 32 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/machinery/computer/telecomms/server{ + dir = 8; + network = "tcommsat" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "pKE" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, /turf/open/floor/plasteel, @@ -55601,6 +55614,19 @@ }, /turf/open/floor/engine, /area/escapepodbay) +"pNb" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "pNj" = ( /obj/structure/cable{ icon_state = "4-8" @@ -55622,21 +55648,36 @@ "pOw" = ( /turf/closed/wall/r_wall, /area/hallway/primary/port) +"pOT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "pPf" = ( /obj/structure/table/wood, /obj/item/camera_film, /turf/open/floor/wood, /area/vacant_room) -"pPt" = ( -/obj/structure/cable{ +"pPs" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/yellow{ icon_state = "4-8" }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/structure/cable/yellow{ + icon_state = "2-4" }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "pQy" = ( /obj/machinery/door/airlock/public/glass{ name = "Escape Podbay" @@ -55652,6 +55693,35 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/escapepodbay) +"pQP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/remains/robot, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"pRt" = ( +/obj/machinery/cell_charger, +/obj/structure/table, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"pSy" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber - Fore"; + network = list("aicore","ss13") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "pSF" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 8 @@ -55683,6 +55753,19 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) +"pTv" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"pTL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "pUq" = ( /obj/effect/landmark/secequipment, /obj/effect/turf_decal/bot, @@ -55690,6 +55773,22 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/showroomfloor, /area/security/main) +"pUK" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "pUN" = ( /obj/structure/sign/departments/minsky/command/charge{ pixel_x = 32 @@ -55738,23 +55837,75 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"pYr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +"pZK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/plasteel, +/area/hallway/primary/central) "qbE" = ( /obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/medical/virology) +"qcK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"qdz" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"qdK" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "qdN" = ( /obj/structure/lattice, /turf/open/space/basic, /area/space) +"qee" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qeQ" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -55765,14 +55916,14 @@ /obj/effect/landmark/start/scientist, /turf/open/floor/plasteel, /area/science/nanite) -"qeT" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +"qhA" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plasteel, +/area/engine/engineering) "qkq" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, @@ -55787,6 +55938,14 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"qkF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/construction) "qlA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -55796,57 +55955,37 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qlT" = ( -/obj/item/radio/intercom{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"qmb" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Port Fore"; - dir = 8; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) -"qnW" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"qok" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +"qlI" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plating, /area/ai_monitored/turret_protected/aisat_interior) -"qov" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ +"qmS" = ( +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, /turf/open/floor/plasteel, -/area/bridge) +/area/hallway/primary/central) +"qov" = ( +/obj/structure/table/wood, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "qpS" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -55889,22 +56028,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/primary/central) -"qrN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "qsH" = ( /obj/structure/disposalpipe/junction/yjunction{ dir = 1 @@ -55963,37 +56086,34 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"qtP" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) "qug" = ( /obj/machinery/light/small, /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance, /obj/item/clipboard, /turf/open/floor/plating, -/area/maintenance/aft) -"quD" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/turf/open/floor/plating, -/area/engine/engineering) +/area/maintenance/aft) "quT" = ( /obj/structure/lattice, /obj/structure/grille/broken, /turf/open/space/basic, /area/space/nearstation) -"qvs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"qwE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 4 }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/obj/structure/cable/white{ - icon_state = "0-4" +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qxr" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 8 @@ -56007,9 +56127,6 @@ }, /turf/open/floor/plating, /area/security/processing) -"qxD" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) "qxX" = ( /obj/structure/cable{ icon_state = "1-2" @@ -56048,34 +56165,6 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) -"qyZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qzx" = ( -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"qAf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qAp" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/decal/remains/robot, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "qBb" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -56118,53 +56207,26 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qEj" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/white, -/obj/item/radio/intercom{ - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark/telecomms, +"qCO" = ( +/obj/structure/window/reinforced, +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"qEu" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/green/telecomms/mainframe, /area/tcommsat/server) -"qER" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/construction) -"qFm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"qFg" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25; + pixel_y = -25 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/machinery/ai_slipper{ + uses = 10 }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "qFS" = ( /obj/machinery/smartfridge/drying_rack, /turf/open/floor/plasteel, @@ -56193,42 +56255,17 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"qIB" = ( -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Tech Storage"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, +"qHe" = ( +/turf/open/floor/plasteel/grimy, /area/tcommsat/computer) -"qIH" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/toy/figure/borg{ - pixel_x = -4; - pixel_y = -2 - }, -/obj/item/phone{ - pixel_x = 7; - pixel_y = 1 - }, -/obj/machinery/newscaster/security_unit{ - pixel_y = -28 +"qHR" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "qIU" = ( /obj/item/storage/secure/safe{ pixel_x = 5; @@ -56250,6 +56287,19 @@ }, /turf/open/floor/plating, /area/maintenance/solars/starboard/fore) +"qKK" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "qKM" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -56260,6 +56310,17 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/fore/secondary) +"qLd" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/storage/tech) "qLj" = ( /obj/effect/turf_decal/tile/red{ dir = 4 @@ -56269,6 +56330,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/fore) +"qLz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "qLM" = ( /obj/structure/cable{ icon_state = "1-2" @@ -56322,18 +56389,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) -"qPr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "qPC" = ( /obj/structure/sign/warning/vacuum/external{ pixel_y = 32 @@ -56361,38 +56416,49 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"qQO" = ( -/obj/structure/window/reinforced{ - dir = 4 +"qQw" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/public{ + autoclose = 0; + frequency = 1449; + glass = 1; + id_tag = "telecomms_airlock_interior"; + name = "Telecomms Server Room Access"; + req_access_txt = "61" }, -/obj/structure/transit_tube/station{ - dir = 8 +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/structure/transit_tube_pod, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) +/turf/open/floor/plasteel/dark/telecomms, +/area/maintenance/department/tcoms) "qQV" = ( /turf/template_noop, /area/template_noop) -"qUn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"qRN" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/structure/cable/white{ - icon_state = "4-8" +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"qUY" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/storage/tech) +"qVh" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/structure/cable{ - icon_state = "0-8" + icon_state = "1-8" }, -/turf/open/floor/plating, -/area/storage/tech) +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "qVL" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -56412,6 +56478,10 @@ }, /turf/open/floor/plasteel, /area/security/main) +"qVN" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "qWn" = ( /obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ @@ -56427,94 +56497,15 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/grimy, /area/chapel/office) -"qWS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Monitoring Room"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"qXB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/recharge_station, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"qYf" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"qYg" = ( -/obj/machinery/door/window{ - base_state = "rightsecure"; - icon_state = "rightsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, +"qYd" = ( +/obj/structure/lattice/catwalk, /obj/machinery/camera{ - c_tag = "AI Chamber - Core"; - dir = 8; - network = list("aicore") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"qZh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/advanced_airlock_controller{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"rbv" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Gravity Generator and SMES"; - req_one_access_txt = "11;32" + c_tag = "MiniSat Exterior - Fore Port"; + dir = 1; + network = list("minisat") }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"rbM" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +/turf/open/space/basic, +/area/space/nearstation) "rcY" = ( /obj/machinery/atmospherics/pipe/simple{ dir = 4 @@ -56534,6 +56525,19 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) +"rdE" = ( +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "reN" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -56569,46 +56573,10 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/engine/atmos) -"rfl" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/public{ - autoclose = 0; - frequency = 1449; - glass = 1; - id_tag = "telecomms_airlock_interior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/maintenance/department/tcoms) -"rfv" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) "rfW" = ( /obj/structure/closet/crate, /turf/open/floor/plating, /area/maintenance/aft) -"rhE" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"rhP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "riC" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -56616,14 +56584,17 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"rkd" = ( +"riH" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/shutters/preopen{ - id = "tcomms"; + id = "tcomms_bridge"; name = "Telecommunications server shutters" }, /turf/open/floor/plating, -/area/tcommsat/server) +/area/bridge) "rkQ" = ( /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, @@ -56661,33 +56632,18 @@ dir = 8 }, /area/hallway/secondary/exit) -"rlC" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "AI Chamber entrance shutters"; - name = "AI Chamber entrance shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Core"; - req_access_txt = "16" +"rlE" = ( +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 }, -/obj/effect/mapping_helpers/airlock/locked, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/area/ai_monitored/turret_protected/ai_upload) "rmd" = ( /obj/structure/cable{ icon_state = "2-4" @@ -56712,25 +56668,6 @@ /obj/item/reagent_containers/food/drinks/beer, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"rpY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"rpZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "rqq" = ( /obj/machinery/camera{ c_tag = "Atmospherics Corridor West"; @@ -56745,6 +56682,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"rqx" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/departments/minsky/engineering/engineering{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "rrF" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ layer = 2.35; @@ -56752,6 +56703,13 @@ }, /turf/closed/wall, /area/science/mixing) +"ruZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "rvc" = ( /obj/structure/table/glass, /obj/structure/reagent_dispensers/virusfood{ @@ -56771,6 +56729,18 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"rvL" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "rvS" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4 @@ -56780,6 +56750,20 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"rwD" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Control Room APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "ryf" = ( /obj/structure/sign/departments/minsky/research/research, /turf/closed/wall/r_wall, @@ -56793,19 +56777,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"rzS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "rBa" = ( /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1{ dir = 1 @@ -56817,14 +56788,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rDq" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) "rEb" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -56919,22 +56882,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"rGW" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the ai satellite."; - name = "AI Satellite Monitor"; - network = list("minisat"); - pixel_y = 29 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"rHj" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) "rIf" = ( /obj/structure/spacepoddoor, /obj/machinery/door/poddoor/multi_tile/four_tile_ver{ @@ -56942,16 +56889,6 @@ }, /turf/open/floor/engine/airless, /area/escapepodbay) -"rIy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/space/basic, -/area/space/nearstation) "rJj" = ( /obj/structure/closet/l3closet/virology, /obj/effect/turf_decal/tile/green, @@ -56967,14 +56904,6 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) -"rLk" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) "rLw" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper, /obj/machinery/door/airlock/external{ @@ -56984,18 +56913,31 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"rMZ" = ( -/obj/machinery/ai_slipper{ - uses = 10 +"rMj" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer1{ + dir = 4; + name = "AI Satellite Supply" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"rPc" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 8 + dir = 6 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/turf/open/floor/plating, +/area/maintenance/port/aft) "rPi" = ( /obj/structure/cable{ icon_state = "1-4" @@ -57019,107 +56961,33 @@ }, /turf/open/floor/plating, /area/vacant_room/commissary) -"rPI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/storage/tech) "rPP" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/components/unary/portables_connector, -/turf/open/floor/plasteel/white, -/area/maintenance/department/tcoms) -"rQP" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/yogs/signal_technician, -/obj/machinery/computer/security/telescreen{ - dir = 1; - name = "Telecomms Camera Monitor"; - network = list("tcomms"); - pixel_x = 30; - pixel_y = -37 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/item/radio/intercom{ - dir = 1; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_x = 28; - pixel_y = -26 +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"rQX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/storage/tech) "rRn" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, /turf/open/floor/plasteel, /area/storage/tools) -"rSE" = ( -/obj/machinery/door/window{ - base_state = "leftsecure"; - dir = 1; - icon_state = "leftsecure"; - name = "Primary AI Core Access"; - obj_integrity = 300; - req_access_txt = "16" - }, -/obj/machinery/turretid{ - icon_state = "control_stun"; - name = "AI Chamber turret control"; - pixel_x = -32 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 32; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"rTf" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light{ - dir = 1 +"rTz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/storage/tech) -"rUk" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced, -/obj/machinery/door/window{ - dir = 8; - name = "High-Risk Modules"; - req_access_txt = "20" +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/supplied/protectStation, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/item/aiModule/supplied/quarantine, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"rVb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) +/turf/open/space/basic, +/area/space/nearstation) "rVk" = ( /obj/structure/cable/yellow{ icon_state = "1-2" @@ -57131,6 +56999,18 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"rVs" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "rVA" = ( /obj/structure/cable{ icon_state = "2-4" @@ -57172,15 +57052,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"saq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "saK" = ( /obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ @@ -57195,17 +57066,6 @@ }, /turf/open/floor/plasteel/white, /area/science/nanite) -"saQ" = ( -/obj/machinery/camera{ - c_tag = "MiniSat - Monitoring room"; - dir = 8; - network = list("minisat","ss13") - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "sdg" = ( /obj/machinery/door/poddoor{ id = "QMLoaddoor"; @@ -57226,6 +57086,22 @@ }, /turf/open/floor/plating, /area/quartermaster/storage) +"sdq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/start/cyborg, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "sej" = ( /obj/structure/table, /obj/item/flashlight/lamp, @@ -57241,6 +57117,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"sfV" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/white, +/area/storage/tech) "sga" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -57248,34 +57133,6 @@ dir = 8 }, /area/chapel/main) -"sgp" = ( -/obj/machinery/blackbox_recorder, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"sho" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"shK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "shN" = ( /obj/machinery/requests_console{ department = "Hydroponics"; @@ -57284,15 +57141,13 @@ }, /turf/open/floor/plasteel, /area/hydroponics) -"shW" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft"; - dir = 2; - network = list("minisat","ss13") +"siG" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "0-4" }, -/turf/open/space/basic, -/area/space/nearstation) +/turf/open/floor/plating, +/area/hallway/primary/aft) "sjo" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57301,6 +57156,22 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/engineering) +"sjp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "sjx" = ( /obj/structure/disposalpipe/segment{ dir = 10 @@ -57328,12 +57199,18 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/department/medical/morgue) -"slZ" = ( -/obj/effect/turf_decal/stripes/end{ +"smC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 1 }, -/turf/open/floor/plating, -/area/storage/tech) +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) "smJ" = ( /obj/structure/chair{ dir = 4 @@ -57346,39 +57223,25 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"snK" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"soL" = ( -/obj/machinery/computer/upload/ai{ - dir = 1 +"sni" = ( +/obj/machinery/porta_turret/ai, +/obj/machinery/status_display/ai{ + pixel_y = 32 }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"snD" = ( +/obj/effect/turf_decal/tile/green{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - layer = 3.1; - name = "Upload Console Window"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"sqf" = ( -/obj/machinery/telecomms/receiver/preset_left{ - name = "subspace receiver A" +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/circuit/green/telecomms/mainframe, +/turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) "ssY" = ( /obj/effect/turf_decal/tile/blue{ @@ -57409,75 +57272,67 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"svX" = ( -/obj/machinery/flasher{ - id = "AI"; - pixel_x = 25; - pixel_y = -6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ +"svw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"svK" = ( +/obj/effect/turf_decal/tile/darkblue{ dir = 8 }, -/obj/machinery/camera{ - c_tag = "MiniSat  Antechamber"; - dir = 8; - network = list("minisat","ss13") +/obj/effect/turf_decal/tile/darkblue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"svL" = ( +/obj/machinery/porta_turret/ai{ + scan_range = 5 }, /turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) +/area/ai_monitored/turret_protected/ai_upload) +"svR" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/construction) "swh" = ( /obj/structure/cable, /obj/machinery/power/tracker, /obj/structure/lattice/catwalk, /turf/open/floor/plasteel/airless/solarpanel, /area/solar/starboard/aft) -"swq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"swR" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ +"swo" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden, +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"swU" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable{ - icon_state = "2-4" +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "1-4" +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"syX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, /obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"sxp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 + icon_state = "4-8" }, -/turf/open/floor/plating, -/area/storage/tech) +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "szl" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -57504,34 +57359,14 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"sAR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 0 - }, -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/bridge) -"sBk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera/motion{ - c_tag = "Secure Tech Storage"; - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"sBo" = ( -/obj/machinery/light_switch{ - pixel_x = 27 +"sCp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plating, -/area/construction) +/turf/open/space/basic, +/area/space/nearstation) "sDl" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, @@ -57543,16 +57378,6 @@ }, /turf/open/floor/plasteel, /area/science/nanite) -"sDH" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel/white, -/area/storage/tech) "sEf" = ( /obj/structure/window/reinforced{ dir = 4 @@ -57560,6 +57385,12 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/dark, /area/crew_quarters/fitness) +"sEi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/construction) "sEo" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/table/reinforced, @@ -57587,19 +57418,15 @@ /obj/effect/landmark/stationroom/box/testingsite, /turf/template_noop, /area/template_noop) -"sFL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/holopad, -/obj/structure/cable/yellow{ - icon_state = "1-2" +"sFG" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"sFU" = ( -/obj/structure/window/reinforced, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) +/obj/machinery/porta_turret/ai{ + scan_range = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) "sGC" = ( /obj/machinery/button/door{ id = "Dorm2"; @@ -57622,6 +57449,14 @@ "sHo" = ( /turf/open/floor/engine, /area/escapepodbay) +"sHO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "sHQ" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, @@ -57634,18 +57469,6 @@ /obj/effect/spawner/structure/solars/solar_96, /turf/open/floor/plasteel/solarpanel, /area/solar/port/fore) -"sIc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) "sJh" = ( /obj/structure/cable/yellow{ icon_state = "2-4" @@ -57658,6 +57481,24 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) +"sKA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "sKP" = ( /obj/structure/cable{ icon_state = "1-2" @@ -57701,32 +57542,6 @@ }, /turf/open/floor/plasteel/freezer, /area/crew_quarters/toilet/locker) -"sMB" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sMQ" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/storage/tech) "sNe" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -57738,12 +57553,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"sNz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/port/aft) "sOm" = ( /obj/machinery/portable_atmospherics/scrubber/huge, /turf/open/floor/plasteel/dark, @@ -57769,6 +57578,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sQT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) "sRa" = ( /obj/structure/window/reinforced, /turf/open/space/basic, @@ -57810,6 +57629,33 @@ }, /turf/open/floor/plasteel, /area/storage/primary) +"sUD" = ( +/obj/structure/table, +/obj/item/phone, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"sVt" = ( +/obj/machinery/door/window{ + base_state = "leftsecure"; + dir = 1; + icon_state = "leftsecure"; + name = "Primary AI Core Access"; + obj_integrity = 300; + req_access_txt = "16" + }, +/obj/machinery/turretid{ + icon_state = "control_stun"; + name = "AI Chamber turret control"; + pixel_x = -32 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 32; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "sVZ" = ( /obj/structure/table, /obj/item/storage/box/beakers{ @@ -57864,24 +57710,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"sYY" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "sZC" = ( /obj/structure/sign/warning{ name = "SECURE AREA"; @@ -57894,6 +57722,15 @@ /obj/structure/chair/wood/wings, /turf/open/floor/plasteel/dark, /area/chapel/main) +"taP" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore Starboard"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "tbz" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -57903,14 +57740,40 @@ }, /turf/open/floor/plasteel, /area/science/mixing) +"tbC" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"tbW" = ( +/obj/machinery/blackbox_recorder, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) +"tcg" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai_upload) "tcL" = ( /turf/open/floor/plasteel, /area/janitor) -"tcR" = ( -/obj/machinery/airalarm{ - pixel_y = 24 +"tcO" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"tdR" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/pen, +/turf/open/floor/plasteel/grimy, /area/ai_monitored/turret_protected/aisat_interior) "tes" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ @@ -57939,6 +57802,21 @@ "tfA" = ( /turf/template_noop, /area/space) +"tfC" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/tcoms"; + dir = 1; + name = "Telecommunications Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"tgv" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) "tgI" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -57971,16 +57849,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"thH" = ( -/obj/structure/window/reinforced, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "thI" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/light/small{ @@ -57994,25 +57862,28 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"tiF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 +"tiN" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 26 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"tjX" = ( -/obj/structure/chair/office/dark{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, +/obj/effect/turf_decal/stripes/line, /obj/machinery/light{ - dir = 1 + dir = 4 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"tkf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "tkW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -58026,26 +57897,33 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"tlx" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) -"tmm" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 +"tlR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "2-4" }, +/turf/open/space/basic, +/area/ai_monitored/storage/satellite) +"tmG" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/structure/cable/yellow{ + icon_state = "4-8" }, /turf/open/floor/plating, -/area/construction) +/area/ai_monitored/storage/satellite) +"tna" = ( +/obj/machinery/ntnet_relay, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "tnb" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment{ @@ -58053,6 +57931,10 @@ }, /turf/open/space/basic, /area/space) +"tom" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) "tor" = ( /obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ @@ -58097,6 +57979,12 @@ /obj/effect/turf_decal/bot_white/right, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) +"tpR" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) "tqk" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -58129,6 +58017,10 @@ }, /turf/open/floor/plasteel, /area/security/courtroom) +"tre" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "tro" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -58143,6 +58035,20 @@ }, /turf/open/floor/plasteel, /area/quartermaster/office) +"ttn" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "ttZ" = ( /obj/structure/table/glass, /turf/open/floor/plasteel/chapel, @@ -58154,13 +58060,6 @@ }, /turf/open/space/basic, /area/space/nearstation) -"txt" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plasteel/white, -/area/storage/tech) "txU" = ( /obj/machinery/camera{ c_tag = "Security Escape Pod"; @@ -58183,6 +58082,12 @@ }, /turf/open/space, /area/solar/starboard/aft) +"tzL" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tAu" = ( /obj/machinery/light/small{ dir = 1 @@ -58221,12 +58126,6 @@ dir = 8 }, /area/hallway/secondary/exit) -"tCr" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) "tCH" = ( /obj/machinery/power/apc{ areastring = "/area/storage/tools"; @@ -58239,43 +58138,41 @@ }, /turf/open/floor/plasteel, /area/storage/tools) -"tEN" = ( +"tEo" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"tEt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65" }, -/turf/open/floor/plasteel, -/area/engine/engineering) +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "tFJ" = ( /obj/effect/landmark/stationroom/box/dorm_edoor, /turf/template_noop, /area/space) -"tGf" = ( -/obj/item/trash/candy, -/obj/item/clothing/neck/stethoscope, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/general/hidden/layer1{ +"tHN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 10 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"tGD" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 + dir = 10 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"tHu" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/turf/open/floor/plasteel, +/area/engine/engineering) "tJo" = ( /obj/machinery/door/firedoor/border_only{ dir = 8 @@ -58292,24 +58189,18 @@ /obj/machinery/atmospherics/pipe/layer_manifold, /turf/open/floor/plating, /area/hallway/secondary/entry) -"tKu" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "tLh" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/medical/virology) +"tMe" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "tMm" = ( /obj/effect/turf_decal/tile/purple, /obj/effect/turf_decal/tile/purple{ @@ -58321,28 +58212,12 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"tMt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating, -/area/storage/tech) "tMI" = ( /obj/machinery/atmospherics/pipe/simple/purple/hidden{ dir = 4 }, /turf/closed/wall, /area/maintenance/disposal/incinerator) -"tML" = ( -/obj/machinery/light, -/obj/machinery/computer/aifixer{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "tOj" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58408,14 +58283,18 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/hallway/secondary/entry) +"tRN" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Fore"; + dir = 1; + network = list("minisat") + }, +/turf/open/space/basic, +/area/space/nearstation) "tSz" = ( /turf/open/floor/plasteel, /area/science/nanite) -"tSB" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel/white, -/area/storage/tech) "tTF" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58460,6 +58339,11 @@ }, /turf/open/floor/wood, /area/lawoffice) +"tVM" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plasteel/white, +/area/storage/tech) "tXh" = ( /obj/machinery/door/airlock/engineering{ name = "Port Bow Solar Access"; @@ -58476,18 +58360,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"tXp" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) "tYa" = ( /obj/structure/cable{ icon_state = "4-8" @@ -58503,34 +58375,23 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/aft) -"tYw" = ( -/obj/machinery/porta_turret/ai{ - scan_range = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"tYC" = ( -/obj/effect/spawner/structure/window/reinforced/shutter, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/primary/central) -"tYU" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/darkblue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"uag" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ +"tZy" = ( +/obj/structure/cable/yellow{ icon_state = "1-4" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/plasteel/dark, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plasteel, /area/engine/engine_smes) +"uab" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ucA" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58562,18 +58423,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"ugZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen{ - dir = 8; - name = "MiniSat Camera Monitor"; - network = list("minisat","aicore"); - pixel_x = 26 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "uiz" = ( /obj/structure/table, /obj/item/storage/box/lights/mixed, @@ -58581,17 +58430,21 @@ /obj/item/stack/sheet/metal/fifty, /turf/open/floor/plasteel, /area/storage/tools) +"uiY" = ( +/obj/machinery/telecomms/receiver/preset_right{ + name = "subspace receiver B" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "ujZ" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "4-8" }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "ukG" = ( /obj/structure/cable{ icon_state = "1-4" @@ -58613,11 +58466,22 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"umq" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"ulY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"umC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) "umU" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -58630,16 +58494,25 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"umW" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white{ - icon_state = "0-2" +"unl" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/machinery/light{ - dir = 4 +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "61" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "unC" = ( /obj/machinery/light/small{ dir = 8 @@ -58657,13 +58530,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"unQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"unP" = ( +/obj/machinery/light{ + dir = 4 }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "upt" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -58698,6 +58574,51 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, /area/crew_quarters/locker) +"urw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/white, +/obj/item/radio/intercom{ + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"urx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"utm" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "uvN" = ( /obj/effect/decal/cleanable/dirt, /obj/structure/closet/crate, @@ -58706,6 +58627,38 @@ }, /turf/open/floor/plasteel, /area/quartermaster/warehouse) +"uvU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"uwB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uxu" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "uxv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -58728,30 +58681,27 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"uyH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 1 +"uzs" = ( +/obj/machinery/light{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/light{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"uAQ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, -/obj/effect/turf_decal/tile/darkblue, -/obj/item/radio/intercom{ - pixel_x = 32 +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"uBD" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 +/obj/structure/cable{ + icon_state = "1-8" }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/open/floor/plasteel, +/area/engine/engine_smes) "uEA" = ( /obj/machinery/door/airlock/maintenance{ req_access_txt = "12" @@ -58771,6 +58721,11 @@ }, /turf/open/floor/plasteel/white/corner, /area/hallway/secondary/exit) +"uHv" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable/yellow, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) "uHN" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58791,16 +58746,6 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"uIA" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/computer/monitor{ - dir = 1; - name = "MiniSat power monitoring console" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "uKn" = ( /obj/machinery/door/firedoor/border_only{ dir = 4 @@ -58826,14 +58771,41 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"uNh" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Aft"; +"uKK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 1; - network = list("aicore","ss13") + layer = 2.9 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/structure/transit_tube/curved, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"uLO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uNi" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uOe" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plasteel/white, +/area/storage/tech) "uQe" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ @@ -58842,6 +58814,11 @@ }, /turf/open/floor/wood, /area/lawoffice) +"uQw" = ( +/obj/item/storage/toolbox/mechanical, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "uQX" = ( /obj/machinery/door/airlock/maintenance{ name = "Cargo Bay Warehouse Maintenance"; @@ -58876,57 +58853,21 @@ /obj/item/wirecutters, /turf/open/floor/plasteel, /area/hydroponics) -"uSo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"uSI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"uTd" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) -"uVq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"uSQ" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/atmospherics/components/unary/portables_connector, +/turf/open/floor/plasteel/white, +/area/maintenance/department/tcoms) "uVA" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, /turf/open/floor/plasteel, /area/escapepodbay) -"uVP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) +"uVO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/turf/open/floor/plating, +/area/construction) "uXY" = ( /obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ @@ -58953,11 +58894,19 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"vaP" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"uZg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "vaZ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 8 @@ -58985,6 +58934,20 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/ai_monitored/storage/eva) +"vbU" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) "vcH" = ( /obj/structure/cable{ icon_state = "1-2" @@ -58999,27 +58962,6 @@ }, /turf/open/floor/plating, /area/maintenance/solars/port/fore) -"vcR" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) "vcV" = ( /obj/structure/cable{ icon_state = "1-8" @@ -59044,20 +58986,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/service) -"vjD" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "vjQ" = ( /obj/structure/cable{ icon_state = "0-4" @@ -59078,12 +59006,6 @@ /obj/item/clothing/glasses/welding, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"vke" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "vkK" = ( /obj/effect/turf_decal/loading_area{ dir = 4 @@ -59098,16 +59020,23 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vlr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 +"vme" = ( +/obj/machinery/status_display/ai{ + pixel_x = -32 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +/obj/machinery/vending/wardrobe/sig_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"vmm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3, +/obj/effect/turf_decal/tile/darkblue{ + dir = 4 }, -/obj/machinery/holopad, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vnn" = ( /obj/structure/sign/warning/radiation, /turf/closed/wall/r_wall, @@ -59139,13 +59068,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"vpu" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/darkblue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "vpy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59154,6 +59076,16 @@ }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) +"vpQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vra" = ( /obj/machinery/ore_silo, /obj/effect/turf_decal/tile/neutral{ @@ -59178,6 +59110,10 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) +"vsP" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating, +/area/storage/tech) "vsQ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ dir = 8 @@ -59210,6 +59146,26 @@ }, /turf/open/floor/plating, /area/security/processing) +"vwH" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) "vxh" = ( /obj/structure/table, /obj/effect/spawner/lootdrop/maintenance{ @@ -59218,14 +59174,19 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"vzI" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 +"vzc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/item/aicard, -/obj/structure/table/reinforced, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) "vAA" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59247,6 +59208,12 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) +"vAP" = ( +/obj/machinery/telecomms/receiver/preset_left{ + name = "subspace receiver A" + }, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "vBd" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 @@ -59260,6 +59227,16 @@ /obj/machinery/rnd/production/techfab/department/service, /turf/open/floor/plasteel, /area/hallway/secondary/service) +"vCX" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "vDB" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59320,24 +59297,59 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vIh" = ( -/obj/structure/cable/yellow{ +"vHq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +/turf/open/floor/plating, +/area/storage/tech) +"vHw" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"vIh" = ( +/obj/machinery/door/window/brigdoor/westleft{ + name = "AI Satellite Access"; + req_one_access_txt = "32;19" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"vJO" = ( +/obj/structure/table/reinforced, +/obj/item/aiModule/core/full/custom, +/obj/item/aiModule/reset, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"vKp" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, /turf/open/floor/plasteel, -/area/engine/engine_smes) +/area/hallway/primary/aft) "vKC" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59357,51 +59369,36 @@ }, /turf/open/floor/plating, /area/maintenance/port/fore) -"vLr" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "61" +"vLx" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/camera{ + c_tag = "AI Upload Access"; + network = list("ss13","RD") }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the AI Upload."; + dir = 4; + name = "AI Upload Monitor"; + network = list("aiupload"); + pixel_x = -27 }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload_foyer) "vMA" = ( /obj/structure/transit_tube/curved/flipped{ dir = 1 }, /turf/open/space/basic, /area/space/nearstation) -"vMI" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +"vMR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/bridge) +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vOl" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, @@ -59419,26 +59416,6 @@ }, /turf/open/space, /area/space) -"vQn" = ( -/obj/machinery/door/airlock/hatch{ - autoclose = 0; - frequency = 1449; - id_tag = "telecomms_airlock_exterior"; - name = "Telecomms Server Room Access"; - req_access_txt = "61" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "vRI" = ( /obj/machinery/door/airlock/external{ req_access_txt = "13" @@ -59458,15 +59435,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/mixing) -"vSh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) "vSD" = ( /obj/machinery/pipedispenser, /obj/structure/extinguisher_cabinet{ @@ -59474,22 +59442,28 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"vSV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) "vTi" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, /turf/open/floor/plating, /area/maintenance/aft) +"vTD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) "vUg" = ( /obj/machinery/door/airlock/maintenance{ name = "Law Office Maintenance"; @@ -59523,15 +59497,26 @@ }, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"vYn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 +"vWM" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 +/obj/structure/cable{ + icon_state = "0-2" }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vXl" = ( +/obj/effect/spawner/structure/window/reinforced/shutter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) "vYs" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 4 @@ -59545,6 +59530,18 @@ }, /turf/open/floor/plasteel, /area/maintenance/port/aft) +"vZa" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/structure/sign/departments/minsky/command/charge{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) "vZM" = ( /obj/structure/window/reinforced{ dir = 1 @@ -59564,6 +59561,35 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) +"war" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/monitor{ + dir = 1; + name = "MiniSat power monitoring console" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"wbw" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) +"wdb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) "wec" = ( /obj/machinery/light/small{ dir = 8 @@ -59580,12 +59606,21 @@ }, /turf/open/floor/plating, /area/quartermaster/sorting) -"wfz" = ( -/obj/machinery/ai_slipper{ - uses = 10 +"weR" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"wfs" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "wfJ" = ( /obj/structure/cable{ icon_state = "0-2" @@ -59602,15 +59637,16 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"whz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "2-4" +"wga" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"whp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/turf/closed/wall, +/area/maintenance/port/aft) "wil" = ( /obj/structure/cable{ icon_state = "1-2" @@ -59618,17 +59654,6 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/port/aft) -"win" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/transit_tube/curved/flipped, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "wjn" = ( /obj/structure/cable, /obj/structure/cable{ @@ -59641,6 +59666,22 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) +"wjG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"wkb" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/space/basic, +/area/space/nearstation) "wkE" = ( /obj/machinery/door/airlock/external{ name = "External Access"; @@ -59655,12 +59696,6 @@ "wkN" = ( /turf/closed/wall, /area/science/nanite) -"wlJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) "wmp" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -59679,14 +59714,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"wmv" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat_interior) "wmI" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -59696,19 +59723,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wmQ" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"woL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) "wqI" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -59724,6 +59738,13 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) +"wrd" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "wrz" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ @@ -59750,17 +59771,6 @@ /obj/machinery/atmospherics/pipe/manifold/general/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wvz" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plasteel/white, -/area/storage/tech) "wvK" = ( /obj/machinery/button/door{ id = "maint2"; @@ -59797,13 +59807,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/aft) -"wwn" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer1{ - dir = 4; - name = "AI Satellite Supply" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "wxr" = ( /obj/structure/lattice/catwalk, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -59811,6 +59814,17 @@ }, /turf/open/space/basic, /area/space/nearstation) +"wxB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/storage/tech) +"wxK" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) "wyh" = ( /obj/structure/closet/crate/freezer, /obj/item/reagent_containers/blood, @@ -59840,6 +59854,19 @@ }, /turf/open/floor/plasteel/white, /area/medical/virology) +"wyC" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "AI Satellite Monitoring"; + req_one_access_txt = "10;61" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) "wyT" = ( /obj/structure/closet/secure_closet/medical3, /obj/machinery/camera{ @@ -59849,13 +59876,6 @@ /obj/item/gun/syringe, /turf/open/floor/plasteel/white, /area/medical/sleeper) -"wzo" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "wzt" = ( /obj/effect/turf_decal/tile/green{ dir = 8 @@ -59938,17 +59958,24 @@ }, /turf/open/space/basic, /area/space/nearstation) -"wHS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 +"wFq" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm/tcomms{ - dir = 4; - pixel_x = -24 +/turf/open/floor/plating, +/area/ai_monitored/storage/satellite) +"wHY" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "wIv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -59961,6 +59988,20 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/fore) +"wIB" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + network = list("ss13","tcomms"); + pixel_x = 22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "wIG" = ( /obj/machinery/meter, /obj/item/radio/intercom{ @@ -59969,58 +60010,53 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wKf" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" +"wJA" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light/small{ + dir = 4 }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = 8; - req_access_txt = "19" +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Port Fore"; + dir = 8; + network = list("minisat") }, -/obj/machinery/button/door{ - id = "tcomms_bridge"; - name = "Telecommunications server shutters control"; - pixel_x = 28; - pixel_y = -2; - req_one_access_txt = "19;61" +/turf/open/space/basic, +/area/space/nearstation) +"wJL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/bridge) -"wLl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"wME" = ( +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) +"wKy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wNd" = ( +/turf/open/floor/plasteel, +/area/construction) +"wMs" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/corner{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, /obj/effect/turf_decal/stripes/corner{ - dir = 1 + dir = 8 }, -/obj/effect/landmark/xeno_spawn, /turf/open/floor/plating, /area/storage/tech) -"wNC" = ( -/obj/machinery/camera{ - c_tag = "AI Chamber - Fore"; - network = list("aicore","ss13") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +"wME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) "wPB" = ( /obj/structure/cable/yellow{ icon_state = "0-2" @@ -60030,22 +60066,19 @@ }, /turf/open/floor/plasteel, /area/maintenance/disposal/incinerator) -"wQd" = ( +"wPL" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/obj/structure/closet/radiation, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/storage/tech) "wRK" = ( /obj/structure/disposalpipe/segment{ dir = 5 @@ -60057,6 +60090,14 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/space, /area/maintenance/disposal/incinerator) +"wRX" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) "wSe" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 @@ -60066,13 +60107,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"wTD" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) "wUo" = ( /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 @@ -60105,12 +60139,6 @@ /obj/item/storage/secure/briefcase, /turf/open/floor/plasteel, /area/vacant_room/commissary) -"wWK" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "wWS" = ( /obj/structure/disposalpipe/segment{ dir = 6 @@ -60129,77 +60157,33 @@ }, /turf/open/floor/plating, /area/maintenance/port/aft) -"wXk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) -"wZf" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/computer/telecomms/server{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"wZh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, +"wXw" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"wZr" = ( -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/structure/table, -/obj/machinery/light{ - dir = 8 + dir = 1 }, /turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) +/area/engine/gravity_generator) "wZZ" = ( /obj/effect/landmark/stationroom/box/aftmaint, /turf/template_noop, /area/template_noop) -"xai" = ( +"xbP" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating, -/area/storage/tech) -"xal" = ( -/obj/structure/sign/departments/minsky/engineering/telecommmunications{ - pixel_y = 32 +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xcs" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Aft Starboard"; + network = list("minisat") }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) +/turf/open/space/basic, +/area/space/nearstation) "xcL" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -60215,17 +60199,32 @@ /obj/effect/turf_decal/bot_white, /turf/open/floor/plasteel/dark, /area/ai_monitored/nuke_storage) -"xfh" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/storage/tech) +"xdg" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/green/telecomms/mainframe, +/area/tcommsat/server) "xfi" = ( /obj/structure/lattice, /obj/structure/disposalpipe/segment, /turf/open/space/basic, /area/space) +"xgh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/transit_tube/station{ + dir = 8 + }, +/obj/structure/transit_tube_pod, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"xhr" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) "xhV" = ( /obj/structure/cable{ icon_state = "2-8" @@ -60237,24 +60236,20 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/engine/engineering) -"xlT" = ( +"xne" = ( /obj/effect/turf_decal/tile/yellow, /obj/effect/turf_decal/tile/yellow{ - dir = 4 + dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/engine/engineering) -"xmz" = ( -/obj/structure/closet/toolcloset, -/obj/structure/light_construct{ - dir = 4 +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plasteel, -/area/construction) +/area/hallway/primary/aft) "xnl" = ( /obj/structure/cable{ icon_state = "0-2" @@ -60272,15 +60267,12 @@ }, /turf/open/space/basic, /area/space) -"xop" = ( -/obj/structure/rack, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 +"xoj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8 }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) "xoA" = ( /obj/machinery/power/compressor{ comp_id = "incineratorturbine"; @@ -60318,29 +60310,18 @@ /obj/structure/disposalpipe/segment, /turf/open/floor/plating, /area/maintenance/aft) +"xtS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/construction) "xul" = ( /obj/effect/landmark/event_spawn, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/central) -"xuW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"xuY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) "xvC" = ( /obj/machinery/atmospherics/components/binary/valve{ dir = 1; @@ -60355,19 +60336,35 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"xzd" = ( -/obj/structure/cable{ - icon_state = "1-2" +"xwL" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter Room"; + dir = 4; + network = list("ss13","minisat") }, -/turf/open/floor/plating, -/area/construction) -"xAP" = ( -/obj/machinery/porta_turret/ai, -/obj/machinery/status_display/ai{ - pixel_y = -32 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"xzh" = ( +/obj/effect/turf_decal/tile/darkblue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/darkblue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xBo" = ( /obj/structure/closet/emcloset, /turf/open/floor/plating, @@ -60379,10 +60376,27 @@ }, /turf/open/floor/engine, /area/escapepodbay) -"xCN" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) +"xCv" = ( +/obj/machinery/light_switch{ + pixel_y = -27 + }, +/obj/structure/table/wood, +/obj/item/book/manual/wiki/tcomms{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/blue, +/obj/item/pen, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/computer) "xDQ" = ( /obj/machinery/door/airlock/public/glass{ name = "Central Access" @@ -60441,14 +60455,9 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"xKI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, +"xKO" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/circuit, /area/ai_monitored/turret_protected/aisat_interior) "xLv" = ( /obj/structure/table, @@ -60464,15 +60473,6 @@ /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plating, /area/storage/tech) -"xMD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/storage/tech) "xML" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60480,14 +60480,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"xNr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/tcoms) "xNu" = ( /obj/machinery/door/firedoor/border_only{ dir = 1 @@ -60495,10 +60487,19 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/maintenance/starboard/fore) -"xOT" = ( -/obj/effect/spawner/structure/window/reinforced, +"xPt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction) +"xPv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/power/port_gen/pacman, /turf/open/floor/plating, -/area/tcommsat/server) +/area/ai_monitored/storage/satellite) "xQA" = ( /obj/machinery/portable_atmospherics/canister/oxygen, /turf/open/floor/plasteel/dark, @@ -60513,23 +60514,6 @@ /obj/item/clothing/under/yogs/rank/clerk/skirt, /turf/open/floor/plasteel, /area/clerk) -"xSI" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Fore Starboard"; - dir = 1; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) -"xTb" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior - Aft Starboard"; - network = list("minisat") - }, -/turf/open/space/basic, -/area/space/nearstation) "xTD" = ( /obj/structure/table/glass, /obj/item/paper_bin{ @@ -60554,36 +60538,22 @@ /obj/item/pet_carrier/xenobio, /turf/open/floor/plasteel, /area/science/xenobiology) -"xUv" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +"xUV" = ( +/obj/structure/window/reinforced, /obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/space/basic, -/area/space/nearstation) -"xUH" = ( -/obj/structure/transit_tube/station{ - dir = 4 + icon_state = "1-4" }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) +/area/engine/engine_smes) "xWi" = ( /obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance, /obj/item/storage/box/lights/mixed, /turf/open/floor/plating, /area/maintenance/port) -"xWl" = ( -/obj/machinery/computer/telecomms/traffic{ - dir = 8; - network = "tcommsat" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) "xWw" = ( /obj/effect/spawner/lootdrop/maintenance, /turf/open/floor/plating, @@ -60597,12 +60567,25 @@ }, /turf/open/floor/plasteel/white, /area/medical/genetics) -"xXt" = ( -/obj/structure/cable/white{ - icon_state = "2-4" +"xXX" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) +/obj/item/toy/figure/borg{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/phone{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) "xYi" = ( /obj/item/twohanded/required/kirbyplants/random, /turf/open/floor/plasteel, @@ -60619,6 +60602,24 @@ }, /turf/open/floor/plating, /area/maintenance/aft) +"xYQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/power/apc/tcomms{ + areastring = "/area/tcommsat/server"; + dir = 4; + name = "Telecomms Server APC"; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) "xZb" = ( /obj/structure/cable{ icon_state = "0-4" @@ -60631,6 +60632,21 @@ }, /turf/open/floor/circuit, /area/ai_monitored/nuke_storage) +"xZE" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel/white, +/area/storage/tech) +"xZW" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/tcoms) "yan" = ( /obj/structure/disposalpipe/segment, /obj/structure/cable{ @@ -60652,30 +60668,6 @@ /obj/machinery/portable_atmospherics/canister/air, /turf/open/floor/plasteel, /area/escapepodbay) -"ybq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/computer) -"ybv" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/gravity_generator"; - name = "Gravity Generator APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"ycn" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Access"; - dir = 8; - network = list("minisat","ss13") - }, -/turf/open/space/basic, -/area/space) "ycw" = ( /obj/machinery/door/airlock/atmos/glass{ name = "Atmospherics Monitoring"; @@ -60710,14 +60702,27 @@ /obj/structure/tank_dispenser, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"ygo" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" +"yeb" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/tcoms) +"yeT" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) +/obj/machinery/porta_turret/ai{ + scan_range = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"yfO" = ( +/obj/machinery/newscaster{ + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 0 + }, +/turf/open/floor/plasteel, +/area/bridge) "ygp" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/machinery/advanced_airlock_controller{ @@ -60727,19 +60732,6 @@ /obj/machinery/atmospherics/components/binary/dp_vent_pump/layer1, /turf/open/floor/plating, /area/hallway/secondary/entry) -"yhz" = ( -/obj/structure/cable, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"yhS" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/green/telecomms/mainframe, -/area/tcommsat/server) "yie" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -60761,28 +60753,28 @@ }, /turf/open/space/basic, /area/space/nearstation) -"yjV" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +"ykC" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_x = 25; + pixel_y = -6 }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 +/obj/machinery/camera{ + c_tag = "MiniSat  Antechamber"; + dir = 8; + network = list("minisat","ss13") }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat_interior) +"ykL" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ykE" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel/white, -/area/storage/tech) +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) "ylH" = ( /obj/machinery/sparker{ id = "testigniter"; @@ -60790,12 +60782,20 @@ }, /turf/open/floor/engine, /area/science/misc_lab) -"ylK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 +"ymd" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) +/obj/item/twohanded/required/kirbyplants, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) (1,1,1) = {" aaa @@ -84868,16 +84868,16 @@ aaa cjJ ckw clC -hhj -fzp -sFU -hZH -jKY +hJN +isa +qCO +ohL +ouF btG -vYn -nir -pHH -hwE +oQm +wRX +uzs +wXw bgN btG aaa @@ -85129,13 +85129,13 @@ aGx clE cnN bBF -nXW +smC btG -kOJ +dsQ bih big bii -nKY +kBu btG aaa aaa @@ -85385,10 +85385,10 @@ clD bEh cnn cnM -phx -whz -idt -luS +tZy +fKT +lmg +jIl big bgN bkZ @@ -85643,9 +85643,9 @@ aSi clG cnP bBH -iIk +oAF btG -oXs +ujZ bii big bih @@ -85896,17 +85896,17 @@ aaa cjJ ckz clF -ljz +cPM cnp -uag -vIh -eZd +xUV +dlO +uAQ btG -oIo -woL -peL -hjJ -ybv +syX +ont +unP +hef +fqI btG gXs gXs @@ -86156,17 +86156,17 @@ cjJ cjJ cjJ cnR -etC +kTX cjJ btG -euN -jEu +tMe +oRZ btG btG btG btG gXs -qzx +wxK abY aaT aaT @@ -86412,9 +86412,9 @@ aaa aaa aaf cjJ -wQd +iMW bEL -qXB +hSa cjJ btG btG @@ -86423,7 +86423,7 @@ aaf aoV aaa gXs -qzx +wxK ctv ctv ctv @@ -86669,7 +86669,7 @@ bCq bCq bCq cjJ -qFm +lUy aZi aHm cjJ @@ -86912,7 +86912,7 @@ bIp bCq bCq ceW -cqS +jIe bSs bCq bCq @@ -86927,7 +86927,7 @@ ceY ccw ccw cnR -rbv +owV cjJ ccw ccw @@ -87152,24 +87152,24 @@ bqM bCn bGq bGq -sIc +mjb bGq bLw bGq bGq bGq bLw -sIc +mjb bGq hQb qsH bCq bIb -unQ +ulY bIC bCq bJp -tGf +ieh bJD bCq bJV @@ -87183,10 +87183,10 @@ bHE bHE cmD cnr -qAf +fZI bEP -irJ -erO +gGe +rVs bkz bkA crp @@ -87405,25 +87405,25 @@ bnM bAe bBg mlj -rhE -rhE -dAt -cdE -qnW -rhE -dAt -cdE -cdE -cdE -cdE -qnW -rhE +fOz +fOz +lmH +nkF +clg +fOz +lmH +nkF +nkF +nkF +nkF +clg +fOz bCq vAA bCq bIf bCq -sNz +whp bCq bPr bPr @@ -87660,7 +87660,7 @@ aKF aLX aJq aJq -mhJ +iHb mlj aaa aaf @@ -87674,7 +87674,7 @@ gXs aaa aaa aaa -rhE +fOz ciT bqD bCq @@ -87917,8 +87917,8 @@ bwg aJw aJq aJq -oRn -tYC +xbP +kbT gXs aaa aaa @@ -87929,20 +87929,20 @@ gXs aoV gXs aaa -jOR -dno -rhE +vWM +knE +fOz pew bqD bCq gXs gXs aaf -oRP -irK -swU -sho -dkM +cHk +vXl +jOm +cRb +oRr aaf bCq cay @@ -88174,7 +88174,7 @@ bqy aJw aJq aJq -rhP +uwB mlj gXs gXs @@ -88185,8 +88185,8 @@ bfv bfv gXs gXs -jOR -qnW +vWM +clg bUs bHE bHE @@ -88195,11 +88195,11 @@ bPr bPr bPr gXs -qUY -tSB -fMD -ihh -qUY +oZY +fMU +jNW +tbC +oZY aaa bCq cay @@ -88431,20 +88431,20 @@ bmr bmr byN aJq -oRn -tYC +xbP +kbT aaa bfv bfv -lGb -dHm -ocb +nSZ +nGc +vJO bfv bfv aaa -dYL -ygo -iHw +jrx +uNi +rPc bGq bGq bww @@ -88452,11 +88452,11 @@ bHE bHE bPr aaa -qUY -mjy -pPt -sBk -qUY +oZY +lcb +fXn +fId +oZY aaa bCq cay @@ -88688,18 +88688,18 @@ bwi bmr aMm aJq -jaW +oZQ mlj -cDP -cDP -tYw +kzu +kzu +svL aDq -ejc +qLz aDq -cCW +sFG bfv gXs -mNj +lsK bNI bvG bNI @@ -88709,11 +88709,11 @@ bNI bHE bCs bCs -rHj +ccA bGu -luk +gDG bJi -rHj +ccA bCs bCs cay @@ -88943,35 +88943,35 @@ brS bsY ays bmr -cgN +qmS cBw -hqC +jKx mlj -pJQ -cDP -oJf +vLx +kzu +rlE aHj -pzv -pmc -fna -lJB +nma +lYK +oOH +tcg aaa -mNj +lsK bRl -tmm -ekc -ghZ +eJC +fbZ +mMH cCf bNI bHE bCs -jZF -uBD -rDq -xai -txt -jrX -pcx +eVJ +hcN +jld +kMi +uOe +fQR +lql bCs cay ccw @@ -89201,34 +89201,34 @@ buO bwk bmr aMn -kOw -ujZ -dXO -oiq -pjp -hfU -hFQ -lLL -pbu -hQO +jtG +kdA +jXG +sdq +lcC +gxK +cuG +gtI +fqV +cGc bfv aaa -mNj +lsK cCd -dXc -mJb +mJS +sEi cCd cCe bNI bHE bCs -lRs -slZ -sxp -wNd -mUY -eWS -sMQ +ojh +mJy +iWV +wPL +wxB +vsP +qLd bCs cay ccw @@ -89458,34 +89458,34 @@ buN aCO bmr byP -nXN -fmt +plM +njX mlj -iPi -cDP +nxY +kzu aDq aHj -hfn -tCr -soL -lJB +pTL +wdb +gbM +tcg gXs -mNj +lsK bNJ bvc -qER +qkF bNJ cCe bNI bHE bCs -ykE -pzh -iNB -wZh -ptJ -jvP -ozz +tzL +ocD +pfl +weR +dzD +sfV +lwC bCs cay ccw @@ -89715,34 +89715,34 @@ bnS aUt bfs bft -eND -tXp +sHO +ezo mlj -cDP -cDP -fBc +kzu +kzu +aKO aDq -dsd +eGg aDq -tYw +svL bfv gXs -mNj +lsK bNL buQ xhV -xzd -exr +xtS +svR bNI bHE bCs -vcR -dbw -dLw -dQC -xMD -oVX -wvz +cMh +eCt +kie +cIZ +hqB +gmQ +vHw bCs cay ccw @@ -89973,33 +89973,33 @@ bmr bmr byQ bne -ppc -tYC +dPg +kbT aaa bfv bfv -rUk -jmg -vzI +phj +gQM +isz bfv bfv aaa -mNj -dob -pCB -gWz -kAW -pmv +lsK +uVO +jYQ +wKy +xPt +juw bNI bHE bCs -rTf -kdC -ndX -lYq -umq -tMt -sDH +juo +kaj +exY +rPP +leu +hZA +xZE bCs cay ccw @@ -90208,7 +90208,7 @@ aSv aTV aYg aTX -vMI +vwH aZM aZM aZM @@ -90218,10 +90218,10 @@ aZM aZM aZM aZM -kJH -wZr -nbI -iCw +wrd +rdE +hJQ +yeb gXs aaa gXs @@ -90230,7 +90230,7 @@ gXs bOS aXf bne -cXH +sQT mlj aaa gXs @@ -90241,7 +90241,7 @@ bfv bfv aaa aaa -mNj +lsK bNJ buQ cCd @@ -90250,13 +90250,13 @@ cCc bNI bHE bCs -xfh -dgo -pIw -lfN -pIw -nZx -ouj +gIE +vHq +mSs +qRN +mSs +vzc +kCd bCs cay ccw @@ -90467,28 +90467,28 @@ aXY aWO aPR bVI -jPj -jPv -rpZ -wHS -mzE -mJu -kUZ -rkd -lsT -exg -sYY -iCw +pTv +ptV +erb +ekT +cjW +qwE +ivT +lpR +oSn +eyT +nUo +yeb bVJ -dKV -dKV -oCP +dcc +dcc +lFe aaa bOS aXf bne -duL -tYC +iGf +kbT gXs gXs aaa @@ -90498,7 +90498,7 @@ aaa gXs aaa gXs -mNj +lsK cjo buQ bNJ @@ -90507,13 +90507,13 @@ cCb bNI bHE bCs -dcf -noG -ewX -rPI -kHa -tMt -vaP +cRi +sKA +lyB +fyA +gRh +hZA +tVM bCs cay ccw @@ -90722,25 +90722,25 @@ aSx aTX aYg aWU -iqY -pmL -qrN -kvI -jkb -shK -fLW -aMu -sqf -rkd -tHu -exg -exg -tlx +riH +tna +sjp +lPO +njz +qee +loF +huI +vAP +lpR +tre +eyT +eyT +xZW bVJ -hMc -mcy -oCP -oCP +fKy +lhk +lFe +lFe aJw aXf bne @@ -90755,17 +90755,17 @@ aaa gXs gXs gXs -mNj -xmz +lsK +jPG bvc -sBo +iJD bNJ bSz bNI bHE bCs xLZ -oaq +wMs bCs bCs bCs @@ -90980,39 +90980,39 @@ aTW aYv aWQ aPR -dal -haJ -rbM -dnc -gha -mAS -feF +mDn +svK +jJK +prN +fmP +cOE +lEm bVI bVI -iCw -huy -kVV -cte +yeb +tfC +kGr +nao bVJ -tjX -eXM -oHS -fog +eQZ +qHe +oAq +vme aJw byS bne aDs mlj -qxD -lwJ -qxD -lwJ -qxD -lwJ -qxD -qxD -lwJ -mNj +qtP +siG +qtP +siG +qtP +siG +qtP +qtP +siG +lsK bNI bvd bNI @@ -91022,12 +91022,12 @@ bNI bTz bCs bCs -kWq +bYZ bCs -rzS -eiB -fVq -vjD +pNb +pIF +huU +ymd bCq cdi ccw @@ -91235,40 +91235,40 @@ aRn aSz aTY aYA -heM +fIk aPR -gTq -pmo -kLE -eIy -hdF -fYL -fCg -xOT -lyr -iCw -gCS -dQn -exg +wIB +oiB +xzh +qKK +cPo +qVN +mFQ +oJh +lhU +yeb +pOT +ogk +eyT bVJ -xal -eXM -fZj -eXM +pCZ +qHe +iID +qHe aJw -nPR +gIj aXM aUv bCu bAO -cFF +vCX bSA -cFF +vCX bSA -cFF +vCX bHR bIe -cFF +vCX bJz bSA bve @@ -91278,14 +91278,14 @@ bSA bWL bSA bSA -pwb -dDr +rqx +vTD bSA -eBW +vKp bLI bWJ -hmB -swR +xne +vbU caC ccw cij @@ -91489,54 +91489,54 @@ aNx aOE aPS aRm -wKf +hwN aTX aZf -sAR +cEH aPR -lzv -tKu -gkF -oZL -uSo -puv -mOj -rfl -hmN -vQn -fKK -ldz -xNr -qIB -lJE -gzL -clA -qPr -vLr +fmC +egh +pzM +mOG +mnB +dVa +swo +qQw +mDO +aFS +ovB +wbw +eQD +muf +wJL +nbD +pJB +hlp +unl bwa boU aXE jWz bQQ -xuY +gEV aXW -swq +qVh aYt -xuY +gEV bLZ bbp -xuY +gEV bLZ -gMK -exY +tkf +nLV cBH bMG bLZ bLZ bLZ bLZ -uVP -gcw +eoU +nMB bLZ cbr bLZ @@ -91749,28 +91749,28 @@ aRp aSB aTZ aZg -jQe +hpe aPR -coZ -pow -dkO -fGl -kTd -yhS -gaa -xOT -nHc -iCw -peZ -iAD -pkv +kJK +gOg +uZg +snD +tEo +uab +hQm +oJh +mZf +yeb +jgh +kJo +hSA bVJ -mgd -eXM -ybq -gUb +nuq +qHe +nzW +rwD aJw -saq +pZK bfz aXf bzG @@ -91792,7 +91792,7 @@ bQg bQg bQg bQg -lCF +aGC bFq bFq cbt @@ -92006,26 +92006,26 @@ aRo aSA aTX aYA -jFt +yfO aPR -lSr -iTA -ikp -oLb -foT -mcb -qEj -uSI -uSI -cRq -leN -rpY -wWK +uiY +fqv +ruZ +nCL +clZ +ibl +urw +fNu +fNu +mwV +uxu +ceJ +hwb bVJ -vke -rQP -kzR -gjV +jGO +dDm +tcO +xCv aJw aOx aJq @@ -92264,25 +92264,25 @@ aSD ceh aZj aWU -iqY -sgp -maw -gcJ -fUh -yjV -xCN -hTA -nHY -rkd -rPP -drX -eyL -nRT +riH +tbW +kVQ +xdg +cUg +pUK +qEu +gtE +pBw +lpR +uSQ +oiA +msT +ilk bVJ -wZf -xWl -oCP -oCP +pJI +kmp +lFe +lFe aJw aJq aJq @@ -92520,25 +92520,25 @@ aRq aSC aUa aZl -wXk +jtB aPR bVI -jeN -gkG -ixL -oiu -vSh -cPx -uTd -rkd -mmd -hDG -kOA -iCw +hgw +lRt +rvL +xYQ +utm +mCx +diw +lpR +ekU +eDM +nFx +yeb bVJ -dKV -dKV -oCP +dcc +dcc +lFe aaa bOS aJq @@ -92778,7 +92778,7 @@ aSE aUc aYA aTX -qov +kIt aZV aZV aZV @@ -92788,10 +92788,10 @@ aZV aZV aZV aZV -jbu -dNe -wzo -iCw +iqw +jsR +kwY +yeb gXs aoV gXs @@ -94636,15 +94636,15 @@ gXs aaa gXs gXs -rfv -nvC -lly -iBp -jlX -fkP -jlX -jlX -bZe +jlM +eyp +tHN +uLO +osN +xhr +osN +osN +iey oqv tAu ciZ @@ -94893,15 +94893,15 @@ bvA bvA bvA gXs -rfv -hVT -rVb -mhk -xlT -rLk -rLk -qyZ -tEN +jlM +ttn +gws +nsK +dQG +qhA +qhA +myQ +jQv mRQ xhW xhW @@ -95150,14 +95150,14 @@ bMf bMf bvA aaa -rfv +jlM ccw -oAL -gXv -oAL +wfs +vIh +wfs ccw ccw -etT +wyC clJ cig ciZ @@ -95371,7 +95371,7 @@ bwu bwu bwu bBB -cTR +hvK aJw bFp bGJ @@ -95409,13 +95409,13 @@ bvA aaa dOc sRa -hbs -qQO -lci +uKK +xgh +gBZ llD ccw -qlT -snK +dwx +wga cig cig bOg @@ -95671,8 +95671,8 @@ ajX ajX ltm ccw -rGW -mxb +cxI +oPo ccw aaa afp @@ -95927,10 +95927,10 @@ aaa aaa aaa cqY -quD -fAo -gsB -quD +hGy +cUP +sUD +hGy aaa aaa aaa @@ -96184,10 +96184,10 @@ yjy aaa akE aaa -quD -quD -quD -quD +hGy +hGy +hGy +hGy aaa aaa aaa @@ -99536,10 +99536,10 @@ aaa pEf gXs aaa -ycn -win -xUH -thH +oel +ewX +ndo +ody xnR aaa gXs @@ -99791,15 +99791,15 @@ aaa aaa aaa pEf -hCT -hCT -hCT -jKx -dQc -eVg -hCT -hCT -hCT +gtB +gtB +gtB +fRa +lZD +cZu +gtB +gtB +gtB pEf aaa aaa @@ -100046,19 +100046,19 @@ aaa aaa aaa pEf -qmb +wJA pEf -jFo -hgq -gLH -tiF -fBD -pJT -fzV -qZh -coF +tEt +cxv +gsN +hnn +hvw +gBP +qlI +hhC +oCj pEf -lsQ +ffJ pEf gXs aaa @@ -100067,7 +100067,7 @@ aaa aaa aaa aaa -dpi +cEB aaa aaa aaa @@ -100303,19 +100303,19 @@ aaa aaa aaa pEf -pia -pia -pia -pia -hCT -mZc -gzA -vpu -hCT -hCT -hCT -hCT -hCT +tgv +tgv +tgv +tgv +gtB +vmm +jzb +hBu +gtB +gtB +gtB +gtB +gtB pEf gXs aKN @@ -100560,19 +100560,19 @@ aaa aaa aaa pEf -pia -ifK -dav -ntN -jtT -tcR -rMZ -xuW -jtT -dQc -ime -cQG -hCT +tgv +oLF +jig +iWX +nnx +qdK +lpQ +vMR +nnx +lZD +xwL +tpR +gtB pEf gXs aKN @@ -100817,19 +100817,19 @@ aaa aaa aaa pEf -pia -ifK -fuh -dvh -jtT -pBw -khF -uyH -nLi -jfk -lzR -oLm -hCT +tgv +oLF +bQu +fbU +nnx +jtX +kAv +dEd +pyZ +svw +hYX +eeK +gtB pEf aaa aaa @@ -101074,19 +101074,19 @@ aaa pEf pEf pEf -pia -eCy -wwn -nsn -jtT -jtT -oTu -jtT -jtT -eaD -lov -cpU -hCT +tgv +pRt +rMj +kyA +nnx +nnx +qcK +nnx +nnx +uQw +tiN +xKO +gtB pEf pEf pEf @@ -101328,25 +101328,25 @@ cSf nkd aaa aaa -lPq -pia -pia -pia -eiX -ltT -hwX -jtT -nLK -xKI -sMB -jtT -jtT -jtT -jtT -hCT -hCT -hCT -nvd +qYd +tgv +tgv +tgv +dmB +ngZ +pnH +nnx +pxp +cuI +cJW +nnx +nnx +nnx +nnx +gtB +gtB +gtB +oET aaa aKN aaa @@ -101586,23 +101586,23 @@ cmd aaa aaa pEf -pia -xop -oor -jxu -pYr -hwX -eaz -dQc -eIG -wlJ -tYU -jtT -dsb -nHL -oTW -qIH -hCT +tgv +wFq +fSL +piS +tmG +pnH +vZa +lZD +vpQ +jOp +fXq +nnx +fgc +tdR +qov +xXX +gtB pEf aaa aKN @@ -101841,25 +101841,25 @@ eGn cmd aaa aaa -drO -nxn -csF -yhz -hLU -idC -cET -fNm -qeT -hPb -wmv -jQh -qok -qWS -vSV -sFL -jjP -uIA -lvy +fvJ +tlR +nmb +erQ +nWL +umC +pPs +pGB +oTV +bEI +hTM +cVj +wjG +pbT +bTj +gGj +nyz +war +uHv pEf gXs aKN @@ -102099,24 +102099,24 @@ rkQ aaa aaa aaa -msK -pia -kbC -qAp -mtP -wTD -hwX -pfa -svX -rQX -iAT -pfa -jtT -kLm -saQ -ugZ -tML -hCT +ekx +tgv +hnJ +pQP +igK +xPv +pnH +yeT +ykC +clB +pBu +yeT +nnx +mZe +lhR +ouJ +psc +gtB pEf gXs aKN @@ -102356,24 +102356,24 @@ aaa aaa aaa aaa -msK -pia -pia -pia -pia -pia -pia +ekx +tgv +tgv +tgv +tgv +tgv +tgv cva cva -rlC +hpn cva cva -hCT -hCT -hCT -hCT -hCT -hCT +gtB +gtB +gtB +gtB +gtB +gtB pEf gXs aaa @@ -102613,7 +102613,7 @@ aaa aaa aaa aaa -cSd +rTz pEf pEf pEf @@ -102621,9 +102621,9 @@ pEf cva cva cva -nvD -oKu -nvD +qHR +kxn +qHR cva cva cva @@ -102863,25 +102863,25 @@ lcI bPX aeD aeD -xUv -xUv -xUv -xUv +wkb +wkb +wkb +wkb aeF aeF -oki -rIy +sCp +dhb aaa aaa pEf cva cva cva -dQq -pDp -joV -uVq -jSA +izA +ejs +gDk +uvU +knw cva cva cva @@ -103133,13 +103133,13 @@ pEf pEf cva cva -ioP -wLl -cyH -vlr -lYN -ylK -xAP +sni +jfC +tom +kJy +nVV +cYM +dgo cva cva pEf @@ -103386,21 +103386,21 @@ aaa aaa aaa aaa -oyW +tRN cva cva cva -wmQ -hbf +iwJ +iwT cva -jzV +gUZ cva -qvs -uNh +urx +kRV cva cva cva -shW +inY aaa aKN aKN @@ -103646,15 +103646,15 @@ aaa pEf cva cva -lIz -dmH -tGD -rSE -cNc -qYg -qUn -hUM -oxY +dpR +iCG +mqK +sVt +jdB +ePr +hBH +qFg +kbP cva cva pEf @@ -103904,12 +103904,12 @@ pEf cva cva cva -wNC -hbf +pSy +iwT cva -jzV +gUZ cva -mRU +kvW azM cva cva @@ -104161,13 +104161,13 @@ pEf pEf cva cva -ioP -tGD +sni +mqK aes aet -xXt -ohj -xAP +diN +wHY +dgo cva cva pEf @@ -104419,11 +104419,11 @@ pEf cva cva cva -kjY +xoj aet -wfz -gLa -npy +lDc +fMt +kTJ cva cva cva @@ -104673,17 +104673,17 @@ gXs gXs aaa pEf -xSI +taP cva cva cva -mro -dNb -qYf +mJk +num +qdz cva cva cva -xTb +xcs pEf aaa aaa @@ -104935,8 +104935,8 @@ pEf cva cva cva -umW -ptN +jvq +ykL cva cva pEf @@ -105706,7 +105706,7 @@ gXs gXs pEf pEf -mmi +dbp pEf pEf aaa @@ -106488,7 +106488,7 @@ aaa aaa aaa aaa -dpi +cEB aaa aaa aaa