From 802b6920f1c35e35be6790bba0721ac082184e59 Mon Sep 17 00:00:00 2001 From: partykp Date: Tue, 12 May 2020 15:26:43 +0200 Subject: [PATCH 1/7] 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 dbd689e5a09b2dc2c9d8f7036250013335122980 Mon Sep 17 00:00:00 2001 From: partykp Date: Wed, 27 May 2020 01:03:31 +0200 Subject: [PATCH 2/7] nanite --- _maps/map_files/Omegastation/omegastation.dmm | 1845 +++++++++-------- 1 file changed, 1010 insertions(+), 835 deletions(-) diff --git a/_maps/map_files/Omegastation/omegastation.dmm b/_maps/map_files/Omegastation/omegastation.dmm index 2595421f7ad0..c3bc7322387e 100644 --- a/_maps/map_files/Omegastation/omegastation.dmm +++ b/_maps/map_files/Omegastation/omegastation.dmm @@ -18727,23 +18727,6 @@ }, /turf/open/floor/engine/n2, /area/engine/atmos) -"aBs" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "aBt" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ dir = 1 @@ -23146,15 +23129,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"aHw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/aft) "aHx" = ( /obj/structure/cable/white{ icon_state = "0-4" @@ -24548,23 +24522,6 @@ /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/closed/wall/r_wall, /area/engine/supermatter) -"aJv" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel, -/area/science/research) "aJw" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -24610,27 +24567,6 @@ /obj/machinery/atmospherics/pipe/simple/cyan/visible, /turf/open/floor/engine, /area/engine/engineering) -"aJz" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/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, -/area/science/research) "aJA" = ( /obj/structure/filingcabinet/security, /obj/structure/extinguisher_cabinet{ @@ -24651,24 +24587,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint) -"aJB" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/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/science/research) "aJC" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 @@ -25489,28 +25407,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aKJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Science Maintenance"; - req_access_txt = "47" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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/science/research) "aKK" = ( /obj/structure/table/reinforced, /obj/structure/cable/white{ @@ -25700,24 +25596,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hydroponics) -"aKV" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) "aKW" = ( /obj/machinery/seed_extractor, /obj/effect/turf_decal/bot, @@ -25954,21 +25832,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"aLn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/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{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) "aLo" = ( /turf/closed/wall, /area/hallway/primary/aft) @@ -26061,20 +25924,6 @@ }, /turf/open/floor/plating, /area/science/xenobiology) -"aLx" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) "aLy" = ( /obj/machinery/door/window/brigdoor{ dir = 4; @@ -28488,25 +28337,6 @@ /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"aPm" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Research Division Access"; - dir = 2 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "aPn" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -29204,16 +29034,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/central) -"aQy" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/science/research) "aQz" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=8.1-AftNE"; @@ -29273,12 +29093,6 @@ /obj/effect/decal/cleanable/blood/old, /turf/open/floor/wood, /area/maintenance/starboard/aft) -"aQD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/wood{ - icon_state = "wood-broken2" - }, -/area/maintenance/starboard/aft) "aQE" = ( /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel/chapel{ @@ -30503,36 +30317,6 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) -"aSw" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"aSx" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "aSy" = ( /obj/structure/closet/crate/bin, /obj/structure/extinguisher_cabinet{ @@ -30586,40 +30370,10 @@ /obj/structure/girder, /turf/open/floor/plating, /area/maintenance/starboard) -"aSE" = ( -/obj/structure/closet/emcloset, -/obj/item/clothing/mask/breath, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"aSF" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"aSG" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) "aSH" = ( /obj/structure/sign/poster/contraband/random, /turf/closed/wall, /area/maintenance/starboard) -"aSI" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/photocopier, -/obj/item/newspaper{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/newspaper, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "aSJ" = ( /obj/structure/cable/white{ icon_state = "1-2" @@ -30630,17 +30384,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"aSK" = ( -/obj/structure/table/wood, -/obj/item/storage/box/fancy/cigarettes/cigpack_uplift{ - pixel_x = 6 - }, -/obj/item/storage/box/fancy/cigarettes/cigpack_carp{ - pixel_x = -3 - }, -/obj/item/lighter, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "aSL" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/firedoor/border_only, @@ -31106,22 +30849,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/lab) -"aTE" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/white, -/area/science/research) "aTF" = ( /obj/structure/cable/white{ icon_state = "0-4" @@ -31149,22 +30876,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/science/lab) -"aTI" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 4; - name = "Research Division APC"; - pixel_x = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/white, -/area/science/research) "aTJ" = ( /obj/effect/landmark/start/scientist, /obj/structure/cable/white{ @@ -31297,41 +31008,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/aft) -"aTT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/starboard/aft) -"aTU" = ( -/obj/structure/table/wood, -/obj/item/poster/random_contraband{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/poster/random_contraband{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/item/poster/random_contraband, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aTV" = ( -/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/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/aft) -"aTW" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) "aTX" = ( /obj/machinery/light{ dir = 8 @@ -31779,80 +31455,6 @@ }, /turf/open/floor/plasteel/white, /area/science/lab) -"aUI" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"aUJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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/maintenance/starboard/aft) -"aUK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aUL" = ( -/obj/structure/table/wood, -/obj/item/electronics/firelock, -/obj/item/electronics/airlock, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aUM" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/aft) -"aUN" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "aUO" = ( /obj/structure/cable{ icon_state = "4-8" @@ -32209,16 +31811,6 @@ heat_capacity = 1e+006 }, /area/hallway/primary/aft) -"aVs" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/white, -/area/science/research) "aVt" = ( /obj/machinery/computer/rdconsole/core{ dir = 4 @@ -32287,17 +31879,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"aVx" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) "aVy" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ @@ -32386,24 +31967,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"aVH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/starboard/aft) -"aVI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aVJ" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "aVK" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple{ dir = 6 @@ -32562,18 +32125,6 @@ icon_state = "platingdmg1" }, /area/maintenance/starboard/aft) -"aWa" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/warning{ - desc = "An infuriatingly uncentered warning sign."; - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "aWb" = ( /obj/machinery/power/apc{ areastring = "/area/hallway/primary/aft"; @@ -32769,32 +32320,6 @@ heat_capacity = 1e+006 }, /area/hallway/primary/aft) -"aWo" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/lab) -"aWp" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall, -/area/science/lab) "aWq" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -32856,28 +32381,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"aWw" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/electronics/airalarm, -/obj/item/electronics/airlock, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aWx" = ( -/obj/structure/table/wood, -/obj/item/stack/cable_coil/white, -/obj/item/stack/cable_coil/white, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/circuitboard/machine/microwave, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aWy" = ( -/obj/structure/table/wood, -/obj/item/storage/briefcase, -/obj/item/taperecorder, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "aWz" = ( /obj/machinery/atmospherics/pipe/heat_exchanging/simple, /obj/structure/lattice, @@ -33112,23 +32615,6 @@ /obj/item/pen, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) -"aWU" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Research Division North"; - dir = 2 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "aWV" = ( /obj/structure/cable/white{ icon_state = "1-2" @@ -33153,22 +32639,6 @@ /obj/structure/sign/warning/nosmoking/circle, /turf/closed/wall, /area/science/lab) -"aWX" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/turf/open/floor/plasteel/white, -/area/science/research) "aWY" = ( /obj/machinery/door/airlock/research{ name = "Research Division Access"; @@ -33519,22 +32989,6 @@ }, /turf/open/floor/plasteel, /area/security/checkpoint) -"aXy" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "aXz" = ( /obj/machinery/door/airlock/command{ name = "Research Division Server Room"; @@ -33658,29 +33112,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/science/research) -"aXH" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - 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/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "aXI" = ( /obj/structure/table, /obj/item/clipboard, @@ -34171,21 +33602,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/dark, /area/science/robotics/mechbay) -"aYp" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Research Division South"; - dir = 8 - }, -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "aYq" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -34231,26 +33647,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/research) -"aYs" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 8 - }, -/obj/machinery/light, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "aYt" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/cable/white{ @@ -34766,10 +34162,6 @@ "aZi" = ( /turf/closed/wall/r_wall, /area/science/robotics/lab) -"aZj" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/science/robotics/lab) "aZk" = ( /obj/machinery/door/airlock/research{ name = "Mech Bay"; @@ -35923,34 +35315,6 @@ /obj/machinery/door/firedoor/border_only, /turf/open/floor/plating, /area/medical) -"baX" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/structure/cable/white, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/structure/cable/white{ - icon_state = "1-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/components/unary/vent_scrubber/on/layer3{ - dir = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "baY" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 @@ -36057,17 +35421,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/locker) -"bbi" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "bbj" = ( /obj/structure/table/reinforced, /obj/item/stack/cable_coil/white{ @@ -36133,28 +35486,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) -"bbo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bbp" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "bbq" = ( /obj/structure/cable/white{ icon_state = "1-2" @@ -40289,6 +39620,15 @@ /obj/machinery/meter/atmos, /turf/open/floor/plasteel, /area/engine/atmos) +"bru" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "bta" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -40334,6 +39674,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"btq" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "buw" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -40714,6 +40064,16 @@ }, /turf/open/floor/engine/co2, /area/engine/atmos) +"bHM" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "bIG" = ( /turf/open/floor/plating/asteroid/airless, /area/maintenance/port) @@ -40855,6 +40215,16 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"cMJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/research) "cPj" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, @@ -40980,6 +40350,71 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/grass, /area/hallway/secondary/entry) +"eJD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"eKs" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1; + icon_state = "vent_map_on-1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"eUb" = ( +/obj/machinery/nanite_program_hub, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Research Division - Nanite Lab"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"eUl" = ( +/obj/machinery/door/airlock/research{ + name = "Nanite Laboratory"; + req_one_access_txt = "7;47;29" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/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/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "eYe" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/public/glass{ @@ -41198,6 +40633,18 @@ /obj/effect/landmark/start/chief_engineer, /turf/open/floor/plasteel, /area/engine/atmos) +"gpo" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "gtP" = ( /turf/open/floor/plating/asteroid/airless, /area/space/nearstation) @@ -41211,6 +40658,22 @@ "gDQ" = ( /turf/open/floor/plasteel, /area/security/brig) +"gHy" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/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/science/research) "gPY" = ( /obj/machinery/vr_sleeper, /obj/effect/turf_decal/tile/red{ @@ -41225,6 +40688,21 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar/atrium) +"gQc" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "gSv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -41266,6 +40744,25 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"gZn" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) +"hfu" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/computer/nanite_cloud_controller, +/turf/open/floor/plasteel/dark, +/area/science/research) "hpr" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=3.2-AtriumSW"; @@ -41289,6 +40786,31 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"htj" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/starboard/aft) +"hzJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_access_txt = "12" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "hNO" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 5 @@ -41302,6 +40824,9 @@ }, /turf/open/floor/engine/co2, /area/engine/atmos) +"hOX" = ( +/turf/closed/wall, +/area/science/robotics/lab) "hUG" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -41324,10 +40849,41 @@ "ibv" = ( /turf/closed/wall, /area/science/xenobiology) +"igb" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"iis" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/research) "iqC" = ( /obj/machinery/air_sensor/atmos/carbon_tank, /turf/open/floor/engine/co2, /area/engine/atmos) +"itT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/aft) "ixk" = ( /obj/machinery/atmospherics/pipe/simple/green/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41400,6 +40956,19 @@ /obj/machinery/status_display/evac, /turf/closed/wall, /area/library) +"iVA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/white, +/area/science/research) "iZQ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ dir = 2 @@ -41454,6 +41023,24 @@ dir = 1 }, /area/engine/atmos) +"jrU" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "jtZ" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41487,6 +41074,12 @@ }, /turf/closed/wall/r_wall/rust, /area/engine/atmos) +"jHK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "kaA" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -41515,6 +41108,10 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"knm" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "kzU" = ( /obj/machinery/computer/secure_data, /obj/effect/turf_decal/tile/red{ @@ -41553,6 +41150,53 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"kSd" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom"; + 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 = 8; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"lqi" = ( +/obj/machinery/cell_charger, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/science/lab) "lqz" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/visible, /obj/effect/decal/cleanable/dirt, @@ -41658,6 +41302,10 @@ /obj/machinery/light/small, /turf/open/floor/engine/air, /area/engine/atmos) +"lWY" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall, +/area/science/robotics/lab) "lXk" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/delivery, @@ -41716,6 +41364,19 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/engine/atmos) +"mpX" = ( +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) "mqF" = ( /obj/machinery/door/poddoor{ id = "turbinevent"; @@ -41733,6 +41394,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"mGs" = ( +/obj/machinery/nanite_programmer, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "mJP" = ( /obj/machinery/igniter{ id = "Incinerator" @@ -41798,6 +41466,36 @@ }, /turf/open/floor/engine, /area/engine/engineering) +"nmC" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/white, +/area/science/research) +"nDD" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "nEo" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -41811,6 +41509,9 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/atmos) +"nHE" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft) "nTi" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -41832,6 +41533,30 @@ /obj/machinery/atmospherics/pipe/simple/yellow/visible, /turf/closed/wall/r_wall, /area/engine/atmos) +"ohT" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8; + icon_state = "vent_map_on-1" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"ohZ" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "oiL" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/yellow{ @@ -41932,6 +41657,12 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/plasteel, /area/engine/atmos) +"oLf" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) "oOk" = ( /turf/open/floor/engine/plasma, /area/engine/atmos) @@ -41948,6 +41679,17 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) +"pnt" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/aft) "pqs" = ( /obj/machinery/power/turbine{ dir = 8; @@ -41977,6 +41719,15 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) +"ptA" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) "pvw" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -42037,6 +41788,12 @@ /obj/structure/closet/secure_closet/security/sec, /turf/open/floor/plasteel/dark, /area/security/brig) +"pMa" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "pNE" = ( /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ @@ -42059,6 +41816,25 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) +"qbh" = ( +/obj/machinery/shower{ + dir = 4; + name = "emergency shower" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/research) "qcg" = ( /obj/structure/window/reinforced{ dir = 4 @@ -42094,6 +41870,26 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"qhK" = ( +/obj/structure/cable/white{ + 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 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8; + icon_state = "vent_map_on-1" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "qlf" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -42152,6 +41948,21 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) +"qCK" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + icon_state = "vent_map_on-1" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "qEl" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -42233,6 +42044,40 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"rqp" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/computer/nanite_chamber_control{ + icon_state = "computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"rtS" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"rzi" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "rzn" = ( /obj/machinery/status_display/evac, /turf/closed/wall, @@ -42260,6 +42105,18 @@ }, /turf/open/floor/plating/airless, /area/asteroid/nearstation) +"rQU" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "rVj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ dir = 1 @@ -42298,9 +42155,47 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"sfE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "sna" = ( /turf/closed/mineral/random/labormineral, /area/maintenance/port) +"snT" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Research Division North"; + dir = 2 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"sog" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "spw" = ( /obj/machinery/computer/bank_machine, /turf/open/floor/circuit/green, @@ -42334,6 +42229,20 @@ }, /turf/open/floor/engine/n2o, /area/engine/atmos) +"svA" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/dark, +/area/science/lab) "sws" = ( /obj/docking_port/stationary{ dheight = 1; @@ -42766,10 +42675,6 @@ }, /turf/open/floor/plasteel/dark, /area/tcommsat/server) -"sJR" = ( -/obj/structure/sign/poster/contraband/random, -/turf/closed/wall/rust, -/area/maintenance/starboard/aft) "sJT" = ( /turf/closed/wall/rust, /area/medical/morgue) @@ -44143,22 +44048,10 @@ "sON" = ( /turf/closed/wall/rust, /area/maintenance/starboard/aft) -"sOU" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "sOY" = ( /obj/structure/sign/poster/contraband/random, /turf/closed/wall, /area/maintenance/starboard/aft) -"sPi" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) "sPY" = ( /turf/open/floor/plating, /area/maintenance/starboard/aft) @@ -44201,6 +44094,33 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"tgQ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + dir = 1; + name = "Research Division APC"; + pixel_y = 24 + }, +/obj/structure/cable/white{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"thK" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "ttA" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /obj/effect/turf_decal/bot, @@ -44216,9 +44136,59 @@ dir = 1 }, /area/engine/atmos) +"tzl" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/table, +/obj/item/nanite_scanner, +/obj/item/nanite_remote{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/box/disks_nanite{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"tCa" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_one_access_txt = "12;29" + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/research) "tKM" = ( /turf/closed/wall, /area/hallway/primary/fore) +"tOG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/nanite_chamber, +/turf/open/floor/plasteel/dark, +/area/science/research) "tWh" = ( /turf/closed/wall, /area/crew_quarters/lounge) @@ -44310,6 +44280,24 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"uuc" = ( +/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/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "uuj" = ( /obj/machinery/plantgenes{ pixel_y = 6 @@ -44358,6 +44346,19 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) +"uGQ" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/sign/warning{ + desc = "An infuriatingly uncentered warning sign."; + pixel_x = 30; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "uHq" = ( /obj/item/clothing/head/cone{ desc = "This cone seems to almost always land in the corner of the room... Strange."; @@ -44367,6 +44368,30 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"uKO" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"uPE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "uTN" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -44383,6 +44408,13 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"uXo" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "ver" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 10 @@ -44524,6 +44556,21 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) +"vGN" = ( +/obj/machinery/camera{ + c_tag = "Research Division South"; + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/white, +/area/science/research) "vJk" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -44608,12 +44655,40 @@ }, /turf/open/floor/plasteel, /area/security/brig) +"wmS" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "wqL" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) +"wtx" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/science/research) +"wuS" = ( +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/white, +/area/science/research) "wOJ" = ( /obj/structure/extinguisher_cabinet{ pixel_y = -26 @@ -44662,6 +44737,29 @@ }, /turf/open/floor/plasteel, /area/security/brig) +"wTB" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Research Division Access"; + dir = 2 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"wTI" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "wWj" = ( /obj/structure/window/reinforced{ dir = 4 @@ -44669,6 +44767,16 @@ /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/grass, /area/hallway/secondary/entry) +"wWU" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "xej" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ dir = 2 @@ -44682,6 +44790,15 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/engine/atmos) +"xmS" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "xrf" = ( /obj/machinery/light{ dir = 8 @@ -44735,10 +44852,38 @@ }, /turf/open/floor/plasteel/checker, /area/maintenance/disposal/incinerator) +"xuW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/starboard/aft) "xwu" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engine/foyer) +"xyl" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "xyo" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/effect/decal/cleanable/dirt, @@ -44769,6 +44914,12 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"xEA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "xEQ" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ dir = 8 @@ -44792,6 +44943,30 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engine/atmos) +"xKJ" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_access_txt = "12" + }, +/obj/structure/cable/white{ + 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/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"xNQ" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "xZO" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/public/glass{ @@ -89225,8 +89400,8 @@ aJd aSy aTK aUE -aVx -aWo +svA +lqi aSz aWr aYl @@ -89483,9 +89658,9 @@ aSz aRi aSz aRi -aWp +aSz aWW -aWU +snT aHf aXu aYu @@ -89733,16 +89908,16 @@ aqa awv aLl sqz -aPm -bbi -aJz -aJv -aSw -aTE -aUC +wTB +wmS +wtx +qbh aVf +iVA +aUC +rQU aVf -aWX +jrU aYm aXD aYR @@ -89991,17 +90166,17 @@ sqz sqz sqz aPn -bbo -aJB -aQy -aSx -aTI -aUD -aVs +eKs +wtx +iis aVv -aXy -aYp -aZi +aVv +aUD +gpo +btq +sog +uXo +hOX aZe aZe bav @@ -90248,17 +90423,17 @@ akp bbI aDE aPo -bbp +xmS sJL +tCa sJL -aKJ -aVA -sKf aVA +cMJ +eUl aVA -aXz -aVA -aZi +uuc +gQc +hOX aJx aZW baw @@ -90505,17 +90680,17 @@ bbq bbq aDL aPp -bbq -aBs -aHw -aKV -sJL -aVB -aWs -aTF -aXA -aYr -aZj +ohZ +nDD +mpX +aMw +eUb +wWU +gHy +aVA +thK +wuS +lWY bac aZY bax @@ -90764,15 +90939,15 @@ rzn aPy aQA sqz -sOU -aLg -aMw -aVC -aWt -aTL -aXH -baX -aZi +sfE +sJL +mGs +xEA +xyl +aVA +uKO +rzi +bds bad aZZ bay @@ -91021,15 +91196,15 @@ sqz aLi aLi axf -aSE -aLg -sJL -aVD -aWu -aVh -aXI -aYs -aZj +sfE +aMw +rqp +jHK +tzl +sKf +qCK +igb +lWY bac baY baz @@ -91278,15 +91453,15 @@ aae aae aae aLj -aSF -aLn -sJL -sJL -aMw +xuW sJL -sJL -aMw -aZi +tOG +ohT +hfu +aVA +tgQ +gZn +hOX baf baZ baA @@ -91535,15 +91710,15 @@ aKd aKd aKd sOM -aSG -aLx -aRx -aSJ -aTP -aTS -aTV -aUI -aZi +sfE +sJL +sJL +sJL +aMw +sJL +pMa +wTI +hOX bag bba baB @@ -91792,16 +91967,16 @@ aKd aPA aQB sOM -sJR -sON -sOY -aVF -sJR -sOM -sOY -aUJ -aVE +eJD +itT +pnt +itT +uPE +nHE +bru +bHM aZi +aVE aZi aZi aVE @@ -92049,17 +92224,17 @@ aKd aPB aQC sOM -aSI -aTU -aUL -aVH -aWw +sPY +sON sOM -sPi -aUN -aTS +sOM +eJD +xKJ +vGN +nmC +hzJ aVZ -aWa +uGQ aWi aRx aSJ @@ -92306,16 +92481,16 @@ aKd aPC aBm aCg -aQD -aTT -aUK -aVI -aWx -sOM -sON -sOM -sON -sOM +htj +sPY +ptA +sJL +aMw +sJL +sJL +aXz +sJL +sJL sOM sON sOY @@ -92563,16 +92738,16 @@ aKd aKd aKd sOM -aSK -aTW -aUM -aVJ -aWy -sOM -aad -aad -aad -sOM +sPY +xNQ +knm +sJL +aVB +aWs +aTF +aXA +aYr +aMw uHq sOM bcD @@ -92820,16 +92995,16 @@ aae aae aae sON -aLj -aLj -aLj -aLj -aLj -sON -aad -aac -aad +oLf sOM +sON +aMw +aVC +aWt +aTL +qhK +kSd +aMw sOM sOM bcE @@ -93076,17 +93251,17 @@ aae aaf aaf aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aac +sOM +aLj +sOM +aad +sJL +aVD +aWu +aVh +aXI +rtS +sJL aad sOM sON @@ -93335,15 +93510,15 @@ aaa aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa aac +aad +sJL +sJL +aMw +sJL +sJL +aMw +sJL aac aac aac @@ -93593,15 +93768,15 @@ aaf aaa aaa aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa +aad +aad +aad +aad +aac +aac +aac +aac +aac aaa aac aac From ae15133add2f840c2f5afc9319f01adf2dcbe177 Mon Sep 17 00:00:00 2001 From: partykp Date: Wed, 27 May 2020 01:07:37 +0200 Subject: [PATCH 3/7] access --- _maps/map_files/Omegastation/omegastation.dmm | 1792 ++++++++--------- 1 file changed, 896 insertions(+), 896 deletions(-) diff --git a/_maps/map_files/Omegastation/omegastation.dmm b/_maps/map_files/Omegastation/omegastation.dmm index c3bc7322387e..11396f97d8fc 100644 --- a/_maps/map_files/Omegastation/omegastation.dmm +++ b/_maps/map_files/Omegastation/omegastation.dmm @@ -39620,15 +39620,6 @@ /obj/machinery/meter/atmos, /turf/open/floor/plasteel, /area/engine/atmos) -"bru" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "bta" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -39674,16 +39665,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"btq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "buw" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -40042,6 +40023,19 @@ /obj/item/pickaxe/emergency, /turf/open/floor/plating/airless, /area/maintenance/port) +"bBD" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/sign/warning{ + desc = "An infuriatingly uncentered warning sign."; + pixel_x = 30; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "bDo" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -40064,16 +40058,6 @@ }, /turf/open/floor/engine/co2, /area/engine/atmos) -"bHM" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "bIG" = ( /turf/open/floor/plating/asteroid/airless, /area/maintenance/port) @@ -40089,6 +40073,18 @@ dir = 1 }, /area/engine/atmos) +"bLl" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "bPK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -40198,6 +40194,42 @@ /obj/structure/girder, /turf/open/floor/plating/airless, /area/maintenance/port) +"cxv" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_one_access_txt = "12;29" + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/research) +"cBQ" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "cBS" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 8 @@ -40208,6 +40240,12 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) +"cBV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "cCp" = ( /obj/machinery/door/poddoor{ id = "auxincineratorvent"; @@ -40215,16 +40253,6 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"cMJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/research) "cPj" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, @@ -40233,6 +40261,43 @@ /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) +"cXF" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"cXK" = ( +/obj/machinery/door/airlock/research{ + name = "Nanite Laboratory"; + req_one_access_txt = "7;47;29" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/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/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "ddI" = ( /obj/machinery/air_sensor/atmos/toxin_tank, /turf/open/floor/engine/plasma, @@ -40240,6 +40305,28 @@ "diG" = ( /turf/open/floor/plasteel, /area/engine/atmos) +"djz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"dvM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/aft) "dyo" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/metal/fifty, @@ -40260,6 +40347,16 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) +"dyy" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "dEa" = ( /obj/machinery/computer/arcade, /obj/effect/turf_decal/tile/neutral{ @@ -40274,6 +40371,32 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) +"dFF" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"dKg" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"dLi" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/nanite_chamber, +/turf/open/floor/plasteel/dark, +/area/science/research) "dMl" = ( /obj/structure/sign/warning/fire, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -40281,6 +40404,10 @@ }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"dQu" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "dZR" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -40299,6 +40426,23 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) +"eew" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/science/research) "ehE" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/door/airlock/maintenance_hatch{ @@ -40307,6 +40451,15 @@ }, /turf/open/floor/plating, /area/maintenance/port) +"enN" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "exb" = ( /obj/machinery/door/window/brigdoor{ dir = 8; @@ -40350,68 +40503,21 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/grass, /area/hallway/secondary/entry) -"eJD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, +"eTN" = ( /obj/structure/cable/white{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"eKs" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1; - icon_state = "vent_map_on-1" + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/structure/cable/white{ + icon_state = "1-8" }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"eUb" = ( -/obj/machinery/nanite_program_hub, /obj/effect/turf_decal/tile/purple{ dir = 1 }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Research Division - Nanite Lab"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"eUl" = ( -/obj/machinery/door/airlock/research{ - name = "Nanite Laboratory"; - req_one_access_txt = "7;47;29" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/structure/cable/white{ + icon_state = "1-4" }, /turf/open/floor/plasteel/white, /area/science/research) @@ -40467,6 +40573,13 @@ /obj/item/wrench, /turf/open/space, /area/space/nearstation) +"frV" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "fsl" = ( /obj/docking_port/stationary{ dir = 2; @@ -40633,15 +40746,11 @@ /obj/effect/landmark/start/chief_engineer, /turf/open/floor/plasteel, /area/engine/atmos) -"gpo" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 +"gtz" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 }, /turf/open/floor/plasteel/white, /area/science/research) @@ -40655,25 +40764,29 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) -"gDQ" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"gHy" = ( -/obj/effect/turf_decal/tile/purple, +"gyk" = ( /obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/machinery/light{ dir = 4 }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8; + icon_state = "vent_map_on-1" + }, /turf/open/floor/plasteel/dark, /area/science/research) +"gDQ" = ( +/turf/open/floor/plasteel, +/area/security/brig) +"gES" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "gPY" = ( /obj/machinery/vr_sleeper, /obj/effect/turf_decal/tile/red{ @@ -40688,21 +40801,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar/atrium) -"gQc" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "gSv" = ( /obj/structure/cable{ icon_state = "4-8" @@ -40744,25 +40842,26 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gZn" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 +"gYd" = ( +/obj/structure/cable/white{ + icon_state = "1-2" }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/research) -"hfu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 +/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/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/computer/nanite_cloud_controller, -/turf/open/floor/plasteel/dark, -/area/science/research) +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_one_access_txt = "12;29" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "hpr" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=3.2-AtriumSW"; @@ -40786,31 +40885,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"htj" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard/aft) -"hzJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "hNO" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 5 @@ -40824,9 +40898,6 @@ }, /turf/open/floor/engine/co2, /area/engine/atmos) -"hOX" = ( -/turf/closed/wall, -/area/science/robotics/lab) "hUG" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -40849,41 +40920,26 @@ "ibv" = ( /turf/closed/wall, /area/science/xenobiology) -"igb" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"iis" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, +"ifp" = ( /obj/structure/cable/white{ icon_state = "4-8" }, +/obj/machinery/camera{ + c_tag = "Research Division Access"; + dir = 2 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, /turf/open/floor/plasteel, -/area/science/research) +/area/hallway/primary/starboard) "iqC" = ( /obj/machinery/air_sensor/atmos/carbon_tank, /turf/open/floor/engine/co2, /area/engine/atmos) -"itT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) "ixk" = ( /obj/machinery/atmospherics/pipe/simple/green/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -40908,6 +40964,10 @@ }, /turf/open/floor/engine, /area/engine/supermatter) +"iAx" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "iIj" = ( /obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ dir = 4 @@ -40956,18 +41016,25 @@ /obj/machinery/status_display/evac, /turf/closed/wall, /area/library) -"iVA" = ( -/obj/machinery/light{ - dir = 8 - }, +"iYZ" = ( /obj/structure/cable/white{ - icon_state = "1-2" + icon_state = "1-8" }, -/obj/effect/turf_decal/tile/purple{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/white, +/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; + icon_state = "vent_map_on-1" + }, +/turf/open/floor/plasteel/dark, /area/science/research) "iZQ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ @@ -40999,6 +41066,27 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, /area/engine/atmos) +"jlf" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"jnD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "jnK" = ( /obj/machinery/light_switch{ pixel_y = 24 @@ -41023,24 +41111,6 @@ dir = 1 }, /area/engine/atmos) -"jrU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "jtZ" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41068,89 +41138,7 @@ }, /turf/closed/wall, /area/hallway/primary/fore) -"jDd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall/rust, -/area/engine/atmos) -"jHK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"kaA" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"kit" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"kiw" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"knm" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"kzU" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"kCU" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/meter/atmos, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kHA" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/carbon_tank{ - dir = 2 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"kSd" = ( +"jyL" = ( /obj/structure/chair/office/dark{ dir = 4 }, @@ -41174,29 +41162,138 @@ }, /turf/open/floor/plasteel/dark, /area/science/research) -"lqi" = ( -/obj/machinery/cell_charger, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 +"jAO" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/table, +/obj/item/nanite_scanner, +/obj/item/nanite_remote{ + pixel_x = -8; + pixel_y = 8 }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 +/obj/item/storage/box/disks_nanite{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"jDd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall/rust, +/area/engine/atmos) +"kaA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"kit" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"kiw" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "4-8" }, /obj/effect/turf_decal/stripes/line{ - dir = 10 + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"kzU" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"kCU" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/meter/atmos, +/turf/open/floor/plasteel, +/area/engine/atmos) +"kHA" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/computer/atmos_control/tank/carbon_tank{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/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/machinery/vending/wardrobe/science_wardrobe, -/obj/machinery/newscaster{ - pixel_x = 32 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /turf/open/floor/plasteel/dark, -/area/science/lab) +/area/engine/atmos) +"kXH" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"kZW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_one_access_txt = "12;29" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"lfG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/starboard/aft) "lqz" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/visible, /obj/effect/decal/cleanable/dirt, @@ -41215,6 +41312,13 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"lrn" = ( +/obj/machinery/nanite_programmer, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "luP" = ( /obj/structure/window/reinforced{ dir = 8 @@ -41290,6 +41394,14 @@ "lIM" = ( /turf/closed/wall/rust, /area/crew_quarters/lounge) +"lRD" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) "lTY" = ( /obj/structure/window/reinforced{ dir = 4 @@ -41302,10 +41414,6 @@ /obj/machinery/light/small, /turf/open/floor/engine/air, /area/engine/atmos) -"lWY" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/science/robotics/lab) "lXk" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/delivery, @@ -41364,19 +41472,6 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/engine/atmos) -"mpX" = ( -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) "mqF" = ( /obj/machinery/door/poddoor{ id = "turbinevent"; @@ -41394,12 +41489,17 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"mGs" = ( -/obj/machinery/nanite_programmer, +"mwl" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, /obj/effect/turf_decal/tile/purple{ - dir = 4 + dir = 1 }, -/turf/open/floor/plasteel/dark, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, /area/science/research) "mJP" = ( /obj/machinery/igniter{ @@ -41438,6 +41538,18 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"mXN" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/white, +/area/science/research) "ndg" = ( /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, @@ -41466,36 +41578,40 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"nmC" = ( -/obj/effect/turf_decal/tile/purple, -/obj/structure/cable/white{ - icon_state = "1-2" +"nll" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_y = 32 }, /obj/structure/cable/white{ - icon_state = "2-4" + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + icon_state = "vent_map_on-1" }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/research) -"nDD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +"nlL" = ( +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/white, +/area/science/research) +"nCx" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + dir = 1; + name = "Research Division APC"; + pixel_y = 24 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" +/obj/structure/cable/white{ + icon_state = "0-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) +/turf/open/floor/plasteel/white, +/area/science/research) "nEo" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -41509,9 +41625,13 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/atmos) -"nHE" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/aft) +"nLu" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "nTi" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -41533,30 +41653,12 @@ /obj/machinery/atmospherics/pipe/simple/yellow/visible, /turf/closed/wall/r_wall, /area/engine/atmos) -"ohT" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" +"oaZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 }, /turf/open/floor/plasteel/dark, /area/science/research) -"ohZ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "oiL" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/yellow{ @@ -41609,6 +41711,15 @@ "ovS" = ( /turf/open/floor/plating/airless, /area/maintenance/port) +"owD" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/computer/nanite_chamber_control{ + icon_state = "computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "oxn" = ( /obj/machinery/power/compressor{ comp_id = "incineratorturbine"; @@ -41657,15 +41768,42 @@ /obj/machinery/atmospherics/components/unary/vent_pump/on, /turf/open/floor/plasteel, /area/engine/atmos) -"oLf" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) "oOk" = ( /turf/open/floor/engine/plasma, /area/engine/atmos) +"oPG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oRU" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/starboard/aft) +"oYM" = ( +/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/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "pcl" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ dir = 2 @@ -41679,17 +41817,6 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) -"pnt" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) "pqs" = ( /obj/machinery/power/turbine{ dir = 8; @@ -41719,15 +41846,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"ptA" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) "pvw" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -41771,6 +41889,23 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) +"pBw" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "pEA" = ( /obj/structure/window/reinforced{ dir = 8 @@ -41778,6 +41913,24 @@ /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/grass, /area/hallway/secondary/entry) +"pEN" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "pKK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -41788,12 +41941,6 @@ /obj/structure/closet/secure_closet/security/sec, /turf/open/floor/plasteel/dark, /area/security/brig) -"pMa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "pNE" = ( /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ @@ -41816,25 +41963,20 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"qbh" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 +"qbK" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/structure/cable/white{ - icon_state = "2-4" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/science/research) +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/dark, +/area/science/lab) "qcg" = ( /obj/structure/window/reinforced{ dir = 4 @@ -41863,6 +42005,12 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hallway/primary/fore) +"qeF" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) "qgC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ dir = 4 @@ -41870,26 +42018,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"qhK" = ( -/obj/structure/cable/white{ - 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 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "qlf" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -41897,6 +42025,12 @@ /obj/effect/landmark/start/geneticist, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) +"qlW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "qmB" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -41910,6 +42044,16 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"qqK" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "qsc" = ( /obj/machinery/air_sensor/atmos/air_tank, /turf/open/floor/engine/air, @@ -41923,6 +42067,25 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"qzL" = ( +/obj/machinery/shower{ + dir = 4; + name = "emergency shower" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/research) "qzT" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -41948,21 +42111,6 @@ }, /turf/open/floor/plasteel/dark/telecomms, /area/tcommsat/server) -"qCK" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "qEl" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -41995,6 +42143,17 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"qLG" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "qMr" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -42014,6 +42173,22 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"qZS" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Research Division North"; + dir = 2 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "rae" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -42044,40 +42219,6 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) -"rqp" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/computer/nanite_chamber_control{ - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"rtS" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"rzi" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "rzn" = ( /obj/machinery/status_display/evac, /turf/closed/wall, @@ -42105,18 +42246,6 @@ }, /turf/open/floor/plating/airless, /area/asteroid/nearstation) -"rQU" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "rVj" = ( /obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ dir = 1 @@ -42155,47 +42284,23 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"sfE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"sna" = ( -/turf/closed/mineral/random/labormineral, -/area/maintenance/port) -"snT" = ( +"sjY" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line, /obj/structure/cable/white{ icon_state = "4-8" }, -/obj/machinery/camera{ - c_tag = "Research Division North"; - dir = 2 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel/white, -/area/science/research) -"sog" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 }, -/turf/open/floor/plasteel/white, +/turf/open/floor/plasteel, /area/science/research) +"sna" = ( +/turf/closed/mineral/random/labormineral, +/area/maintenance/port) "spw" = ( /obj/machinery/computer/bank_machine, /turf/open/floor/circuit/green, @@ -42229,20 +42334,17 @@ }, /turf/open/floor/engine/n2o, /area/engine/atmos) -"svA" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +"svu" = ( /obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1; + icon_state = "vent_map_on-1" }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel/dark, -/area/science/lab) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "sws" = ( /obj/docking_port/stationary{ dheight = 1; @@ -44094,32 +44196,15 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"tgQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 1; - name = "Research Division APC"; - pixel_y = 24 - }, -/obj/structure/cable/white{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"thK" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/purple{ +"tpX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/structure/cable/white{ - icon_state = "4-8" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/plasteel/white, +/turf/open/floor/plating, /area/science/research) "ttA" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, @@ -44136,59 +44221,36 @@ dir = 1 }, /area/engine/atmos) -"tzl" = ( -/obj/effect/turf_decal/tile/purple, -/obj/structure/table, -/obj/item/nanite_scanner, -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/storage/box/disks_nanite{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 +"tvN" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"tCa" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;29" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/structure/cable/white{ - icon_state = "4-8" +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, +/turf/open/floor/plasteel/white, +/area/science/research) +"tzj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 + dir = 10 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/structure/cable/white{ + icon_state = "2-8" }, /turf/open/floor/plating, -/area/science/research) +/area/maintenance/starboard/aft) "tKM" = ( /turf/closed/wall, /area/hallway/primary/fore) -"tOG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/nanite_chamber, -/turf/open/floor/plasteel/dark, -/area/science/research) "tWh" = ( /turf/closed/wall, /area/crew_quarters/lounge) @@ -44205,6 +44267,16 @@ /obj/machinery/autolathe, /turf/open/floor/plasteel, /area/quartermaster/storage) +"udu" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "ueC" = ( /obj/effect/decal/cleanable/oil, /obj/effect/turf_decal/stripes/line{ @@ -44280,24 +44352,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"uuc" = ( -/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/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "uuj" = ( /obj/machinery/plantgenes{ pixel_y = 6 @@ -44346,19 +44400,21 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"uGQ" = ( -/obj/structure/cable/white{ - icon_state = "1-2" +"uEx" = ( +/obj/machinery/camera{ + c_tag = "Research Division South"; + dir = 8 }, -/obj/structure/sign/warning{ - desc = "An infuriatingly uncentered warning sign."; - pixel_x = 30; - pixel_y = 3 +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) +/turf/open/floor/plasteel/white, +/area/science/research) "uHq" = ( /obj/item/clothing/head/cone{ desc = "This cone seems to almost always land in the corner of the room... Strange."; @@ -44368,30 +44424,6 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"uKO" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"uPE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "uTN" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -44408,13 +44440,10 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"uXo" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) +"vbi" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall, +/area/science/robotics/lab) "ver" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 10 @@ -44556,21 +44585,6 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) -"vGN" = ( -/obj/machinery/camera{ - c_tag = "Research Division South"; - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/white, -/area/science/research) "vJk" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -44597,6 +44611,30 @@ dir = 1 }, /area/engine/atmos) +"vKq" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/aft) +"vKZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/plasteel/white, +/area/science/research) "vMb" = ( /turf/open/floor/engine/n2o, /area/engine/atmos) @@ -44611,6 +44649,9 @@ }, /turf/open/floor/engine/plasma, /area/engine/atmos) +"vVZ" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft) "wbV" = ( /obj/effect/turf_decal/delivery, /obj/machinery/hydroponics/soil, @@ -44622,6 +44663,23 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/starboard/aft) +"wgY" = ( +/obj/machinery/nanite_program_hub, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Research Division - Nanite Lab"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "wkG" = ( /obj/structure/lattice/catwalk, /turf/open/floor/plating/airless, @@ -44655,40 +44713,36 @@ }, /turf/open/floor/plasteel, /area/security/brig) -"wmS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +"wna" = ( +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/computer/nanite_cloud_controller, +/turf/open/floor/plasteel/dark, +/area/science/research) "wqL" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 }, /turf/open/floor/plasteel, /area/engine/atmos) -"wtx" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 +"wHK" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/cable/white{ + icon_state = "1-4" }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) -"wuS" = ( -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white, -/area/science/research) +/area/maintenance/starboard/aft) "wOJ" = ( /obj/structure/extinguisher_cabinet{ pixel_y = -26 @@ -44737,29 +44791,6 @@ }, /turf/open/floor/plasteel, /area/security/brig) -"wTB" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Research Division Access"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wTI" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "wWj" = ( /obj/structure/window/reinforced{ dir = 4 @@ -44767,16 +44798,6 @@ /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/grass, /area/hallway/secondary/entry) -"wWU" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "xej" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ dir = 2 @@ -44790,15 +44811,22 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/engine/atmos) -"xmS" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 +"xkY" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/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/science/research) "xrf" = ( /obj/machinery/light{ dir = 8 @@ -44815,6 +44843,13 @@ dir = 1 }, /area/engine/atmos) +"xtq" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "xtL" = ( /obj/machinery/button/ignition{ id = "Incinerator"; @@ -44852,38 +44887,10 @@ }, /turf/open/floor/plasteel/checker, /area/maintenance/disposal/incinerator) -"xuW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/maintenance/starboard/aft) "xwu" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/engine/foyer) -"xyl" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "xyo" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/effect/decal/cleanable/dirt, @@ -44914,12 +44921,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"xEA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "xEQ" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ dir = 8 @@ -44943,30 +44944,29 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engine/atmos) -"xKJ" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" - }, -/obj/structure/cable/white{ - icon_state = "1-2" +"xUM" = ( +/obj/machinery/cell_charger, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 }, -/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/light_switch{ + pixel_x = 24; + pixel_y = -24 }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 10 }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"xNQ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark, +/area/science/lab) "xZO" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/public/glass{ @@ -89400,8 +89400,8 @@ aJd aSy aTK aUE -svA -lqi +qbK +xUM aSz aWr aYl @@ -89660,7 +89660,7 @@ aSz aRi aSz aWW -snT +qZS aHf aXu aYu @@ -89908,16 +89908,16 @@ aqa awv aLl sqz -wTB -wmS -wtx -qbh +ifp +xtq +eew +qzL aVf -iVA +vKZ aUC -rQU +mwl aVf -jrU +eTN aYm aXD aYR @@ -90166,17 +90166,17 @@ sqz sqz sqz aPn -eKs -wtx -iis +svu +eew +sjY aVv aVv aUD -gpo -btq -sog -uXo -hOX +bLl +oPG +dyy +nLu +dFF aZe aZe bav @@ -90423,17 +90423,17 @@ akp bbI aDE aPo -xmS +kXH sJL -tCa +cxv sJL aVA -cMJ -eUl +tpX +cXK aVA -uuc -gQc -hOX +oYM +tvN +dFF aJx aZW baw @@ -90680,17 +90680,17 @@ bbq bbq aDL aPp -ohZ -nDD -mpX +qLG +pEN +wHK aMw -eUb -wWU -gHy +wgY +udu +xkY aVA -thK -wuS -lWY +cXF +nlL +vbi bac aZY bax @@ -90939,14 +90939,14 @@ rzn aPy aQA sqz -sfE +jnD sJL -mGs -xEA -xyl +lrn +qlW +cBQ aVA -uKO -rzi +dKg +gtz bds bad aZZ @@ -91196,15 +91196,15 @@ sqz aLi aLi axf -sfE +jnD aMw -rqp -jHK -tzl +owD +oaZ +jAO sKf -qCK -igb -lWY +nll +frV +vbi bac baY baz @@ -91453,15 +91453,15 @@ aae aae aae aLj -xuW +lfG sJL -tOG -ohT -hfu +dLi +gyk +wna aVA -tgQ -gZn -hOX +nCx +lRD +dFF baf baZ baA @@ -91710,15 +91710,15 @@ aKd aKd aKd sOM -sfE +jnD sJL sJL sJL aMw sJL -pMa -wTI -hOX +cBV +gES +dFF bag bba baB @@ -91967,14 +91967,14 @@ aKd aPA aQB sOM -eJD -itT -pnt -itT -uPE -nHE -bru -bHM +tzj +dvM +vKq +dvM +djz +vVZ +enN +qqK aZi aVE aZi @@ -92228,13 +92228,13 @@ sPY sON sOM sOM -eJD -xKJ -vGN -nmC -hzJ +tzj +gYd +uEx +mXN +kZW aVZ -uGQ +bBD aWi aRx aSJ @@ -92481,9 +92481,9 @@ aKd aPC aBm aCg -htj +oRU sPY -ptA +jlf sJL aMw sJL @@ -92739,8 +92739,8 @@ aKd aKd sOM sPY -xNQ -knm +dQu +iAx sJL aVB aWs @@ -92995,15 +92995,15 @@ aae aae aae sON -oLf +qeF sOM sON aMw aVC aWt aTL -qhK -kSd +iYZ +jyL aMw sOM sOM @@ -93260,7 +93260,7 @@ aVD aWu aVh aXI -rtS +pBw sJL aad sOM From dba392603202e0b7a86b1d6fbf5e49510cce5252 Mon Sep 17 00:00:00 2001 From: partykp Date: Wed, 27 May 2020 23:37:09 +0200 Subject: [PATCH 4/7] *squish* --- _maps/map_files/Omegastation/omegastation.dmm | 381 ++++++++---------- 1 file changed, 174 insertions(+), 207 deletions(-) diff --git a/_maps/map_files/Omegastation/omegastation.dmm b/_maps/map_files/Omegastation/omegastation.dmm index 11396f97d8fc..e4f3c5faf15a 100644 --- a/_maps/map_files/Omegastation/omegastation.dmm +++ b/_maps/map_files/Omegastation/omegastation.dmm @@ -40216,20 +40216,6 @@ }, /turf/open/floor/plating, /area/science/research) -"cBQ" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "cBS" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 8 @@ -40253,6 +40239,18 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"cPa" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/computer/nanite_chamber_control{ + icon_state = "computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "cPj" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, @@ -40273,31 +40271,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"cXK" = ( -/obj/machinery/door/airlock/research{ - name = "Nanite Laboratory"; - req_one_access_txt = "7;47;29" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/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/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "ddI" = ( /obj/machinery/air_sensor/atmos/toxin_tank, /turf/open/floor/engine/plasma, @@ -40327,6 +40300,20 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/aft) +"dwU" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/nanite_program_hub, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "dyo" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/metal/fifty, @@ -40386,17 +40373,18 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"dLi" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ +"dKF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/nanite_chamber, -/turf/open/floor/plasteel/dark, -/area/science/research) +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "dMl" = ( /obj/structure/sign/warning/fire, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -40610,6 +40598,16 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"fEl" = ( +/obj/machinery/camera{ + c_tag = "Research Division - Nanite Lab"; + dir = 8; + network = list("ss13","rd") + }, +/obj/machinery/computer/nanite_cloud_controller, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/dark, +/area/science/research) "fEt" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible, /obj/machinery/meter, @@ -40629,6 +40627,16 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/plasteel, /area/engine/atmos) +"fGs" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) "fIN" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 10 @@ -40723,6 +40731,13 @@ }, /turf/open/floor/plasteel/dark, /area/bridge) +"giJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/nanite_chamber, +/turf/open/floor/plasteel/dark, +/area/science/research) "glM" = ( /obj/item/storage/box/teargas{ pixel_x = 3; @@ -40764,19 +40779,6 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) -"gyk" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "gDQ" = ( /turf/open/floor/plasteel, /area/security/brig) @@ -41066,15 +41068,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, /area/engine/atmos) -"jlf" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) "jnD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -41162,23 +41155,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/research) -"jAO" = ( -/obj/effect/turf_decal/tile/purple, -/obj/structure/table, -/obj/item/nanite_scanner, -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/item/storage/box/disks_nanite{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "jDd" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 8 @@ -41196,6 +41172,18 @@ }, /turf/open/floor/plasteel/cafeteria, /area/engine/atmos) +"kgh" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/nanite_programmer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "kit" = ( /obj/machinery/portable_atmospherics/canister/toxins, /obj/machinery/light/small{ @@ -41312,13 +41300,6 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"lrn" = ( -/obj/machinery/nanite_programmer, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "luP" = ( /obj/structure/window/reinforced{ dir = 8 @@ -41632,6 +41613,16 @@ }, /turf/open/floor/plasteel/white, /area/science/research) +"nMo" = ( +/obj/machinery/light_switch{ + pixel_x = -26; + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "nTi" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -41711,15 +41702,6 @@ "ovS" = ( /turf/open/floor/plating/airless, /area/maintenance/port) -"owD" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/computer/nanite_chamber_control{ - icon_state = "computer" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "oxn" = ( /obj/machinery/power/compressor{ comp_id = "incineratorturbine"; @@ -41810,6 +41792,22 @@ }, /turf/open/floor/engine/vacuum, /area/engine/atmos) +"phj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/research) "pjU" = ( /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ @@ -42025,12 +42023,6 @@ /obj/effect/landmark/start/geneticist, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) -"qlW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "qmB" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 @@ -42284,6 +42276,25 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) +"shm" = ( +/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/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Nanite Laboratory"; + req_one_access_txt = "7;47;29" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "sjY" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/stripes/line, @@ -44196,16 +44207,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"tpX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/research) "ttA" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /obj/effect/turf_decal/bot, @@ -44267,16 +44268,6 @@ /obj/machinery/autolathe, /turf/open/floor/plasteel, /area/quartermaster/storage) -"udu" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "ueC" = ( /obj/effect/decal/cleanable/oil, /obj/effect/turf_decal/stripes/line{ @@ -44585,6 +44576,29 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) +"vFi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8; + icon_state = "vent_map_on-1" + }, +/obj/structure/table, +/obj/item/storage/box/disks_nanite{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/nanite_scanner, +/obj/item/nanite_remote{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "vJk" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -44649,9 +44663,6 @@ }, /turf/open/floor/engine/plasma, /area/engine/atmos) -"vVZ" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/aft) "wbV" = ( /obj/effect/turf_decal/delivery, /obj/machinery/hydroponics/soil, @@ -44663,23 +44674,6 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/starboard/aft) -"wgY" = ( -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Research Division - Nanite Lab"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "wkG" = ( /obj/structure/lattice/catwalk, /turf/open/floor/plating/airless, @@ -44713,17 +44707,6 @@ }, /turf/open/floor/plasteel, /area/security/brig) -"wna" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/computer/nanite_cloud_controller, -/turf/open/floor/plasteel/dark, -/area/science/research) "wqL" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 @@ -44811,22 +44794,6 @@ /obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, /area/engine/atmos) -"xkY" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/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/science/research) "xrf" = ( /obj/machinery/light{ dir = 8 @@ -90428,8 +90395,8 @@ sJL cxv sJL aVA -tpX -cXK +shm +phj aVA oYM tvN @@ -90684,9 +90651,9 @@ qLG pEN wHK aMw -wgY -udu -xkY +cPa +nMo +dwU aVA cXF nlL @@ -90941,9 +90908,9 @@ aQA sqz jnD sJL -lrn -qlW -cBQ +giJ +oaZ +kgh aVA dKg gtz @@ -91197,10 +91164,10 @@ aLi aLi axf jnD -aMw -owD -oaZ -jAO +sJL +sJL +vFi +fEl sKf nll frV @@ -91454,10 +91421,10 @@ aae aae aLj lfG +oRU +sJL +aMw sJL -dLi -gyk -wna aVA nCx lRD @@ -91710,11 +91677,11 @@ aKd aKd aKd sOM -jnD -sJL -sJL -sJL -aMw +tzj +dvM +vKq +dvM +djz sJL cBV gES @@ -91967,12 +91934,12 @@ aKd aPA aQB sOM -tzj -dvM -vKq -dvM -djz -vVZ +oRU +sON +sOM +sOM +dKF +sJL enN qqK aZi @@ -92225,9 +92192,9 @@ aPB aQC sOM sPY +sPY +dQu sON -sOM -sOM tzj gYd uEx @@ -92483,7 +92450,7 @@ aBm aCg oRU sPY -jlf +qeF sJL aMw sJL @@ -92739,7 +92706,7 @@ aKd aKd sOM sPY -dQu +sPY iAx sJL aVB @@ -92995,7 +92962,7 @@ aae aae aae sON -qeF +fGs sOM sON aMw From 1f69f7f3ee2e018d5893563ef001da4fe2026c89 Mon Sep 17 00:00:00 2001 From: partykp Date: Fri, 29 May 2020 15:38:28 +0200 Subject: [PATCH 5/7] pipes --- _maps/map_files/Omegastation/omegastation.dmm | 305 +++++++++--------- 1 file changed, 147 insertions(+), 158 deletions(-) diff --git a/_maps/map_files/Omegastation/omegastation.dmm b/_maps/map_files/Omegastation/omegastation.dmm index e4f3c5faf15a..cedd395f5a7a 100644 --- a/_maps/map_files/Omegastation/omegastation.dmm +++ b/_maps/map_files/Omegastation/omegastation.dmm @@ -31370,20 +31370,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/lab) -"aUC" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/white, -/area/science/research) "aUD" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -40061,6 +40047,19 @@ "bIG" = ( /turf/open/floor/plating/asteroid/airless, /area/maintenance/port) +"bJe" = ( +/obj/machinery/camera{ + c_tag = "Research Division - Nanite Lab"; + dir = 8; + network = list("ss13","rd") + }, +/obj/machinery/computer/nanite_cloud_controller, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "bKQ" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 @@ -40073,18 +40072,6 @@ dir = 1 }, /area/engine/atmos) -"bLl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "bPK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -40259,6 +40246,17 @@ /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) +"cWP" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/nanite_program_hub, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "cXF" = ( /obj/structure/extinguisher_cabinet{ pixel_y = 32 @@ -40300,20 +40298,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/aft) -"dwU" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/nanite_program_hub, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "dyo" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/metal/fifty, @@ -40361,6 +40345,23 @@ "dFF" = ( /turf/closed/wall, /area/science/robotics/lab) +"dGd" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "dKg" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -40598,14 +40599,26 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"fEl" = ( -/obj/machinery/camera{ - c_tag = "Research Division - Nanite Lab"; - dir = 8; - network = list("ss13","rd") +"fCt" = ( +/obj/structure/table, +/obj/item/storage/box/disks_nanite{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/nanite_scanner, +/obj/item/nanite_remote{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + icon_state = "vent_map_on-1" }, -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/tile/purple, /turf/open/floor/plasteel/dark, /area/science/research) "fEt" = ( @@ -41172,18 +41185,6 @@ }, /turf/open/floor/plasteel/cafeteria, /area/engine/atmos) -"kgh" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/nanite_programmer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "kit" = ( /obj/machinery/portable_atmospherics/canister/toxins, /obj/machinery/light/small{ @@ -41460,6 +41461,15 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"msz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "msJ" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -41578,6 +41588,18 @@ /obj/effect/turf_decal/tile/purple, /turf/open/floor/plasteel/white, /area/science/research) +"nBa" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/nanite_programmer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "nCx" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 @@ -41613,16 +41635,6 @@ }, /turf/open/floor/plasteel/white, /area/science/research) -"nMo" = ( -/obj/machinery/light_switch{ - pixel_x = -26; - pixel_y = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "nTi" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -41644,12 +41656,6 @@ /obj/machinery/atmospherics/pipe/simple/yellow/visible, /turf/closed/wall/r_wall, /area/engine/atmos) -"oaZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "oiL" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/turf_decal/tile/yellow{ @@ -41792,22 +41798,6 @@ }, /turf/open/floor/engine/vacuum, /area/engine/atmos) -"phj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/research) "pjU" = ( /obj/structure/grille, /obj/machinery/atmospherics/pipe/simple/yellow/hidden{ @@ -41844,6 +41834,31 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) +"pth" = ( +/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/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Nanite Laboratory"; + req_one_access_txt = "7;47;29" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "pvw" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -42016,6 +42031,16 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"qiD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/research) "qlf" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -42276,25 +42301,6 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"shm" = ( -/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/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Nanite Laboratory"; - req_one_access_txt = "7;47;29" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "sjY" = ( /obj/effect/turf_decal/bot, /obj/effect/turf_decal/stripes/line, @@ -44249,6 +44255,13 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"tDh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "tKM" = ( /turf/closed/wall, /area/hallway/primary/fore) @@ -44415,6 +44428,18 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) +"uNR" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "uTN" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -44576,29 +44601,6 @@ /obj/effect/landmark/start/virologist, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) -"vFi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/obj/structure/table, -/obj/item/storage/box/disks_nanite{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/item/nanite_scanner, -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "vJk" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible, /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ @@ -44636,19 +44638,6 @@ icon_state = "panelscorched" }, /area/maintenance/starboard/aft) -"vKZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/plasteel/white, -/area/science/research) "vMb" = ( /turf/open/floor/engine/n2o, /area/engine/atmos) @@ -89880,10 +89869,10 @@ xtq eew qzL aVf -vKZ -aUC +dGd mwl aVf +aVf eTN aYm aXD @@ -90137,9 +90126,9 @@ svu eew sjY aVv -aVv aUD -bLl +uNR +aVv oPG dyy nLu @@ -90395,8 +90384,8 @@ sJL cxv sJL aVA -shm -phj +pth +qiD aVA oYM tvN @@ -90652,8 +90641,8 @@ pEN wHK aMw cPa -nMo -dwU +msz +cWP aVA cXF nlL @@ -90909,8 +90898,8 @@ sqz jnD sJL giJ -oaZ -kgh +tDh +nBa aVA dKg gtz @@ -91166,8 +91155,8 @@ axf jnD sJL sJL -vFi -fEl +fCt +bJe sKf nll frV From 5de091aa25694d7c82edda9fc80e1469c7e2c9eb Mon Sep 17 00:00:00 2001 From: partykp Date: Mon, 1 Jun 2020 12:06:43 +0200 Subject: [PATCH 6/7] conflict resolved --- _maps/map_files/Omegastation/omegastation.dmm | 3510 +++++++++-------- 1 file changed, 1760 insertions(+), 1750 deletions(-) diff --git a/_maps/map_files/Omegastation/omegastation.dmm b/_maps/map_files/Omegastation/omegastation.dmm index cedd395f5a7a..73bf8b3848db 100644 --- a/_maps/map_files/Omegastation/omegastation.dmm +++ b/_maps/map_files/Omegastation/omegastation.dmm @@ -18389,19 +18389,6 @@ }, /turf/open/floor/plasteel, /area/crew_quarters/bar/atrium) -"aAU" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/machinery/meter/atmos, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aAV" = ( /obj/effect/turf_decal/tile/red{ dir = 1 @@ -18644,16 +18631,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"aBk" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aBl" = ( /obj/machinery/meter, /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ @@ -22183,30 +22160,6 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating, /area/engine/engineering) -"aGj" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/machinery/button/door{ - id = "engstorage"; - name = "Engineering Secure Storage Control"; - pixel_y = 24; - req_access_txt = "10" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aGk" = ( /obj/machinery/suit_storage_unit/security, /obj/effect/turf_decal/stripes/line{ @@ -22252,36 +22205,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"aGn" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/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/engine, -/area/engine/engineering) -"aGo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/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) "aGp" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -22889,39 +22812,6 @@ }, /turf/open/floor/plasteel, /area/engine/foyer) -"aHi" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - 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/engine, -/area/engine/engineering) -"aHj" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aHk" = ( /obj/machinery/door/airlock/grunge{ name = "Morgue"; @@ -22944,119 +22834,6 @@ }, /turf/open/floor/plasteel, /area/medical/morgue) -"aHl" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Fore"; - dir = 2; - network = list("ss13","engine"); - pixel_x = 23 - }, -/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) -"aHm" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aHn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - 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/engine, -/area/engine/engineering) -"aHo" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aHp" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 26 - }, -/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) -"aHq" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aHr" = ( /obj/structure/table, /obj/item/storage/pill_bottle/dice, @@ -23078,24 +22855,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/science/xenobiology) -"aHt" = ( -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aHu" = ( /obj/structure/chair{ dir = 1 @@ -23575,20 +23334,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) -"aIe" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/engine, -/area/engine/engineering) "aIf" = ( /obj/structure/cable{ icon_state = "4-8" @@ -23692,17 +23437,6 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"aIn" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/engine, -/area/engine/engineering) "aIo" = ( /obj/structure/cable{ icon_state = "4-8" @@ -24462,17 +24196,6 @@ }, /turf/open/floor/plasteel, /area/engine/gravity_generator) -"aJo" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/engine, -/area/engine/engineering) "aJp" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -24557,16 +24280,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/robotics/lab) -"aJy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) "aJA" = ( /obj/structure/filingcabinet/security, /obj/structure/extinguisher_cabinet{ @@ -25303,30 +25016,6 @@ }, /turf/open/floor/plating, /area/engine/gravity_generator) -"aKy" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aKz" = ( /obj/machinery/portable_atmospherics/scrubber, /obj/machinery/atmospherics/components/unary/portables_connector/visible{ @@ -26105,49 +25794,6 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel, /area/engine/gravity_generator) -"aLL" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aLM" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 1; - filter_type = "n2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aLN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aLO" = ( /obj/machinery/status_display/ai, /turf/closed/wall/r_wall, @@ -26193,20 +25839,6 @@ /obj/machinery/status_display/evac, /turf/closed/wall/r_wall, /area/engine/supermatter) -"aLV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/engine/engineering) "aLW" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ @@ -26746,38 +26378,6 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/server) -"aMO" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Engineering Port"; - dir = 4; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aMP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aMQ" = ( /obj/effect/spawner/structure/window/reinforced/shutter, /turf/open/floor/plating, @@ -26847,19 +26447,6 @@ }, /turf/open/floor/plating/asteroid/airless, /area/asteroid/nearstation) -"aMZ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) "aNa" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 9 @@ -27177,26 +26764,6 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"aNF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/airlock/hatch{ - name = "Telecomms Control Room"; - req_access_txt = "61" - }, -/turf/open/floor/plasteel/grimy, -/area/tcommsat/server) "aNG" = ( /obj/structure/table/reinforced, /obj/item/clipboard, @@ -27442,34 +27009,6 @@ }, /turf/open/floor/plasteel/dark, /area/tcommsat/server) -"aNY" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/airalarm/unlocked{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"aNZ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) "aOa" = ( /obj/machinery/power/supermatter_crystal/shard/engine, /turf/open/floor/engine, @@ -27512,22 +27051,6 @@ dir = 4 }, /area/chapel/main) -"aOd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Engineering Starboard"; - dir = 8; - network = list("ss13","engine") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/engine, -/area/engine/engineering) "aOe" = ( /obj/structure/sign/nanotrasen, /turf/closed/wall, @@ -27801,18 +27324,6 @@ }, /turf/open/floor/plasteel/grimy, /area/chapel/main) -"aOz" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aOA" = ( /obj/structure/chair/wood/normal{ dir = 8 @@ -27881,16 +27392,6 @@ }, /turf/open/floor/plating, /area/engine/supermatter) -"aOF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) "aOG" = ( /obj/structure/chair/wood/normal{ dir = 8 @@ -28601,33 +28102,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"aPI" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aPJ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aPK" = ( /obj/structure/sign/warning/electricshock, /turf/closed/wall/r_wall, @@ -29189,15 +28663,6 @@ heat_capacity = 1e+006 }, /area/hallway/secondary/entry) -"aQK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aQL" = ( /obj/machinery/firealarm{ dir = 1; @@ -29217,48 +28682,6 @@ dir = 1 }, /area/hallway/secondary/entry) -"aQM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/trinary/filter/critical{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aQN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aQO" = ( -/obj/machinery/camera{ - c_tag = "Engineering Aft"; - dir = 2; - network = list("ss13","engine"); - pixel_x = 23 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aQP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aQQ" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ dir = 4; @@ -29266,16 +28689,6 @@ }, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) -"aQR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aQS" = ( /obj/structure/cable/white{ icon_state = "1-2" @@ -29296,21 +28709,6 @@ }, /turf/open/floor/plasteel, /area/hallway/primary/aft) -"aQT" = ( -/obj/machinery/power/apc{ - areastring = "/area/engine/engineering"; - dir = 4; - name = "Engine Room APC"; - pixel_x = 24 - }, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/engine, -/area/engine/engineering) "aQU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 @@ -29727,53 +29125,6 @@ }, /turf/open/floor/plasteel/dark, /area/tcommsat/server) -"aRF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/engine, -/area/engine/engineering) -"aRG" = ( -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/engine, -/area/engine/engineering) -"aRH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/turf/open/floor/engine, -/area/engine/engineering) -"aRI" = ( -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = -28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aRJ" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -29807,74 +29158,6 @@ }, /turf/open/floor/plasteel/grimy, /area/chapel/main) -"aRN" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 4; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aRO" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aRP" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aRQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aRR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aRS" = ( /obj/machinery/door/airlock/maintenance_hatch{ name = "Maintenance Hatch"; @@ -30408,12 +29691,6 @@ /obj/machinery/atmospherics/pipe/simple/general/visible, /turf/open/floor/plating, /area/tcommsat/server) -"aSO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) "aSP" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -30449,17 +29726,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/engine, /area/engine/engineering) -"aST" = ( -/obj/machinery/light, -/obj/machinery/status_display/evac{ - pixel_y = -32 - }, -/obj/effect/turf_decal/bot, -/obj/structure/reflector/box/anchored{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) "aSU" = ( /obj/effect/turf_decal/stripes/line{ dir = 5 @@ -30507,11 +29773,6 @@ }, /turf/open/floor/plasteel/dark, /area/chapel/main) -"aSX" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering) "aSY" = ( /obj/structure/table/reinforced, /obj/item/tank/internals/emergency_oxygen/engi{ @@ -30534,13 +29795,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel, /area/hallway/secondary/entry) -"aTa" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) "aTb" = ( /obj/structure/cable/white{ icon_state = "1-2" @@ -35433,16 +34687,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"bbk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Freezer to Gas" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) "bbl" = ( /obj/structure/table/wood, /obj/item/clipboard, @@ -35835,38 +35079,6 @@ icon_state = "wood-broken6" }, /area/maintenance/port) -"bbT" = ( -/obj/effect/landmark/start/station_engineer, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bbU" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bbV" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/engine, -/area/engine/engineering) "bbW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -35907,34 +35119,10 @@ /obj/machinery/computer/security/telescreen/entertainment, /turf/closed/wall, /area/maintenance/port) -"bbZ" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Gas to Cooling Loop" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) "bca" = ( /obj/structure/sign/poster/contraband/random, /turf/closed/wall, /area/maintenance/port) -"bcb" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) "bcc" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/decal/cleanable/cobweb/cobweb2, @@ -35970,12 +35158,6 @@ }, /turf/open/floor/plasteel/grimy, /area/tcommsat/server) -"bcg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) "bch" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 @@ -39593,12 +38775,28 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/secondary/exit) +"bnu" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/closed/mineral/random/labormineral, +/area/asteroid/nearstation) "bpn" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 4 }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"bpz" = ( +/obj/effect/turf_decal/tile/purple, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/white, +/area/science/research) "bpB" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 10 @@ -39651,6 +38849,16 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/entry) +"btE" = ( +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/bot, +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "buw" = ( /obj/machinery/holopad, /obj/effect/turf_decal/bot, @@ -39839,90 +39047,15 @@ }, /turf/open/space/basic, /area/space) -"bwV" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bwY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) "bxa" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /turf/closed/wall/r_wall, /area/engine/supermatter) -"bxb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"bxc" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 4 - }, -/turf/open/space/basic, -/area/engine/engineering) -"bxd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/mineral/random/labormineral, -/area/asteroid/nearstation) -"bxj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"bxl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"bxp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/tcommsat/server) "bxu" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/effect/turf_decal/stripes/line, /turf/open/floor/engine, /area/engine/engineering) -"bxv" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) "bxB" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -40009,19 +39142,6 @@ /obj/item/pickaxe/emergency, /turf/open/floor/plating/airless, /area/maintenance/port) -"bBD" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/sign/warning{ - desc = "An infuriatingly uncentered warning sign."; - pixel_x = 30; - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "bDo" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -40047,18 +39167,23 @@ "bIG" = ( /turf/open/floor/plating/asteroid/airless, /area/maintenance/port) -"bJe" = ( -/obj/machinery/camera{ - c_tag = "Research Division - Nanite Lab"; - dir = 8; - network = list("ss13","rd") +"bJd" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/machinery/computer/nanite_cloud_controller, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 9 +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/plasteel/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, /area/science/research) "bKQ" = ( /obj/machinery/atmospherics/pipe/simple/yellow/visible{ @@ -40072,6 +39197,37 @@ dir = 1 }, /area/engine/atmos) +"bNm" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"bPg" = ( +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) "bPK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -40082,6 +39238,23 @@ /obj/machinery/vending/security, /turf/open/floor/plasteel/dark, /area/security/brig) +"bTx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch{ + name = "Telecomms Control Room"; + req_access_txt = "61" + }, +/turf/open/floor/plasteel/grimy, +/area/tcommsat/server) "bYE" = ( /obj/structure/sign/warning/fire, /obj/machinery/atmospherics/pipe/simple/general/visible{ @@ -40089,6 +39262,33 @@ }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"bYO" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Fore"; + dir = 2; + network = list("ss13","engine"); + pixel_x = 23 + }, +/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/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) "bZq" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/visible{ dir = 8 @@ -40176,33 +39376,60 @@ /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark, /area/engine/gravity_generator) +"ctH" = ( +/obj/effect/turf_decal/bot, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) "cwv" = ( /obj/effect/decal/cleanable/cobweb, /obj/structure/girder, /turf/open/floor/plating/airless, /area/maintenance/port) -"cxv" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;29" - }, +"czU" = ( /obj/structure/cable/white{ icon_state = "4-8" }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/machinery/atmospherics/pipe/simple/orange/visible{ dir = 8 }, +/turf/open/floor/engine, +/area/engine/engineering) +"cAd" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Engineering Starboard"; + dir = 8; + network = list("ss13","engine") + }, /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 }, -/turf/open/floor/plating, -/area/science/research) +/turf/open/floor/engine, +/area/engine/engineering) "cBS" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ dir = 8 @@ -40213,12 +39440,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) -"cBV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "cCp" = ( /obj/machinery/door/poddoor{ id = "auxincineratorvent"; @@ -40226,49 +39447,43 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"cPa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 +"cHk" = ( +/obj/structure/cable/white{ + icon_state = "1-8" }, -/obj/effect/turf_decal/tile/purple{ +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/computer/nanite_chamber_control{ - icon_state = "computer" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 }, -/turf/open/floor/plasteel/dark, -/area/science/research) +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cNV" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) "cPj" = ( /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/space/nearstation) +"cTb" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "cWv" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/closed/wall/r_wall, /area/engine/atmos) -"cWP" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/nanite_program_hub, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"cXF" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "ddI" = ( /obj/machinery/air_sensor/atmos/toxin_tank, /turf/open/floor/engine/plasma, @@ -40276,28 +39491,39 @@ "diG" = ( /turf/open/floor/plasteel, /area/engine/atmos) -"djz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 +"dsR" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" }, -/obj/structure/cable/white{ - icon_state = "1-4" +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/turf/open/floor/plating, /area/maintenance/starboard/aft) -"dvM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +"dvm" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + dir = 1; + name = "Research Division APC"; + pixel_y = 24 + }, /obj/structure/cable/white{ - icon_state = "1-2" + icon_state = "0-8" }, -/turf/open/floor/plating{ - icon_state = "panelscorched" +/turf/open/floor/plasteel/white, +/area/science/research) +"dxo" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 }, -/area/maintenance/starboard/aft) +/obj/effect/turf_decal/bot, +/turf/open/floor/engine, +/area/engine/engineering) "dyo" = ( /obj/structure/table/reinforced, /obj/item/stack/sheet/metal/fifty, @@ -40318,16 +39544,6 @@ }, /turf/open/floor/plasteel, /area/engine/engineering) -"dyy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) "dEa" = ( /obj/machinery/computer/arcade, /obj/effect/turf_decal/tile/neutral{ @@ -40342,50 +39558,35 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/port) -"dFF" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"dGd" = ( -/obj/machinery/light{ - dir = 8 - }, +"dHT" = ( /obj/structure/cable/white{ icon_state = "1-2" }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dKg" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 }, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/engine, +/area/engine/engineering) +"dIQ" = ( /obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/structure/sink{ - pixel_y = 20 + icon_state = "1-4" }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dKF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_x = -28 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) "dMl" = ( /obj/structure/sign/warning/fire, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -40393,10 +39594,10 @@ }, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) -"dQu" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) +"dYW" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/closed/wall/r_wall, +/area/engine/engineering) "dZR" = ( /obj/effect/turf_decal/tile/red{ dir = 8 @@ -40415,23 +39616,6 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) -"eew" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/science/research) "ehE" = ( /obj/effect/mapping_helpers/airlock/abandoned, /obj/machinery/door/airlock/maintenance_hatch{ @@ -40440,15 +39624,43 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"enN" = ( +"elz" = ( /obj/effect/turf_decal/tile/purple{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - icon_state = "scrub_map_on-3" +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + icon_state = "vent_map_on-1" }, /turf/open/floor/plasteel/white, /area/science/research) +"erz" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_one_access_txt = "12;29" + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/research) "exb" = ( /obj/machinery/door/window/brigdoor{ dir = 8; @@ -40492,24 +39704,28 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/grass, /area/hallway/secondary/entry) -"eTN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/structure/cable/white{ - icon_state = "1-8" +"eLj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 4 +/obj/structure/cable/white{ + icon_state = "2-8" }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"eMc" = ( /obj/structure/cable/white{ - icon_state = "1-4" + icon_state = "1-2" }, -/turf/open/floor/plasteel/white, -/area/science/research) +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) "eYe" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/public/glass{ @@ -40549,10 +39765,44 @@ dir = 1 }, /area/engine/atmos) +"fdP" = ( +/obj/item/stack/ore/silver, +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/sand/plating, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plating, +/area/asteroid/nearstation) +"fgF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/turf/open/floor/engine, +/area/engine/engineering) "fgG" = ( /obj/machinery/status_display/ai, /turf/closed/wall, /area/crew_quarters/lounge) +"fky" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "fnp" = ( /obj/machinery/air_sensor/atmos/nitrous_tank, /turf/open/floor/engine/n2o, @@ -40562,13 +39812,27 @@ /obj/item/wrench, /turf/open/space, /area/space/nearstation) -"frV" = ( -/obj/effect/turf_decal/tile/purple, +"foN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 5 + dir = 8 }, -/turf/open/floor/plasteel/white, -/area/science/research) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) "fsl" = ( /obj/docking_port/stationary{ dir = 2; @@ -40593,34 +39857,36 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"fuM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "fvd" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /turf/open/floor/plasteel, /area/engine/atmos) -"fCt" = ( -/obj/structure/table, -/obj/item/storage/box/disks_nanite{ - pixel_x = 8; - pixel_y = 4 - }, -/obj/item/nanite_scanner, -/obj/item/nanite_remote{ - pixel_x = -8; - pixel_y = 8 +"fDM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 }, -/obj/machinery/light{ +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 }, -/obj/effect/turf_decal/tile/purple{ +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"fDX" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) +/turf/open/floor/engine, +/area/engine/engineering) "fEt" = ( /obj/machinery/atmospherics/pipe/manifold/general/visible, /obj/machinery/meter, @@ -40640,16 +39906,17 @@ /obj/machinery/portable_atmospherics/canister, /turf/open/floor/plasteel, /area/engine/atmos) -"fGs" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" +"fHT" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/nanite_program_hub, +/obj/effect/turf_decal/tile/purple{ + dir = 1 }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 }, -/area/maintenance/starboard/aft) +/turf/open/floor/plasteel/dark, +/area/science/research) "fIN" = ( /obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 10 @@ -40669,6 +39936,25 @@ /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) +"fQn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"fTb" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/engine, +/area/engine/engineering) "fWz" = ( /obj/machinery/door/airlock/external{ name = "External Docking Port"; @@ -40690,6 +39976,30 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, /area/engine/atmos) +"fYL" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/research) +"fZU" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) "gap" = ( /obj/machinery/portable_atmospherics/canister/nitrous_oxide, /obj/machinery/light/small{ @@ -40744,12 +40054,21 @@ }, /turf/open/floor/plasteel/dark, /area/bridge) -"giJ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 +"gja" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/obj/machinery/nanite_chamber, -/turf/open/floor/plasteel/dark, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"gjt" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 9 + }, +/turf/open/floor/plasteel/white, /area/science/research) "glM" = ( /obj/item/storage/box/teargas{ @@ -40770,21 +40089,38 @@ }, /turf/open/floor/plasteel, /area/security/brig) +"gnX" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/airalarm/unlocked{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1; + icon_state = "vent_map_on-1" + }, +/turf/open/floor/engine, +/area/engine/engineering) "goT" = ( /obj/effect/landmark/start/chief_engineer, /turf/open/floor/plasteel, /area/engine/atmos) -"gtz" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "gtP" = ( /turf/open/floor/plating/asteroid/airless, /area/space/nearstation) +"gvw" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) "gwL" = ( /obj/machinery/space_heater, /obj/effect/turf_decal/stripes/line{ @@ -40792,16 +40128,83 @@ }, /turf/open/floor/plasteel, /area/maintenance/starboard) -"gDQ" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"gES" = ( -/obj/effect/turf_decal/tile/purple, +"gxu" = ( +/obj/machinery/shower{ + dir = 4; + name = "emergency shower" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = -26 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/research) +"gBm" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom"; + 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 = 8; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"gCL" = ( +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"gDN" = ( +/obj/effect/turf_decal/tile/purple, /turf/open/floor/plasteel/white, /area/science/research) +"gDQ" = ( +/turf/open/floor/plasteel, +/area/security/brig) +"gIU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 8; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"gKL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) "gPY" = ( /obj/machinery/vr_sleeper, /obj/effect/turf_decal/tile/red{ @@ -40857,26 +40260,21 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"gYd" = ( -/obj/structure/cable/white{ - icon_state = "1-2" +"gXX" = ( +/obj/structure/cable{ + icon_state = "1-8" }, -/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/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ - dir = 1 + dir = 8 }, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_one_access_txt = "12;29" +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 1 }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) +/turf/open/floor/engine, +/area/engine/engineering) "hpr" = ( /obj/machinery/navbeacon{ codes_txt = "patrol;next_patrol=3.2-AtriumSW"; @@ -40900,6 +40298,60 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"hvc" = ( +/obj/machinery/camera{ + c_tag = "Research Division South"; + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plasteel/white, +/area/science/research) +"hyY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg2" + }, +/area/maintenance/starboard/aft) +"hBY" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"hFe" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "hNO" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 5 @@ -40924,6 +40376,13 @@ /obj/effect/landmark/start/atmospheric_technician, /turf/open/floor/plasteel, /area/engine/atmos) +"hWW" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/nanite_chamber, +/turf/open/floor/plasteel/dark, +/area/science/research) "hXn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -40935,22 +40394,24 @@ "ibv" = ( /turf/closed/wall, /area/science/xenobiology) -"ifp" = ( +"ikf" = ( /obj/structure/cable/white{ icon_state = "4-8" }, -/obj/machinery/camera{ - c_tag = "Research Division Access"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) "iqC" = ( /obj/machinery/air_sensor/atmos/carbon_tank, /turf/open/floor/engine/co2, @@ -40968,6 +40429,23 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"iyD" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel, +/area/science/research) "izQ" = ( /obj/machinery/door/airlock/engineering/glass/critical{ heat_proof = 1; @@ -40979,10 +40457,18 @@ }, /turf/open/floor/engine, /area/engine/supermatter) -"iAx" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) +"iCX" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) "iIj" = ( /obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{ dir = 4 @@ -41031,26 +40517,6 @@ /obj/machinery/status_display/evac, /turf/closed/wall, /area/library) -"iYZ" = ( -/obj/structure/cable/white{ - 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 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8; - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "iZQ" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ dir = 2 @@ -41081,18 +40547,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/plasteel, /area/engine/atmos) -"jnD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) "jnK" = ( /obj/machinery/light_switch{ pixel_y = 24 @@ -41101,6 +40555,15 @@ /obj/item/book/codex_gigas, /turf/open/floor/wood, /area/library) +"joh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) "jpv" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/machinery/light{ @@ -41117,6 +40580,23 @@ dir = 1 }, /area/engine/atmos) +"jrH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 4; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/plasteel/white, +/area/science/research) "jtZ" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden{ @@ -41144,36 +40624,34 @@ }, /turf/closed/wall, /area/hallway/primary/fore) -"jyL" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/neutral{ +"jBp" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ 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 = 8; - icon_state = "scrub_map_on-3" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) +/turf/open/space/basic, +/area/engine/engineering) "jDd" = ( /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 8 }, /turf/closed/wall/r_wall/rust, /area/engine/atmos) +"jHq" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/engineering"; + dir = 4; + name = "Engine Room APC"; + pixel_x = 24 + }, +/obj/structure/cable/white, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/engine, +/area/engine/engineering) "kaA" = ( /obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 1 @@ -41202,6 +40680,48 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"kjs" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"koV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"kpg" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"kpH" = ( +/obj/structure/girder/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plating, +/area/asteroid/nearstation) "kzU" = ( /obj/machinery/computer/secure_data, /obj/effect/turf_decal/tile/red{ @@ -41220,6 +40740,13 @@ /obj/machinery/meter/atmos, /turf/open/floor/plasteel, /area/engine/atmos) +"kFw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) "kHA" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 @@ -41240,49 +40767,84 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"kXH" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/machinery/light, +"kKE" = ( /obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1; + icon_state = "vent_map_on-1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, /turf/open/floor/plasteel, /area/hallway/primary/starboard) -"kZW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +"kPp" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"kZa" = ( /obj/structure/cable/white{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 2 }, -/obj/machinery/door/firedoor/border_only, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /obj/machinery/door/airlock/maintenance_hatch{ name = "Maintenance Hatch"; - req_one_access_txt = "12;29" + req_access_txt = "12" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"lfG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"lcy" = ( +/obj/machinery/cell_charger, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light_switch{ + pixel_x = 24; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/vending/wardrobe/science_wardrobe, +/obj/machinery/newscaster{ + pixel_x = 32 }, -/obj/structure/cable/white{ - icon_state = "4-8" +/turf/open/floor/plasteel/dark, +/area/science/lab) +"lhT" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall, +/area/science/robotics/lab) +"lkg" = ( +/obj/machinery/newscaster{ + pixel_x = 32 }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/area/maintenance/starboard/aft) +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) "lqz" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/visible, /obj/effect/decal/cleanable/dirt, @@ -41294,6 +40856,13 @@ dir = 1 }, /area/engine/atmos) +"lqJ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Gas to Cooling Loop" + }, +/turf/open/floor/engine, +/area/engine/engineering) "lrg" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 4 @@ -41376,14 +40945,50 @@ "lIM" = ( /turf/closed/wall/rust, /area/crew_quarters/lounge) -"lRD" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +"lNu" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"lQj" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/computer/nanite_chamber_control{ + icon_state = "computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"lTp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/research) +/obj/machinery/atmospherics/components/trinary/filter/critical{ + dir = 1; + filter_type = "n2" + }, +/turf/open/floor/engine, +/area/engine/engineering) "lTY" = ( /obj/structure/window/reinforced{ dir = 4 @@ -41396,6 +41001,21 @@ /obj/machinery/light/small, /turf/open/floor/engine/air, /area/engine/atmos) +"lVC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Aft"; + dir = 2; + network = list("ss13","engine"); + pixel_x = 23 + }, +/turf/open/floor/engine, +/area/engine/engineering) "lXk" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/delivery, @@ -41461,12 +41081,15 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"msz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 +"mst" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -24 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 +/obj/machinery/nanite_programmer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, /turf/open/floor/plasteel/dark, /area/science/research) @@ -41480,18 +41103,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"mwl" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "mJP" = ( /obj/machinery/igniter{ id = "Incinerator" @@ -41505,6 +41116,41 @@ }, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"mKa" = ( +/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/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/airlock/research{ + name = "Nanite Laboratory"; + req_one_access_txt = "7;47;29" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"mLy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) "mTv" = ( /obj/machinery/atmospherics/pipe/manifold/cyan/visible{ dir = 1 @@ -41529,18 +41175,59 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"mXN" = ( -/obj/effect/turf_decal/tile/purple, +"mUI" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Port"; + dir = 4; + network = list("ss13","engine") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/engine, +/area/engine/engineering) +"nbn" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable/white{ icon_state = "1-2" }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/aft) +"nbJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"ncN" = ( +/obj/structure/cable/white{ + icon_state = "1-8" + }, /obj/structure/cable/white{ - icon_state = "2-4" + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3, -/turf/open/floor/plasteel/white, -/area/science/research) +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) "ndg" = ( /obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel, @@ -41569,52 +41256,54 @@ }, /turf/open/floor/engine, /area/engine/engineering) -"nll" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/status_display/evac{ - pixel_y = 32 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - icon_state = "vent_map_on-1" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"nlL" = ( +"nmN" = ( /obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, /turf/open/floor/plasteel/white, /area/science/research) -"nBa" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -24 +"nzw" = ( +/obj/structure/cable/white{ + icon_state = "1-2" }, -/obj/machinery/nanite_programmer, -/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, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"nCx" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 1; - name = "Research Division APC"; - pixel_y = 24 +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_one_access_txt = "12;29" }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"nCc" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/engine, +/area/engine/engineering) +"nEl" = ( /obj/structure/cable/white{ - icon_state = "0-8" + icon_state = "2-8" }, -/turf/open/floor/plasteel/white, -/area/science/research) +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/engine, +/area/engine/engineering) "nEo" = ( /obj/effect/turf_decal/stripes/corner{ dir = 1 @@ -41628,13 +41317,6 @@ /obj/machinery/meter, /turf/open/floor/plasteel, /area/engine/atmos) -"nLu" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "nTi" = ( /obj/structure/sign/warning/biohazard, /turf/closed/wall, @@ -41705,6 +41387,14 @@ /obj/effect/turf_decal/sand/plating, /turf/open/floor/plating/airless, /area/maintenance/port) +"ouQ" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) "ovS" = ( /turf/open/floor/plating/airless, /area/maintenance/port) @@ -41723,9 +41413,54 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) +"oyt" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/machinery/button/door{ + id = "engstorage"; + name = "Engineering Secure Storage Control"; + pixel_y = 24; + req_access_txt = "10" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) "oyD" = ( /turf/closed/wall, /area/crew_quarters/toilet/restrooms) +"oAy" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/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/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) "oAQ" = ( /obj/machinery/computer/security{ dir = 1 @@ -41739,6 +41474,18 @@ }, /turf/open/floor/plasteel, /area/security/brig) +"oBS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) "oGc" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible{ dir = 6 @@ -41749,6 +41496,17 @@ /obj/structure/sign/warning/fire, /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) +"oJf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/engine/engineering) "oJp" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -41759,34 +41517,47 @@ "oOk" = ( /turf/open/floor/engine/plasma, /area/engine/atmos) -"oPG" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 +"oRB" = ( +/obj/structure/cable/white{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/newscaster{ - pixel_x = 32 +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 }, -/turf/open/floor/plasteel/white, -/area/science/research) -"oRU" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"oUG" = ( +/obj/structure/cable/white{ + icon_state = "1-2" }, -/area/maintenance/starboard/aft) -"oYM" = ( -/obj/machinery/door/firedoor/border_only{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"oWd" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/light{ dir = 4 }, /obj/effect/turf_decal/stripes/line{ - dir = 8 + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"oXs" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /obj/structure/cable/white{ icon_state = "4-8" }, @@ -41805,6 +41576,24 @@ }, /turf/closed/wall/r_wall, /area/engine/atmos) +"pnj" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"pon" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "pqs" = ( /obj/machinery/power/turbine{ dir = 8; @@ -41834,31 +41623,6 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"pth" = ( -/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/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/research{ - name = "Nanite Laboratory"; - req_one_access_txt = "7;47;29" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "pvw" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -41893,6 +41657,11 @@ }, /turf/open/floor/plasteel/checker, /area/engine/atmos) +"pyf" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/closed/mineral/random/labormineral, +/area/asteroid/nearstation) "pAu" = ( /obj/effect/turf_decal/tile/brown{ dir = 1 @@ -41902,23 +41671,6 @@ }, /turf/open/floor/plasteel, /area/quartermaster/storage) -"pBw" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 8 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "pEA" = ( /obj/structure/window/reinforced{ dir = 8 @@ -41926,24 +41678,16 @@ /obj/structure/flora/ausbushes/grassybush, /turf/open/floor/grass, /area/hallway/secondary/entry) -"pEN" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +"pGE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Maintenance Hatch"; - req_access_txt = "12" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plating, -/area/maintenance/starboard/aft) +/area/science/research) "pKK" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -41971,25 +41715,25 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper, /turf/open/floor/engine, /area/engine/supermatter) +"pUR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"pVs" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/starboard/aft) "pZU" = ( /obj/structure/lattice, /obj/structure/grille, /turf/open/space/basic, /area/space/nearstation) -"qbK" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel/dark, -/area/science/lab) "qcg" = ( /obj/structure/window/reinforced{ dir = 4 @@ -42018,11 +41762,18 @@ /obj/effect/turf_decal/bot, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"qeF" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +"qdH" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/sign/warning{ + desc = "An infuriatingly uncentered warning sign."; + pixel_x = 30; + pixel_y = 3 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/turf/open/floor/plating, /area/maintenance/starboard/aft) "qgC" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ @@ -42031,16 +41782,6 @@ /obj/effect/decal/cleanable/dirt, /turf/open/floor/engine/vacuum, /area/maintenance/disposal/incinerator) -"qiD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plating, -/area/science/research) "qlf" = ( /obj/structure/chair/comfy/brown{ dir = 8 @@ -42048,12 +41789,6 @@ /obj/effect/landmark/start/geneticist, /turf/open/floor/plasteel/grimy, /area/crew_quarters/lounge) -"qmB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) "qoT" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -42061,16 +41796,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"qqK" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "qsc" = ( /obj/machinery/air_sensor/atmos/air_tank, /turf/open/floor/engine/air, @@ -42084,25 +41809,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"qzL" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = -26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 6 - }, -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/science/research) "qzT" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 @@ -42160,17 +41866,6 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) -"qLG" = ( -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "qMr" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -42190,22 +41885,6 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"qZS" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Research Division North"; - dir = 2 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) "rae" = ( /obj/machinery/atmospherics/components/binary/pump{ dir = 1; @@ -42213,6 +41892,19 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"riW" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) "rjQ" = ( /obj/machinery/atmospherics/pipe/simple/cyan/visible, /turf/open/floor/plasteel, @@ -42236,6 +41928,20 @@ }, /turf/open/floor/engine, /area/maintenance/disposal/incinerator) +"rwU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) "rzn" = ( /obj/machinery/status_display/evac, /turf/closed/wall, @@ -42256,6 +41962,33 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) +"rJV" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"rOq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Maintenance Hatch"; + req_one_access_txt = "12;29" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "rPY" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/cable/white{ @@ -42275,6 +42008,30 @@ }, /turf/open/floor/engine/vacuum, /area/engine/atmos) +"rWa" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/turf/open/floor/engine, +/area/engine/engineering) +"rWl" = ( +/obj/machinery/camera{ + c_tag = "Research Division - Nanite Lab"; + dir = 8; + network = list("ss13","rd") + }, +/obj/machinery/computer/nanite_cloud_controller, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "sak" = ( /obj/effect/landmark/event_spawn, /obj/effect/turf_decal/tile/blue{ @@ -42288,6 +42045,28 @@ "scC" = ( /turf/open/floor/plating/asteroid/airless, /area/space) +"sdl" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 26 + }, +/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/orange/visible{ + dir = 8 + }, +/obj/structure/closet/radiation, +/turf/open/floor/engine, +/area/engine/engineering) "sdL" = ( /obj/effect/turf_decal/delivery, /obj/machinery/hydroponics/soil, @@ -42301,20 +42080,31 @@ /obj/structure/lattice, /turf/open/space/basic, /area/space/nearstation) -"sjY" = ( -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/stripes/line, +"sgB" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"slp" = ( /obj/structure/cable/white{ icon_state = "4-8" }, +/obj/machinery/camera{ + c_tag = "Research Division Access"; + dir = 2 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 6 - }, /turf/open/floor/plasteel, -/area/science/research) +/area/hallway/primary/starboard) "sna" = ( /turf/closed/mineral/random/labormineral, /area/maintenance/port) @@ -42351,17 +42141,6 @@ }, /turf/open/floor/engine/n2o, /area/engine/atmos) -"svu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1; - icon_state = "vent_map_on-1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "sws" = ( /obj/docking_port/stationary{ dheight = 1; @@ -42486,6 +42265,23 @@ "sDP" = ( /turf/closed/wall/rust, /area/hallway/secondary/exit) +"sEl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1; + icon_state = "scrub_map_on-3" + }, +/turf/open/floor/engine, +/area/engine/engineering) "sEQ" = ( /obj/structure/sign/warning/securearea, /turf/closed/wall, @@ -42704,12 +42500,6 @@ }, /turf/open/floor/plasteel/dark, /area/hallway/secondary/exit) -"sII" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall/rust, -/area/engine/gravity_generator) "sIK" = ( /turf/closed/wall/rust, /area/janitor) @@ -42749,10 +42539,6 @@ }, /turf/closed/wall, /area/maintenance/starboard) -"sJy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall/rust, -/area/tcommsat/server) "sJA" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/delivery, @@ -44174,6 +43960,16 @@ "sPY" = ( /turf/open/floor/plating, /area/maintenance/starboard/aft) +"sQu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "External Bypass" + }, +/turf/open/floor/engine, +/area/engine/engineering) "sSy" = ( /obj/structure/window/reinforced{ dir = 4 @@ -44181,12 +43977,60 @@ /obj/structure/flora/ausbushes/ppflowers, /turf/open/floor/grass, /area/hallway/secondary/entry) +"sTu" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/dark, +/area/science/lab) "tac" = ( /obj/structure/grille, /obj/machinery/meter, /obj/machinery/atmospherics/pipe/simple/green/visible, /turf/closed/wall/r_wall/rust, /area/engine/atmos) +"tcl" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"tcp" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/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/orange/visible{ + dir = 8 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/engine, +/area/engine/engineering) "tdN" = ( /obj/machinery/atmospherics/pipe/simple/green/visible, /obj/machinery/atmospherics/pipe/simple/orange/visible{ @@ -44213,6 +44057,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"tnV" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plating, +/area/asteroid/nearstation) +"toV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "ttA" = ( /obj/machinery/atmospherics/pipe/simple/orange/visible, /obj/effect/turf_decal/bot, @@ -44228,46 +44086,34 @@ dir = 1 }, /area/engine/atmos) -"tvN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 +"tKM" = ( +/turf/closed/wall, +/area/hallway/primary/fore) +"tWh" = ( +/turf/closed/wall, +/area/crew_quarters/lounge) +"tYB" = ( +/obj/structure/table, +/obj/item/storage/box/disks_nanite{ + pixel_x = 8; + pixel_y = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/item/nanite_scanner, +/obj/item/nanite_remote{ + pixel_x = -8; + pixel_y = 8 }, -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/light{ dir = 4 }, -/turf/open/floor/plasteel/white, -/area/science/research) -"tzj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/obj/structure/cable/white{ - icon_state = "2-8" +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tDh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 8; - icon_state = "scrub_map_on-3" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + icon_state = "vent_map_on-1" }, /turf/open/floor/plasteel/dark, /area/science/research) -"tKM" = ( -/turf/closed/wall, -/area/hallway/primary/fore) -"tWh" = ( -/turf/closed/wall, -/area/crew_quarters/lounge) "tYE" = ( /obj/machinery/light, /obj/effect/turf_decal/tile/brown, @@ -44281,6 +44127,18 @@ /obj/machinery/autolathe, /turf/open/floor/plasteel, /area/quartermaster/storage) +"tYF" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/white, +/area/science/research) "ueC" = ( /obj/effect/decal/cleanable/oil, /obj/effect/turf_decal/stripes/line{ @@ -44318,6 +44176,26 @@ dir = 1 }, /area/engine/foyer) +"ugs" = ( +/obj/structure/cable/white{ + 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 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8; + icon_state = "vent_map_on-1" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) "uhz" = ( /turf/closed/wall/r_wall, /area/maintenance/disposal/incinerator) @@ -44356,6 +44234,16 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"upu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/aft) "uuj" = ( /obj/machinery/plantgenes{ pixel_y = 6 @@ -44404,19 +44292,24 @@ }, /turf/open/floor/plasteel, /area/hallway/secondary/exit) -"uEx" = ( +"uyI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"uHo" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, /obj/machinery/camera{ - c_tag = "Research Division South"; - dir = 8 + c_tag = "Research Division North"; + dir = 2 }, /obj/effect/turf_decal/tile/purple{ - dir = 4 + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, /turf/open/floor/plasteel/white, /area/science/research) "uHq" = ( @@ -44428,18 +44321,10 @@ }, /turf/open/floor/plating, /area/maintenance/starboard/aft) -"uNR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) +"uRx" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "uTN" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 @@ -44456,10 +44341,20 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"vbi" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall, -/area/science/robotics/lab) +"vdX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/meter/atmos, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) "ver" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ dir = 10 @@ -44496,6 +44391,18 @@ /obj/machinery/meter/atmos, /turf/open/floor/plasteel, /area/engine/atmos) +"vmy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "vmU" = ( /obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 @@ -44627,25 +44534,48 @@ dir = 1 }, /area/engine/atmos) -"vKq" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/aft) "vMb" = ( /turf/open/floor/engine/n2o, /area/engine/atmos) +"vMp" = ( +/obj/effect/turf_decal/sand/plating, +/turf/open/floor/plating/asteroid/airless, +/area/maintenance/port) +"vNU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "vOy" = ( /obj/effect/turf_decal/sand/plating, /obj/structure/barricade/wooden, /turf/open/floor/plating, /area/asteroid/nearstation) +"vPK" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) "vVS" = ( /obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ dir = 2 @@ -44663,6 +44593,27 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/starboard/aft) +"wdF" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) "wkG" = ( /obj/structure/lattice/catwalk, /turf/open/floor/plating/airless, @@ -44702,19 +44653,58 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"wHK" = ( -/obj/structure/cable/white{ - icon_state = "1-8" +"wur" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 8 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"wuO" = ( /obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"wxr" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"wBq" = ( +/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/plating{ - icon_state = "platingdmg3" +/obj/structure/cable{ + icon_state = "1-2" }, -/area/maintenance/starboard/aft) +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) "wOJ" = ( /obj/structure/extinguisher_cabinet{ pixel_y = -26 @@ -44770,6 +44760,9 @@ /obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/grass, /area/hallway/secondary/entry) +"xcJ" = ( +/turf/closed/wall, +/area/science/robotics/lab) "xej" = ( /obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ dir = 2 @@ -44799,13 +44792,6 @@ dir = 1 }, /area/engine/atmos) -"xtq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) "xtL" = ( /obj/machinery/button/ignition{ id = "Incinerator"; @@ -44877,6 +44863,15 @@ }, /turf/open/floor/plasteel/dark, /area/engine/atmos) +"xBF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) "xEQ" = ( /obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ dir = 8 @@ -44900,29 +44895,32 @@ /obj/structure/grille, /turf/closed/wall/r_wall, /area/engine/atmos) -"xUM" = ( -/obj/machinery/cell_charger, +"xKf" = ( +/obj/effect/turf_decal/tile/purple, /obj/machinery/airalarm{ dir = 1; pixel_y = -24 }, -/obj/machinery/light_switch{ - pixel_x = 24; - pixel_y = -24 +/turf/open/floor/plasteel/white, +/area/science/research) +"xLm" = ( +/obj/structure/cable/white{ + icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/obj/effect/turf_decal/stripes/corner{ + dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ dir = 8 }, -/obj/machinery/vending/wardrobe/science_wardrobe, -/obj/machinery/newscaster{ - pixel_x = 32 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/science/lab) +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) "xZO" = ( /obj/effect/mapping_helpers/airlock/locked, /obj/machinery/door/airlock/public/glass{ @@ -44960,6 +44958,18 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel, /area/engine/atmos) +"yfh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) "yfs" = ( /obj/machinery/light, /obj/machinery/requests_console{ @@ -70844,7 +70854,7 @@ aad aad aad aaa -bxc +aaa aaa aaa aaa @@ -71101,7 +71111,7 @@ aad aad aad aad -bxd +aad aaa aaa aaa @@ -71358,7 +71368,7 @@ aad aad aad aad -bxd +aad aad aac aac @@ -71615,7 +71625,7 @@ aad aad aad aad -bxd +aad aad aad aad @@ -71872,7 +71882,7 @@ aGe aGe aGe sIu -bwY +aGe abi aad aad @@ -72129,7 +72139,7 @@ aCG csl aJh aLD -bwY +aGe agE aad aad @@ -72386,7 +72396,7 @@ aJi csl aJl aKv -sII +sIu afM abu afM @@ -72643,11 +72653,11 @@ aHe aHK aKs aLC -bxj -sJy -bxl -sJy -aSO +aMJ +sJV +aMJ +sJV +aMJ aMJ aMJ sJV @@ -72904,7 +72914,7 @@ aMJ aIq aOv aNM -bxp +aPG aRB aPG aTX @@ -73161,7 +73171,7 @@ aMJ aNU bce buC -bxp +aPG sJO aPG aBn @@ -73418,7 +73428,7 @@ aNp aOw bcf aNV -aNF +bTx aRD aNL aTY @@ -73675,7 +73685,7 @@ aMJ aMN aNW buC -bxp +aPG sJP aPG aBo @@ -73932,7 +73942,7 @@ aMJ aNX aBi aNs -bxp +aPG aRE aSN aTZ @@ -74189,7 +74199,7 @@ aMJ aMJ sJV aMJ -bcg +aMJ sJV aMJ aMJ @@ -74437,28 +74447,28 @@ uok aEo aFr aEt -aGj -aIe -aJo -aKy -aLM -aMO -aNY -aOz -aPI -bwV -aRI -qmB -aEt -aBq -aad -aBq -aad -abi -agE -afL -aad -aaa +oyt +hBY +iCX +cHk +rWa +mUI +gnX +eMc +riW +eMc +dIQ +kFw +dYW +pyf +bnu +pyf +bnu +tnV +fdP +kpH +bnu +jBp aaa aaa aaa @@ -74694,16 +74704,16 @@ uok aEp aFs aFw -aGn +xLm aAo aJq -bxb -aLN -bxv -aNZ -aMP -aPJ -aBk +aJq +oWd +kjs +wBq +mLy +kPp +gCL aRJ bxu aUa @@ -74951,7 +74961,7 @@ uok aEq aFt aFw -aGo +ikf aIh aJr aKz @@ -74960,7 +74970,7 @@ aOB aOB aOB aLU -aQK +xBF aRK aSR aEt @@ -75208,7 +75218,7 @@ uok aEr aFu aFy -aHi +oAy aIi aJs aKz @@ -75217,8 +75227,8 @@ aMR aMX aMX sJG -aQK -aRN +sQu +aRK aSS aLk aUS @@ -75465,7 +75475,7 @@ uok aEs aFv aGf -aHj +wdF aIf aJt buW @@ -75474,8 +75484,8 @@ aMS aMS aOC buW -aQM -aRO +oBS +sgB niM aLk aUR @@ -75722,7 +75732,7 @@ uok aEt sHV aEt -aHl +bYO aIk aJu aKA @@ -75731,8 +75741,8 @@ aMT aMT aMT aPK -aQN -aRP +joh +bNm pvw aLk aUS @@ -75979,7 +75989,7 @@ uok aEu aAl aHz -aHm +bPg aIl pPL aMU @@ -75988,9 +75998,9 @@ aMU aOa aMU bvd -aQO -aRQ -aST +fDM +ctH +btE aEt aUT aUU @@ -76236,7 +76246,7 @@ aDr aEv aFx aGh -aHn +foN aIm bxa aKC @@ -76245,8 +76255,8 @@ aMV aMV aMV aKD -aQP -aRR +lVC +gja aSU aLk aUS @@ -76493,7 +76503,7 @@ uok aEw aDw aEt -aHo +czU aIj aJt aKD @@ -76502,9 +76512,9 @@ aMW aMW aOD buW -aQK -bbk -aSV +oBS +uyI +dxo aLk aUR aUU @@ -76750,7 +76760,7 @@ jDd aEt aEt aEt -aHp +sdl aIo aJw aKE @@ -76759,8 +76769,8 @@ aMX aMX aMX buW -aQR -bbT +gKL +fTb aSY aLk aUS @@ -77007,7 +77017,7 @@ aDs aEx aGm bcd -aHi +tcp aIp aJw aKE @@ -77017,8 +77027,8 @@ aOb aOE aLO blK -bbU -aSX +nCc +aSV aEt aUR aUU @@ -77264,17 +77274,17 @@ aED aEy aEz aHA -aHq -aAU -aJy -aJy -aLV -aMZ -aMZ -aOF -bbV +lNu +vdX +nbJ +oJf +fQn +gXX +rwU +koV +lTp aBl -bbZ +lqJ bxu aUa aUU @@ -77521,18 +77531,18 @@ aCE aDu aFz aFB -aHt -aIn -aIn -aIn -aLL -aOd -aQT -aRF -aRG -aRH -bcb -aTa +nEl +dHT +oUG +oUG +vPK +cAd +jHq +sEl +lkg +fDX +fZU +fgF aEt aBq aad @@ -78048,7 +78058,7 @@ ovS ovS ovS bIG -bIG +vMp sna sna bAi @@ -89356,8 +89366,8 @@ aJd aSy aTK aUE -qbK -xUM +sTu +lcy aSz aWr aYl @@ -89616,7 +89626,7 @@ aSz aRi aSz aWW -qZS +uHo aHf aXu aYu @@ -89864,16 +89874,16 @@ aqa awv aLl sqz -ifp -xtq -eew -qzL +slp +gvw +iyD +gxu aVf -dGd -mwl +jrH +wuO aVf aVf -eTN +fky aYm aXD aYR @@ -90122,17 +90132,17 @@ sqz sqz sqz aPn -svu -eew -sjY +kKE +iyD +fYL aVv aUD -uNR +pnj aVv -oPG -dyy -nLu -dFF +hFe +oXs +gjt +xcJ aZe aZe bav @@ -90379,17 +90389,17 @@ akp bbI aDE aPo -kXH +pUR sJL -cxv +erz sJL aVA -pth -qiD +mKa +pGE aVA -oYM -tvN -dFF +bJd +tcl +xcJ aJx aZW baw @@ -90636,17 +90646,17 @@ bbq bbq aDL aPp -qLG -pEN -wHK +oRB +kZa +ncN aMw -cPa -msz -cWP +lQj +toV +fHT aVA -cXF -nlL -vbi +kpg +gDN +lhT bac aZY bax @@ -90895,14 +90905,14 @@ rzn aPy aQA sqz -jnD +vNU sJL -giJ -tDh -nBa +hWW +gIU +mst aVA -dKg -gtz +tYF +xKf bds bad aZZ @@ -91152,15 +91162,15 @@ sqz aLi aLi axf -jnD +vNU sJL sJL -fCt -bJe +tYB +rWl sKf -nll -frV -vbi +elz +nmN +lhT bac baY baz @@ -91409,15 +91419,15 @@ aae aae aae aLj -lfG -oRU +hyY +pVs sJL aMw sJL aVA -nCx -lRD -dFF +dvm +ouQ +xcJ baf baZ baA @@ -91666,15 +91676,15 @@ aKd aKd aKd sOM -tzj -dvM -vKq -dvM -djz +eLj +upu +nbn +upu +vmy sJL -cBV -gES -dFF +pon +rJV +xcJ bag bba baB @@ -91923,14 +91933,14 @@ aKd aPA aQB sOM -oRU +pVs sON sOM sOM -dKF +yfh sJL -enN -qqK +fuM +wxr aZi aVE aZi @@ -92182,15 +92192,15 @@ aQC sOM sPY sPY -dQu +cTb sON -tzj -gYd -uEx -mXN -kZW +eLj +nzw +hvc +bpz +rOq aVZ -bBD +qdH aWi aRx aSJ @@ -92437,9 +92447,9 @@ aKd aPC aBm aCg -oRU +pVs sPY -qeF +cNV sJL aMw sJL @@ -92696,7 +92706,7 @@ aKd sOM sPY sPY -iAx +uRx sJL aVB aWs @@ -92951,15 +92961,15 @@ aae aae aae sON -fGs +dsR sOM sON aMw aVC aWt aTL -iYZ -jyL +ugs +gBm aMw sOM sOM @@ -93216,7 +93226,7 @@ aVD aWu aVh aXI -pBw +wur sJL aad sOM From cb6f5bd1b674a07c4652a60014423455cbcc1c1c Mon Sep 17 00:00:00 2001 From: partykp Date: Mon, 1 Jun 2020 18:23:57 +0200 Subject: [PATCH 7/7] adds holotool --- _maps/map_files/Omegastation/omegastation.dmm | 45 ++++++++++--------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/_maps/map_files/Omegastation/omegastation.dmm b/_maps/map_files/Omegastation/omegastation.dmm index 73bf8b3848db..07adf74cdf46 100644 --- a/_maps/map_files/Omegastation/omegastation.dmm +++ b/_maps/map_files/Omegastation/omegastation.dmm @@ -32352,27 +32352,6 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, /turf/open/floor/plasteel/white, /area/science/research) -"aXI" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/wrench, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/clothing/suit/armor/reactive/teleport, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) "aXJ" = ( /obj/structure/cable/white{ icon_state = "1-2" @@ -40298,6 +40277,28 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) +"hud" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/wrench, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/clothing/suit/armor/reactive/teleport, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/holotool, +/turf/open/floor/plasteel/dark, +/area/science/research) "hvc" = ( /obj/machinery/camera{ c_tag = "Research Division South"; @@ -93225,7 +93226,7 @@ sJL aVD aWu aVh -aXI +hud wur sJL aad