diff --git a/code/datums/repositories/radiation.dm b/code/datums/repositories/radiation.dm index bbc1e01632c..4525032e200 100644 --- a/code/datums/repositories/radiation.dm +++ b/code/datums/repositories/radiation.dm @@ -86,7 +86,7 @@ var/global/repository/radiation/radiation_repository = new() add_source(S) // Sets the radiation in a range to a constant value. -/repository/radiation/proc/flat_radiate(source, power, range, var/respect_maint = FALSE) +/repository/radiation/proc/flat_radiate(source, power, range, var/respect_maint = TRUE) //VOREStation edit; Respect shielded areas by default please. if(!(source && power && range)) return var/datum/radiation_source/S = new() @@ -98,7 +98,7 @@ var/global/repository/radiation/radiation_repository = new() add_source(S) // Irradiates a full Z-level. Hacky way of doing it, but not too expensive. -/repository/radiation/proc/z_radiate(var/atom/source, power, var/respect_maint = FALSE) +/repository/radiation/proc/z_radiate(var/atom/source, power, var/respect_maint = TRUE) //VOREStation edit; Respect shielded areas by default please. if(!(power && source)) return var/turf/epicentre = locate(round(world.maxx / 2), round(world.maxy / 2), source.z) diff --git a/code/game/area/Space Station 13 areas_vr.dm b/code/game/area/Space Station 13 areas_vr.dm index b41eba12d00..c7d8b08398a 100644 --- a/code/game/area/Space Station 13 areas_vr.dm +++ b/code/game/area/Space Station 13 areas_vr.dm @@ -34,6 +34,36 @@ /area/crew_quarters/sleep/vistor_room_12 flags = RAD_SHIELDED | BLUE_SHIELDED +/area/crew_quarters/sleep/Dorm_1 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_2 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_3 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_4 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_5 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_6 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_7 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_8 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_9 + flags = RAD_SHIELDED | BLUE_SHIELDED + +/area/crew_quarters/sleep/Dorm_10 + flags = RAD_SHIELDED | BLUE_SHIELDED + /area/teleporter/departing name = "\improper Long-Range Teleporter" icon_state = "teleporter" @@ -49,6 +79,16 @@ /area/security/nuke_storage flags = BLUE_SHIELDED +// Add rad shielding to maintenance and construction sites +/area/vacant + flags = RAD_SHIELDED + +/area/maintenance + flags = RAD_SHIELDED + +/area/rnd/research_storage //Located entirely in maint under public access, so why not that too + flags = RAD_SHIELDED + // New shuttles /area/shuttle/administration/transit name = "Deep Space (AS)" diff --git a/code/modules/reagents/dispenser/cartridge_presets_vr.dm b/code/modules/reagents/dispenser/cartridge_presets_vr.dm new file mode 100644 index 00000000000..37d7514f03e --- /dev/null +++ b/code/modules/reagents/dispenser/cartridge_presets_vr.dm @@ -0,0 +1,6 @@ +/obj/item/weapon/reagent_containers/chem_disp_cartridge + //Xenoflora + ammonia spawn_reagent = "ammonia" + diethylamine spawn_reagent = "diethylamine" + plantbgone spawn_reagent = "plantbgone" + mutagen spawn_reagent = "mutagen" \ No newline at end of file diff --git a/code/modules/reagents/dispenser/dispenser_presets_vr.dm b/code/modules/reagents/dispenser/dispenser_presets_vr.dm new file mode 100644 index 00000000000..9787dec9974 --- /dev/null +++ b/code/modules/reagents/dispenser/dispenser_presets_vr.dm @@ -0,0 +1,17 @@ +/obj/machinery/chemical_dispenser/xenoflora + name = "xenoflora chem dispenser" + dispense_reagents = list( + "water", "sugar", "ethanol", "radium", "ammonia", "diethylamine", "plantbgone", "mutagen" + ) + +/obj/machinery/chemical_dispenser/xenoflora/full + spawn_cartridges = list( + /obj/item/weapon/reagent_containers/chem_disp_cartridge/water, + /obj/item/weapon/reagent_containers/chem_disp_cartridge/sugar, + /obj/item/weapon/reagent_containers/chem_disp_cartridge/ethanol, + /obj/item/weapon/reagent_containers/chem_disp_cartridge/radium, + /obj/item/weapon/reagent_containers/chem_disp_cartridge/ammonia, + /obj/item/weapon/reagent_containers/chem_disp_cartridge/diethylamine, + /obj/item/weapon/reagent_containers/chem_disp_cartridge/plantbgone, + /obj/item/weapon/reagent_containers/chem_disp_cartridge/mutagen + ) \ No newline at end of file diff --git a/maps/tether/tether-01-surface1.dmm b/maps/tether/tether-01-surface1.dmm index 8bc0d09a1c2..ce04228f5c6 100644 --- a/maps/tether/tether-01-surface1.dmm +++ b/maps/tether/tether-01-surface1.dmm @@ -1165,6 +1165,9 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/mining_main/eva) +"aci" = ( +/turf/simulated/mineral, +/area/storage/surface_eva/external) "acj" = ( /obj/effect/floor_decal/borderfloor{ dir = 8 @@ -1278,6 +1281,9 @@ /obj/machinery/door/firedoor/glass, /turf/simulated/floor/tiled, /area/crew_quarters/visitor_dining) +"acs" = ( +/turf/simulated/wall/r_wall, +/area/tether/surfacebase/medical/first_aid_west) "act" = ( /obj/machinery/door/airlock/maintenance/common{ name = "Tram Maintenance Access" @@ -3679,6 +3685,10 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/mining_main/lobby) +"agk" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/xenoarch_storage) "agl" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -3706,6 +3716,15 @@ /obj/effect/floor_decal/corner/brown/border, /turf/simulated/floor/tiled, /area/tether/surfacebase/mining_main/lobby) +"agp" = ( +/obj/machinery/alarm{ + dir = 4; + icon_state = "alarm0"; + pixel_x = -22 + }, +/obj/machinery/suspension_gen, +/turf/simulated/floor/tiled, +/area/rnd/xenoarch_storage) "agq" = ( /obj/structure/bed/chair{ dir = 1 @@ -3720,10 +3739,46 @@ /obj/effect/floor_decal/corner/brown/border, /turf/simulated/floor/tiled, /area/tether/surfacebase/mining_main/lobby) +"ags" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/table/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/weapon/tank/emergency/oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/storage/hooded/wintercoat/science, +/obj/item/weapon/tank/emergency/oxygen/engi, +/turf/simulated/floor/tiled, +/area/rnd/xenoarch_storage) +"agt" = ( +/obj/structure/table/rack, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/rnd/xenoarch_storage) "agu" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled, /area/storage/primary) +"agv" = ( +/turf/simulated/wall/r_wall, +/area/rnd/chemistry_lab) +"agw" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/camera/network/research{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenoarch_storage) "agx" = ( /obj/machinery/door/firedoor/glass, /obj/effect/floor_decal/steeldecal/steel_decals_central1{ @@ -3763,6 +3818,21 @@ /obj/machinery/vending/tool, /turf/simulated/floor/tiled, /area/storage/primary) +"agC" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Xenoarch Storage"; + req_access = list(65) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenoarch_storage) "agD" = ( /obj/effect/floor_decal/borderfloor{ dir = 4 @@ -3844,6 +3914,17 @@ }, /turf/simulated/floor/tiled, /area/storage/primary) +"agL" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/beakers, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "agM" = ( /turf/simulated/wall, /area/tether/surfacebase/atrium_one) @@ -3865,6 +3946,22 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/mining_main/lobby) +"agO" = ( +/obj/structure/table/glass, +/obj/machinery/status_display{ + layer = 4; + pixel_x = 0; + pixel_y = 32 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "agP" = ( /obj/structure/catwalk, /obj/effect/decal/cleanable/dirt, @@ -3885,6 +3982,18 @@ /obj/random/trash_pile, /turf/simulated/floor/plating, /area/maintenance/lower/trash_pit) +"agR" = ( +/obj/structure/table/glass, +/obj/item/weapon/tool/screwdriver, +/obj/effect/floor_decal/borderfloor{ + dir = 1; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "agS" = ( /obj/structure/railing{ dir = 1 @@ -3907,6 +4016,53 @@ "agU" = ( /turf/simulated/wall, /area/storage/surface_eva) +"agV" = ( +/obj/structure/closet/crate, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/weapon/grenade/chem_grenade, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/timer, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/igniter, +/obj/item/device/assembly/igniter, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 28 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"agW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "agX" = ( /obj/effect/floor_decal/industrial/hatch/yellow, /turf/simulated/floor/tiled, @@ -3915,6 +4071,21 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled, /area/storage/primary) +"agZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "aha" = ( /obj/structure/catwalk, /obj/machinery/atmospherics/pipe/simple/visible/scrubbers, @@ -3989,6 +4160,18 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/mining_main/lobby) +"ahf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "ahg" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/floor_decal/rust, @@ -3998,6 +4181,27 @@ /obj/random/tool, /turf/simulated/floor/plating, /area/maintenance/lower/trash_pit) +"ahh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/floor_decal/steeldecal/steel_decals4{ + dir = 10 + }, +/obj/effect/floor_decal/steeldecal/steel_decals4, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "ahi" = ( /obj/structure/table/rack{ dir = 4 @@ -4089,6 +4293,27 @@ /obj/effect/floor_decal/rust, /turf/simulated/floor/tiled/techfloor, /area/maintenance/lower/mining_eva) +"aht" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass_research{ + name = "Chemical Research" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "ahu" = ( /obj/structure/grille, /obj/structure/railing, @@ -4191,6 +4416,20 @@ }, /turf/simulated/floor/tiled, /area/hallway/lower/first_west) +"ahH" = ( +/obj/machinery/chemical_analyzer, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/machinery/light{ + icon_state = "tube1"; + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "ahI" = ( /obj/machinery/status_display{ pixel_y = 30 @@ -4290,6 +4529,34 @@ }, /turf/simulated/floor/tiled, /area/hallway/lower/first_west) +"ahO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"ahP" = ( +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"ahQ" = ( +/obj/machinery/alarm{ + dir = 8; + icon_state = "alarm0"; + pixel_x = 24 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "ahR" = ( /obj/machinery/camera/network/tether, /obj/effect/floor_decal/borderfloor{ @@ -4323,6 +4590,16 @@ }, /turf/simulated/floor/tiled, /area/hallway/lower/first_west) +"ahT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/rnd/hallway) "ahU" = ( /obj/effect/floor_decal/borderfloor{ dir = 1 @@ -4395,6 +4672,24 @@ }, /turf/simulated/wall, /area/tether/surfacebase/north_stairs_one) +"aib" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/fancy/vials, +/obj/item/device/reagent_scanner, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/camera/network/research{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "aic" = ( /obj/machinery/atm{ pixel_y = 31 @@ -4520,6 +4815,13 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) +"aij" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "aik" = ( /obj/effect/floor_decal/borderfloor{ dir = 1 @@ -4563,6 +4865,20 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) +"ain" = ( +/obj/machinery/chem_master, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "aio" = ( /obj/effect/floor_decal/borderfloor{ dir = 1 @@ -4580,6 +4896,21 @@ /obj/effect/floor_decal/steeldecal/steel_decals7, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) +"aip" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/beakers, +/obj/item/clothing/glasses/science, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "aiq" = ( /obj/effect/floor_decal/borderfloor, /obj/effect/floor_decal/corner/brown/border, @@ -4604,6 +4935,13 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) +"ais" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "ait" = ( /obj/machinery/portable_atmospherics/powered/pump/filled, /obj/effect/floor_decal/industrial/outline/blue, @@ -4729,6 +5067,69 @@ }, /turf/simulated/floor/plating, /area/maintenance/lower/trash_pit) +"aiH" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"aiI" = ( +/obj/structure/table/glass, +/obj/machinery/chemical_dispenser/full, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"aiJ" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/syringes, +/obj/item/weapon/reagent_containers/spray/cleaner, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"aiK" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"aiL" = ( +/obj/structure/table/glass, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/dropper, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 0; + pixel_y = -25 + }, +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/mauve/border, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) +"aiM" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/chemistry_lab) "aiN" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -4784,6 +5185,18 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/north_stairs_one) +"aiR" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 25 + }, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) "aiS" = ( /obj/machinery/alarm{ pixel_y = 22 @@ -4820,6 +5233,17 @@ }, /turf/simulated/floor/tiled/techfloor, /area/maintenance/lower/mining_eva) +"aiU" = ( +/obj/machinery/door/firedoor/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/glass_research{ + name = "Xenoflora Research"; + req_access = list(55) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology/xenoflora) "aiV" = ( /obj/structure/disposalpipe/segment{ dir = 4 @@ -4836,6 +5260,14 @@ /obj/effect/floor_decal/steeldecal/steel_decals7, /turf/simulated/floor/tiled, /area/tether/surfacebase/north_stairs_one) +"aiW" = ( +/obj/machinery/door/firedoor/glass, +/obj/machinery/door/airlock/glass_research{ + name = "Xenoflora Research"; + req_access = list(55) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology/xenoflora) "aiX" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/structure/disposalpipe/segment{ @@ -4927,6 +5359,37 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/mining_main/storage) +"ajc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/airlock/glass_research{ + name = "Xenoflora Research"; + req_access = list(55) + }, +/turf/simulated/floor/tiled/steel_grid, +/area/rnd/xenobiology/xenoflora) +"ajd" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 1 + }, +/obj/item/device/radio/intercom{ + dir = 1; + pixel_y = 24; + req_access = list() + }, +/obj/structure/table/glass, +/obj/machinery/chemical_dispenser/xenoflora/full, +/turf/simulated/floor/tiled, +/area/rnd/xenobiology/xenoflora) "aje" = ( /obj/item/stack/flag/green{ pixel_x = -4; @@ -6116,25 +6579,6 @@ /obj/random/trash_pile, /turf/simulated/floor/plating, /area/maintenance/lower/vacant_site) -"amU" = ( -/turf/simulated/wall/r_wall, -/area/rnd/anomaly_lab) -"amW" = ( -/obj/machinery/artifact_scanpad, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_one) -"amX" = ( -/obj/machinery/artifact_analyser, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_one) -"amZ" = ( -/obj/machinery/artifact_scanpad, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_two) -"ana" = ( -/obj/machinery/artifact_analyser, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_two) "anb" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 @@ -6255,9 +6699,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/maintenance/lower/mining_eva) -"ant" = ( -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_two) "anw" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -6480,32 +6921,6 @@ /obj/machinery/door/firedoor/glass, /turf/simulated/floor/plating, /area/crew_quarters/locker) -"aoh" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/plating, -/area/rnd/anomaly_lab/containment_one) -"aoi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/plating, -/area/rnd/anomaly_lab/containment_one) -"aol" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/plating, -/area/rnd/anomaly_lab/containment_two) -"aom" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/plating, -/area/rnd/anomaly_lab/containment_two) "aon" = ( /obj/effect/floor_decal/borderfloor{ dir = 8 @@ -6704,65 +7119,6 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) -"aoE" = ( -/obj/item/weapon/stool, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aoF" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aoG" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aoH" = ( -/obj/effect/floor_decal/steeldecal/steel_decals_central4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 5 - }, -/turf/simulated/floor/tiled/monotile, -/area/rnd/anomaly_lab) -"aoJ" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aoL" = ( -/obj/effect/floor_decal/steeldecal/steel_decals_central4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 9 - }, -/turf/simulated/floor/tiled/monotile, -/area/rnd/anomaly_lab) -"aoM" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aoN" = ( -/obj/machinery/suspension_gen, -/turf/simulated/floor/tiled, -/area/rnd/xenoarch_storage) "aoO" = ( /obj/item/weapon/storage/excavation, /obj/item/weapon/pickaxe, @@ -6951,14 +7307,6 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -"apl" = ( -/obj/structure/anomaly_container, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"apo" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "app" = ( /obj/structure/railing{ dir = 8 @@ -6978,14 +7326,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled, /area/rnd/xenoarch_storage) -"apt" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/device/suit_cooling_unit, -/obj/structure/table/rack, -/turf/simulated/floor/tiled, -/area/rnd/xenoarch_storage) "apu" = ( /obj/effect/floor_decal/borderfloor{ dir = 8 @@ -7273,18 +7613,6 @@ /obj/structure/closet/excavation, /turf/simulated/floor/tiled, /area/rnd/xenoarch_storage) -"aqf" = ( -/obj/structure/table/rack, -/obj/item/weapon/storage/belt/archaeology, -/obj/item/clothing/suit/space/anomaly, -/obj/item/clothing/head/helmet/space/anomaly, -/obj/item/clothing/mask/breath, -/obj/item/weapon/storage/belt/archaeology, -/obj/item/clothing/suit/space/anomaly, -/obj/item/clothing/head/helmet/space/anomaly, -/obj/item/clothing/mask/breath, -/turf/simulated/floor/tiled, -/area/rnd/xenoarch_storage) "aqi" = ( /obj/structure/reagent_dispensers/fueltank, /obj/machinery/ai_status_display{ @@ -7452,59 +7780,6 @@ }, /turf/simulated/floor/tiled, /area/storage/primary) -"aqI" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aqJ" = ( -/obj/machinery/hologram/holopad, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aqK" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aqL" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aqM" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aqN" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 1 - }, -/obj/effect/floor_decal/corner/red{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aqO" = ( -/obj/machinery/atmospherics/unary/heater{ - dir = 8 - }, -/obj/effect/floor_decal/corner/red{ - dir = 9 - }, -/obj/effect/floor_decal/corner/red{ - dir = 6 - }, -/obj/structure/sign/nosmoking_2{ - pixel_x = 32; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aqW" = ( /obj/structure/catwalk, /obj/effect/decal/cleanable/dirt, @@ -7595,72 +7870,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"arp" = ( -/obj/effect/floor_decal/steeldecal/steel_decals9, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 8 - }, -/turf/simulated/floor/tiled/monotile, -/area/rnd/anomaly_lab) -"arq" = ( -/obj/effect/floor_decal/steeldecal/steel_decals9, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 8 - }, -/obj/machinery/radiocarbon_spectrometer, -/turf/simulated/floor/tiled/monotile, -/area/rnd/anomaly_lab) -"ars" = ( -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"art" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/effect/floor_decal/corner/white{ - dir = 9 - }, -/obj/effect/floor_decal/corner/white{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aru" = ( -/obj/machinery/atmospherics/binary/pump, -/obj/effect/floor_decal/corner/orange{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"arv" = ( -/obj/machinery/atmospherics/binary/pump{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"arw" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow{ - dir = 5 - }, -/obj/structure/bed/chair, -/obj/effect/floor_decal/corner/blue{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "ary" = ( /turf/simulated/wall/r_wall, /area/rnd/xenoarch_storage) @@ -7841,88 +8050,6 @@ /area/shuttle/escape/station{ base_turf = /turf/simulated/floor/tiled/techfloor/grid }) -"arZ" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 4 - }, -/obj/effect/floor_decal/corner/white{ - dir = 9 - }, -/obj/effect/floor_decal/corner/white{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"asa" = ( -/obj/machinery/atmospherics/omni/mixer, -/obj/effect/floor_decal/corner/black{ - dir = 5 - }, -/obj/effect/floor_decal/corner/black{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"asb" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 8 - }, -/obj/effect/floor_decal/corner/white{ - dir = 9 - }, -/obj/effect/floor_decal/corner/white{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"asc" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/effect/floor_decal/corner/orange{ - dir = 5 - }, -/obj/effect/floor_decal/corner/orange{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"asd" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/effect/floor_decal/corner/green{ - dir = 10 - }, -/obj/effect/floor_decal/corner/green{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"ase" = ( -/obj/structure/table/standard, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"asf" = ( -/obj/machinery/camera/network/research, -/obj/structure/closet/firecloset, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 2; - name = "light switch "; - pixel_x = 10; - pixel_y = 36 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"asg" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor, -/turf/simulated/floor/plating, -/area/rnd/anomaly_lab) "asi" = ( /obj/machinery/light{ dir = 1 @@ -8116,15 +8243,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"asL" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"asM" = ( -/obj/structure/anomaly_container, -/turf/simulated/floor/tiled/techfloor/grid, -/area/rnd/anomaly_lab) "asU" = ( /obj/effect/floor_decal/borderfloor{ dir = 4 @@ -8340,31 +8458,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"atw" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"atx" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aty" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"atA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"atC" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/obj/machinery/door/firedoor, -/obj/structure/sign/department/anomaly, -/turf/simulated/floor/plating, -/area/rnd/anomaly_lab) "atD" = ( /obj/effect/floor_decal/borderfloor{ dir = 8 @@ -8386,15 +8479,6 @@ }, /turf/simulated/floor/tiled, /area/rnd/hallway) -"atF" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 6 - }, -/obj/effect/floor_decal/corner/mauve/border{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/hallway) "atG" = ( /turf/simulated/wall, /area/rnd/hallway) @@ -8708,33 +8792,6 @@ /obj/machinery/vending/snack, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"auk" = ( -/obj/machinery/hologram/holopad, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aul" = ( -/obj/machinery/artifact_harvester, -/turf/simulated/floor/tiled/techfloor/grid, -/area/rnd/anomaly_lab) -"aum" = ( -/obj/machinery/artifact_scanpad, -/turf/simulated/floor/tiled/techfloor/grid, -/area/rnd/anomaly_lab) -"aun" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"auo" = ( -/obj/structure/closet/secure_closet/xenoarchaeologist, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aur" = ( /obj/effect/floor_decal/borderfloor{ dir = 8 @@ -9124,20 +9181,6 @@ /obj/machinery/vending/cola, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"avd" = ( -/obj/machinery/camera/network/research{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"ave" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"avf" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "avh" = ( /obj/structure/railing{ dir = 1 @@ -9477,11 +9520,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"avY" = ( -/obj/structure/table/standard, -/obj/item/device/multitool, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "avZ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/structure/cable/green{ @@ -9497,45 +9535,6 @@ }, /turf/simulated/floor/tiled, /area/hallway/lower/first_west) -"awb" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/disposal, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"awc" = ( -/obj/machinery/light, -/obj/machinery/washing_machine, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"awe" = ( -/obj/structure/closet/secure_closet/xenoarchaeologist, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"awf" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"awg" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/bio_suit/anomaly, -/obj/item/clothing/head/bio_hood/anomaly, -/obj/item/clothing/mask/breath, -/obj/item/clothing/glasses/science, -/obj/item/clothing/gloves/sterile/latex, -/obj/effect/floor_decal/industrial/hatch/yellow, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "awi" = ( /obj/effect/floor_decal/borderfloor{ dir = 9 @@ -10026,14 +10025,6 @@ "axf" = ( /turf/simulated/wall/r_wall, /area/maintenance/lower/solars) -"axh" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"axi" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "axj" = ( /obj/structure/table/glass, /obj/effect/floor_decal/borderfloor{ @@ -10072,19 +10063,6 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"axn" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/obj/effect/floor_decal/corner/mauve/border{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 25 - }, -/obj/machinery/chemical_analyzer, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) "axo" = ( /obj/effect/floor_decal/borderfloor/corner{ dir = 1 @@ -13927,36 +13905,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/universal, /turf/simulated/floor/plating, /area/maintenance/asmaint2) -"aGn" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 28 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_one) -"aGp" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp, -/obj/machinery/power/apc{ - dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 28 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_two) "aGr" = ( /obj/machinery/light{ dir = 1 @@ -14249,17 +14197,6 @@ "aHe" = ( /turf/simulated/wall/r_wall, /area/rnd/external) -"aHg" = ( -/obj/machinery/camera/network/research{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_one) "aHh" = ( /turf/simulated/wall, /area/rnd/external) @@ -14287,20 +14224,6 @@ /obj/machinery/portable_atmospherics/canister/sleeping_agent, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/xenobiology/xenoflora_storage) -"aHm" = ( -/obj/machinery/alarm/monitor/isolation{ - alarm_id = "isolation_one"; - dir = 8; - pixel_x = 22; - pixel_y = 0 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_one) "aHo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -14324,34 +14247,6 @@ /obj/item/weapon/stool, /turf/simulated/floor/tiled, /area/engineering/atmos) -"aHs" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_one) -"aHt" = ( -/obj/machinery/camera/network/research{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_two) -"aHu" = ( -/obj/machinery/alarm/monitor/isolation{ - alarm_id = "isolation_two"; - dir = 8; - pixel_x = 22; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/dark, -/area/rnd/anomaly_lab/containment_two) "aHv" = ( /obj/structure/table/standard, /obj/effect/floor_decal/borderfloor{ @@ -14675,32 +14570,6 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"aIH" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - use_power = 0 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_one) -"aIK" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_one) "aIL" = ( /obj/machinery/atmospherics/portables_connector{ dir = 8 @@ -14708,32 +14577,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) -"aIO" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_one) -"aIR" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_pump{ - dir = 4; - use_power = 0 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_two) "aIT" = ( /obj/machinery/atmospherics/unary/freezer{ dir = 4 @@ -14767,16 +14610,6 @@ "aJb" = ( /turf/simulated/wall/r_wall, /area/engineering/atmos/intake) -"aJc" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/machinery/atmospherics/unary/vent_scrubber{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_two) "aJd" = ( /obj/machinery/atmospherics/pipe/manifold/visible/yellow{ dir = 8 @@ -14790,16 +14623,6 @@ /obj/effect/floor_decal/industrial/outline/yellow, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos) -"aJg" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_two) "aJh" = ( /obj/machinery/light{ dir = 1 @@ -15153,14 +14976,6 @@ }, /turf/simulated/floor/tiled, /area/engineering/atmos) -"aKK" = ( -/obj/structure/table/standard, -/obj/machinery/computer/atmoscontrol/laptop{ - monitored_alarm_ids = list("isolation_one","isolation_two"); - req_one_access = list(47,24,11) - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aKM" = ( /obj/machinery/atmospherics/binary/passive_gate/on{ target_pressure = 15000 @@ -15169,34 +14984,6 @@ /obj/effect/floor_decal/corner/orange/border, /turf/simulated/floor/tiled, /area/engineering/atmos) -"aKN" = ( -/obj/machinery/door/airlock/glass_external{ - name = "Isolation Room 1"; - req_access = list(65); - req_one_access = list(47) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_one) -"aKO" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/glass_external{ - name = "Isolation Room 2"; - req_access = list(65); - req_one_access = list(47) - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab/containment_two) "aKP" = ( /obj/structure/cable/green{ d1 = 1; @@ -15271,40 +15058,6 @@ /obj/structure/sign/nanotrasen, /turf/simulated/wall, /area/security/checkpoint) -"aLs" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 8 - }, -/obj/machinery/atmospherics/valve/digital{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aLt" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 4 - }, -/obj/machinery/atmospherics/valve/digital{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aLv" = ( /obj/structure/extinguisher_cabinet{ dir = 4; @@ -15430,65 +15183,6 @@ }, /turf/simulated/floor/tiled, /area/security/checkpoint) -"aMH" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aMJ" = ( -/obj/machinery/power/emitter{ - anchored = 1; - dir = 1; - state = 2 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals6{ - dir = 8 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/monotile, -/area/rnd/anomaly_lab) -"aMM" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aMR" = ( -/obj/machinery/suspension_gen, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenoarch_storage) "aND" = ( /obj/structure/table/standard, /obj/random/tech_supply, @@ -15551,109 +15245,6 @@ /obj/structure/window/reinforced/full, /turf/simulated/floor/plating, /area/engineering/atmos/processing) -"aPq" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_x = 0; - pixel_y = -25 - }, -/obj/structure/closet/firecloset, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aPv" = ( -/obj/effect/floor_decal/borderfloor/corner{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/danger/corner{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aPx" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aPC" = ( -/obj/effect/floor_decal/borderfloor/corner{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/danger/corner{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aPN" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aPQ" = ( -/obj/effect/floor_decal/borderfloor/corner{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/danger/corner{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aPU" = ( /obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ dir = 4 @@ -15664,42 +15255,6 @@ /obj/structure/catwalk, /turf/simulated/floor/plating, /area/maintenance/lower/research) -"aQm" = ( -/obj/machinery/atmospherics/pipe/simple/visible/yellow, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aQC" = ( -/obj/effect/floor_decal/borderfloor/corner{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/danger/corner{ - dir = 8 - }, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aQD" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aQE" = ( /obj/machinery/firealarm{ dir = 8; @@ -15783,38 +15338,6 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"aRJ" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/machinery/camera/network/research{ - dir = 4 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aSa" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/rnd/xenoarch_storage) "aSh" = ( /obj/structure/cable/green{ d1 = 2; @@ -16070,49 +15593,6 @@ }, /turf/simulated/floor/tiled/techfloor/grid, /area/tether/surfacebase/tram) -"aTL" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aTQ" = ( -/obj/machinery/atmospherics/unary/freezer{ - dir = 8 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 6 - }, -/obj/effect/floor_decal/corner/blue{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aTR" = ( -/obj/machinery/door/airlock/glass_research{ - name = "Anomalous Materials"; - req_access = list(65) - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenoarch_storage) "aTX" = ( /obj/structure/cable{ icon_state = "0-4"; @@ -16191,24 +15671,6 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) -"aUE" = ( -/obj/effect/floor_decal/steeldecal/steel_decals9, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 8 - }, -/obj/machinery/light{ - icon_state = "tube1"; - dir = 8 - }, -/obj/structure/reagent_dispensers/coolanttank, -/turf/simulated/floor/tiled/monotile, -/area/rnd/anomaly_lab) "aUH" = ( /obj/structure/cable/green{ d1 = 1; @@ -16389,123 +15851,6 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/tram) -"aWP" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aWR" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aXb" = ( -/obj/effect/floor_decal/industrial/warning{ - icon_state = "warning"; - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aXc" = ( -/obj/machinery/door/airlock/glass_research{ - name = "Anomalous Materials"; - req_access = list(65) - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/glass, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/anomaly_lab) -"aXd" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aXj" = ( /obj/structure/cable/green{ d1 = 2; @@ -16702,46 +16047,6 @@ }, /turf/simulated/wall, /area/tether/surfacebase/tram) -"aYQ" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/machinery/alarm{ - dir = 4; - icon_state = "alarm0"; - pixel_x = -22 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/table/standard, -/obj/item/stack/nanopaste, -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aYR" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"aYZ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "aZd" = ( /obj/structure/cable/green{ d1 = 1; @@ -16959,31 +16264,6 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/public_garden) -"baZ" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"bbf" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/bio_suit/anomaly, -/obj/item/clothing/head/bio_hood/anomaly, -/obj/item/clothing/mask/breath, -/obj/item/clothing/glasses/science, -/obj/item/clothing/gloves/sterile/latex, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/item/device/radio/intercom{ - dir = 8; - pixel_x = 24 - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "bbn" = ( /obj/effect/floor_decal/borderfloor{ dir = 4 @@ -17149,41 +16429,6 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) -"bcK" = ( -/obj/machinery/camera/network/research{ - dir = 8; - network = list("Research","Toxins Test Area") - }, -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"bcL" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) -"bcQ" = ( -/obj/structure/table/rack, -/obj/item/clothing/suit/bio_suit/anomaly, -/obj/item/clothing/head/bio_hood/anomaly, -/obj/item/clothing/mask/breath, -/obj/item/clothing/glasses/science, -/obj/item/clothing/gloves/sterile/latex, -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/machinery/power/apc{ - dir = 4; - name = "east bump"; - pixel_x = 28 - }, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "bcR" = ( /obj/effect/floor_decal/borderfloor{ dir = 4 @@ -17457,27 +16702,6 @@ dir = 1 }, /area/tether/surfacebase/atrium_one) -"bdY" = ( -/obj/structure/table/standard, -/obj/item/weapon/anobattery{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/weapon/anobattery{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/weapon/anobattery{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/item/weapon/anobattery{ - pixel_x = -6; - pixel_y = 2 - }, -/obj/item/weapon/tool/screwdriver, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "bdZ" = ( /obj/effect/floor_decal/borderfloor{ dir = 4 @@ -17499,16 +16723,6 @@ }, /turf/simulated/floor/tiled, /area/tether/surfacebase/atrium_one) -"bed" = ( -/obj/structure/table/standard, -/obj/item/weapon/anodevice, -/obj/item/weapon/anodevice{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/weapon/tool/crowbar, -/turf/simulated/floor/tiled, -/area/rnd/anomaly_lab) "bee" = ( /obj/effect/floor_decal/borderfloor{ dir = 4 @@ -17973,22 +17187,6 @@ }, /turf/simulated/floor/tiled, /area/rnd/hallway) -"bfP" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/obj/effect/floor_decal/corner/mauve/border{ - dir = 1 - }, -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24; - req_access = list() - }, -/obj/structure/table/glass, -/obj/machinery/chemical_dispenser/full, -/turf/simulated/floor/tiled, -/area/rnd/xenobiology/xenoflora) "bfR" = ( /obj/structure/table/glass, /obj/effect/floor_decal/borderfloor{ @@ -18748,16 +17946,6 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"bkM" = ( -/obj/machinery/door/firedoor/glass, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/glass_research{ - name = "Xenoflora Research" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology/xenoflora) "blj" = ( /obj/effect/floor_decal/borderfloor{ dir = 1 @@ -19282,13 +18470,6 @@ }, /turf/simulated/floor/tiled, /area/rnd/xenobiology/xenoflora) -"boG" = ( -/obj/machinery/door/firedoor/glass, -/obj/machinery/door/airlock/glass_research{ - name = "Xenoflora Research" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology/xenoflora) "boP" = ( /obj/structure/window/reinforced{ dir = 8 @@ -20164,20 +19345,6 @@ }, /turf/simulated/floor/tiled, /area/rnd/hallway) -"bup" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/door/firedoor/glass, -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/machinery/door/airlock/glass_research{ - name = "Xenoflora Research" - }, -/turf/simulated/floor/tiled/steel_grid, -/area/rnd/xenobiology/xenoflora) "buC" = ( /obj/effect/floor_decal/borderfloor{ dir = 4 @@ -36033,10 +35200,10 @@ aah aah aah aah -amU -amU -amU -amU +aah +aah +aah +aah axf arG arG @@ -36171,14 +35338,14 @@ aah aah aah aah -amU -amU -amU -amU -amU -aul -avd -avY +aah +aah +aah +aah +aah +aah +aah +aah axf bhk azp @@ -36308,19 +35475,19 @@ akb aah aah aah -amU -amU -amU -amU -amU -amU -arq -aUE -arq -amU -aum -ars -bed +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah axf bhs azr @@ -36450,19 +35617,19 @@ akb aah aah aah -amU -aKK -aoE -ars -aPq -amU -arp -arp -arp -amU -asM -ars -bdY +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah axf bhp azr @@ -36589,22 +35756,22 @@ akc akH akH alZ -amD -amU -amU -amU -amU -aoF -aoF -aPx -aRJ -aTL -aTL -aWR -aYQ -aun -aun -awb +aci +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah axf bhp azr @@ -36732,21 +35899,21 @@ aCb aDD aiy amD -aGn -aHg -aIH -aoh -aoG -aoG -aPv -aqI -ars -arZ -aWP -ars -ars -ars -awc +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah axf abB azr @@ -36874,21 +36041,21 @@ aCe alv aEn amD -amW -aHs -aIO -aoi -aoH -aMJ -aPN -aqJ -art -asa -aWP -atx -auk -aoF -aoF +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah axf bhp azr @@ -37016,21 +36183,21 @@ aCd aDE aEl amD -amX -aHm -aIK -aKN -aLs -aMH -aPC -aqK -ars -asb -aWP -asL -atw -avf -axh +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah +aah axf bhw azr @@ -37158,21 +36325,21 @@ aCg aDF aiy amD -amU -amU -amU -amU -aoJ -apo -aQm -aqL -aru -asc -aWP -aty -ave -bcK -axi +aah +aah +aah +aah +aah +aah +aah +aah +agv +agv +agv +agv +agv +agv +agv axf bhy azr @@ -37300,21 +36467,21 @@ aCf aly amc amE -aGp -aHt -aIR -aKO -aLt -aMM -aPQ -aqM -arv -asd -aWP -aYR -amU -amU -amU +aah +aah +aah +aah +aah +aah +aah +aah +agv +agL +agW +ahH +aib +aip +aiJ axf aaT azr @@ -37442,21 +36609,21 @@ aCi alz aEo amE -amZ -ant -aJg -aol -aoL -aMJ -aQD -aqN -arw -ase -aWP -atA -auo -auo -awe +aah +aah +aah +aah +aah +aah +aah +aah +agv +agO +agZ +ahO +aij +ais +aiK axf bhp azr @@ -37584,21 +36751,21 @@ aCh aDG agU amE -ana -aHu -aJc -aom -aoM -aoM -aQC -aqO -aTQ -ase -aXb -aYZ -baZ -bcL -awf +aah +aah +aah +aah +aah +aah +aah +aah +agv +agR +ahf +ahP +ahP +aiH +aiL axf bhy azr @@ -37726,21 +36893,21 @@ aCk aDO aEr amE -amU -amU -amU -amU -amU -amU -amU -amU -amU -asf -aXd -apl -bbf -bcQ -awg +acs +acs +acs +acs +ary +ary +ary +ary +ary +agV +ahh +ahQ +ain +aiI +aiM axf bhp azr @@ -37872,17 +37039,17 @@ aGx aHw aJj amF -aoN -aMR +agk +agp aqe aqe ary -asg -aXc -atC -amU -amU -amU +agv +aht +agv +agv +agv +agv axf bhF azr @@ -38018,7 +37185,7 @@ aoO apr apr aSh -aTR +agC aUH aXD atD @@ -38159,7 +37326,7 @@ amF aoP aps aps -aSa +agw arA asi aXj @@ -38299,20 +37466,20 @@ aHz aJr amF aoQ -apt -aqf +ags +agt aSt arA abg asU -atF +ahT arG bcW auu auu auu auu -bkM +aiU aAS aAS aAS @@ -38735,7 +37902,7 @@ atI arG aVu auu -bfP +ajd ayv azv axp @@ -39303,7 +38470,7 @@ atL auu auu auu -axn +aiR ayw azx aAh @@ -39311,7 +38478,7 @@ aAh aBG bqs brE -bup +ajc bwg aEK atG @@ -40018,7 +39185,7 @@ avr atf auu auu -boG +aiW auu aAS aAS @@ -42003,7 +41170,7 @@ agb agb agb agb -atj +giF aAu aEU aah @@ -42145,7 +41312,7 @@ agc agc agh agb -atj +giF aAu aEU aah @@ -42287,7 +41454,7 @@ agc agc agc agb -atj +giF aAu aEU aah @@ -42429,7 +41596,7 @@ agc agc agc agb -atj +giF aAu aEU aah @@ -42571,7 +41738,7 @@ agc agc agc agb -atj +giF aAu aEU aah diff --git a/maps/tether/tether-02-surface2.dmm b/maps/tether/tether-02-surface2.dmm index 3e4cdcb68db..de661949f2c 100644 --- a/maps/tether/tether-02-surface2.dmm +++ b/maps/tether/tether-02-surface2.dmm @@ -4448,6 +4448,26 @@ }, /turf/simulated/floor/plating, /area/maintenance/lower/rnd) +"jP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24; + pixel_y = 0 + }, +/obj/structure/table/reinforced, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/mauve/border{ + dir = 8 + }, +/obj/item/weapon/paper{ + desc = ""; + info = "This is a direct notice to anyone using firing range: All tests involving destruction of testing facilities MUST be run through Research Director or Central Command before anyone even so much as thinks about going through with this, or be moved outside to where test cannot affect any existing facility. This is both to maintain a professional environment, and ensure nobody else is harmed during these experiments. Nobody wants another 'two SM shards going nuclear in the firing range' incident again, especially not the people handling your paychecks."; + name = "note to science staff" + }, +/turf/simulated/floor/tiled, +/area/rnd/research/testingrange) "jQ" = ( /obj/effect/floor_decal/borderfloor{ dir = 8 @@ -5755,21 +5775,6 @@ /obj/effect/floor_decal/rust, /turf/simulated/floor/tiled/techfloor, /area/maintenance/asmaint2) -"mF" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24; - pixel_y = 0 - }, -/obj/structure/table/reinforced, -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/obj/effect/floor_decal/corner/mauve/border{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/rnd/research/testingrange) "mG" = ( /obj/structure/cable/green{ d1 = 2; @@ -25777,7 +25782,7 @@ kW li lC lZ -mF +jP Fn nP ol diff --git a/maps/tether/tether-09-solars.dmm b/maps/tether/tether-09-solars.dmm index e88ce6596b6..dd9c2f1d16c 100644 --- a/maps/tether/tether-09-solars.dmm +++ b/maps/tether/tether-09-solars.dmm @@ -1377,7 +1377,15 @@ /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 1 }, -/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/structure/table/standard, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/weapon/storage/briefcase/inflatable{ + pixel_x = 2; + pixel_y = 1 + }, /turf/simulated/floor/tiled, /area/rnd/outpost/eva) "cY" = ( @@ -1589,6 +1597,7 @@ /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 1 }, +/obj/machinery/portable_atmospherics/canister/oxygen, /turf/simulated/floor/tiled, /area/rnd/outpost/eva) "dz" = ( @@ -2968,6 +2977,9 @@ /obj/effect/floor_decal/corner/purple/bordercorner2{ dir = 8 }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "science_outpost" + }, /turf/simulated/floor/tiled, /area/rnd/outpost) "fM" = ( @@ -3287,6 +3299,9 @@ /obj/effect/floor_decal/corner/purple/border{ dir = 10 }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "science_outpost" + }, /turf/simulated/floor/tiled, /area/rnd/outpost) "gl" = ( @@ -3787,6 +3802,10 @@ /obj/effect/floor_decal/steeldecal/steel_decals7{ dir = 9 }, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1" + }, /turf/simulated/floor/tiled, /area/rnd/outpost) "ha" = ( @@ -3987,10 +4006,6 @@ d2 = 4; icon_state = "1-4" }, -/obj/machinery/computer/area_atmos/tag{ - dir = 4; - scrub_id = "science_outpost" - }, /obj/effect/floor_decal/borderfloor{ dir = 10 }, @@ -4013,6 +4028,9 @@ dir = 5; icon_state = "intact" }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "science_outpost" + }, /turf/simulated/floor/tiled, /area/rnd/outpost) "hv" = ( @@ -4256,10 +4274,6 @@ /turf/simulated/wall, /area/rnd/outpost/storage) "hN" = ( -/obj/structure/sign/warning/compressed_gas, -/turf/simulated/wall, -/area/rnd/outpost/storage) -"hO" = ( /obj/structure/cable/green{ d1 = 1; d2 = 2; @@ -4267,12 +4281,25 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -/obj/machinery/door/airlock/science{ - name = "Toxins Storage" - }, /obj/machinery/door/firedoor/border_only, +/obj/machinery/door/airlock/science{ + name = "Research Outpost" + }, /turf/simulated/floor/tiled, -/area/rnd/outpost/storage) +/area/rnd/outpost) +"hO" = ( +/obj/machinery/computer/area_atmos/tag{ + dir = 2; + scrub_id = "science_outpost" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 9 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) "hP" = ( /obj/machinery/atmospherics/pipe/simple/visible/universal, /obj/machinery/camera/network/research_outpost{ @@ -4398,71 +4425,51 @@ /turf/simulated/floor/tiled/steel_ridged, /area/rnd/outpost/heating) "ie" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "outpost_canisters"; - operating = 1 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) -"if" = ( -/obj/machinery/power/apc{ +/obj/effect/floor_decal/borderfloor{ dir = 1; - name = "north bump"; - pixel_x = 0; - pixel_y = 28 + icon_state = "borderfloor"; + pixel_y = 0 }, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/effect/floor_decal/industrial/warning/dust{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) -"ig" = ( -/obj/machinery/portable_atmospherics/canister/sleeping_agent, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ +/obj/effect/floor_decal/corner/purple/border{ dir = 1 }, -/obj/machinery/door/window/eastleft, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) +/obj/machinery/recharge_station, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"if" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/obj/machinery/meter, +/turf/simulated/floor/tiled/white, +/area/rnd/outpost/heating) +"ig" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + dir = 2; + icon_state = "extinguisher_closed"; + pixel_x = 30 + }, +/obj/effect/floor_decal/corner/purple{ + dir = 6 + }, +/turf/simulated/floor/tiled/white, +/area/rnd/outpost/heating) "ih" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ +/obj/effect/floor_decal/corner/purple{ dir = 10 }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 10 +/turf/simulated/floor/tiled/white, +/area/rnd/outpost/heating) +"ii" = ( +/obj/effect/floor_decal/corner/purple/full{ + dir = 4 }, /obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ scrub_id = "science_outpost" }, -/obj/machinery/camera/network/research_outpost{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) -"ii" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) +/turf/simulated/floor/tiled/white, +/area/rnd/outpost/heating) "ij" = ( /obj/machinery/atmospherics/pipe/manifold/visible/red{ dir = 8 @@ -4567,66 +4574,52 @@ /turf/simulated/floor/tiled/white, /area/rnd/outpost/heating) "iw" = ( -/obj/machinery/atmospherics/pipe/simple/visible/red{ - dir = 9 +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "science_outpost" }, -/obj/effect/floor_decal/corner/purple/full{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - dir = 2; - icon_state = "extinguisher_closed"; - pixel_x = 30 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/outpost/heating) +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) "ix" = ( -/obj/machinery/atmospherics/pipe/manifold/visible/red, -/obj/machinery/meter, -/obj/effect/floor_decal/corner/purple, -/turf/simulated/floor/tiled/white, -/area/rnd/outpost/heating) -"iy" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +/obj/machinery/alarm{ + pixel_y = 22 }, -/obj/machinery/conveyor{ - dir = 4; - id = "outpost_canisters"; - operating = 1 +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"iy" = ( +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 28 }, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "iz" = ( -/obj/effect/floor_decal/industrial/warning/dust{ - dir = 8 +/obj/machinery/light{ + dir = 1 }, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "iA" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 }, -/obj/machinery/door/window/eastleft, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "iB" = ( -/obj/machinery/alarm{ - breach_detection = 0; - dir = 8; - pixel_x = 25; - pixel_y = 0; - report_danger_level = 0 +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 9; - pixel_y = 0 +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = list() }, +/obj/machinery/portable_atmospherics/canister/phoron, +/obj/effect/floor_decal/rust, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "iC" = ( @@ -4756,42 +4749,64 @@ /turf/simulated/floor/tiled/white, /area/rnd/outpost/heating) "iR" = ( -/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ - scrub_id = "science_outpost" - }, -/obj/effect/floor_decal/corner/purple/full{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/rnd/outpost/heating) -"iS" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced, /obj/machinery/conveyor{ - dir = 4; + dir = 8; id = "outpost_canisters"; operating = 1 }, -/turf/simulated/floor/tiled/steel_dirty, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, /area/rnd/outpost/storage) -"iT" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/structure/window/reinforced, +"iS" = ( /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/window/eastleft, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "outpost_canisters"; + operating = 1 + }, +/obj/machinery/portable_atmospherics/canister/phoron, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"iT" = ( +/obj/machinery/door/airlock/science{ + name = "Toxins Storage" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "iU" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "iV" = ( @@ -4816,25 +4831,26 @@ /turf/simulated/floor/outdoors/grass/sif/virgo3b, /area/tether/outpost/solars_outside) "iZ" = ( -/obj/machinery/portable_atmospherics/canister/empty, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 }, -/obj/machinery/conveyor{ - dir = 4; - id = "outpost_canisters"; - operating = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" }, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "ja" = ( -/obj/machinery/portable_atmospherics/canister/empty, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 }, -/obj/machinery/door/window/eastleft, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jb" = ( @@ -4842,38 +4858,51 @@ /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jc" = ( -/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = list() + }, +/obj/machinery/portable_atmospherics/canister/oxygen, /obj/effect/floor_decal/rust, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jd" = ( -/obj/machinery/portable_atmospherics/powered/scrubber, -/obj/effect/floor_decal/industrial/warning/dust{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) -"je" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced, /obj/machinery/conveyor{ - dir = 4; + dir = 8; id = "outpost_canisters"; operating = 1 }, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) -"jf" = ( /obj/machinery/portable_atmospherics/canister/oxygen, -/obj/structure/window/reinforced, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"je" = ( /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/window/eastleft, -/obj/effect/floor_decal/rust, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "outpost_canisters"; + operating = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"jf" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jg" = ( @@ -4894,63 +4923,77 @@ /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jj" = ( -/obj/machinery/portable_atmospherics/powered/pump, -/obj/effect/floor_decal/industrial/warning/dust{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9; + pixel_y = 0 }, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = list() + }, +/obj/machinery/portable_atmospherics/canister/empty, /obj/effect/floor_decal/rust, -/obj/machinery/portable_atmospherics/powered/pump, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jl" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced, /obj/machinery/conveyor{ - dir = 4; + dir = 8; id = "outpost_canisters"; operating = 1 }, -/turf/simulated/floor/tiled/steel_dirty, +/obj/machinery/portable_atmospherics/canister/empty, +/turf/simulated/floor, /area/rnd/outpost/storage) "jm" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/machinery/conveyor{ - dir = 4; + dir = 8; id = "outpost_canisters"; operating = 1 }, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/tiled/steel_dirty, +/obj/machinery/portable_atmospherics/canister/empty, +/turf/simulated/floor, /area/rnd/outpost/storage) "jn" = ( -/obj/machinery/light_switch{ +/obj/machinery/camera/network/research_outpost, +/obj/effect/floor_decal/borderfloor{ dir = 1; - pixel_x = 4; - pixel_y = -24 + icon_state = "borderfloor"; + pixel_y = 0 }, -/obj/effect/floor_decal/rust, -/obj/effect/floor_decal/industrial/warning/dust{ - dir = 8 +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 }, -/turf/simulated/floor/tiled/steel_dirty, -/area/rnd/outpost/storage) +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) "jo" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/obj/structure/window/reinforced, /obj/structure/window/reinforced{ dir = 1 }, -/obj/machinery/door/window/eastleft, +/obj/machinery/portable_atmospherics/powered/scrubber, /obj/effect/floor_decal/rust, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) @@ -4964,14 +5007,25 @@ /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jq" = ( -/obj/structure/reagent_dispensers/watertank, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/powered/scrubber, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "jr" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/floor_decal/industrial/warning/dust{ - dir = 8 +/obj/structure/window/reinforced{ + dir = 1 }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = list() + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/floor_decal/rust, /turf/simulated/floor/tiled/steel_dirty, /area/rnd/outpost/storage) "js" = ( @@ -4998,6 +5052,2007 @@ /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/virgo3b, /area/tether/outpost/solars_outside) +"jv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/conveyor{ + dir = 8; + id = "outpost_canisters"; + operating = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"jw" = ( +/turf/simulated/wall/r_wall, +/area/rnd/outpost/anomaly_lab/testing) +"jx" = ( +/turf/simulated/wall, +/area/rnd/outpost/anomaly_lab) +"jy" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"jz" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "science_outpost" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 5 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"jA" = ( +/obj/machinery/portable_atmospherics/powered/pump, +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"jB" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = list() + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"jC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "outpost_canisters"; + operating = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"jD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "outpost_canisters"; + operating = 1 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"jE" = ( +/turf/simulated/wall/r_wall, +/area/rnd/outpost/anomaly_lab/storage) +"jF" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"jG" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"jH" = ( +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"jI" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 4; + pixel_y = -24 + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"jJ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/brigdoor/westleft{ + req_access = list() + }, +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"jK" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "outpost_canisters"; + operating = 1 + }, +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"jL" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 8; + id = "outpost_canisters"; + operating = 1 + }, +/obj/machinery/portable_atmospherics/canister/sleeping_agent, +/turf/simulated/floor, +/area/rnd/outpost/storage) +"jM" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"jN" = ( +/obj/machinery/door/blast/regular{ + dir = 2; + id = "anomaly_testing_v"; + name = "Anomaly Testing Vent" + }, +/turf/simulated/floor/reinforced/airless, +/area/rnd/outpost/anomaly_lab/testing) +"jO" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"jP" = ( +/obj/machinery/door/airlock/glass_external{ + name = "Anomaly Secure Testing"; + req_access = list(65); + req_one_access = list(47) + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab/testing) +"jQ" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 22; + pixel_y = 0 + }, +/obj/machinery/light/small{ + icon_state = "bulb1"; + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"jR" = ( +/obj/structure/closet/crate/plastic, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"jS" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"jT" = ( +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"jU" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 9 + }, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/steel_dirty/virgo3b, +/area/tether/outpost/solars_outside) +"jV" = ( +/obj/structure/anomaly_container, +/obj/effect/floor_decal/rust, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/floor/tiled/steel_dirty/virgo3b, +/area/tether/outpost/solars_outside) +"jW" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 5 + }, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/steel_dirty/virgo3b, +/area/tether/outpost/solars_outside) +"jX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/rnd/outpost) +"jY" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/rnd/outpost) +"jZ" = ( +/obj/structure/sign/warning/compressed_gas, +/turf/simulated/wall, +/area/rnd/outpost/storage) +"ka" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/camera/network/research_outpost, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kb" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 28 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 28 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kd" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"ke" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kf" = ( +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"kg" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/machinery/alarm{ + alarm_id = "anomaly_testing"; + dir = 8; + frequency = 1439; + pixel_x = 22; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"kh" = ( +/obj/machinery/door/airlock/glass_external{ + name = "Anomaly Secure Testing"; + req_access = list(65); + req_one_access = list(47) + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"ki" = ( +/obj/structure/closet/crate/science, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kj" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kk" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/structure/anomaly_container, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kl" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"km" = ( +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kn" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"ko" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kq" = ( +/obj/machinery/door/airlock/maintenance/rnd{ + name = "Anomaly Storage" + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kr" = ( +/turf/simulated/wall, +/area/rnd/outpost/xenoarch_storage) +"ks" = ( +/obj/machinery/door/airlock/glass_science{ + name = "Xenoarch Storage" + }, +/obj/machinery/door/firedoor/border_only, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"kt" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"ku" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kv" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"kw" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 25; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kx" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/obj/machinery/camera/network/research_outpost{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"ky" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"kz" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"kA" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -26 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kB" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 5 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kC" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = 0 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kD" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kE" = ( +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kF" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kG" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 8 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"kI" = ( +/obj/machinery/door/airlock/science{ + name = "Anomalous Materials" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"kJ" = ( +/obj/structure/sign/department/anomaly, +/turf/simulated/wall, +/area/rnd/outpost/anomaly_lab) +"kK" = ( +/obj/machinery/suspension_gen, +/obj/machinery/camera/network/research_outpost{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"kL" = ( +/obj/structure/table/rack, +/obj/item/device/suit_cooling_unit, +/obj/item/device/suit_cooling_unit, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"kM" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/machinery/camera/network/research_outpost, +/turf/simulated/floor/tiled/steel_dirty, +/area/rnd/outpost/storage) +"kN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 9 + }, +/obj/machinery/vending/snack, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kO" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"kP" = ( +/obj/structure/closet/excavation, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"kQ" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1; + icon_state = "borderfloor"; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kS" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1; + icon_state = "borderfloor"; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + dir = 1; + icon_state = "extinguisher_closed"; + pixel_y = 32 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kT" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1; + icon_state = "borderfloor"; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kU" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4; + use_power = 0 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab/testing) +"kV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab/testing) +"kW" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 8 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab/testing) +"kX" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/bordercorner{ + dir = 1 + }, +/obj/machinery/door/firedoor/glass/hidden/steel, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"kY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"kZ" = ( +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"la" = ( +/obj/machinery/door/airlock/maintenance/rnd{ + name = "Anomaly Storage" + }, +/obj/machinery/door/firedoor/border_only, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lb" = ( +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lc" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"ld" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"le" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lf" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lg" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1; + icon_state = "borderfloor"; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"li" = ( +/obj/structure/table/rack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/sterile/latex, +/obj/item/clothing/glasses/science, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lj" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/sterile/latex, +/obj/item/clothing/glasses/science, +/obj/effect/floor_decal/industrial/hatch/yellow, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lk" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/bio_suit/anomaly, +/obj/item/clothing/head/bio_hood/anomaly, +/obj/item/clothing/mask/breath, +/obj/item/clothing/gloves/sterile/latex, +/obj/item/clothing/glasses/science, +/obj/effect/floor_decal/industrial/hatch/yellow, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"ll" = ( +/obj/machinery/suspension_gen, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"lm" = ( +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"ln" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"lo" = ( +/obj/structure/closet/excavation, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"lp" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced/full, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/testing) +"lq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1; + icon_state = "borderfloor"; + pixel_y = 0 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lr" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"ls" = ( +/obj/effect/floor_decal/borderfloor/corner, +/obj/effect/floor_decal/corner/purple/bordercorner, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lt" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/purple/border, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/glass/hidden/steel, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lu" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/purple/border, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lv" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/purple/border, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 9 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lw" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lx" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 6 + }, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/borderfloor/corner2{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/bordercorner2, +/obj/effect/floor_decal/corner/purple/bordercorner2{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"ly" = ( +/obj/structure/grille, +/obj/machinery/door/firedoor/glass, +/obj/structure/window/reinforced/full, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/testing) +"lz" = ( +/obj/machinery/door/airlock/glass_external{ + icon_state = "door_locked"; + id_tag = "anomalytesting"; + locked = 1; + name = "Anomaly Testing"; + req_access = list(65); + req_one_access = list(47) + }, +/obj/machinery/door/firedoor/glass, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab/testing) +"lA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera/network/research_outpost{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lC" = ( +/obj/structure/closet/crate, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lD" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 10 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lE" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/purple/border, +/obj/effect/floor_decal/borderfloor/corner2, +/obj/effect/floor_decal/corner/purple/bordercorner2, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lG" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"lH" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lI" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lJ" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lK" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/structure/anomaly_container, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lL" = ( +/obj/machinery/alarm{ + dir = 8; + pixel_x = 22; + pixel_y = 0 + }, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/storage) +"lM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + icon_state = "map-scrubbers"; + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lP" = ( +/obj/machinery/camera/network/research_outpost{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"lR" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"lS" = ( +/obj/structure/table/steel, +/obj/item/device/measuring_tape, +/obj/item/weapon/tool/wrench, +/obj/item/weapon/storage/excavation, +/obj/item/stack/flag/yellow, +/obj/item/weapon/pickaxe, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 28 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"lT" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lU" = ( +/obj/machinery/atmospherics/valve, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lV" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lW" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/machinery/alarm{ + alarm_id = "anomaly_testing"; + dir = 8; + frequency = 1439; + pixel_x = 22; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/testing) +"lX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/light{ + dir = 4; + icon_state = "tube1"; + pixel_x = 0 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"lZ" = ( +/obj/machinery/power/apc{ + cell_type = /obj/item/weapon/cell/apc; + dir = 8; + name = "west bump"; + pixel_x = -28 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"ma" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/anomaly_container, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mc" = ( +/obj/structure/closet/secure_closet/xenoarchaeologist, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"md" = ( +/obj/structure/closet/secure_closet/xenoarchaeologist, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"me" = ( +/obj/structure/anomaly_container, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"mf" = ( +/obj/structure/table/steel, +/obj/item/device/measuring_tape, +/obj/item/weapon/tool/wrench, +/obj/item/weapon/storage/excavation, +/obj/item/stack/flag/yellow, +/obj/item/weapon/pickaxe, +/obj/machinery/alarm{ + dir = 8; + pixel_x = 22; + pixel_y = 0 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"mg" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning/corner{ + icon_state = "warningcorner"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mi" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mk" = ( +/obj/structure/table/standard, +/obj/machinery/computer/atmoscontrol/laptop{ + monitored_alarm_ids = list("anomaly_testing"); + req_one_access = list(47,24,11) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"ml" = ( +/obj/structure/table/standard, +/obj/machinery/camera/network/research_outpost, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mm" = ( +/obj/structure/table/standard, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mn" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mo" = ( +/obj/machinery/radiocarbon_spectrometer, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/outpost/anomaly_lab) +"mp" = ( +/obj/structure/reagent_dispensers/coolanttank, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/outpost/anomaly_lab) +"mq" = ( +/obj/machinery/radiocarbon_spectrometer, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/turf/simulated/floor/tiled/monotile, +/area/rnd/outpost/anomaly_lab) +"mr" = ( +/obj/structure/table/standard, +/obj/item/stack/nanopaste, +/obj/item/weapon/reagent_containers/glass/bucket, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/machinery/camera/network/research_outpost, +/turf/simulated/floor/tiled/monotile, +/area/rnd/outpost/anomaly_lab) +"ms" = ( +/obj/effect/floor_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mt" = ( +/turf/simulated/wall/r_wall, +/area/rnd/outpost/anomaly_lab/analysis) +"mu" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/item/weapon/storage/belt/archaeology, +/obj/machinery/light_switch{ + dir = 1; + pixel_x = 4; + pixel_y = -24 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"mv" = ( +/obj/structure/table/rack, +/obj/item/clothing/suit/space/anomaly, +/obj/item/clothing/head/helmet/space/anomaly, +/obj/item/clothing/mask/breath, +/obj/item/weapon/storage/belt/archaeology, +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 0; + pixel_y = -26 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"mw" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/tiled, +/area/rnd/outpost/xenoarch_storage) +"mx" = ( +/obj/machinery/artifact_harvester, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/outpost/anomaly_lab) +"my" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/outpost/anomaly_lab) +"mz" = ( +/obj/machinery/camera/network/research_outpost, +/turf/simulated/floor/tiled/techfloor/grid, +/area/rnd/outpost/anomaly_lab) +"mA" = ( +/obj/machinery/atmospherics/binary/pump, +/obj/effect/floor_decal/industrial/danger{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mB" = ( +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + state = 2 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mC" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mD" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mE" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mF" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mG" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mH" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mJ" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mK" = ( +/obj/machinery/door/airlock/glass_external{ + name = "Anomaly Analysis"; + req_access = list(65); + req_one_access = list(47) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"mL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"mM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "north bump"; + pixel_x = 0; + pixel_y = 28 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"mN" = ( +/obj/structure/table/standard, +/obj/item/device/flashlight/lamp, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"mO" = ( +/obj/machinery/light{ + dir = 8; + icon_state = "tube1" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mP" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mQ" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mR" = ( +/obj/machinery/atmospherics/portables_connector{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mU" = ( +/obj/structure/bed/chair/office/light, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mV" = ( +/obj/structure/table/standard, +/obj/item/weapon/reagent_containers/glass/beaker/large, +/obj/item/weapon/reagent_containers/dropper, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mW" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"mX" = ( +/obj/structure/grille, +/obj/structure/window/reinforced/full, +/obj/machinery/door/firedoor/glass, +/turf/simulated/floor, +/area/rnd/outpost/anomaly_lab/analysis) +"mY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"mZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"na" = ( +/obj/machinery/artifact_scanpad, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"nb" = ( +/obj/structure/table/standard, +/obj/item/device/multitool, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nc" = ( +/obj/structure/table/standard, +/obj/item/weapon/tool/crowbar, +/obj/item/weapon/anodevice{ + pixel_x = -2 + }, +/obj/item/weapon/anodevice{ + pixel_x = 1 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nd" = ( +/obj/structure/table/standard, +/obj/item/weapon/tool/screwdriver, +/obj/item/weapon/anobattery{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/weapon/anobattery, +/obj/item/weapon/anobattery{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/weapon/anobattery{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"ne" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nf" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"ng" = ( +/obj/structure/cable/green{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"nh" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"ni" = ( +/obj/structure/table/standard, +/obj/machinery/chemical_dispenser/full, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nj" = ( +/obj/structure/table/standard, +/obj/item/weapon/storage/box/beakers, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nk" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_x = 0; + pixel_y = -26 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nl" = ( +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nm" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nn" = ( +/obj/structure/table/standard, +/obj/item/weapon/folder/white, +/obj/item/weapon/pen, +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"no" = ( +/obj/structure/table/standard, +/obj/item/weapon/paper_bin, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"np" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera/network/research_outpost{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"nq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"nr" = ( +/obj/machinery/artifact_analyser, +/turf/simulated/floor/tiled/dark, +/area/rnd/outpost/anomaly_lab/analysis) +"ns" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"nt" = ( +/obj/effect/floor_decal/borderfloor, +/obj/effect/floor_decal/corner/purple/border, +/obj/machinery/alarm{ + dir = 1; + pixel_y = -25 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"nu" = ( +/obj/machinery/camera/network/research_outpost{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/obj/effect/floor_decal/corner/purple/border{ + dir = 6 + }, +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary{ + scrub_id = "science_outpost" + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost) +"nv" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nw" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/weapon/stool, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) +"nx" = ( +/obj/machinery/button/remote/airlock{ + id = "anomalytesting"; + name = "Direct Access Bolt Control"; + pixel_x = -6; + pixel_y = 26; + specialfunctions = 4 + }, +/obj/machinery/button/remote/blast_door{ + id = "anomaly_testing_v"; + name = "Panic Chamber Vent"; + pixel_x = 6; + pixel_y = 26 + }, +/turf/simulated/floor/tiled, +/area/rnd/outpost/anomaly_lab) (1,1,1) = {" aa @@ -16207,7 +18262,7 @@ ab ab ab ab -ab +aw ab ab ab @@ -17769,11 +19824,11 @@ ab ab ab ab -ab -ab -ab -ab -ab +jx +jx +jx +jx +jx ab ab ab @@ -17911,11 +19966,11 @@ ab ab ab ab -ab -ab -ab -ab -ab +jx +mx +mO +nb +jx ab ab ab @@ -18053,11 +20108,11 @@ ab ab ab ab -ab -ab -ab -ab -ab +jx +my +kZ +nc +jx ab ab ab @@ -18188,18 +20243,18 @@ ab ab ab ab -aw -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jw +jw +jw +jw +jw +jw +jx +jx +mz +kZ +nd +jx ab ab ab @@ -18330,18 +20385,18 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jN +jM +kd +kt +kU +lp +lT +mg +mA +mP +ne +jx ab ab ab @@ -18472,18 +20527,18 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jN +jO +kf +kv +kV +ly +lU +mh +mB +mQ +kZ +jx ab ab ab @@ -18614,18 +20669,18 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jN +kg +kx +lW +kW +lz +lV +mi +mC +mR +nf +jx ab ab ab @@ -18756,18 +20811,18 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jw +jP +jw +jw +jw +jw +nx +kZ +mD +kZ +kZ +jx ab ab ab @@ -18898,18 +20953,18 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jx +jQ +kh +ky +kY +lA +lX +lX +mE +mS +kZ +jx ab ab ab @@ -19009,7 +21064,7 @@ bF bF bF bF -bj +bG bF bF bF @@ -19040,18 +21095,18 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jx +jx +jx +kz +kZ +lB +lY +mj +mF +mT +nv +jx ab ab ab @@ -19182,18 +21237,18 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +jE +jE +jE +la +jE +jE +mk +nw +kZ +nh +jx ab ab ab @@ -19324,18 +21379,18 @@ gK gK ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +jR +ki +kC +lb +lC +jE +ml +mG +mU +ni +jx ab ab ab @@ -19466,18 +21521,18 @@ hh gK ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +jS +kj +kD +kj +lH +jE +mm +mG +mV +nj +jx ab ab ab @@ -19608,18 +21663,18 @@ hU gK gs ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +jT +kk +kE +kk +lI +jE +mn +mG +kZ +nk +jx ab ab ab @@ -19750,18 +21805,18 @@ hV ip iM ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +ka +kl +kF +kl +lJ +la +kZ +mG +kZ +nl +jx ab ab ab @@ -19892,18 +21947,18 @@ hV io iL iW -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +jT +km +kE +km +lI +jE +mo +mH +kZ +nm +jx ab ab ab @@ -20034,18 +22089,18 @@ hX ir gs iY -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +kb +ko +kG +ld +lK +jE +mp +mH +mU +nn +jx ab ab ab @@ -20176,18 +22231,18 @@ hW iq iN iX -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +kc +kp +kH +le +lL +jE +mq +mH +kZ +no +jx ab ab ab @@ -20298,7 +22353,7 @@ ad ad ad ad -ad +jU cg cg cg @@ -20318,18 +22373,18 @@ hZ it gw hr -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +jE +jE +kq +jE +jE +jE +jE +mr +mH +kZ +kZ +jx ab ab ab @@ -20440,7 +22495,7 @@ ad ad ad ad -ad +jV cg cz cW @@ -20460,18 +22515,18 @@ hY is iO hr -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +kN +ku +lD +jx +lf +lM +lZ +kZ +mI +kZ +kZ +jx ab ab ab @@ -20582,7 +22637,7 @@ ad ad ad ad -ad +bk cg cB cY @@ -20602,18 +22657,18 @@ ib iv iQ hr -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +kQ +ft +lv +jx +kY +lN +ma +ms +mJ +mW +kZ +jx ab ab ab @@ -20724,7 +22779,7 @@ ad ad ad ad -ad +jW cg cA cX @@ -20744,18 +22799,18 @@ ia iu iP hr -hM -hM -hM -ab -ab -ab -ab -ab -ab -ab -ab -ab +lg +ng +lw +kI +lh +lO +mb +mt +mK +mX +mX +mt ab ab ab @@ -20883,21 +22938,21 @@ gU hq hL id -ix -iR +if +ih hr -je -jl -hM -ab -ab -ab -ab -ab -ab -ab -ab -ab +lq +ns +lE +kJ +li +kZ +mc +mt +mL +mY +np +mt ab ab ab @@ -21025,21 +23080,21 @@ gT hp hK ic -iw +ig +ii hr -hM -je -jl -hM -ab -ab -ab -ab -ab -ab -ab -ab -ab +kS +lr +nt +jx +lj +kZ +md +mt +mM +mZ +nq +mt ab ab ab @@ -21165,23 +23220,23 @@ eu eu gW hs -hM -hM -hM -hM -iZ -je -jl -hM -ab -ab -ab -ab -ab -ab -ab -ab -ab +hr +hr +hr +hr +hr +kT +ls +nu +jx +lk +lP +md +mt +mN +na +nr +mt ab ab ab @@ -21307,23 +23362,23 @@ gk eu gV hr -hM -ie -iy -iS -iZ -je -jm -hM -ab -ab -ab -ab -ab -ab -ab -ab -ab +hr +hO +ke +ku +kA +kX +lt +kr +kr +kr +kr +kr +mt +mt +mt +mt +mt ab ab ab @@ -21449,20 +23504,20 @@ gm gC gY hu -hM -ig -iA -iT -ja -jf -jo -hM -ab -ab -ab -ab -ab -ab +eu +ie +ft +ft +ft +ft +lu +kr +kK +ll +lQ +me +me +kr ab ab ab @@ -21591,20 +23646,20 @@ gl gB gX ht -hM -if -iz -iz -iz -iz +eu jn -hM -ab -ab -ab -ab -ab -ab +kR +jX +jY +lF +lv +kr +kL +lm +lm +lm +mu +kr ab ab ab @@ -21733,20 +23788,20 @@ dE gE ha hw -hO -ii -iC -iV -iV -jh -jp -hM -ab -ab -ab -ab -ab -ab +hN +jy +lc +jy +jy +lG +lw +ks +kO +ln +lR +lm +mv +kr ab ab ab @@ -21875,20 +23930,20 @@ dE gD gZ hv -hN -ih -iB -iU -jb -jg -iV -hM -ab -ab -ab -ab -ab -ab +eu +jz +kn +kw +kB +lr +lx +kr +kP +lo +lS +mf +mw +kr ab ab ab @@ -22021,16 +24076,16 @@ fC fC fC fC -jd -jj -jr +jZ +iT hM -ab -ab -ab -ab -ab -ab +hM +hM +hM +kr +kr +kr +kr ab ab ab @@ -22163,13 +24218,13 @@ hP ij iD fC -jc +iw +iU +jf +jo ji -jq hM -ab -ab -ab +hM ab ab ab @@ -22305,13 +24360,13 @@ hR il iF fC -jc -jk +iV +iU +iV +jo +ji +jF hM -ca -ab -ab -ab ab ab ab @@ -22447,13 +24502,13 @@ hQ ik iE fC +ix +iU +iV +jq +jA +jG hM -hM -ca -ab -ab -ab -ab ab ab ab @@ -22589,13 +24644,13 @@ hT in iH fC -ab -ab -ab -ab -ab -ab -ab +iy +iZ +iC +iV +jh +jH +hM ab ab ab @@ -22731,13 +24786,13 @@ hS im iG fC -ab -ab -ab -ab -ab -ab -ab +iz +ja +jj +jb +jg +jp +hM ab ab ab @@ -22873,13 +24928,13 @@ fC fC iJ fC -ab -ab -ab -ab -ab -ab -ab +kM +iA +iA +iA +iA +jI +hM ab ab ab @@ -23015,13 +25070,13 @@ ab fC iI fC -ab -ab -ab -ab -ab -ab -ab +iB +jc +jk +jr +jB +jJ +hM ab ab ab @@ -23156,14 +25211,14 @@ ab ab ab iK -ab -ab -ab -ab -ab -ab -ab -ab +hM +iR +jd +jl +jv +jC +jK +hM ab ab ab @@ -23298,14 +25353,14 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab +hM +iR +jd +jl +jv +jD +jL +hM ab ab ab @@ -23440,14 +25495,14 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab +hM +iR +jd +jl +jv +hM +hM +hM ab ab ab @@ -23582,12 +25637,12 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab +hM +iR +jd +jl +hM +hM ab ab ab @@ -23724,11 +25779,11 @@ ab ab ab ab -ab -ab -ab -ab -ab +hM +iS +je +jm +hM ab ab ab @@ -23866,11 +25921,11 @@ ab ab ab ab -ab -ab -ab -ab -ab +hM +hM +hM +hM +hM ab ab ab diff --git a/maps/tether/tether_areas.dm b/maps/tether/tether_areas.dm index b4635388745..315ca7f40b6 100644 --- a/maps/tether/tether_areas.dm +++ b/maps/tether/tether_areas.dm @@ -76,10 +76,12 @@ /area/vacant/vacant_restaurant_upper name = "\improper Vacant Restaurant" icon_state = "vacant_site" + flags = null /area/vacant/vacant_restaurant_lower name = "\improper Vacant Restaurant" icon_state = "vacant_site" + flags = null /area/engineering/engineering_airlock name = "\improper Engineering Airlock" diff --git a/maps/tether/tether_areas2.dm b/maps/tether/tether_areas2.dm index 1e9b48d0138..1b6280b7437 100644 --- a/maps/tether/tether_areas2.dm +++ b/maps/tether/tether_areas2.dm @@ -81,6 +81,7 @@ icon_state = "dk_yellow" /area/vacant/vacant_site/east name = "\improper East Base Vacant Site" + flags = null /area/vacant/vacant_library name = "\improper Atrium Construction Site" /area/vacant/vacant_bar @@ -266,18 +267,29 @@ /area/rnd/hallway name = "\improper Research Lower Hallway" icon_state = "research" -/area/rnd/anomaly_lab - name = "\improper Anomaly Lab" - icon_state = "research" -/area/rnd/anomaly_lab/containment_one - name = "\improper Anomaly Lab - Containment One" - icon_state = "research" -/area/rnd/anomaly_lab/containment_two - name = "\improper Anomaly Lab - Containment Two" - icon_state = "research" /area/rnd/xenoarch_storage name = "\improper Xenoarch Storage" icon_state = "research" +/area/rnd/chemistry_lab + name = "\improper Research Chemistry Lab" + icon_state = "research" + +//Outpost areas +/area/rnd/outpost/anomaly_lab + name = "\improper Research Outpost Anomaly Lab" + icon_state = "research" +/area/rnd/outpost/anomaly_lab/analysis + name = "\improper Anomaly Lab Analysis Chamber" + icon_state = "research" +/area/rnd/outpost/anomaly_lab/testing + name = "\improper Anomaly Lab Testing Chamber" + icon_state = "research" +/area/rnd/outpost/anomaly_lab/storage + name = "\improper Anomaly Storage" + icon_state = "research" +/area/rnd/outpost/xenoarch_storage + name = "\improper Research Outpost Xenoarch Storage" + icon_state = "research" // Misc /area/hallway/lower/third_south name = "\improper Hallway Third Floor South" @@ -298,10 +310,12 @@ name = "\improper Reading Room" /area/tether/surfacebase/vacant_site name = "\improper Vacant Site" + flags = null /area/crew_quarters/freezer name = "\improper Kitchen Freezer" /area/crew_quarters/panic_shelter name = "\improper Panic Shelter" + flags = RAD_SHIELDED //It just makes sense @@ -333,53 +347,70 @@ /area/crew_quarters/sleep/maintDorm1 name = "\improper Construction Dorm 1" icon_state = "Sleep" + flags = RAD_SHIELDED /area/crew_quarters/sleep/maintDorm2 name = "\improper Construction Dorm 2" icon_state = "Sleep" + flags = RAD_SHIELDED /area/crew_quarters/sleep/maintDorm3 name = "\improper Construction Dorm 3" icon_state = "Sleep" + flags = RAD_SHIELDED /area/crew_quarters/sleep/maintDorm4 name = "\improper Construction Dorm 4" icon_state = "Sleep" + flags = RAD_SHIELDED /area/crew_quarters/sleep/Dorm_1/holo name = "\improper Dorm 1 Holodeck" icon_state = "dk_yellow" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/crew_quarters/sleep/Dorm_3/holo name = "\improper Dorm 3 Holodeck" icon_state = "dk_yellow" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/crew_quarters/sleep/Dorm_5/holo name = "\improper Dorm 5 Holodeck" icon_state = "dk_yellow" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/crew_quarters/sleep/Dorm_7/holo name = "\improper Dorm 7 Holodeck" icon_state = "dk_yellow" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_basic name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_desert name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_seating name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_beach name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_garden name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_boxing name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_snow name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_space name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/holodeck/holodorm/source_off name = "\improper Holodeck Source" + flags = RAD_SHIELDED | BLUE_SHIELDED /area/ai/foyer name = "\improper AI Core Access" diff --git a/vorestation.dme b/vorestation.dme index cbfb908ea2a..a8d88f36ca4 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2733,10 +2733,12 @@ #include "code\modules\reagents\dispenser\_defines.dm" #include "code\modules\reagents\dispenser\cartridge.dm" #include "code\modules\reagents\dispenser\cartridge_presets.dm" +#include "code\modules\reagents\dispenser\cartridge_presets_vr.dm" #include "code\modules\reagents\dispenser\cartridge_spawn.dm" #include "code\modules\reagents\dispenser\dispenser2.dm" #include "code\modules\reagents\dispenser\dispenser2_energy.dm" #include "code\modules\reagents\dispenser\dispenser_presets.dm" +#include "code\modules\reagents\dispenser\dispenser_presets_vr.dm" #include "code\modules\reagents\dispenser\supply.dm" #include "code\modules\reagents\reagent_containers\blood_pack.dm" #include "code\modules\reagents\reagent_containers\blood_pack_vr.dm"